@charset "UTF-8";
/** =================== Carbon =================== **/
@font-face {
  font-family: "Carbon";
  font-weight: 100;
  font-style: normal;
  src: url("../../fonts/Carbon/Carbon.woff") format("woff");
}
.carbon {
  font-family: "Carbon";
}

/** =================== Tranquilo =================== **/
@font-face {
  font-family: "Tranquilo";
  font-weight: 100;
  font-style: normal;
  src: url("../../fonts/Tranquilo/web/Tranquilo.woff") format("woff");
}
@font-face {
  font-family: "Tranquilo";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Tranquilo/web/Tranquilo Bold.woff") format("woff");
}
.tranquilo {
  font-family: "tranquilo";
}

/** =================== Grandiosity =================== **/
@font-face {
  font-family: "Grandiosity";
  font-weight: 100;
  font-style: normal;
  src: url("../../fonts/Grandiosity/web/Grandiosity Regular.woff") format("woff");
}
@font-face {
  font-family: "Grandiosity";
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/Grandiosity/web/Grandiosity Medium.woff") format("woff");
}
@font-face {
  font-family: "Grandiosity";
  font-weight: 500;
  font-style: normal;
  src: url("../../fonts/Grandiosity/web/Grandiosity Semibold.woff") format("woff");
}
@font-face {
  font-family: "Grandiosity";
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Grandiosity/web/Grandiosity Bold.woff") format("woff");
}
@font-face {
  font-family: "Grandiosity";
  font-weight: 900;
  font-style: normal;
  src: url("../../fonts/Grandiosity/web/Grandiosity Extrabold.woff") format("woff");
}
.grandiosity {
  font-family: "grandiosity";
}

@font-face {
  font-family: "TT Interphases";
  src: url("../../fonts/interphases/TTInterphasesProTrl-Rg.eot");
  src: url("../../fonts/interphases/TTInterphasesProTrl-Rg.eot?#iefix") format("embedded-opentype"), url("../../fonts/interphases/TTInterphasesProTrl-Rg.woff2") format("woff2"), url("../../fonts/interphases/TTInterphasesProTrl-Rg.woff") format("woff"), url("../../fonts/interphases/TTInterphasesProTrl-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
  container-name: tncContainer;
}
.container .row {
  --gap: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.container .row .col {
  flex: 1;
}
.container .row div[class^=col-],
.container .row div[class*=" col-"] {
  padding: 0 20px;
}
.container .row .col-1 {
  width: calc(1 / 12 * 100% - var(--gap));
}
.container .row .col-2 {
  width: calc(2 / 12 * 100% - var(--gap));
}
.container .row .col-3 {
  width: calc(3 / 12 * 100% - var(--gap));
}
.container .row .col-4 {
  width: calc(4 / 12 * 100% - var(--gap));
}
.container .row .col-5 {
  width: calc(5 / 12 * 100% - var(--gap));
}
.container .row .col-6 {
  width: calc(6 / 12 * 100% - var(--gap));
}
.container .row .col-7 {
  width: calc(7 / 12 * 100% - var(--gap));
}
.container .row .col-8 {
  width: calc(8 / 12 * 100% - var(--gap));
}
.container .row .col-9 {
  width: calc(9 / 12 * 100% - var(--gap));
}
.container .row .col-10 {
  width: calc(10 / 12 * 100% - var(--gap));
}
.container .row .col-11 {
  width: calc(11 / 12 * 100% - var(--gap));
}
.container .row .col-12 {
  width: calc(12 / 12 * 100% - var(--gap));
}
@container tncContainer (max-width: 767px) {
  .container .row.reverse-on-mobile {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@container tncContainer (min-width: 768px) and (max-width: 1199px) {
  .container .row.reverse-on-tablet {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@container tncContainer (min-width: 1200px) and (max-width: 1449px) {
  .container .row.reverse-on-laptop {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@container (min-width: 1450px) {
  .container .row.reverse-on-desktop {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
@container (max-width: 767px) {
  .container .hide-on-mobile {
    display: none !important;
  }
}
@container (min-width: 768px) and (max-width: 1199px) {
  .container .hide-on-tablet {
    display: none !important;
  }
}
@container (min-width: 1200px) and (max-width: 1449px) {
  .container .hide-on-laptop {
    display: none !important;
  }
}
@container (min-width: 1450px) {
  .container .hide-on-desktop {
    display: none !important;
  }
}

@container tncContainer (min-width: 768px) {
  .row .col-tablet {
    flex: 1;
  }
  .row .col-tablet-1 {
    width: calc(1 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-2 {
    width: calc(2 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-3 {
    width: calc(3 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-4 {
    width: calc(4 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-5 {
    width: calc(5 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-6 {
    width: calc(6 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-7 {
    width: calc(7 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-8 {
    width: calc(8 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-9 {
    width: calc(9 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-10 {
    width: calc(10 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-11 {
    width: calc(11 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-tablet-12 {
    width: calc(12 / 12 * 100% - var(--gap)) !important;
  }
}
@container tncContainer (min-width: 1200px) {
  .row .col-laptop {
    flex: 1;
  }
  .row .col-laptop-1 {
    width: calc(1 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-2 {
    width: calc(2 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-3 {
    width: calc(3 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-4 {
    width: calc(4 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-5 {
    width: calc(5 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-6 {
    width: calc(6 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-7 {
    width: calc(7 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-8 {
    width: calc(8 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-9 {
    width: calc(9 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-10 {
    width: calc(10 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-11 {
    width: calc(11 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-laptop-12 {
    width: calc(12 / 12 * 100% - var(--gap)) !important;
  }
}
@container tncContainer (min-width: 1450px) {
  .row .col-desktop {
    flex: 1;
  }
  .row .col-desktop-1 {
    width: calc(1 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-2 {
    width: calc(2 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-3 {
    width: calc(3 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-4 {
    width: calc(4 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-5 {
    width: calc(5 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-6 {
    width: calc(6 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-7 {
    width: calc(7 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-8 {
    width: calc(8 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-9 {
    width: calc(9 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-10 {
    width: calc(10 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-11 {
    width: calc(11 / 12 * 100% - var(--gap)) !important;
  }
  .row .col-desktop-12 {
    width: calc(12 / 12 * 100% - var(--gap)) !important;
  }
}
.dpb,
.d-block {
  display: block !important;
}

.dpib,
.d-inline-block {
  display: inline-block !important;
}

.dpi,
.d-inline {
  display: inline !important;
}

.dpn,
.d-none {
  display: none !important;
}

.hide_ {
  display: none !important;
}

.flex {
  display: flex !important;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

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

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: start;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.fs-08 {
  font-size: 0.8rem;
  line-height: calc(0.8rem + 40%);
}

.fs-09 {
  font-size: 0.9rem;
  line-height: calc(0.9rem + 40%);
}

.fs-10 {
  font-size: 1rem;
  line-height: calc(1rem + 40%);
}

.fs-12 {
  font-size: 1.2rem;
  line-height: calc(1.2rem + 20%);
}

.fs-15 {
  font-size: 1.5rem;
  line-height: calc(1.5rem + 10%);
}

.fs-18 {
  font-size: 1.8rem;
  line-height: calc(1.8rem + 10%);
}

.fs-20 {
  font-size: 2rem;
  line-height: calc(2rem + 10%);
}

.fs-25 {
  font-size: 2.5rem;
  line-height: calc(2.5rem + 10%);
}

.fs-30 {
  font-size: 3rem;
  line-height: calc(3rem + 40%);
}

.fs-35 {
  font-size: 3.5rem;
  line-height: calc(3.5rem + 10%);
}

.fs-40 {
  font-size: 4rem;
  line-height: calc(4rem + 40%);
}

.fs-45 {
  font-size: 4.5rem;
  line-height: calc(4.5rem + 40%);
}

.fs-50 {
  font-size: 5rem;
  line-height: calc(5rem + 40%);
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.def_input-xs,
.def_input-s,
.def_input-m,
.def_input-l,
.def_input-fw {
  width: 100%;
  height: 44px;
  border-radius: 4px;
  outline: none;
  border: none;
  border: 1px solid #d8d8d8;
  padding: 0.7rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.def_input-xs:focus,
.def_input-s:focus,
.def_input-m:focus,
.def_input-l:focus,
.def_input-fw:focus {
  border: 2px solid #D1AF7C;
}
.def_input-xs::placeholder,
.def_input-s::placeholder,
.def_input-m::placeholder,
.def_input-l::placeholder,
.def_input-fw::placeholder {
  color: #636363 !important;
}

.def_input-xs {
  max-width: 100px;
}

.def_input-s {
  max-width: 260px;
}

.def_input-m {
  max-width: 400px;
}

.def_input-l {
  max-width: 850px;
}

input.readonly {
  background: rgb(235, 235, 235);
  color: #767676;
  border: 1px solid #ccc;
  outline: none;
  appearance: none;
  cursor: not-allowed;
}

.def_textarea-fw {
  width: 100%;
  border-radius: 4px;
  max-height: 280px;
  outline: none;
  border: none;
  border: 1px solid #d8d8d8;
  padding: 0.7rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.def_textarea-fw:-moz-placeholder, .def_textarea-fw::-moz-placeholder, .def_textarea-fw:-ms-input-placeholder, .def_textarea-fw::-webkit-input-placeholder, .def_textarea-fw::placeholder {
  color: #b9b9b9 !important;
}

textarea::placeholder {
  color: #b9b9b9;
}

.def_textarea-xl {
  width: 100%;
  border-radius: 4px;
  max-height: 70vh;
  height: 100%;
  outline: none;
  border: none;
  border: 1px solid #d8d8d8;
  padding: 0.7rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.input-container {
  position: relative;
}
.input-container .def_icon {
  position: absolute;
  left: 0;
  width: 40px;
  top: 2px;
  bottom: 2px;
  line-height: 44px;
  text-align: center;
  color: #a7a7a7 !important;
  border-right: 1px solid rgb(179.75, 179.75, 179.75);
  pointer-events: none;
}
.input-container .def_icon * {
  color: #a7a7a7 !important;
}
.input-container .def_icon i {
  cursor: pointer;
}
.input-container .def_input-xs,
.input-container .def_input-s,
.input-container .def_input-m,
.input-container .def_input-l,
.input-container .def_input-fw,
.input-container .def_input-fullwidth {
  padding-left: 45px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mrg-0 {
  margin: 0px !important;
}

.mrg-5 {
  margin: 5px !important;
}

.mrg-10 {
  margin: 10px !important;
}

.mrg-15 {
  margin: 15px !important;
}

.mrg-20 {
  margin: 20px !important;
}

.mrg-25 {
  margin: 25px !important;
}

.mrg-30 {
  margin: 30px !important;
}

.mrg-35 {
  margin: 35px !important;
}

.mrg-40 {
  margin: 40px !important;
}

.mrg-45 {
  margin: 45px !important;
}

.mrg-50 {
  margin: 50px !important;
}

.mrg-55 {
  margin: 55px !important;
}

.mrg-60 {
  margin: 60px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pdg-0 {
  padding: 0px !important;
}

.pdg-5 {
  padding: 5px !important;
}

.pdg-10 {
  padding: 10px !important;
}

.pdg-15 {
  padding: 15px !important;
}

.pdg-20 {
  padding: 20px !important;
}

.pdg-25 {
  padding: 25px !important;
}

.pdg-30 {
  padding: 30px !important;
}

.pdg-35 {
  padding: 35px !important;
}

.pdg-40 {
  padding: 40px !important;
}

.pdg-45 {
  padding: 45px !important;
}

.pdg-50 {
  padding: 50px !important;
}

.pdg-55 {
  padding: 55px !important;
}

.pdg-60 {
  padding: 60px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-justify {
  text-justify: distribute;
  text-align: justify;
}

.mw-50 {
  max-width: 50px;
}

.mw-100 {
  max-width: 100px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-450 {
  max-width: 450px;
}

.mw-500 {
  max-width: 500px;
}

.mw-550 {
  max-width: 550px;
}

.mw-600 {
  max-width: 600px;
}

.mw-650 {
  max-width: 650px;
}

.mw-700 {
  max-width: 700px;
}

.mw-750 {
  max-width: 750px;
}

.mw-800 {
  max-width: 800px;
}

.mw-850 {
  max-width: 850px;
}

.mw-900 {
  max-width: 900px;
}

.mw-950 {
  max-width: 950px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1050 {
  max-width: 1050px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1150 {
  max-width: 1150px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1250 {
  max-width: 1250px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1350 {
  max-width: 1350px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1450 {
  max-width: 1450px;
}

.mw-1500 {
  max-width: 1500px;
}

.mw-1550 {
  max-width: 1550px;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1650 {
  max-width: 1650px;
}

.mw-1700 {
  max-width: 1700px;
}

.mw-1750 {
  max-width: 1750px;
}

.mw-1800 {
  max-width: 1800px;
}

.mw-1850 {
  max-width: 1850px;
}

.mw-1900 {
  max-width: 1900px;
}

.mw-1950 {
  max-width: 1950px;
}

.w-20 {
  width: calc(20 * 1%);
}

.w-25 {
  width: calc(25 * 1%);
}

.w-30 {
  width: calc(30 * 1%);
}

.w-35 {
  width: calc(35 * 1%);
}

.w-40 {
  width: calc(40 * 1%);
}

.w-45 {
  width: calc(45 * 1%);
}

.w-50 {
  width: calc(50 * 1%);
}

.w-55 {
  width: calc(55 * 1%);
}

.w-60 {
  width: calc(60 * 1%);
}

.w-65 {
  width: calc(65 * 1%);
}

.w-70 {
  width: calc(70 * 1%);
}

.w-75 {
  width: calc(75 * 1%);
}

.w-80 {
  width: calc(80 * 1%);
}

.w-85 {
  width: calc(85 * 1%);
}

.w-90 {
  width: calc(90 * 1%);
}

.w-95 {
  width: calc(95 * 1%);
}

.w-100 {
  width: calc(100 * 1%);
}

@media screen and (max-width: 767px) {
  .mw-on-mobile-50 {
    max-width: 50px;
  }
  .mw-on-mobile-100 {
    max-width: 100px;
  }
  .mw-on-mobile-150 {
    max-width: 150px;
  }
  .mw-on-mobile-200 {
    max-width: 200px;
  }
  .mw-on-mobile-250 {
    max-width: 250px;
  }
  .mw-on-mobile-300 {
    max-width: 300px;
  }
  .mw-on-mobile-350 {
    max-width: 350px;
  }
  .mw-on-mobile-400 {
    max-width: 400px;
  }
  .mw-on-mobile-450 {
    max-width: 450px;
  }
  .mw-on-mobile-500 {
    max-width: 500px;
  }
  .mw-on-mobile-550 {
    max-width: 550px;
  }
  .mw-on-mobile-600 {
    max-width: 600px;
  }
  .mw-on-mobile-650 {
    max-width: 650px;
  }
  .mw-on-mobile-700 {
    max-width: 700px;
  }
  .mw-on-mobile-750 {
    max-width: 750px;
  }
  .mw-on-mobile-800 {
    max-width: 800px;
  }
  .mw-on-mobile-850 {
    max-width: 850px;
  }
  .mw-on-mobile-900 {
    max-width: 900px;
  }
  .mw-on-mobile-950 {
    max-width: 950px;
  }
  .mw-on-mobile-1000 {
    max-width: 1000px;
  }
  .mw-on-mobile-1050 {
    max-width: 1050px;
  }
  .mw-on-mobile-1100 {
    max-width: 1100px;
  }
  .mw-on-mobile-1150 {
    max-width: 1150px;
  }
  .mw-on-mobile-1200 {
    max-width: 1200px;
  }
  .mw-on-mobile-1250 {
    max-width: 1250px;
  }
  .mw-on-mobile-1300 {
    max-width: 1300px;
  }
  .mw-on-mobile-1350 {
    max-width: 1350px;
  }
  .mw-on-mobile-1400 {
    max-width: 1400px;
  }
  .mw-on-mobile-1450 {
    max-width: 1450px;
  }
  .mw-on-mobile-1500 {
    max-width: 1500px;
  }
  .mw-on-mobile-1550 {
    max-width: 1550px;
  }
  .mw-on-mobile-1600 {
    max-width: 1600px;
  }
  .mw-on-mobile-1650 {
    max-width: 1650px;
  }
  .mw-on-mobile-1700 {
    max-width: 1700px;
  }
  .mw-on-mobile-1750 {
    max-width: 1750px;
  }
  .mw-on-mobile-1800 {
    max-width: 1800px;
  }
  .mw-on-mobile-1850 {
    max-width: 1850px;
  }
  .mw-on-mobile-1900 {
    max-width: 1900px;
  }
  .mw-on-mobile-1950 {
    max-width: 1950px;
  }
  .mw-on-mobile-fw {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .mw-on-tablet-50 {
    max-width: 50px;
  }
  .mw-on-tablet-100 {
    max-width: 100px;
  }
  .mw-on-tablet-150 {
    max-width: 150px;
  }
  .mw-on-tablet-200 {
    max-width: 200px;
  }
  .mw-on-tablet-250 {
    max-width: 250px;
  }
  .mw-on-tablet-300 {
    max-width: 300px;
  }
  .mw-on-tablet-350 {
    max-width: 350px;
  }
  .mw-on-tablet-400 {
    max-width: 400px;
  }
  .mw-on-tablet-450 {
    max-width: 450px;
  }
  .mw-on-tablet-500 {
    max-width: 500px;
  }
  .mw-on-tablet-550 {
    max-width: 550px;
  }
  .mw-on-tablet-600 {
    max-width: 600px;
  }
  .mw-on-tablet-650 {
    max-width: 650px;
  }
  .mw-on-tablet-700 {
    max-width: 700px;
  }
  .mw-on-tablet-750 {
    max-width: 750px;
  }
  .mw-on-tablet-800 {
    max-width: 800px;
  }
  .mw-on-tablet-850 {
    max-width: 850px;
  }
  .mw-on-tablet-900 {
    max-width: 900px;
  }
  .mw-on-tablet-950 {
    max-width: 950px;
  }
  .mw-on-tablet-1000 {
    max-width: 1000px;
  }
  .mw-on-tablet-1050 {
    max-width: 1050px;
  }
  .mw-on-tablet-1100 {
    max-width: 1100px;
  }
  .mw-on-tablet-1150 {
    max-width: 1150px;
  }
  .mw-on-tablet-1200 {
    max-width: 1200px;
  }
  .mw-on-tablet-1250 {
    max-width: 1250px;
  }
  .mw-on-tablet-1300 {
    max-width: 1300px;
  }
  .mw-on-tablet-1350 {
    max-width: 1350px;
  }
  .mw-on-tablet-1400 {
    max-width: 1400px;
  }
  .mw-on-tablet-1450 {
    max-width: 1450px;
  }
  .mw-on-tablet-1500 {
    max-width: 1500px;
  }
  .mw-on-tablet-1550 {
    max-width: 1550px;
  }
  .mw-on-tablet-1600 {
    max-width: 1600px;
  }
  .mw-on-tablet-1650 {
    max-width: 1650px;
  }
  .mw-on-tablet-1700 {
    max-width: 1700px;
  }
  .mw-on-tablet-1750 {
    max-width: 1750px;
  }
  .mw-on-tablet-1800 {
    max-width: 1800px;
  }
  .mw-on-tablet-1850 {
    max-width: 1850px;
  }
  .mw-on-tablet-1900 {
    max-width: 1900px;
  }
  .mw-on-tablet-1950 {
    max-width: 1950px;
  }
  .mw-on-tablet-fw {
    max-width: 100%;
  }
}
@media screen and (max-width: 1449px) {
  .mw-on-laptop-50 {
    max-width: 50px;
  }
  .mw-on-laptop-100 {
    max-width: 100px;
  }
  .mw-on-laptop-150 {
    max-width: 150px;
  }
  .mw-on-laptop-200 {
    max-width: 200px;
  }
  .mw-on-laptop-250 {
    max-width: 250px;
  }
  .mw-on-laptop-300 {
    max-width: 300px;
  }
  .mw-on-laptop-350 {
    max-width: 350px;
  }
  .mw-on-laptop-400 {
    max-width: 400px;
  }
  .mw-on-laptop-450 {
    max-width: 450px;
  }
  .mw-on-laptop-500 {
    max-width: 500px;
  }
  .mw-on-laptop-550 {
    max-width: 550px;
  }
  .mw-on-laptop-600 {
    max-width: 600px;
  }
  .mw-on-laptop-650 {
    max-width: 650px;
  }
  .mw-on-laptop-700 {
    max-width: 700px;
  }
  .mw-on-laptop-750 {
    max-width: 750px;
  }
  .mw-on-laptop-800 {
    max-width: 800px;
  }
  .mw-on-laptop-850 {
    max-width: 850px;
  }
  .mw-on-laptop-900 {
    max-width: 900px;
  }
  .mw-on-laptop-950 {
    max-width: 950px;
  }
  .mw-on-laptop-1000 {
    max-width: 1000px;
  }
  .mw-on-laptop-1050 {
    max-width: 1050px;
  }
  .mw-on-laptop-1100 {
    max-width: 1100px;
  }
  .mw-on-laptop-1150 {
    max-width: 1150px;
  }
  .mw-on-laptop-1200 {
    max-width: 1200px;
  }
  .mw-on-laptop-1250 {
    max-width: 1250px;
  }
  .mw-on-laptop-1300 {
    max-width: 1300px;
  }
  .mw-on-laptop-1350 {
    max-width: 1350px;
  }
  .mw-on-laptop-1400 {
    max-width: 1400px;
  }
  .mw-on-laptop-1450 {
    max-width: 1450px;
  }
  .mw-on-laptop-1500 {
    max-width: 1500px;
  }
  .mw-on-laptop-1550 {
    max-width: 1550px;
  }
  .mw-on-laptop-1600 {
    max-width: 1600px;
  }
  .mw-on-laptop-1650 {
    max-width: 1650px;
  }
  .mw-on-laptop-1700 {
    max-width: 1700px;
  }
  .mw-on-laptop-1750 {
    max-width: 1750px;
  }
  .mw-on-laptop-1800 {
    max-width: 1800px;
  }
  .mw-on-laptop-1850 {
    max-width: 1850px;
  }
  .mw-on-laptop-1900 {
    max-width: 1900px;
  }
  .mw-on-laptop-1950 {
    max-width: 1950px;
  }
  .mw-on-laptop-fw {
    max-width: 100%;
  }
}
@media screen and (max-width: 9999px) {
  .mw-on-desktop-50 {
    max-width: 50px;
  }
  .mw-on-desktop-100 {
    max-width: 100px;
  }
  .mw-on-desktop-150 {
    max-width: 150px;
  }
  .mw-on-desktop-200 {
    max-width: 200px;
  }
  .mw-on-desktop-250 {
    max-width: 250px;
  }
  .mw-on-desktop-300 {
    max-width: 300px;
  }
  .mw-on-desktop-350 {
    max-width: 350px;
  }
  .mw-on-desktop-400 {
    max-width: 400px;
  }
  .mw-on-desktop-450 {
    max-width: 450px;
  }
  .mw-on-desktop-500 {
    max-width: 500px;
  }
  .mw-on-desktop-550 {
    max-width: 550px;
  }
  .mw-on-desktop-600 {
    max-width: 600px;
  }
  .mw-on-desktop-650 {
    max-width: 650px;
  }
  .mw-on-desktop-700 {
    max-width: 700px;
  }
  .mw-on-desktop-750 {
    max-width: 750px;
  }
  .mw-on-desktop-800 {
    max-width: 800px;
  }
  .mw-on-desktop-850 {
    max-width: 850px;
  }
  .mw-on-desktop-900 {
    max-width: 900px;
  }
  .mw-on-desktop-950 {
    max-width: 950px;
  }
  .mw-on-desktop-1000 {
    max-width: 1000px;
  }
  .mw-on-desktop-1050 {
    max-width: 1050px;
  }
  .mw-on-desktop-1100 {
    max-width: 1100px;
  }
  .mw-on-desktop-1150 {
    max-width: 1150px;
  }
  .mw-on-desktop-1200 {
    max-width: 1200px;
  }
  .mw-on-desktop-1250 {
    max-width: 1250px;
  }
  .mw-on-desktop-1300 {
    max-width: 1300px;
  }
  .mw-on-desktop-1350 {
    max-width: 1350px;
  }
  .mw-on-desktop-1400 {
    max-width: 1400px;
  }
  .mw-on-desktop-1450 {
    max-width: 1450px;
  }
  .mw-on-desktop-1500 {
    max-width: 1500px;
  }
  .mw-on-desktop-1550 {
    max-width: 1550px;
  }
  .mw-on-desktop-1600 {
    max-width: 1600px;
  }
  .mw-on-desktop-1650 {
    max-width: 1650px;
  }
  .mw-on-desktop-1700 {
    max-width: 1700px;
  }
  .mw-on-desktop-1750 {
    max-width: 1750px;
  }
  .mw-on-desktop-1800 {
    max-width: 1800px;
  }
  .mw-on-desktop-1850 {
    max-width: 1850px;
  }
  .mw-on-desktop-1900 {
    max-width: 1900px;
  }
  .mw-on-desktop-1950 {
    max-width: 1950px;
  }
  .mw-on-desktop-fw {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w-on-mobile-20 {
    width: calc(20 * 1%);
  }
  .w-on-mobile-25 {
    width: calc(25 * 1%);
  }
  .w-on-mobile-30 {
    width: calc(30 * 1%);
  }
  .w-on-mobile-35 {
    width: calc(35 * 1%);
  }
  .w-on-mobile-40 {
    width: calc(40 * 1%);
  }
  .w-on-mobile-45 {
    width: calc(45 * 1%);
  }
  .w-on-mobile-50 {
    width: calc(50 * 1%);
  }
  .w-on-mobile-55 {
    width: calc(55 * 1%);
  }
  .w-on-mobile-60 {
    width: calc(60 * 1%);
  }
  .w-on-mobile-65 {
    width: calc(65 * 1%);
  }
  .w-on-mobile-70 {
    width: calc(70 * 1%);
  }
  .w-on-mobile-75 {
    width: calc(75 * 1%);
  }
  .w-on-mobile-80 {
    width: calc(80 * 1%);
  }
  .w-on-mobile-85 {
    width: calc(85 * 1%);
  }
  .w-on-mobile-90 {
    width: calc(90 * 1%);
  }
  .w-on-mobile-95 {
    width: calc(95 * 1%);
  }
  .w-on-mobile-100 {
    width: calc(100 * 1%);
  }
}
@media screen and (max-width: 1199px) {
  .w-on-tablet-20 {
    width: calc(20 * 1%);
  }
  .w-on-tablet-25 {
    width: calc(25 * 1%);
  }
  .w-on-tablet-30 {
    width: calc(30 * 1%);
  }
  .w-on-tablet-35 {
    width: calc(35 * 1%);
  }
  .w-on-tablet-40 {
    width: calc(40 * 1%);
  }
  .w-on-tablet-45 {
    width: calc(45 * 1%);
  }
  .w-on-tablet-50 {
    width: calc(50 * 1%);
  }
  .w-on-tablet-55 {
    width: calc(55 * 1%);
  }
  .w-on-tablet-60 {
    width: calc(60 * 1%);
  }
  .w-on-tablet-65 {
    width: calc(65 * 1%);
  }
  .w-on-tablet-70 {
    width: calc(70 * 1%);
  }
  .w-on-tablet-75 {
    width: calc(75 * 1%);
  }
  .w-on-tablet-80 {
    width: calc(80 * 1%);
  }
  .w-on-tablet-85 {
    width: calc(85 * 1%);
  }
  .w-on-tablet-90 {
    width: calc(90 * 1%);
  }
  .w-on-tablet-95 {
    width: calc(95 * 1%);
  }
  .w-on-tablet-100 {
    width: calc(100 * 1%);
  }
}
@media screen and (max-width: 1449px) {
  .w-on-laptop-20 {
    width: calc(20 * 1%);
  }
  .w-on-laptop-25 {
    width: calc(25 * 1%);
  }
  .w-on-laptop-30 {
    width: calc(30 * 1%);
  }
  .w-on-laptop-35 {
    width: calc(35 * 1%);
  }
  .w-on-laptop-40 {
    width: calc(40 * 1%);
  }
  .w-on-laptop-45 {
    width: calc(45 * 1%);
  }
  .w-on-laptop-50 {
    width: calc(50 * 1%);
  }
  .w-on-laptop-55 {
    width: calc(55 * 1%);
  }
  .w-on-laptop-60 {
    width: calc(60 * 1%);
  }
  .w-on-laptop-65 {
    width: calc(65 * 1%);
  }
  .w-on-laptop-70 {
    width: calc(70 * 1%);
  }
  .w-on-laptop-75 {
    width: calc(75 * 1%);
  }
  .w-on-laptop-80 {
    width: calc(80 * 1%);
  }
  .w-on-laptop-85 {
    width: calc(85 * 1%);
  }
  .w-on-laptop-90 {
    width: calc(90 * 1%);
  }
  .w-on-laptop-95 {
    width: calc(95 * 1%);
  }
  .w-on-laptop-100 {
    width: calc(100 * 1%);
  }
}
@media screen and (max-width: 9999px) {
  .w-on-desktop-20 {
    width: calc(20 * 1%);
  }
  .w-on-desktop-25 {
    width: calc(25 * 1%);
  }
  .w-on-desktop-30 {
    width: calc(30 * 1%);
  }
  .w-on-desktop-35 {
    width: calc(35 * 1%);
  }
  .w-on-desktop-40 {
    width: calc(40 * 1%);
  }
  .w-on-desktop-45 {
    width: calc(45 * 1%);
  }
  .w-on-desktop-50 {
    width: calc(50 * 1%);
  }
  .w-on-desktop-55 {
    width: calc(55 * 1%);
  }
  .w-on-desktop-60 {
    width: calc(60 * 1%);
  }
  .w-on-desktop-65 {
    width: calc(65 * 1%);
  }
  .w-on-desktop-70 {
    width: calc(70 * 1%);
  }
  .w-on-desktop-75 {
    width: calc(75 * 1%);
  }
  .w-on-desktop-80 {
    width: calc(80 * 1%);
  }
  .w-on-desktop-85 {
    width: calc(85 * 1%);
  }
  .w-on-desktop-90 {
    width: calc(90 * 1%);
  }
  .w-on-desktop-95 {
    width: calc(95 * 1%);
  }
  .w-on-desktop-100 {
    width: calc(100 * 1%);
  }
}
.accordion {
  width: 100%;
}
.accordion .accordion-item {
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #a4770c;
  position: relative;
}
.accordion .accordion-item .accordion-header .icon {
  width: 35px;
  margin-right: 15px;
}
.accordion .accordion-item .accordion-header::after {
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: 38%;
  right: 0;
  transition: all 0.4s ease;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1OTU5NUI7c3Ryb2tlOiM1ODU5NUI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSI5LjUiIHkxPSIwIiB4Mj0iOS41IiB5Mj0iMTkiLz4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIwIiB5MT0iOS41IiB4Mj0iMTkiIHkyPSI5LjUiLz4NCjwvc3ZnPg0K");
}
.accordion .accordion-item .accordion-header h3 {
  margin: 0;
}
.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #f2f2f2;
}
.accordion .accordion-item .accordion-content p {
  margin: 15px 0;
  padding: 15px 20px;
}
.accordion .accordion-item.active .accordion-header::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1OTU5NUI7c3Ryb2tlOiM1ODU5NUI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIwIiB5MT0iOS41IiB4Mj0iMTkiIHkyPSI5LjUiLz4NCjwvc3ZnPg0K");
  transform: rotate(180deg);
}
.accordion .accordion-item.active .accordion-content {
  max-height: max-content;
}

.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.hide-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.noselect,
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                 supported by Chrome, Edge, Opera and Firefox */
}

.preload {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

img.captcha {
  pointer-events: none;
}

.cursor_pointer,
.cursor-pointer {
  cursor: pointer;
}

.of-contain {
  object-fit: contain;
}

.of-cover {
  object-fit: cover;
}

.p-rel {
  position: relative;
}

.p-sticky {
  position: sticky;
}
.p-sticky[data-top] {
  top: attr(data-top);
}

.z-1 {
  z-index: 1;
}

.opacity-0 {
  opacity: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }
}
.sticky {
  position: sticky;
}

.border-radius-sm {
  border-radius: 6px;
}

.border-radius-md {
  border-radius: 12px;
}

.text-light {
  color: #9d9d9d;
}

.acc_menu {
  width: 100%;
  min-width: 220px;
  max-width: 250px;
  height: 100vh;
  background: #06796B; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #06796B, #D1AF7C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #06796B, #D1AF7C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.acc_menu::-webkit-scrollbar {
  display: none;
}
.acc_menu .menu__item {
  display: block;
  padding: 0px;
  transition: 0.4s;
}
.acc_menu .menu__item .item__name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0px 10px 20px;
  color: #fefefe;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.4s;
}
.acc_menu .menu__item .item__name:hover, .acc_menu .menu__item .item__name.active {
  border-right: 5px solid #fefefe;
}
.acc_menu .menu__item .item__name .icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  margin-left: 5px;
}
.acc_menu .menu__item .item__name .icon img {
  min-width: 25px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc_menu .menu__item .item__sub-menu {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.acc_menu .menu__item .item__sub-menu .sub-menu__item {
  display: block;
  padding: 10px 0px 10px 25px;
  color: #fefefe;
  font-size: 16px;
  font-weight: 400;
  border-left: 5px solid transparent;
  transition: 0.4s;
}
.acc_menu .menu__item .item__sub-menu .sub-menu__item:hover {
  border-left: 5px solid rgb(228.5, 228.5, 228.5);
}
.acc_menu .menu__item .item__sub-menu .sub-menu__item.active {
  border-left: 5px solid rgb(228.5, 228.5, 228.5);
}
.acc_menu .menu__item .item__sub-menu .item__inner-sub-menu-container {
  max-height: 0px;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.acc_menu .menu__item .item__sub-menu .item__inner-sub-menu-container a {
  padding-left: 45px;
}
.acc_menu .menu__item .item__sub-menu .item__inner-sub-menu-container:hover {
  max-height: 1000px;
}
.acc_menu .menu__item .item__sub-menu .item__inner-sub-menu > a:hover + .item__inner-sub-menu-container, .acc_menu .menu__item .item__sub-menu .item__inner-sub-menu > .active + .item__inner-sub-menu-container {
  max-height: 1000px;
}
.acc_menu .menu__item .item__sub-menu .item__inner-sub-menu > .active {
  border-left: 5px solid rgb(228.5, 228.5, 228.5);
}
.acc_menu .menu__item:target .item__name, .acc_menu .menu__item.active .item__name {
  background-color: rgb(3.1086614173, 62.6913385827, 55.4377952756);
  box-shadow: inset 0 0 4px 1px rgba(33, 33, 33, 0.2);
  border-right: 5px solid #fefefe;
}
.acc_menu .menu__item:target .item__sub-menu, .acc_menu .menu__item.active .item__sub-menu {
  max-height: 1000px;
  background-color: rgb(4.3133858268, 86.9866141732, 76.9220472441);
  transition: max-height 0.4s ease-in-out;
}

@media screen and (max-width: 800px) {
  .acc_menu {
    width: 100%;
    min-width: 45px;
    max-width: 45px;
  }
  .acc_menu .menu__item .item__name {
    padding: 10px 0px 10px 5px;
  }
  .acc_menu .menu__item .item__name:hover, .acc_menu .menu__item .item__name.active {
    border-right: 5px solid #fefefe;
  }
  .acc_menu .menu__item .item__name .item_name_title {
    display: none;
  }
  .acc_menu .menu__item .item__name .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .acc_menu .menu__item .item__name .icon img {
    min-width: 22px;
  }
}
.animated_input-v2 {
  position: relative;
  margin-bottom: 30px;
}
.animated_input-v2 input {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  min-width: 260px;
  width: 100%;
  max-width: 300px;
  border: 2px solid #ccc;
  border-radius: 10px;
  color: #fefefe;
  background-color: transparent;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
.animated_input-v2 input:focus {
  outline: none;
}
.animated_input-v2 label {
  padding: 0px 10px 0px 10px;
  color: #fefefe;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.animated_input-v2 input:focus ~ label,
.animated_input-v2 input:valid ~ label {
  top: -10px;
  font-size: 12px;
  background-color: #234295;
  color: #ccc;
}
.animated_input-v2 input:focus,
.animated_input-v2 input:valid {
  border-color: #ccc;
}

.ux-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 200px;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ux-table thead tr {
  background-color: #06796B;
  background: #06796B; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #06796B, #D1AF7C); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #06796B, § #D1AF7C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  height: 45px;
}
.ux-table th,
.ux-table td {
  position: relative;
  padding: 12px 15px;
}
.ux-table tbody tr {
  border-bottom: 1px solid #dddddd;
  padding: 0px 10px;
}
.ux-table tbody tr:nth-of-type(even) {
  background: rgba(230, 230, 230, 0.4);
}
.ux-table tbody tr:last-of-type {
  border-bottom: 2px solid #1a1a1a;
}
.ux-table tbody tr td {
  min-height: 32px;
}

/*responsive*/
@media (max-width: 1165px) {
  .ux-table {
    font-size: 14px;
  }
  .ux-table thead {
    display: none;
  }
  .ux-table tbody, .ux-table tr, .ux-table td {
    display: block;
    width: 100%;
  }
  .ux-table td {
    padding: 5px;
    padding-left: 50%;
    padding-right: 20px;
    text-align: right;
  }
  .ux-table td:before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    width: 50%;
    padding-left: 15px;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
    color: #8b8b8b;
    z-index: 1;
  }
  .ux-table .rating__title {
    display: none !important;
  }
}
.dashboard {
  background: #efefef;
}
.dashboard .content {
  padding: 50px 30px 50px 30px;
}

.dashboard {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

.dashboard_content {
  position: relative;
  width: 100%;
  padding: 60px 25px 25px 25px;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.dashboard_content * {
  font-family: "Montserrat", sans-serif;
}
.dashboard_content::-webkit-scrollbar {
  display: none;
}

/* === NAVIGATION START === */
aside.sidebar {
  font-size: 14px;
  font-family: sans-serif;
  background-color: #2c3b45;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 55px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh; /*calc(100vh - var(--header-height));*/
  padding-top: 1rem;
  align-items: center;
  justify-content: stretch;
  transition: max-width var(--animation-duration) var(--animation-timing-curve);
  position: sticky;
  left: 0;
  top: var(--header-height);
  transition: all 0.2s ease;
}
aside.sidebar .hidden-sidebar {
  opacity: 0;
  width: 0;
  transition: opacity var(--animation-duration) var(--animation-timing-curve);
}
aside.sidebar .top-sidebar {
  display: flex;
  align-items: center;
  transition: height var(--animation-duration) var(--animation-timing-curve);
}
aside.sidebar .top-sidebar i {
  margin-left: 1rem;
  margin-right: 1rem;
  color: #fefefe;
  cursor: pointer;
}
aside.sidebar.top-sidebar .hidden-sidebar {
  text-align: center;
  width: 100%;
}
aside.sidebar .middle-sidebar {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
  margin: 1rem 0;
}
aside.sidebar .middle-sidebar, aside.sidebar .bottom-sidebar {
  width: 100%;
}
aside.sidebar .sidebar-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
aside.sidebar .sidebar-list .hidden-sidebar {
  margin-left: 1.5rem;
  white-space: nowrap;
}
aside.sidebar .sidebar-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #add2ef;
}
aside.sidebar .sidebar-link {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  color: #bacddc;
  text-decoration: none;
  align-items: center;
  padding-left: 15px;
}
aside.sidebar .sidebar-link * {
  color: #bacddc;
}
aside.sidebar .sidebar-list-item {
  position: relative;
  width: 100%;
  padding: 7px 0;
}
aside.sidebar .sidebar-list-item.active,
aside.sidebar aside.sidebar .sidebar-list-item:hover {
  fill: var(--accent-color);
  background: rgba(0, 0, 0, 0.1);
}
aside.sidebar .sidebar-list-item:hover * {
  color: #efefef;
  fill: #efefef;
}
aside.sidebar .sidebar-list-item.active::before {
  content: "";
  background-color: var(--accent-color);
  height: 100%;
  left: 0;
  width: 3px;
  position: absolute;
}
aside.sidebar.open {
  max-width: 280px;
  width: 100%;
}
aside.sidebar.open .hidden-sidebar {
  width: 100%;
  height: auto;
  opacity: 1;
}
aside.sidebar.open .channel-logo {
  width: 90px;
  height: 90px;
}
aside.sidebar.open .sidebar-link {
  justify-content: flex-start;
}
aside.sidebar.open .top-sidebar {
  height: 40px;
}
aside.sidebar:not(.open) .sidebar-list-item.hide-on-mobile {
  display: none;
}
aside.sidebar:not(.open) .bottom-sidebar {
  display: none;
}
aside.sidebar:not(.open) .top-sidebar .hidden-sidebar {
  display: none;
}

/* === NAVIGATION END === */
.dash-primary-color {
  color: #D1AF7C !important;
}
.dash-primary-color * {
  color: #D1AF7C !important;
}

.dash-top-bar {
  width: 100%;
  min-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(254, 254, 254, 0.9960784314);
  padding: 5px 25px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.dash-top-bar p {
  color: #383838;
}

.btn-dash {
  height: 39px;
  background-color: rgb(53.9292035398, 72.314159292, 84.5707964602);
  color: #fefefe;
  border-radius: 4px;
  border: none;
  appearance: none;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.btn-dash:hover {
  background-color: rgb(73.7876106195, 98.9424778761, 115.7123893805);
}

.btn-danger {
  height: 39px;
  background-color: rgb(221.1271551724, 87.3728448276, 92.5840517241);
  color: #fefefe;
  border-radius: 4px;
  border: none;
  appearance: none;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.btn-danger:hover {
  background-color: rgb(212.5538793103, 44.9461206897, 51.4762931034);
}

.btn-light {
  height: 39px;
  background: #efefef;
  padding: 10px 20px;
  border-radius: 4px;
  border: none;
  appearance: none;
  outline: none;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.btn-light:hover {
  background-color: rgb(226.25, 226.25, 226.25);
}

.dashboard .badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
}
.dashboard .badge.light {
  background: #efefef;
  color: #020203;
}
.dashboard .badge.success {
  background: rgb(182, 231, 182);
  color: rgba(32, 56, 32, 0.7) !important;
  border: 1px solid rgba(53, 95, 53, 0.6);
}
.dashboard .badge.warning {
  background: rgb(230, 193, 160);
  color: rgb(171, 84, 8) !important;
  border: 1px solid rgba(164, 117, 75, 0.6);
}
.dashboard .badge.danger {
  background: rgb(221, 157, 157);
  color: rgb(92, 35, 35) !important;
  border: 1px solid rgba(187, 83, 83, 0.6);
}

.dashboard .card {
  background: #fefefe;
  padding: 15px;
  border-radius: 12px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  background: #EDE9E7;
  margin: 0;
  padding: 0;
  font-family: "TT Interphases", sans-serif;
  font-weight: 100;
  color: #292929;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

a {
  color: #06796B;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(3.5905511811, 72.4094488189, 64.031496063);
}

.page-wrapper {
  max-width: 1450px;
}

.title {
  font-size: 3.5rem;
}
@media screen and (max-width: 769px) {
  .title {
    font-size: 2.3rem;
  }
}

.text {
  font-size: 1.125rem;
  line-height: calc(1.125rem + 45%);
  word-break: break-word;
}

.accent-color {
  color: #06796B;
}

.text-light {
  color: #696969;
}

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

.bg-light {
  background-color: #d9d9d9;
}

.bg-white {
  background-color: #fff;
}

.line {
  width: 40px;
  height: 5px;
  background-color: #06796b;
}

.border-bottom {
  border-bottom: 2px solid #4b4b4b;
}

.btn {
  appearance: none;
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
  padding: 10px 20px;
  border: 2px solid #06796B;
}
.btn.primary {
  background-color: #06796B;
  color: #fff;
}
.btn.primary:hover {
  background-color: rgb(4.7952755906, 96.7047244094, 85.5157480315);
}
.btn.secondary {
  background-color: #212121;
  border-color: #212121;
  color: #fff;
}
.btn.secondary:hover {
  background-color: rgb(20.25, 20.25, 20.25);
}
.btn.outline {
  background-color: transparent;
  color: #06796B;
  font-weight: 600;
}
.btn.outline:hover {
  background-color: #06796B;
  color: #fff;
}

.service-card {
  padding: 25px 45px;
  background: rgb(232.6285714286, 227.6571428571, 225.1714285714);
  height: 100%;
}
.service-card a {
  transition: all 0.2s cubic-bezier(0.21, 0.52, 0.43, 0.91);
  text-decoration: none;
  color: #292929;
}
.service-card a:hover {
  transform: translateX(10px);
}

/*---------accordion---------*/
.accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item.active .accordion-content {
  max-height: 100px;
}

.main-nav {
  background: rgb(237, 233, 231);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.main-nav .inner {
  max-width: 1450px;
  padding: 15px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main-nav .inner .logo {
  width: 100%;
  max-width: 230px;
}
.main-nav .inner .logo img {
  width: 100%;
}
.main-nav .inner ul:not(.sub-menu) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-nav .inner ul:not(.sub-menu) li {
  margin: 0 15px;
}
.main-nav .inner ul:not(.sub-menu) li:last-of-type {
  margin-right: 0;
}
.main-nav .inner ul:not(.sub-menu) li.nested-menu {
  position: relative;
}
.main-nav .inner ul:not(.sub-menu) li.nested-menu .sub-menu {
  background: rgb(237, 233, 231);
  position: absolute;
  margin: 20px 0 0 0;
  padding: 0px 10px;
  list-style-type: none;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.main-nav .inner ul:not(.sub-menu) li.nested-menu .sub-menu li {
  margin: 0;
}
.main-nav .inner ul:not(.sub-menu) li.nested-menu:hover .sub-menu {
  max-height: 450px;
}
.main-nav .inner ul:not(.sub-menu) a {
  position: relative;
  text-decoration: none;
  color: #292929;
  font-size: 1.1rem;
  font-weight: 300;
}
.main-nav .inner ul:not(.sub-menu) a:not(.btn):before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #06796B;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.82, 1.25, 1, 1);
}
.main-nav .inner ul:not(.sub-menu) a.active, .main-nav .inner ul:not(.sub-menu) a:hover {
  opacity: 0.9;
}
.main-nav .inner ul:not(.sub-menu) a.active:before, .main-nav .inner ul:not(.sub-menu) a:hover:before {
  width: 100%;
}
.main-nav .inner ul.mobile-nav-btn {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  pointer-events: all !important;
  z-index: 99;
  display: none;
}
.main-nav .inner ul.mobile-nav-btn span {
  position: absolute;
  height: 3px;
  border-radius: 4px;
  background: #292929;
  pointer-events: none;
  width: 100%;
  transition: 0.2s ease;
}
.main-nav .inner ul.mobile-nav-btn:not(.opened) span:nth-of-type(1) {
  top: 0;
  left: 0;
  max-width: 22px;
}
.main-nav .inner ul.mobile-nav-btn:not(.opened) span:nth-of-type(2) {
  top: calc(50% - 1.5px);
  left: 0;
  max-width: 42px;
  transition: none;
}
.main-nav .inner ul.mobile-nav-btn:not(.opened) span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  max-width: 22px;
}
.main-nav .inner ul.mobile-nav-btn.opened span:nth-of-type(1) {
  top: 4.5px;
  left: 0;
  max-width: 42px;
  transform: rotate(45deg);
  transform-origin: top left;
}
.main-nav .inner ul.mobile-nav-btn.opened span:nth-of-type(2) {
  opacity: 0;
  transition: none;
}
.main-nav .inner ul.mobile-nav-btn.opened span:nth-of-type(3) {
  bottom: 4.5px;
  right: 0;
  max-width: 42px;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.main-nav .inner ul.mobile-nav-btn.opened {
  height: 33px;
}

@media screen and (max-width: 875px) {
  .main-nav ul.desktop-nav {
    display: none !important;
  }
  .main-nav ul.mobile-nav-btn {
    display: block !important;
  }
}
.sidebar-nav {
  position: fixed;
  top: 71px;
  right: 0;
  width: 100%;
  height: calc(100vh - 71px);
  background: #EDE9E7;
  backdrop-filter: blur(15px);
  z-index: 99;
  transform: translateX(100%);
  transition: 0.25s ease-in-out;
}
.sidebar-nav.show {
  transform: translateX(0%);
}
.sidebar-nav ul {
  position: relative;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.sidebar-nav ul li a {
  display: block;
  padding: 15px;
  font-size: 1.6rem;
  color: #292929;
  text-decoration: none;
  font-weight: 100;
}
.sidebar-nav ul li a.active {
  color: #06796B;
}

.contact-info a:hover {
  opacity: 0.8;
}

footer {
  padding: 60px 0 0 0;
  background: #292929;
  color: #fefefe;
}
footer a {
  color: #fefefe;
  text-decoration: none;
}
footer a:hover {
  color: #fefefe;
  opacity: 0.8;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul a {
  display: flex;
  align-items: center;
}
footer ul img {
  width: 20px;
  margin-right: 0.5rem;
}
footer hr {
  border: none;
  border-bottom: 1px solid #696969;
}

.blog-list .blog-list-row {
  position: relative;
  border-bottom: 1px solid #06796B;
  padding-left: 20px;
}
.blog-list .blog-list-row:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #06796B;
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 0;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
.blog-list .blog-list-row:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #06796B;
}
.blog-list .blog-list-row a {
  position: relative;
  text-decoration: none;
  color: #292929;
  z-index: 1;
  padding: 15px;
  display: block;
}
.blog-list .blog-list-row a svg {
  margin-top: 10px;
}
.blog-list .blog-list-row a svg path {
  stroke: transparent;
}
.blog-list .blog-list-row:hover:before {
  max-height: 100%;
}
.blog-list .blog-list-row:hover a {
  color: #fefefe;
}
.blog-list .blog-list-row:hover a svg {
  margin-top: 7px;
}
.blog-list .blog-list-row:hover a svg path {
  stroke: #fefefe;
}

.contact-form .cForm_input {
  width: 100%;
  position: relative;
  border: none;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  background: transparent;
  appearance: none;
  outline: none;
  color: #020203;
  font-size: 22px;
  font-family: "Rosemode", sans-serif;
}
.contact-form .cForm_input:focus {
  border: none;
  border-bottom: 1px solid #020203;
}
.contact-form .cForm_input option:disabled {
  color: #979797;
}
.contact-form input::placeholder {
  color: #bebbbb !important;
  font-size: 22px;
  font-family: "Rosemode", sans-serif;
}
.contact-form input[type=checkbox] {
  height: 20px;
  width: 20px;
  background-color: #eee;
  appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid #020203;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.contact-form input[type=checkbox]:checked {
  background-color: #06796B;
  border-color: #06796B;
}
.contact-form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -70%) rotate(45deg);
}

/*-------hero section--------*/
.section-hero {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .section-hero {
    padding-top: 120px;
  }
}

/*--------section areas---------*/
.section-areas {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: -100px;
  background-color: #d9d9d9;
}
@media (max-width: 1200px) {
  .section-areas {
    padding-bottom: 50px;
  }
}

/*---------section about---------*/
.section-about {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .section-about {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .section-about {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .section-about .content {
    padding-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .section-about .content {
    padding-left: 3rem;
  }
}
.section-about img {
  border-radius: 2px;
}

/*-------section services------*/
.section-services .service-item {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-services .service-item img {
  border-radius: 2px;
}
.section-services .service-item .service-content {
  padding-top: 6.6rem;
}
@media (min-width: 1200px) {
  .section-services .service-item .service-content {
    padding-left: 3rem;
  }
}
@media (max-width: 1199px) {
  .section-services .service-item .service-content {
    padding-top: 2.5rem;
  }
}
@media (max-width: 600px) {
  .section-services .service-item .service-content {
    padding-top: 1rem;
  }
}

@media (max-width: 1199px) {
  .section-services .service-item .img-container {
    max-height: 450px;
    overflow: hidden;
  }
  .section-services .service-item .img-container img {
    object-fit: cover;
    max-height: 450px;
  }
}
/*-------section-blog------*/
.section-blog {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .section-blog .blog-list h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .section-blog {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*---------section faq--------*/
.section-faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .section-faq .accordion-header {
    padding-left: 0 !important;
    padding-right: 35px !important;
  }
}
@media (max-width: 600px) {
  .section-faq .accordion-header h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .section-faq {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .cta-section .content {
    padding-left: 3rem;
  }
}
.cta-section img {
  width: 100%;
  height: 100%;
}

/*--------section pricing-------*/
.section-pricing {
  padding-top: 150px;
  padding-bottom: 100px;
}
@media all and (max-width: 768px) {
  .section-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.section-pricing .content h2 {
  line-height: 1.3;
}
@media all and (min-width: 1535px) {
  .section-pricing .content {
    padding-left: 2rem;
  }
}
.section-pricing .hero-img-container {
  height: 100%;
}
.section-pricing .hero-img-container img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 48px;
}

/*--------section contact----------*/
.section-contact {
  padding-top: 20px;
  padding-bottom: 50px;
}
.section-contact .row {
  column-gap: 2rem;
}
@media all and (max-width: 1200px) {
  .section-contact #contact {
    margin-top: 40px;
  }
}

.home-hero-img {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .home-hero-img {
    margin-top: 20px;
  }
}

.cookie-banner {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EDE9E7;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
}
.cookie-banner p {
  font-size: 14px;
}
.cookie-banner button {
  background: #212121;
  color: #fefefe;
  padding: 7px 21px;
  cursor: pointer;
  appearance: none;
  outline: none;
  border: none;
  font-size: 14px;
}
.cookie-banner button:hover {
  background: rgb(50.85, 50.85, 50.85);
}/*# sourceMappingURL=app.css.map */