@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
.blink {
  -webkit-animation: blink 1s step-start 0s infinite;
  -moz-animation: blink 1s step-start 0s infinite;
  animation: blink 1s step-start 0s infinite; }

.section.no-padding-top-mobile {
  padding: 0 1.5rem 3rem; }

.bg-pink {
  background: #f4a3b4; }

.bg-green-light {
  background: #f8ffee; }

.bg-grey {
  background: #d9d9d9; }

.bg-blue-light {
  background: #c2e7fb; }

.bg-dark-blue {
  background: #224771; }

.bg-dark {
  background: #282828; }

.bg-white-grey {
  background: #efefef; }

.bg-white-grey-min {
  background: #efefef;
  background: linear-gradient(0deg, #efefef 25%, white 25%); }

.bg-blue-grad {
  background: linear-gradient(289.79deg, #307AC4 0%, #359BFF 80.84%);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.3); }

.grey {
  color: #cccccc !important; }

.black {
  color: #2E2E2E; }

.bg-black {
  background: #141414; }

.border-bottom-grey {
  border-bottom: 1px dotted #cccccc; }

.btn-gold {
  background-color: #bfa563; }

.border-bottom-solid-grey {
  border-bottom: 1px solid #efefef; }

.has-background-gray {
  background-color: #d9d9d9; }

.has-background-light-gray {
  background-color: #ECECEC; }

.btn-yellow {
  background: #FFD600;
  color: #2E2E2E; }

@font-face {
  font-family: 'Brown-Regular';
  src: url("../fonts/Brown-Regular-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Brown-Regular";
  font-size: 19px;
  color: #282828; }

.bold {
  font-family: 'Brown-Regular'; }

h1,
h2, h3, h4 {
  font-family: 'Brown-Regular';
  color: #282828; }

.title {
  font-size: 3.5rem;
  color: #282828;
  font-weight: bold; }
  @media only screen and (max-width: 480px) {
    .title {
      font-size: 2rem; } }
  .title span {
    font-size: 2rem; }

.input {
  font-size: 1.5rem; }

.title.is-3 {
  font-size: 2.5rem; }
  @media only screen and (max-width: 480px) {
    .title.is-3 {
      font-size: 1.65rem; } }

@media only screen and (max-width: 480px) {
  .title.is-3.product-detail-title {
    font-size: 1.5rem; } }

.mb-3 {
  margin-bottom: 3rem !important; }

.product-box .title.is-5 {
  font-size: 1.05rem;
  margin-bottom: 1.05rem; }

@media only screen and (max-width: 480px) {
  .title.is-5 {
    font-size: 1.05rem;
    margin-bottom: 1rem; } }

.is-white {
  color: #fff !important; }

.is-black {
  color: #2E2E2E !important; }

a {
  color: #2E2E2E; }

a img {
  vertical-align: middle; }

.no-margin-bottom {
  margin-bottom: 1rem !important; }

@media only screen and (max-width: 480px) {
  .no-padding-mobile {
    padding: 0 .75rem; } }

.underline {
  text-decoration: underline; }
  .underline:hover {
    color: #bfa563; }

p {
  font-size: 16px;
  line-height: 1.5;
  color: #282828; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 19px; } }

b,
strong {
  color: inherit; }

small {
  font-size: 14px; }
  small a {
    font-size: 14px;
    color: #282828; }

blockquote {
  background-color: transparent !important; }

.quotes h2 {
  font-size: 36px; }
  @media only screen and (min-width: 768px) {
    .quotes h2 {
      font-size: 50px; } }

.content blockquote {
  padding: 0;
  border: none; }
  .content blockquote p {
    font-size: 1.35rem; }
    @media only screen and (min-width: 768px) {
      .content blockquote p {
        font-size: 1.5rem; } }
.content a {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .content a {
      font-size: 18px; } }
.content iframe {
  height: 240px; }
  @media only screen and (min-width: 768px) {
    .content iframe {
      height: 420px; } }
.content .instagram-media {
  height: 100%;
  min-height: 640px; }
  @media only screen and (min-width: 768px) {
    .content .instagram-media {
      min-height: 900px;
      margin-bottom: 1rem; } }

.more-line-height {
  line-height: 2; }

.breadcrumbs p,
.breadcrumbs a {
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs p,
    .breadcrumbs a {
      font-size: 1rem; } }

a {
  font-family: 'Brown-Regular';
  font-size: 19px;
  line-height: 1.5;
  transition: all 0.3s; }

.is-active {
  font-family: 'Brown-Regular';
  font-size: 19px;
  font-weight: 400; }

@media only screen and (max-width: 480px) {
  .has-text-centered-mobile {
    text-align: center; } }

.has-text-centered-mobile-tablet {
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .has-text-centered-mobile-tablet {
      text-align: left; } }

@media only screen and (min-width: 768px) {
  .has-text-right-desktop {
    text-align: right; } }

.has-text-right {
  text-align: right; }

.horizontal-menu-right li:hover a {
  transition: all 0.3s; }

.button {
  font-family: 'Brown-Regular';
  min-width: 90px;
  transition: all 0.3s; }
  @media only screen and (min-width: 768px) {
    .button {
      min-width: 90px; } }
  .button:hover {
    transition: all 0.3s; }

.button.is-primary {
  background-color: #f4a3b4;
  border-color: transparent;
  color: #fff; }
  .button.is-primary:hover {
    background-color: #df7f93; }

.button.is-danger {
  font-size: 19px;
  background: linear-gradient(272.12deg, #FF2021 -8.11%, #D10203 82.98%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 2rem;
  color: #fff;
  transition: all 0.3s; }
  .button.is-danger:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

@media only screen and (max-width: 480px) {
  .button.is-success.is-fullwidth {
    width: 100% !important; } }

.button.is-info {
  font-size: 19px;
  background: #1b6b94;
  border-radius: 2rem;
  color: #fff; }
  .button.is-info:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.button.is-outline-blue {
  border: 1px solid #224771;
  box-sizing: border-box;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.3));
  border-radius: 2rem;
  color: #224771; }

.button.is-outline-white {
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #fff; }
  .button.is-outline-white:hover {
    transition: all 0.3s;
    transform: scale(1.05);
    color: #fff; }

.btn-grey {
  background-color: #ACADB8 !important;
  width: fit-content;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s;
  height: 2.5em; }
  @media only screen and (min-width: 768px) {
    .btn-grey {
      height: 3em; } }
  .btn-grey:hover {
    background-color: #2E2E2E !important; }

.horizontal-menu-list {
  text-align: right; }
  .horizontal-menu-list li {
    font-family: 'Brown-Regular';
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-list li .is-active {
      color: #fff; }
    .horizontal-menu-list li a {
      color: #fff; }
      .horizontal-menu-list li a:hover {
        color: #0089C4; }
    .horizontal-menu-list li a.is-active {
      position: relative; }
      .horizontal-menu-list li a.is-active:after {
        content: '';
        left: 0;
        bottom: 0;
        margin-bottom: -3.05rem;
        margin-left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 44px;
        height: 6px;
        background: #D10203;
        border-radius: 10px; }
    .horizontal-menu-list li .menu-highlight {
      margin-top: -1.5rem; }

.text-normal {
  font-size: 19px !important; }

.icon-contact {
  width: 60px;
  margin-bottom: 1rem; }

.menu-footer li {
  line-height: 2; }

.underlined {
  text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .product-title-text {
    height: auto; } }

@media only screen and (min-width: 768px) {
  .product-content-text {
    height: 9.5rem; } }

.footer {
  font-size: 14px; }
  .footer p,
  .footer a {
    font-family: 'Brown-Regular';
    color: #282828;
    font-size: 14px;
    line-height: 1.5; }
  .footer p strong {
    font-family: 'Baloo2-Bold';
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .footer .icon {
    width: 1.75rem; }
    .footer .icon a {
      color: #f4a3b4;
      font-size: 1.5rem; }
      .footer .icon a:hover {
        color: #df7f93; }
  .footer ul.socmed li {
    display: inline-block;
    margin-right: -0.25rem; }
    .footer ul.socmed li img {
      max-width: 40px;
      width: 100%; }
    .footer ul.socmed li a {
      transition: all 0.3s; }
      .footer ul.socmed li a:hover img {
        transition: all 0.3s;
        transform: scale(1.125); }

.font-reg p:not(:last-child) {
  margin-bottom: 0 !important; }
@media only screen and (min-width: 768px) {
  .font-reg p {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .mini-mobile {
    font-size: 1rem !important;
    margin-bottom: 1rem; } }

.input,
.textarea {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #282828;
  padding-left: 0; }

#subscribe-form {
  padding: 1rem; }
  #subscribe-form .title {
    margin-bottom: 1rem; }

.subscribe-label {
  min-width: 33%; }

.sub {
  font-family: 'Baloo2-Regular';
  text-transform: uppercase; }

.horizontal-menu-left a,
.horizontal-menu-right a {
  color: #fff;
  font-family: 'Brown-Regular';
  letter-spacing: 0.0199rem;
  font-size: 1.2rem; }
.horizontal-menu-left a.is-active,
.horizontal-menu-right a.is-active {
  font-family: 'Brown-Regular';
  position: relative; }
  .horizontal-menu-left a.is-active:before,
  .horizontal-menu-right a.is-active:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    margin-bottom: -0.5rem;
    margin-left: 50%;
    transform: translateX(-50%);
    z-index: 1; }

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0; }
.accordion ul li.list {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
  background: #F7F7F7;
  padding: 1rem;
  margin-bottom: 0.5rem; }
.accordion ul li.list:nth-of-type(1) {
  animation-delay: 0.5s; }
.accordion ul li.list:nth-of-type(2) {
  animation-delay: 0.75s; }
.accordion ul li.list:nth-of-type(3) {
  animation-delay: 1s; }
.accordion ul li.list i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 0;
  right: 0;
  margin-right: 1rem;
  margin-top: 1.5rem; }
.accordion ul li.list i:before,
.accordion ul li.list i:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 9px; }
.accordion ul li.list i:before {
  transform: translate(-2px, 0) rotate(45deg); }
.accordion ul li.list i:after {
  transform: translate(2px, 0) rotate(-45deg); }
.accordion ul li.list input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0; }
.accordion ul li.list input[type=checkbox]:checked ~ .content {
  display: none;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }
.accordion ul li.list input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg); }
.accordion ul li.list input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg); }
.accordion li.list p {
  max-height: 640px;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2; }
.accordion h4 {
  font-family: 'Brown-Regular';
  margin-bottom: 0 !important;
  text-transform: capitalize; }
.accordion .content ul {
  margin-top: 1rem; }
  .accordion .content ul li {
    list-style: disc; }
.accordion .content ol {
  margin-left: 0; }
@media only screen and (min-width: 768px) {
  .accordion .content ul,
  .accordion .content ol {
    margin-left: 1rem; } }
.accordion li.list .content p {
  font-size: 16px; }
.accordion li.list .content li {
  font-size: 16px; }

.desc-ingredient {
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  padding: 0 20px; }

.is-capitalize {
  text-transform: capitalize; }

.is-lowercase {
  text-transform: lowercase; }

.transition,
ul li i:before,
ul li i:after,
p {
  transition: all 0.25s ease-in-out; }

.flipIn,
ul li {
  animation: flipdown 0.5s ease both; }

.no-select,
h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
.font-or {
  font-family: 'Brown-Regular';
  font-weight: 700; }

.font-opensansReg {
  font-family: 'Brown-Regular'; }

.delete-hover:hover {
  color: #bfa563 !important; }

.t-history-order thead td {
  font-size: 0.9rem; }
.t-history-order tbody td {
  font-size: 0.9rem; }
  .t-history-order tbody td a div p {
    font-size: 0.9rem; }

.truncate {
  white-space: pre-wrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.bg-black .title,
.bg-black p {
  color: #fff; }

#countdown {
  margin-top: 2rem; }
  #countdown li {
    display: inline-block;
    font-size: 0.625em;
    list-style-type: none;
    padding: 0.5em;
    width: 72px;
    background: #f4a3b4;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff; }
    @media only screen and (max-width: 340px) {
      #countdown li {
        width: 60px;
        font-size: 0.5em; } }
    @media only screen and (min-width: 768px) {
      #countdown li {
        width: 120px;
        padding: 1em; } }
  #countdown li span {
    display: block;
    font-size: 3rem; }
    @media only screen and (max-width: 340px) {
      #countdown li span {
        font-size: 2.5rem; } }
    @media only screen and (min-width: 768px) {
      #countdown li span {
        font-size: 4.5rem; } }

.has-text-blue {
  color: #0089c4; }

.services-subtitle {
  font-size: 0.8em; }
  @media only screen and (min-width: 1600px) {
    .services-subtitle {
      font-size: 1.2em; } }

.services-title {
  font-size: 1.2em; }
  @media only screen and (min-width: 1600px) {
    .services-title {
      font-size: 1.7em; } }

.services-home {
  text-align: left; }

.titlehome {
  font-size: 3rem; }

.titlehome2 {
  font-size: 2.5rem; }

.has-text-gray {
  color: #808080; }

.title-small {
  font-size: 1.2rem;
  color: #808080; }

.paragraph-medium {
  font-size: 1.5rem; }

/* Hamburger Icon */
#hamburgericon {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 32px;
  height: 32px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      display: block; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #4797f0;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 8px; }

#hamburgericon span:nth-child(4) {
  top: 16px; }

#hamburgericon.hamburger-open span {
  background: #2E2E2E; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.modal.is-active {
  display: block; }

.menuBtn {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 70px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn {
      min-width: 70px;
      color: #2E2E2E !important; } }
  .menuBtn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .menuBtn:before {
        margin-left: 1rem; } }

.button.menuBtn:focus:not(:active) {
  box-shadow: none; }

.button.menuBtn:focus {
  border-color: transparent; }

.menuBtn-2,
.menuBtn-3 {
  font-family: 'OpenSans-ExtraBold';
  border: none;
  outline: none !important;
  min-width: 100px;
  color: transparent !important; }
  @media only screen and (min-width: 768px) {
    .menuBtn-2,
    .menuBtn-3 {
      min-width: 100px;
      color: #2E2E2E !important; } }

.menuBtn-2:focus,
.menuBtn-3:focus {
  border-color: #bfa563;
  box-shadow: 0 0 0 0.125em #bfa563; }

.menuBtn-2:hover,
.menuBtn-3:hover {
  box-shadow: none; }

#menuleft {
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  overflow: visible;
  margin-left: 0;
  margin-top: 0;
  width: 190px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e; }
  @media only screen and (min-width: 768px) {
    #menuleft {
      width: 270px; } }
  #menuleft .modalmenu li {
    padding: 0.75rem 1.25rem;
    line-height: 1;
    border-bottom: 1px solid #F7F7F7; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu li {
        padding: 1rem 1.5rem; } }
    #menuleft .modalmenu li a {
      font-family: 'OpenSans-Bold';
      color: #2E2E2E; }
      @media only screen and (max-width: 480px) {
        #menuleft .modalmenu li a {
          font-size: 16px; } }
  #menuleft .modalmenu .has-dropdown:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../../assets/images/icon/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    margin-top: 0;
    margin-right: 1rem; }
  #menuleft .modalmenu .has-dropdown .dropdown-box {
    display: none; }
  #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
    overflow-y: scroll;
    padding: 1.5rem 1.5rem;
    display: block;
    position: absolute;
    width: 220px;
    background: #fff;
    left: 90%;
    margin-top: -3rem; }
    @media only screen and (min-width: 768px) {
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box {
        width: 420px;
        padding: 1.5rem 3rem;
        left: 95%; } }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box strong {
      color: #ACADB8;
      margin-bottom: 1rem;
      font-family: 'OpenSans-Regular'; }
    #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul {
      margin-top: 1rem; }
      #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li {
        padding: 0.25rem 0;
        line-height: 1.5; }
        @media only screen and (max-width: 480px) {
          #menuleft .modalmenu .has-dropdown:hover .dropdown-box ul li a {
            font-size: 14px; } }
  #menuleft .modalmenu .has-dropdown:hover:after {
    background-image: url(../../assets/images/icon/chevron-right-alt.svg); }

.modal-div-section {
  position: relative;
  top: 57px;
  width: 100%;
  height: 100px; }
  @media only screen and (min-width: 768px) {
    .modal-div-section {
      top: 105px; } }

#modal2 #menuleft {
  margin-left: 14rem; }

#modal3 #menuleft {
  margin-left: 22rem; }

#modal #menuleft {
  margin-left: 0rem;
  margin-top: 0.7rem; }
  @media only screen and (min-width: 768px) {
    #modal #menuleft {
      margin-left: 10rem;
      margin-top: 0rem; } }

.btn-login-link {
  font-family: 'OpenSans-ExtraBold';
  min-width: 80px;
  margin-left: 1.75rem;
  border: none; }
  @media only screen and (min-width: 768px) {
    .btn-login-link {
      min-width: auto;
      margin-left: 0; } }

.socmed.top {
  margin-top: 0;
  margin-right: 0;
  display: flex; }
  @media only screen and (min-width: 768px) {
    .socmed.top {
      margin-top: 0;
      display: flex; } }
  .socmed.top li {
    display: inline-block;
    margin-left: 0.5rem; }
    .socmed.top li img {
      height: 1.5rem;
      margin-left: .75rem; }
      @media only screen and (min-width: 768px) {
        .socmed.top li img {
          margin-left: 1.25rem; } }
    .socmed.top li svg {
      height: 1.5rem;
      margin-left: 1.25rem;
      width: 20px; }
      .socmed.top li svg:hover {
        color: #fff; }

.horizontal-menu-left {
  display: none; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-left {
      display: block; } }
  .horizontal-menu-left li {
    display: inline-block;
    margin-right: 1.5rem; }
    .horizontal-menu-left li a:hover {
      color: #fff; }
      .horizontal-menu-left li a:hover:after {
        transform: scaleX(1); }
    .horizontal-menu-left li a:after {
      display: block;
      content: '';
      border-bottom: solid 1px #fff;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out; }

.horizontal-menu-right {
  display: none;
  text-align: end; }
  @media only screen and (min-width: 768px) {
    .horizontal-menu-right {
      display: block; } }
  .horizontal-menu-right li {
    display: inline-block;
    margin-left: 1.5rem; }
    .horizontal-menu-right li a:hover {
      color: #FFD600; }
      .horizontal-menu-right li a:hover:after {
        transform: scaleX(1); }
    .horizontal-menu-right li a:after {
      display: block;
      content: '';
      border-bottom: solid 1px #FFD600;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out; }
    .horizontal-menu-right li a.no-border:after {
      border-bottom: unset; }

.socmed-footer-mobile {
  display: flex !important;
  justify-content: center; }

.sosmed-icon {
  vertical-align: middle;
  align-items: stretch;
  justify-content: flex-end; }
  .sosmed-icon:hover {
    color: #224771; }

.icon-sosmed-hover:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover2:hover g path:first-child {
  fill: #224771; }

.icon-sosmed-hover1:hover path {
  fill: #224771; }

.modal-background {
  background-color: rgba(255, 255, 255, 0.975); }

.overlay-menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
  background-color: black;
  overflow-y: hidden;
  transition: 0.5s;
  transform: translateX(100%); }

.overlay-open {
  transform: translateX(0); }

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: left;
  padding-left: 1.5rem; }

.overlay-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #fff;
  text-transform: capitalize;
  display: block;
  transition: 0.3s;
  font-family: "" Brown-Regular ""; }
  .overlay-menu a .btn-signup {
    width: max-content;
    margin-left: auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

.overlay-menu a.is-active {
  position: relative;
  font-family: 'Brown-Regular';
  color: #fff; }

.overlay-menu a:hover,
.overlay-menu a:focus {
  color: #ccc; }

.open-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  text-decoration: none;
  z-index: 10; }

@media screen and (max-height: 480px) {
  .overlay-menu {
    overflow-y: auto; }

  .overlay-menu a {
    font-size: 20px; } }
/* Hamburger Icon */
#hamburgericon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  display: none;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    #hamburgericon {
      transform: translateY(-20%);
      display: block;
      top: 50%;
      right: 1rem; } }

#hamburgericon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Hamburger Lines  */
#hamburgericon span:nth-child(1) {
  top: 0px; }

#hamburgericon span:nth-child(2),
#hamburgericon span:nth-child(3) {
  top: 6px; }

#hamburgericon span:nth-child(4) {
  top: 12px; }

#hamburgericon.hamburger-open span {
  background: #fff; }

#hamburgericon.hamburger-open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%; }

#hamburgericon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#hamburgericon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#hamburgericon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#eye {
  position: relative;
  z-index: 2;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    #eye {
      display: none; } }

.eye.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-top: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 7px; }

.btn-signup {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: thin solid #fff;
  border-width: 1;
  background-color: transparent; }
  .btn-signup:hover {
    border: thin solid #FFD600;
    color: #282828;
    background-color: #FFD600 !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9d9d9;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffd600;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%; }

input:checked + .slider {
  background-color: #1e1e1e; }

input:focus + .slider {
  box-shadow: 0 0 1px #1e1e1e; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.modal-cart-right {
  background: #ffffff;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-height: none;
  width: 450px;
  box-shadow: 0px 7px 9px 2px #b7b7b76e;
  margin: 0px; }
  @media only screen and (max-width: 480px) {
    .modal-cart-right {
      width: 100%; } }

.cart-table {
  display: block; }
  .cart-table tbody {
    height: 60vh;
    display: inline-block;
    width: 100%;
    overflow-y: scroll; }
    @media only screen and (max-width: 480px) {
      .cart-table tbody {
        height: 55vh; } }

.modal-close-cart {
  right: 8px;
  top: 12px; }

.modal-close-cart::before {
  background-color: #000000 !important; }

.modal-close-cart::after {
  background-color: #000000 !important; }

.modal-slideright {
  display: flex;
  visibility: hidden; }
  .modal-slideright .modal-background {
    transition: all .3s;
    opacity: 0; }

.modal-slideright.is-active {
  visibility: visible; }

.modal.modal-slideright .modal-content {
  -webkit-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.5s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.modal-slideright .modal-background {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0; }

.modal.modal-slideright.is-active .modal-content {
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

.modal.modal-fx-slideBottom .modal-content {
  -webkit-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s ease-in-out !important; }

.cart-button {
  border-top: 1px solid #dbdbdb; }
  .cart-button tbody tr td {
    vertical-align: middle; }
    .cart-button tbody tr td h3 {
      font-family: 'OpenSans-Bold';
      color: #bfa563; }
    .cart-button tbody tr td .total-cart {
      color: #000000 !important; }
    .cart-button tbody tr td a {
      min-width: unset;
      font-family: 'OpenSans-Bold'; }

.btn-gold-checkout {
  background-color: #bfa563;
  color: white; }
  .btn-gold-checkout:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; }

.column-checkout {
  position: fixed;
  bottom: 0;
  overflow: hidden; }

.border-dotted-grey {
  border-bottom: 1px dotted grey; }

.cart-checkout {
  height: 55vh;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media only screen and (max-width: 480px) {
    .cart-checkout {
      height: 45vh; } }

.expandable {
  background: #fff;
  overflow: hidden;
  transition: all .5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent; }

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black; }

#smartwizard {
  border: unset !important; }
  #smartwizard .nav {
    box-shadow: unset !important; }
    #smartwizard .nav:before {
      z-index: -1 !important; }
    @media only screen and (max-width: 480px) {
      #smartwizard .nav {
        flex-direction: unset !important; } }
    #smartwizard .nav .nav-link.active {
      color: #bfa563 !important; }
      #smartwizard .nav .nav-link.active:after {
        background-color: #bfa563 !important; }
    #smartwizard .nav .nav-link.done {
      color: #5a5a5a !important; }
      #smartwizard .nav .nav-link.done:after {
        background-color: #5a5a5a !important; }
  #smartwizard .toolbar .btn {
    background-color: #5a5a5a !important;
    border: 1px solid #5a5a5a !important; }

.summary-cart1 {
  height: 40vh;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart1 {
      height: 55vh; } }

.summary-cart {
  height: 22vh !important;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .summary-cart {
      height: 28vh !important; } }

.list-cart-summary {
  height: 300px;
  overflow-y: auto;
  display: inline-block;
  flex-direction: row;
  padding-right: 1rem; }

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-yellow: #FFD600;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em; }

.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
  border-color: unset;
  box-shadow: unset; }

.homepage {
  border-bottom: 1.5rem solid #ffe040; }
  .homepage .wrap-abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      .homepage .wrap-abs {
        width: 95%;
        padding: 2rem; } }
    @media only screen and (max-width: 800px) {
      .homepage .wrap-abs {
        width: 90%;
        padding: 2rem; } }
    .homepage .wrap-abs .container .title {
      color: #fff; }
    .homepage .wrap-abs .container .input {
      border-radius: 50rem;
      padding: 2rem;
      background-color: #fff;
      border-bottom: 0; }
      @media only screen and (max-width: 480px) {
        .homepage .wrap-abs .container .input {
          font-size: 1rem; } }
    .homepage .wrap-abs .container .field {
      width: 30rem; }
      @media only screen and (max-width: 480px) {
        .homepage .wrap-abs .container .field {
          width: 90%; } }
      .homepage .wrap-abs .container .field .control.has-icons-right .icon {
        top: 50%;
        transform: translateY(-50%);
        right: 1rem; }

.header-section {
  transition: all 600ms;
  opacity: 1;
  visibility: visible;
  background: transparent;
  mix-blend-mode: normal;
  padding: 1rem;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0; }
  @media only screen and (max-width: 480px) {
    .header-section {
      background: transparent;
      padding: 1rem 1.2rem; } }
  .header-section.fade-in {
    background: #ECECEC;
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: all 600ms !important;
    border-bottom: 1rem solid #FFD600; }
    .header-section.fade-in .horizontal-menu-right a {
      color: #282828; }
      .header-section.fade-in .horizontal-menu-right a .btn-signup {
        border: thin solid #282828; }
        .header-section.fade-in .horizontal-menu-right a .btn-signup:hover {
          border: thin solid #FFD600; }

.header-top {
  background: #ECECEC;
  border-bottom: 1rem solid #FFD600;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 600ms; }
  @media only screen and (max-width: 480px) {
    .header-top {
      background: transparent;
      border-bottom: unset;
      padding: 1rem; } }
  .header-top .horizontal-menu-right a {
    color: #282828; }
    .header-top .horizontal-menu-right a .btn-signup {
      border: thin solid #282828; }
      .header-top .horizontal-menu-right a .btn-signup:hover {
        border: thin solid #FFD600; }
  .header-top.scrolled {
    background: #ECECEC;
    border-bottom: 1rem solid #FFD600; }

@media only screen and (min-width: 768px) {
  .logo-brand-home {
    width: 100%;
    height: 50px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: -0.25rem;
    display: block; } }
@media only screen and (max-width: 480px) {
  .logo-brand-home {
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px; } }

.bg-home {
  min-height: 98vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  @media only screen and (max-width: 480px) {
    .bg-home {
      background-position: 70% top; } }

.back-to-top {
  position: fixed;
  display: none;
  background: #080808a3;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  align-items: center;
  justify-content: center; }
  .back-to-top:hover {
    color: #fff; }

.img-featured {
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .img-featured {
      height: 100%; } }

.img-projects {
  height: 195px;
  object-fit: cover;
  object-position: center;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .img-projects {
      height: 100%; } }
  @media only screen and (min-width: 1600px) {
    .img-projects {
      height: 280px; } }

.splide-youtube .splide__track .splide__list .splide__slide.is-active .card .card-image img {
  height: 300px;
  object-fit: cover; }

.no-shadow {
  box-shadow: unset;
  background-color: transparent; }

.video-js {
  width: 100%; }

.img-about {
  height: 650px;
  width: 100%;
  object-fit: cover;
  object-position: center; }
  @media only screen and (max-width: 480px) {
    .img-about {
      height: 350px; } }

@media only screen and (max-width: 480px) {
  .img-with-title {
    height: 120px; } }
.img-with-title .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 250px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .img-with-title .content-overlay {
      height: 100%; } }
.img-with-title .text {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 80%;
  color: #fff; }
.img-with-title:hover .text {
  top: 50%;
  left: 50%;
  opacity: 1; }
.img-with-title:hover .content-overlay {
  opacity: 1; }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px; }

.footer {
  background-color: #FFD600;
  border-top: 1.5rem solid #0089C4;
  padding: 3rem 1.5rem 3rem; }
  .footer .container .columns:last-child {
    border-top: 1px solid #282828;
    padding-top: 1rem; }
  .footer .container ul li {
    padding: 0.2rem 0rem; }
    .footer .container ul li h2 {
      font-size: 1.2rem;
      font-weight: bold; }
    .footer .container ul li a {
      font-size: 1.2rem; }

.splide-youtube .splide__track .splide__list .is-active .card {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 480px) {
    .splide-youtube .splide__track .splide__list .is-active .card {
      transform: unset;
      transition: unset; } }

.splide-youtube .splide__arrow--prev {
  left: -1rem; }
.splide-youtube .splide__arrow--next {
  right: -1rem; }
.splide-youtube .splide__track .splide__list .splide__slide {
  padding: 1.5rem; }
  @media only screen and (max-width: 480px) {
    .splide-youtube .splide__track .splide__list .splide__slide {
      padding: 0px; } }
  .splide-youtube .splide__track .splide__list .splide__slide img {
    height: 100%;
    object-fit: cover; }
  .splide-youtube .splide__track .splide__list .splide__slide .splide__slide__container {
    height: 300px; }
  .splide-youtube .splide__track .splide__list .splide__slide.is-active .splide__slide__container {
    transform: scale(1.3);
    transition: all 0.3s ease-in-out 0s; }
    @media only screen and (max-width: 480px) {
      .splide-youtube .splide__track .splide__list .splide__slide.is-active .splide__slide__container {
        transform: unset;
        transition: unset; } }

.rounded {
  border-radius: 10px;
  padding: 5px; }

.grid-item {
  width: 33.333%;
  float: left; }

.grid-item img {
  display: block;
  width: 100%; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.modal-close::after,
.modal-close::before {
  background-color: #000; }

.modal {
  z-index: 51; }

@media only screen and (max-width: 480px) {
  .reverse-column {
    flex-direction: column-reverse; } }

.img-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s; }
  .img-gallery:hover {
    transform: scale(1.2); }

.grid-gallery .column .display-image {
  height: 180px;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .grid-gallery .column .display-image {
      height: 135px; } }
.grid-gallery:hover .column .display-image a img:hover {
  filter: grayscale(0); }
.grid-gallery:hover .column .display-image a img:not(:hover) {
  filter: grayscale(1); }

.img-popup {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center; }
  @media only screen and (max-width: 480px) {
    .img-popup {
      height: auto; } }

.masonry {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: min-content; }
  @media only screen and (max-width: 480px) {
    .masonry {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); } }

.masonry-item {
  border-radius: 5px; }

.masonry-item {
  border-radius: 5px;
  overflow: hidden; }

.masonry-item,
.masonry-item a img {
  position: relative;
  object-fit: cover;
  object-position: left bottom;
  height: 100%; }
  @media only screen and (max-width: 480px) {
    .masonry-item,
    .masonry-item a img {
      height: 200px;
      width: 100%; } }

.img-logo-white {
  height: 125px;
  object-fit: cover;
  object-position: left bottom;
  margin-top: 2rem; }

.text-center {
  text-align: center; }

.socmed-center {
  display: flex;
  justify-content: center; }

@media only screen and (max-width: 480px) {
  .text-footer {
    text-align: center; } }

.logo-footer {
  width: 100%;
  height: 90px;
  object-fit: contain;
  object-position: left; }
  @media only screen and (max-width: 480px) {
    .logo-footer {
      height: 70px; } }

.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .container.is-fluid {
      padding-left: unset;
      padding-right: unset;
      width: unset; } }

.fa-2x {
  font-size: 1.5rem !important; }

.image-projects {
  height: 365px;
  object-fit: cover;
  width: 100%; }

.herotitle {
  position: absolute;
  top: 45vh;
  left: 3rem;
  color: white; }

.bg-yellow-home {
  min-height: 2vh;
  width: 100%;
  background-color: #ffe040; }

.services-home {
  height: 25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  padding: 1rem 0.5rem; }
  @media only screen and (min-width: 768px) {
    .services-home {
      height: 25rem; } }

.splide-content .splide__arrows .splide__arrow {
  top: 50%;
  transform: translateY(-50%); }

@media only screen and (max-width: 480px) {
  #skilledwork {
    padding-bottom: 10rem; } }

.skilledwork-home {
  height: 70vh !important; }

.skilledwork-home-line {
  padding: 0rem;
  background-color: #1e1e1e;
  height: 0.1rem; }

.skilledwork-home-img {
  height: fit-content;
  padding: 0; }

.bg-skilledwork {
  height: 20rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 480px) {
    .bg-skilledwork {
      height: 9rem; } }

.diagonal-line {
  background-color: black;
  height: 25rem;
  width: 0.5rem !important;
  transform: rotate(-19.06deg);
  margin-left: -3.75rem;
  margin-top: -1.5rem;
  flex-grow: 0; }

.wrap-trapezoid {
  position: relative;
  height: 22rem;
  width: 35rem; }
  @media only screen and (max-width: 480px) {
    .wrap-trapezoid {
      height: 12rem;
      width: 16rem; } }
  .wrap-trapezoid.long {
    width: 75rem; }
    @media only screen and (min-width: 1260px) and (max-width: 1366px) {
      .wrap-trapezoid.long {
        width: 68rem; } }
    @media only screen and (max-width: 800px) {
      .wrap-trapezoid.long {
        width: 43rem; } }
    @media only screen and (max-width: 480px) {
      .wrap-trapezoid.long {
        width: 18rem; } }
    .wrap-trapezoid.long .trapezoid-right {
      -webkit-mask-image: url("../images/mask-trapezoid-long-right.png");
      mask-image: url("../images/mask-trapezoid-long-right.png");
      -webkit-mask-size: 100% 100%;
      mask-size: 100% 100%; }
    .wrap-trapezoid.long .border-right {
      right: 2.5rem;
      border-right: 1rem solid #0089C4;
      transform: skew(21.5deg); }
      @media only screen and (min-width: 1260px) and (max-width: 1366px) {
        .wrap-trapezoid.long .border-right {
          transform: skew(19.5deg); } }
      @media only screen and (max-width: 800px) {
        .wrap-trapezoid.long .border-right {
          right: 1rem;
          transform: skew(12.5deg); } }
      @media only screen and (max-width: 480px) {
        .wrap-trapezoid.long .border-right {
          right: 0rem;
          border-right: 0.5rem solid #0089C4;
          transform: skew(9.5deg); } }
  .wrap-trapezoid .trapezoid-left {
    -webkit-mask-image: url("../images/mask-trapezoid-left.png");
    mask-image: url("../images/mask-trapezoid-left.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    @media only screen and (max-width: 480px) {
      .wrap-trapezoid .trapezoid-left {
        -webkit-mask-image: url("../images/mask-trapezoid-right.png");
        mask-image: url("../images/mask-trapezoid-right.png"); } }
    @media only screen and (max-width: 800px) {
      .wrap-trapezoid .trapezoid-left {
        -webkit-mask-image: url("../images/mask-trapezoid-right.png");
        mask-image: url("../images/mask-trapezoid-right.png"); } }
  .wrap-trapezoid .border-left {
    left: 1.3rem;
    border-left: 1rem solid #0089C4;
    transform: skew(-17.5deg);
    position: absolute;
    height: 100%;
    bottom: 0; }
    @media only screen and (max-width: 480px) {
      .wrap-trapezoid .border-left {
        left: unset;
        right: 0.5rem;
        transform: skew(15.5deg);
        border-left: unset;
        border-right: 0.5rem solid #0089C4; } }
    @media only screen and (max-width: 800px) {
      .wrap-trapezoid .border-left {
        left: unset;
        right: 1.5rem;
        transform: skew(17.5deg); } }
  .wrap-trapezoid .trapezoid-right {
    -webkit-mask-image: url("../images/mask-trapezoid-right.png");
    mask-image: url("../images/mask-trapezoid-right.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .wrap-trapezoid .border-right {
    right: 1.5rem;
    border-right: 1rem solid #0089C4;
    transform: skew(17.5deg);
    position: absolute;
    height: 100%;
    bottom: 0; }
    @media only screen and (max-width: 480px) {
      .wrap-trapezoid .border-right {
        right: 0.5rem;
        border-right: 0.5rem solid #0089C4;
        transform: skew(14.5deg); } }

.content-two-column {
  column-count: 2; }
  @media only screen and (max-width: 480px) {
    .content-two-column {
      column-count: 1; } }

.skilledwork-container {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.splide__arrow {
  height: 4em;
  width: 4em;
  background: #ffe040;
  top: 10rem; }
  @media only screen and (min-width: 1600px) {
    .splide__arrow {
      top: 12.5rem; } }

.splide__arrow--prev {
  left: -1em; }

.splide__arrow--next {
  right: -1em; }

.btn-yellow {
  padding: 1rem 2rem;
  background-color: #FFD600;
  border-radius: 10px;
  width: max-content;
  display: block;
  margin: 0 auto; }
  .btn-yellow.button {
    padding: 0rem 2rem;
    margin-right: auto;
    margin: unset;
    margin-top: 2rem; }

@media only screen and (max-width: 480px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
    align-items: start !important; } }
@media only screen and (max-width: 800px) {
  .column-reverse-mobile {
    flex-direction: column-reverse;
    align-items: start !important; } }

#infobox .container .columns {
  border-bottom: 1px solid #282828;
  margin-bottom: 3rem;
  padding-bottom: 1rem; }
  #infobox .container .columns:last-child {
    border-bottom: unset;
    margin-bottom: 0; }

.theme-dark {
  color: #fff; }
  .theme-dark .header-section.fade-in {
    background-color: #2E2E2E; }
    .theme-dark .header-section.fade-in .container .columns .column .horizontal-menu-right li a {
      color: #fff; }
      .theme-dark .header-section.fade-in .container .columns .column .horizontal-menu-right li a .btn-signup {
        border: thin solid #fff; }
  .theme-dark .has-background-gray {
    background-color: #2E2E2E !important; }
  .theme-dark .has-background-light-gray {
    background-color: #282828 !important; }
  .theme-dark .has-background-white {
    background-color: #2E2E2E !important; }
  .theme-dark .input, .theme-dark .textarea {
    border-bottom: 1px solid #ECECEC;
    color: #fff; }
    .theme-dark .input::-webkit-input-placeholder, .theme-dark .textarea::-webkit-input-placeholder {
      color: #ECECEC; }
  .theme-dark strong {
    color: #FFD600; }
  .theme-dark h1, .theme-dark h2 {
    color: white; }
  .theme-dark .title {
    color: #0089C4; }
  .theme-dark .container h3 {
    color: #fff; }
  .theme-dark .container p {
    color: white; }
  .theme-dark .container .tab-talents .tab-talents-links {
    background-color: #282828;
    color: #fff; }
    .theme-dark .container .tab-talents .tab-talents-links.active {
      background-color: #2E2E2E; }
  .theme-dark .container .tab-talents-content .grid-talent li a .data-talent .wrap-rating-content .columns .column p, .theme-dark .container .tab-talents-content .grid-talent li a .data-talent .wrap-rating-content .columns .column h2 {
    color: #282828; }
  .theme-dark .container .splide .splide__track .splide__list li a {
    color: white; }
  .theme-dark .footer {
    background-color: #2E2E2E; }
    .theme-dark .footer .container h3, .theme-dark .footer .container h2, .theme-dark .footer .container h1 {
      color: #fff; }
    .theme-dark .footer .container .content {
      color: #fff; }
      .theme-dark .footer .container .content h3, .theme-dark .footer .container .content h2, .theme-dark .footer .container .content h1 {
        color: #fff; }
      .theme-dark .footer .container .content p {
        color: #fff; }
    .theme-dark .footer .container a {
      color: #fff; }
      .theme-dark .footer .container a svg {
        color: #fff; }
    .theme-dark .footer .container p {
      color: #fff; }
    .theme-dark .footer .container ul li a {
      color: #fff; }
      .theme-dark .footer .container ul li a svg {
        color: #fff; }
    .theme-dark .footer .container ul li h2 {
      color: #fff; }

.wrap-img-text img {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  height: 18rem;
  object-fit: cover;
  width: 95%; }
  @media only screen and (max-width: 800px) {
    .wrap-img-text img {
      width: 90%;
      height: 20rem; } }
  @media only screen and (max-width: 480px) {
    .wrap-img-text img {
      width: 90%;
      height: 15rem; } }
.wrap-img-text h2 {
  font-size: 1.25rem;
  margin-top: 1rem; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem; }
  @media only screen and (max-width: 480px) {
    .grid-3 {
      grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (max-width: 800px) {
    .grid-3 {
      grid-template-columns: repeat(1, 1fr); } }

.skilledwork-container {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.splide__arrow {
  height: 4em;
  width: 4em;
  background: #ffe040;
  top: 10rem; }
  @media only screen and (max-width: 767px) {
    .splide__arrow {
      top: 8rem;
      height: 3em;
      width: 3em; } }
  @media only screen and (min-width: 768px) {
    .splide__arrow {
      top: 9rem; } }
  @media only screen and (min-width: 1600px) {
    .splide__arrow {
      top: 12.5rem; } }

.splide__arrow--prev {
  left: -1em; }
  @media only screen and (max-width: 767px) {
    .splide__arrow--prev {
      left: 0em; } }

.splide__arrow--next {
  right: -1em; }
  @media only screen and (max-width: 767px) {
    .splide__arrow--next {
      right: 0em; } }

.signup-btn {
  height: 4rem;
  padding: 1rem;
  background-color: #ffe040;
  border-radius: 10px; }

.round {
  width: 100%;
  border-radius: 2rem;
  border: 1px transparent solid;
  padding: 0px 5px 5px 25px;
  font-size: 1.5rem;
  font-family: 'Brown-Regular';
  color: #808080;
  height: 4rem; }
  @media only screen and (max-width: 767px) {
    .round {
      height: 2rem;
      padding: 0px 5px 5px 15px;
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    .round {
      height: 3rem;
      padding: 0px 5px 5px 25px;
      font-size: 1.5rem; } }
  @media only screen and (min-width: 1366px) {
    .round {
      height: 4rem;
      padding: 0px 5px 5px 25px;
      font-size: 1.5rem; } }

.corner {
  position: absolute;
  z-index: 10;
  border: none;
  background-image: url("loop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 0.75rem;
  right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem; }
  @media only screen and (max-width: 767px) {
    .corner {
      top: 0.6rem;
      right: 0.5rem;
      height: 1rem;
      width: 1rem; } }
  @media only screen and (min-width: 768px) {
    .corner {
      top: 0.5rem;
      right: 0.5rem;
      height: 2rem;
      width: 2rem; } }
  @media only screen and (min-width: 1366px) {
    .corner {
      top: 0.75rem;
      right: 0.5rem;
      height: 2.5rem;
      width: 2.5rem; } }

.search {
  position: relative;
  width: 30rem;
  height: 4rem; }
  @media only screen and (max-width: 767px) {
    .search {
      height: 2rem;
      width: 18rem; } }
  @media only screen and (min-width: 768px) {
    .search {
      height: 3rem;
      width: 30rem; } }
  @media only screen and (min-width: 1366px) {
    .search {
      height: 4rem;
      width: 30rem; } }

@media only screen and (max-width: 480px) {
  .add-pad-mobile {
    padding: 0rem 2rem; } }

/* Style the tab */
.tab-talents {
  overflow: hidden;
  color: #282828; }
  @media only screen and (max-width: 480px) {
    .tab-talents {
      overflow: auto;
      display: flex; } }
  .tab-talents button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem 2rem;
    transition: 0.3s;
    font-size: 17px;
    background-color: #ECECEC; }
    .tab-talents button:last-child {
      border-right: unset; }

.tab-talents-links.active {
  background: #d9d9d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #0089C4; }

/* Style the buttons inside the tab */
.tab-talents.dark7 button {
  background-color: #2e2e2e;
  color: #d1d1d1; }

.tab-talents.light7 button {
  background-color: #ececec;
  color: #1e1e1e; }

/* Change background color of buttons on hover */
.tab-talents.dark7 button:hover {
  background-color: #282828;
  color: #ffd600; }

.tab-talents.light7 button:hover {
  background-color: #d9d9d9;
  color: #0089c4; }

/* Create an active/current tablink class */
.tab-talents.dark7 button.active {
  background-color: #282828;
  color: #ffd600; }

.tab-talents.light7 button.active {
  background-color: #d9d9d9;
  color: #0089c4; }

/* Style the tab content */
.tab-talents-content {
  display: none;
  padding: 3rem; }

.rectangle-left {
  height: 100%;
  width: 100%; }

.p-0-10r {
  padding: 0rem 10rem; }

.data-talent {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%); }
  @media only screen and (max-width: 800px) {
    .data-talent {
      width: 90%;
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 480px) {
    .data-talent {
      width: 100%; } }
  .data-talent .wrap-rating-content {
    width: 100%;
    background-color: #FFD600;
    padding-bottom: 0.5rem; }
    .data-talent .wrap-rating-content h2 {
      font-weight: bold;
      font-size: 1.5rem; }

.profpic-talent {
  height: 15rem;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .profpic-talent {
      height: 12rem; } }
  .profpic-talent h3 {
    color: #fff;
    font-size: 1.5rem;
    padding-left: 1rem; }
  .profpic-talent img {
    position: absolute;
    top: 0.5rem;
    right: 4rem;
    width: 2rem; }

.ul-talent {
  place-content: center; }

.star-talent {
  width: 1.5rem;
  height: 1.5rem; }

.book-talent {
  height: 3rem;
  margin-left: auto;
  display: block; }

.trapezoid-talent {
  border-bottom: 11rem solid #ffd600;
  border-right: 1.1rem solid transparent;
  height: 0;
  width: 23rem; }

.grid-talent {
  /* display: flex!important; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem; }
  @media only screen and (max-width: 800px) {
    .grid-talent {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; } }
  @media only screen and (max-width: 480px) {
    .grid-talent {
      grid-template-columns: repeat(1, 1fr); } }

.wrap-rating {
  display: flex;
  align-items: center;
  justify-content: center; }
  .wrap-rating .stars-talent {
    width: 40%; }

.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative; }
  .card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15); }

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width)); }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size); }
    .radio:checked {
      background: var(--color-yellow);
      border-color: var(--color-yellow); }

  .card:hover .radio {
    border-color: var(--color-dark-gray); }
    .card:hover .radio:checked {
      border-color: var(--color-yellow); } }
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
  background: #d9d9d9;
  height: 15rem; }
  @media only screen and (max-width: 480px) {
    .plan-details {
      height: 10rem; } }
  .plan-details span {
    position: absolute;
    bottom: 1rem;
    font-size: 2rem;
    padding-right: 3rem; }
    @media only screen and (max-width: 480px) {
      .plan-details span {
        font-size: 1.5rem; } }

.card:hover .plan-details {
  border-color: var(--color-dark-gray); }

.radio:checked ~ .plan-details {
  border-color: var(--color-yellow); }

.radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray); }

.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default; }

.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray); }

.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none; }

.card:hover .radio:disabled {
  border-color: var(--color-gray); }

.plan-type {
  color: var(--color-yellow);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em; }

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0; }

.slash {
  font-weight: normal; }

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none; }

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.create-account {
  padding: 0.5rem 2rem;
  background-color: #d9d9d9;
  color: #aeaeae; }
  .create-account.active {
    background-color: #FFD600;
    color: #282828; }

.splide-single-warrow .splide__track .splide__list {
  padding-bottom: 3rem !important; }
  @media only screen and (max-width: 480px) {
    .splide-single-warrow .splide__track .splide__list {
      min-height: 45rem !important; } }
  @media only screen and (max-width: 800px) {
    .splide-single-warrow .splide__track .splide__list {
      min-height: 60rem; } }
.splide-single-warrow .splide__pagination {
  bottom: -2.5rem; }
  @media only screen and (max-width: 480px) {
    .splide-single-warrow .splide__pagination {
      bottom: -4.5rem !important; } }
  @media only screen and (max-width: 800px) {
    .splide-single-warrow .splide__pagination {
      bottom: 2.5rem; } }
.splide-single-warrow .splide__arrows .splide__arrow {
  top: unset;
  bottom: -5rem; }
  @media only screen and (max-width: 480px) {
    .splide-single-warrow .splide__arrows .splide__arrow {
      bottom: -7rem !important; } }
  @media only screen and (max-width: 800px) {
    .splide-single-warrow .splide__arrows .splide__arrow {
      bottom: 0rem; } }
  .splide-single-warrow .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 30%; }
    @media only screen and (max-width: 480px) {
      .splide-single-warrow .splide__arrows .splide__arrow.splide__arrow--prev {
        left: 10px; } }
  .splide-single-warrow .splide__arrows .splide__arrow.splide__arrow--next {
    right: 30%; }
    @media only screen and (max-width: 480px) {
      .splide-single-warrow .splide__arrows .splide__arrow.splide__arrow--next {
        right: 10px; } }

.table-skild-word {
  width: 100%;
  background: transparent; }
  .table-skild-word thead th {
    border-bottom: 1px solid grey; }

.text-job h1 {
  font-size: 2rem;
  font-weight: 400; }
  @media only screen and (max-width: 480px) {
    .text-job h1 {
      font-size: 1.8rem; } }
.text-job p {
  font-size: 1.5rem; }
  @media only screen and (max-width: 480px) {
    .text-job p {
      font-size: 1rem; } }

.banner-jobs {
  height: 28rem;
  background-position: center !important;
  background-size: cover !important; }
  @media only screen and (max-width: 480px) {
    .banner-jobs {
      height: 18rem; } }
  .banner-jobs .container {
    height: 100%; }
    .banner-jobs .container img {
      width: 25rem;
      height: 25rem;
      border-radius: 100%;
      object-fit: cover;
      position: absolute;
      bottom: -15rem; }
      @media only screen and (max-width: 480px) {
        .banner-jobs .container img {
          width: 10rem;
          height: 10rem;
          bottom: -7.5rem; } }

.content.profile p {
  font-size: 1.7rem; }
  @media only screen and (max-width: 480px) {
    .content.profile p {
      font-size: 1rem; } }
.content.small-text {
  font-size: 1.4rem; }
  .content.small-text h2 {
    font-size: 1.4rem;
    color: #0089C4; }
  .content.small-text p {
    font-size: 1.4rem; }
  .content.small-text ol {
    margin-left: 1.8rem; }
    .content.small-text ol li::marker {
      color: #0089C4; }
    .content.small-text ol li strong {
      color: #0089C4;
      font-weight: normal; }
  .content.small-text strong {
    color: #0089C4;
    font-weight: normal; }

.svg-wtext li {
  display: flex;
  align-items: center;
  font-size: 2rem; }
  @media only screen and (max-width: 480px) {
    .svg-wtext li {
      font-size: 1.2em; } }
  .svg-wtext li svg {
    width: 3rem;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 480px) {
      .svg-wtext li svg {
        width: 2rem; } }
.svg-wtext.item-start li {
  align-items: start;
  display: flex; }
  .svg-wtext.item-start li svg {
    width: 5rem; }
    @media only screen and (max-width: 480px) {
      .svg-wtext.item-start li svg {
        width: 3rem; } }

.bg-404 {
  background: url("../images/404.png");
  background-position: center;
  background-size: cover;
  border-radius: 1rem; }
  .bg-404 h1 {
    font-size: 12rem;
    color: #fff;
    font-weight: normal; }
    @media only screen and (max-width: 480px) {
      .bg-404 h1 {
        font-size: 5rem; } }
  .bg-404 h2 {
    color: #fff;
    font-weight: normal; }
  .bg-404 p {
    color: #fff; }
  .bg-404 .btn-yellow {
    padding: 0.5rem 5rem;
    border: unset;
    margin: 0 auto;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .bg-404 .btn-yellow {
        padding: 0.5rem; } }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.mySwiper2 {
  height: 35rem;
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .mySwiper2 {
      height: 12rem; } }

.mySwiper {
  height: 15rem;
  box-sizing: border-box;
  padding: 10px 0; }
  @media only screen and (max-width: 480px) {
    .mySwiper {
      height: 5rem; } }

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }

.mySwiper .swiper-slide-thumb-active {
  opacity: 1; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.wrap-profile {
  display: flex;
  align-items: center; }
  .wrap-profile img {
    width: 5rem;
    height: 5rem;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 1rem; }
  .wrap-profile .wrap-content h2 {
    font-size: 1.5rem; }

.blurry {
  filter: blur(10px); }

.searchInput .resultBox {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto; }

.searchInput.active .resultBox {
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto; }

.resultBox li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px; }

.searchInput.active .resultBox li {
  display: block; }

.resultBox li:hover {
  background: #efefef; }

/*# sourceMappingURL=main.css.map */
