@import '../fonts/cerapro/stylesheet.css';

._bg--black {
  background-color: #000 !important;
}

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

._bg--yellow {
  background-color: #ffbf0e !important;
}

._bg--dark-yellow {
  background-color: #f0b71a !important;
}

._bg--blue {
  background-color: #3956df !important;
}

._bg--red {
  background-color: #f45351 !important;
}

._bg--green {
  background-color: #00a18c !important;
}

._bg--purple {
  background-color: #9934c8 !important;
}

._bg--light-grey {
  background-color: #f8f7f6 !important;
}

._bg--grey {
  background-color: #f5f1ec !important;
}

._bg--dark-grey {
  background-color: #eee2d7 !important;
}

:root {
  --text--fs-12: 12px;
  --text--fs-14: 14px;
  --text--fs-16: 16px;
  --text--fs-18: 18px;
  --text--fs-20: 20px;
  --text--fs-22: 22px;
  --text--fs-24: 24px;
  --text--fs-26: 26px;
  --text--fs-28: 28px;
  --text--fs-30: 30px;
  --text--fs-32: 32px;
  --text--fs-36: 36px;
  --text--fs-40: 40px;
  --text--fs-45: 45px;
  --text--fs-48: 48px;
  --text--fs-60: 60px;
  --text--fs-64: 64px;
  --text--fs-80: 80px;
  --text--fs-90: 90px;
  --text--fs-100: 100px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

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

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

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

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

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

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

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pv-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pv-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

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

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

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

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

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

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

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

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

.mt-150 {
  margin-top: 150px;
}

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

:root {
  --container: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Cera-Pro";
  font-weight: 300;
  color: #000;
  background-color: #fff;
  font-size: var(--text--fs-18);
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body._js-overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3 {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

img,
svg {
  width: 100%;
  height: auto;
}

img[class*=" wp-image-"] {
  width: auto;
}

picture[class*=" wp-image-"] img {
  width: auto;
}

.tooltip-inner {
  max-width: 280px;
  padding: 6px 10px;
  color: #000;
  text-align: center;
  background-color: #f6c534;
  border-radius: 5px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip {
  z-index: 90 !important;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 7px 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 7px 4px 0;
  border-top-color: #f6c534;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 7px;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 7px;
  height: 8px;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 4px 7px 4px 0;
  border-right-color: #f6c534;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 7px 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 4px 7px;
  border-bottom-color: #f6c534;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 7px;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 7px;
  height: 8px;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 4px 0 4px 7px;
  border-left-color: #f6c534;
}

.tooltip-inner {
  max-width: 280px;
  padding: 6px 10px;
  color: #000;
  text-align: center;
  background-color: #f6c534;
  border-radius: 5px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.slick-dots li {
  padding-left: 0 !important;
}

.slick-dots li::before {
  content: unset !important;
}

.slick-dots li.slick-active button {
  background-color: #ffbf0e;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}

.accordion .accordion-item {
  border: none;
  margin-bottom: 1.5rem;
  background-color: transparent;
}

.accordion .accordion-item .accordion-header {
  text-align: center;
  background-color: #f5f1ec;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}

.accordion .accordion-item .accordion-header::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow-down-yellow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-right: 32px;
}

.accordion .accordion-item .accordion-header.active::after {
  background-image: url("../img/icons/arrow-up-yellow.png");
}

.accordion .accordion-item .accordion-content {
  display: none;
}

.accordion-inner {
  padding: 16px 0;
}

.accordion-inner .accordion-inner-item {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  border-radius: 12px;
  margin-bottom: 1rem;
}

.accordion-inner .accordion-inner-item .accordion-inner-header {
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
}

.accordion-inner .accordion-inner-item .accordion-inner-header::after {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  margin-right: 32px;
}

.accordion-inner .accordion-inner-item .accordion-inner-header.active::after {
  background-image: url("../img/icons/arrow-up.svg");
}

.accordion-inner .accordion-inner-item .accordion-inner-content {
  display: none;
  padding: 0 32px 16px 32px;
}

.accordion-inner .accordion-inner-item h4 {
  text-transform: capitalize;
}

._standard-text h1 {
  font-size: var(--text--fs-45);
  font-weight: 800;
  line-height: 66px;
  margin-bottom: 20px;
}

._standard-text h2 {
  font-size: var(--text--fs-40);
  font-weight: 800;
  line-height: 58px;
}

._standard-text h3 {
  font-size: var(--text--fs-30);
  font-weight: 800;
  line-height: 44px;
  margin-bottom: 20px;
}

._standard-text h4 {
  font-size: var(--text--fs-20);
  font-weight: 800;
  line-height: 1.6em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

._standard-text h5 {
  font-size: var(--text--fs-20);
  font-weight: 800;
  line-height: 1.6em;
  color: #3956df;
  text-transform: uppercase;
  margin-bottom: 20px;
}

._standard-text h6 {
  font-size: var(--text--fs-18);
  font-weight: 800;
  line-height: 1.6em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

._standard-text p {
  font-size: var(--text--fs-18);
  font-family: "Cera-Pro";
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6em;
}

._standard-text p a {
  text-decoration: underline;
  text-underline-position: under;
}

._standard-text ul {
  margin-bottom: 10px;
}

._standard-text ul li {
  position: relative;
  padding-left: 20px;
  font-size: var(--text--fs-18);
  font-weight: 400;
}

._standard-text ul li::before {
  content: "";
  position: absolute;
  background-color: #ffbf0e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

._standard-text *:last-child:not(h2, h3) {
  margin-bottom: 0;
}

.gap-20 {
  row-gap: 20px;
}

.gap-40 {
  row-gap: 40px;
}

.gap-60 {
  row-gap: 60px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  font-size: var(--text--fs-16);
  font-family: "Cera-Pro";
  font-weight: 800;
  color: #fff;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 50px;
  text-align: center;
  position: relative;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

._btn-border-red {
  border: 1px solid #f45351;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: var(--text--fs-16);
  background-color: #fff;
  min-width: 160px;
  max-width: 100%;
  padding: 8px 30px;
}

._btn-border-red:hover {
  background-color: #f45351;
  color: #fff;
}

._btn-border-green {
  border: 1px solid #00a18c;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: var(--text--fs-16);
  background-color: #fff;
  min-width: 160px;
  max-width: 100%;
  padding: 8px 30px;
}

._btn-border-green:hover {
  background-color: #00a18c;
  color: #fff;
}

._btn-border-purple {
  border: 1px solid #9934c8;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: var(--text--fs-16);
  background-color: #fff;
  min-width: 160px;
  max-width: 100%;
  padding: 8px 30px;
}

._btn-border-purple:hover {
  background-color: #9934c8;
  color: #fff;
}

._btn-blue {
  font-size: var(--text--fs-20);
  color: #fff;
  background-color: #3956df;
}

._btn-blue:hover {
  background-color: #4d67e2;
  color: #fff;
}

._btn-blue-large {
  font-size: var(--text--fs-30);
  color: #fff;
  background-color: #3956df;
}

._btn-blue-large:hover {
  background-color: #4d67e2;
  color: #fff;
}

._btn-white {
  font-size: var(--text--fs-20);
  color: #3956df;
  background-color: #fff;
  border: 1px solid transparent;
}

._btn-white:hover {
  background-color: transparent;
  border: 1px solid #3956df;
}

._btn-white-large {
  font-size: var(--text--fs-30);
  color: #3956df;
  background-color: #fff;
  border: 1px solid transparent;
}

._btn-white-large:hover {
  background-color: transparent;
  border: 1px solid #3956df;
}

._btn-yellow {
  font-size: var(--text--fs-20);
  color: #000;
  background-color: #ffbf0e;
}

._btn-yellow:hover {
  background-color: #edb30a;
}

._btn-yellow-large {
  font-size: var(--text--fs-30);
  color: #000;
  background-color: #ffbf0e;
}

._btn-yellow-large:hover {
  background-color: #edb30a;
}

.link-text {
  font-size: var(--text--fs-18);
  font-weight: 800;
}

._link--blue {
  color: #3956df;
}

._link--yellow {
  color: #ffbf0e;
}

._link--grey {
  color: #555555;
}

._link--white {
  color: #fff;
}

._text--white h1,
._text--white h2,
._text--white h3,
._text--white h4,
._text--white h5,
._text--white p,
._text--white span {
  color: #fff;
}

._text--white.tabs .tabbed-nav .tab {
  color: #fff;
  border: 1px solid #fff;
}

._text--white.tabs .tabbed-nav .tab.active {
  background-color: #fff;
  color: #000;
}

._text--white .counter__item__value {
  color: #fff;
}

._text--white .filter-btns .filter-btn {
  color: #fff;
}

._text--white .filter-btns .filter-btn.active {
  color: #ffbf0e;
}

._text--white .tab-toggle {
  background-color: #fff;
}

._text--white .tab-toggle:focus {
  background-color: #fff !important;
}

._text--white .tab-toggle::after {
  background-image: url(../img/icons/arrow-up-black.svg);
}

._text--white .tab-toggle._js-open::after {
  background-image: url(../img/icons/arrow-down-black.svg);
}

._text--white hr {
  background-color: #fff !important;
}

._text--white ul li {
  color: #fff;
}

._text--white ul li::before {
  background-color: #fff;
}

._text--white hr {
  background-color: #fff;
}

._text--white figcaption {
  color: #fff;
}

._text--dark h1,
._text--dark h2,
._text--dark h3,
._text--dark h4,
._text--dark h5,
._text--dark p,
._text--dark span {
  color: #000;
}

._text--dark ul li {
  color: #000;
}

._text--dark ul li::before {
  background-color: #000;
}

._text--dark hr {
  background-color: #ffbf0e !important;
}

._text--dark .tab-toggle {
  border: 1px solid #000;
}

._text--dark .tab-toggle::after {
  background-image: url(../img/icons/arrow-up-black.svg);
}

._text--dark .tab-toggle._js-open::after {
  background-image: url(../img/icons/arrow-down-black.svg);
}

._text--dark.tabs .tabbed-nav .tab {
  color: #000;
  border: 1px solid #000;
}

._text--dark.tabs .tabbed-nav .tab.active {
  background-color: #000;
  color: #fff;
}

._text--dark figcaption {
  color: #000;
}

._text--dark.deco-list-elem ul li::before {
  background-color: transparent;
  background-image: url(../img/icons/tick-black.svg);
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 8px;
}

._text--dark .filter-btns .filter-btn {
  color: #000;
}

._text--dark .filter-btns .filter-btn.active {
  color: #fff;
}

._text--dark .custom-arrows ul li.prev {
  background-color: #000;
}

._text--dark .custom-arrows ul li.next {
  background-color: #000;
}

._text--dark .slick-dots li.slick-active button {
  background-color: #000;
}

.deco-list-elem ul li::before {
  background-color: transparent;
  background-image: url(../img/icons/tick-yellow.svg);
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 8px;
}

hr {
  margin: 15px 0 15px 0;
  background-color: #ffbf0e;
  opacity: 1;
  height: 4px !important;
  max-width: 160px;
  border-radius: 12px;
}

._bg--img {
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: var(--text-bg-img);
}

._link--blue h6 {
  color: #3956df;
  text-transform: uppercase;
}

.tabs__img img {
  border-radius: 12px;
}

.tabs .tabbed-nav {
  position: relative;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  white-space: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  overflow: auto;
}

.tabs .tabbed-nav::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}

.tabs .tabbed-nav .tab {
  display: inline-block;
  font-size: var(--text--fs-16);
  color: #ffbf0e;
  font-weight: 800;
  padding: 10px 40px;
  border-radius: 12px;
  margin: 8px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  border: 1px solid transparent;
}

.tabs .tabbed-nav .tab.active {
  background-color: #ffbf0e;
  color: #fff;
}

.tabs .tabbed-nav .tab::before {
  content: unset;
}

.tabs .tab-content {
  display: none;
}

.tabs .tab-content h3 {
  margin-bottom: 0;
}

.tabs .tab-content .inner {
  padding-top: 60px;
}

.tab-content.current {
  display: inherit;
}

.tab-toggle {
  display: none;
  font-size: var(--text--fs-16);
  font-weight: 800;
  padding: 16px 40px 16px 0px;
  position: relative;
  cursor: pointer;
  background-color: #ffbf0e;
  margin-bottom: 1rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid transparent;
}

.tab-toggle:focus {
  background-color: #ffbf0e !important;
  border-color: transparent !important;
}

.tab-toggle._js-open {
  margin-bottom: 0;
}

.tab-toggle._js-open:after {
  background-image: url("../img/icons/arrow-down.svg");
}

.tab-toggle:focus {
  background-color: transparent;
  border-color: inherit;
}

.tab-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  margin-right: 1rem;
  width: 16px;
  height: 16px;
  background-size: 38px;
  background-image: url("../img/icons/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#tooltip {
  display: none;
  position: absolute;
  z-index: 99;
  -webkit-transform: translate(143%, 47px);
      -ms-transform: translate(143%, 47px);
          transform: translate(143%, 47px);
}

.custom-arrows ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.custom-arrows ul li::before {
  content: unset;
}

.custom-arrows ul li.prev {
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icons/left-arrow.png") no-repeat;
  background-position: center;
  padding: 20px;
  background-color: #ffbf0e;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -70px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.custom-arrows ul li.next {
  display: block;
  height: 24px;
  width: 24px;
  background: url("../img/icons/right-arrow.png") no-repeat;
  cursor: pointer;
  background-position: center;
  padding: 20px;
  background-color: #ffbf0e;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -70px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.text-basic svg {
  color: #f45351;
  width: 15px;
  height: auto;
}

.text-pro svg {
  color: #00a18c;
  width: 15px;
  height: auto;
}

.text-premium svg {
  color: #9934c8;
  width: 15px;
  height: auto;
}

.pagination a {
  font-size: var(--text--fs-18);
  font-weight: 800;
  text-transform: uppercase;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
}

.header.js-sticky {
  background-color: #fff;
  -webkit-transform: translate(0, -52.39px);
      -ms-transform: translate(0, -52.39px);
          transform: translate(0, -52.39px);
}

.header.js-sticky .header__main {
  padding: 16px 0;
}

.header.js-sticky .header__main__logo {
  max-width: 150px;
}

.header + section {
  margin-top: 154px;
}

.header__top {
  padding: 10px 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
}

.header__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__top ul li {
  font-size: var(--text--fs-16);
  font-weight: 500;
  text-transform: uppercase;
}

.header__top ul li.dropdown {
  position: relative;
  margin-right: 20px;
}

.header__top ul li.dropdown:hover::before {
  content: unset;
}

.header__top ul li.dropdown::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  left: auto;
  width: 12px;
  height: 12px;
  background: url(../img/icons/arrow.svg) no-repeat;
  background-position: right;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__top ul li .dropdown-menu {
  position: absolute;
  border: none;
  left: -20px;
  border-radius: 0;
  text-align: left;
  display: none;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f5f1ec;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
}

.header__top ul li .dropdown-menu li {
  cursor: pointer;
  font-size: var(--text--fs-16);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 40px;
}

.header__top ul li .dropdown-menu li:last-child {
  border-bottom: none;
}

.header__top ul li .dropdown-menu li:hover::before {
  content: unset;
}

.header__top ul li .dropdown-menu li a {
  display: inline-block;
  white-space: nowrap;
}

.header__top ul li .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header__top .dropdown {
  position: relative;
  margin-right: 20px;
}

.header__top .dropdown.change-lang-dropdown {
  margin-left: 40px;
}

.header__top .dropdown.change-lang-dropdown img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__top .dropdown.change-lang-dropdown .dropdown-menu {
  min-width: auto;
}

.header__top .dropdown:hover::before {
  content: unset;
}

.header__top .dropdown::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  left: auto;
  width: 12px;
  height: 12px;
  background: url(../img/icons/arrow.svg) no-repeat;
  background-position: right;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__top .dropdown-menu {
  position: absolute;
  border: none;
  left: -20px;
  border-radius: 0;
  text-align: left;
  display: none;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f5f1ec;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
}

.header__top .dropdown-menu li {
  cursor: pointer;
  font-size: var(--text--fs-16);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 40px;
}

.header__top .dropdown-menu li:last-child {
  border-bottom: none;
}

.header__top .dropdown-menu li:hover::before {
  content: unset;
}

.header__top .dropdown-menu li a {
  display: inline-block;
  white-space: nowrap;
}

.header__top .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header .header__main {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header__main__logo {
  max-width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .header__main .navbar {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

.header .header__main .navbar._js-open {
  right: 0;
  display: block;
}

.header .header__main .navbar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__main .navbar .menu.mobile-menu {
  padding-top: 0;
  display: none;
}

.header .header__main .navbar .menu li {
  font-size: var(--text--fs-16);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.header .header__main .navbar .menu li a {
  display: block;
}

.header .header__main .navbar .menu li::before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header__main .navbar .menu li:hover::before {
  width: 100%;
}

.header .header__main .navbar .menu li:hover::before {
  content: unset;
}

.header .header__main .navbar .menu li.dropdown {
  position: relative;
  margin-right: 20px;
}

.header .header__main .navbar .menu li.dropdown:hover::before {
  content: unset;
}

.header .header__main .navbar .menu li.dropdown::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 10px;
  left: auto;
  width: 12px;
  height: 12px;
  background: url(../img/icons/arrow.svg) no-repeat;
  background-position: right;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header__main .navbar .change-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b1b4b7;
  padding: 5px 15px;
  display: none;
  max-width: var(--container);
  margin: auto;
}

.header .header__main .navbar .change-lang a {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}

.header .header__main .navbar .change-lang a.active {
  font-weight: 800;
}

.header .header__main .navbar .change-lang a:first-child {
  padding-left: 0;
}

.header .header__main .navbar .change-lang a::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 100%;
  left: 0;
}

.header .header__main .navbar .change-lang a:first-child::before {
  content: unset;
}

.header .header__main .navbar .dropdown-menu {
  position: absolute;
  border: none;
  right: -20px;
  border-radius: 0;
  text-align: left;
  display: none;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
}

.header .header__main .navbar .dropdown-menu li {
  cursor: pointer;
  font-size: var(--text--fs-16);
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.header .header__main .navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.header .header__main .navbar .dropdown-menu li:hover::before {
  content: unset;
}

.header .header__main .navbar .dropdown-menu li a {
  display: inline-block;
}

.header .header__main .navbar .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header .header__main .btn-wrapper {
  margin-left: 40px;
  margin-top: 0;
}

.header .header__main .btn-wrapper a {
  font-size: var(--text--fs-16);
  font-weight: 800;
  padding: 8px 32px;
}

.header .header__main .menu-trigger {
  position: relative;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  z-index: 40;
  margin-left: 30px;
  display: none;
}

.header .header__main .menu-trigger._js-active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
      -ms-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.header .header__main .menu-trigger._js-active span:nth-of-type(2) {
  opacity: 0;
}

.header .header__main .menu-trigger._js-active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.header .header__main .menu-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .header__main .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header .header__main .menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.header .header__main .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.header li.dropdown.dropdown._js-open .dropdown-menu {
  display: block;
}

.header li.dropdown.dropdown._js-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer__logo img {
  max-width: 280px;
  margin-bottom: 40px;
}

.footer__links h4 {
  font-size: var(--text--fs-18);
}

.footer__links ul li {
  padding-left: 0;
}

.footer__links ul li:hover {
  text-decoration: underline;
}

.footer__links ul li::before {
  content: unset;
}

.footer__bottom {
  border-top: 2px solid #ffbf0e;
}

.footer__bottom__img img,
.footer__bottom__img svg {
  max-width: 170px;
}

.footer__bottom__social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom__social-icon img,
.footer__bottom__social-icon svg {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__bottom__social-icon .social .icon-hover {
  display: none;
}

.footer__bottom__social-icon .social:hover .icon-base {
  display: none;
}

.footer__bottom__social-icon .social:hover .icon-hover {
  display: block;
}

.card-repeater .item__border {
  border-top: 8px solid #ffbf0e;
  border-radius: 6px 6px 0 0;
  height: 100%;
}

.card-repeater .item {
  padding: 50px;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.card-repeater .item:hover {
  border-left: 1px solid #ffbf0e;
  border-right: 1px solid #ffbf0e;
  border-bottom: 1px solid #ffbf0e;
}

.card-repeater .item__img {
  max-width: 160px;
  margin: auto;
  margin-bottom: 30px;
}

.card-repeater .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card-repeater .item__content__text {
  text-align: center;
}

.card-repeater .item .btn-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-repeater2 .item {
  padding: 50px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.card-repeater2 .item__img {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 30px;
}

.card-repeater2 .item__content__text h3 {
  text-align: center;
}

.card-repeater2 .item__content__text ul li {
  font-size: var(--text--fs-18);
  font-weight: 400;
}

.card-repeater2 .item__content__text ul li::before {
  background-color: #000;
}

.video-text-slider__container {
  position: relative;
}

.video-text-slider h2 {
  margin-bottom: 20px !important;
}

.video-text-slider .item__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-text-slider .item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-text-slider .item__text span {
  font-size: var(--text--fs-18);
  font-weight: 800;
}

.video-text-slider .item__text hr {
  max-width: 190px;
  background: #000;
  border: none;
  height: 2px;
  width: 100%;
  margin: 8px 0 10px;
  opacity: 1;
}

.video-text-slider .item__text .btn-wrapper {
  margin-top: 0;
}

.cta-hubspot .item {
  background-color: #fff;
  padding: 50px 100px;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
}

.icon-card-box {
  position: relative;
}

.icon-card-box h2 {
  margin-bottom: 20px !important;
}

.icon-card-box .item {
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.icon-card-box .item h4 {
  text-transform: capitalize;
}

.icon-card-box .item:hover {
  background-color: #3956df;
}

.icon-card-box .item:hover h4 {
  color: #fff;
}

.icon-card-box .item:hover p {
  color: #fff;
}

.icon-card-box .item:hover .item__icon .icon-hover {
  display: block;
}

.icon-card-box .item:hover .item__icon .icon-base {
  display: none;
}

.icon-card-box .item:hover .link-text {
  color: #fff;
}

.icon-card-box .item__icon img,
.icon-card-box .item__icon svg {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.icon-card-box .item__icon .icon-hover {
  display: none;
}

.icon-card-box .item__icon .icon-base {
  display: block;
}

.icon-card-box .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.icon-card-box .item__content__text p {
  font-size: var(--text--fs-16);
  font-weight: 500;
}

.icon-card-box .item__content .btn-wrapper {
  margin-top: 1rem;
}

.icon-card-box .item__content .btn-wrapper .link-text:hover {
  color: #fff;
}

.counter__item {
  text-align: center;
}

.counter__item__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter__item__value__number {
  font-size: var(--text--fs-90);
  font-weight: 800;
  display: inline-block;
  line-height: 1;
}

.counter__item__value__postfix {
  font-size: var(--text--fs-90);
  font-weight: 800;
  display: inline-block;
  line-height: 1;
}

.counter__item__value__prefix {
  font-size: var(--text--fs-90);
  font-weight: 800;
  display: inline-block;
  line-height: 1;
}

.counter__item p {
  font-size: var(--text--fs-16);
}

.benefits-listing .item__img img,
.benefits-listing .item__img svg {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.benefits-listing .item__content h4 {
  text-transform: capitalize;
}

.text-box-repeater .item {
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  border-radius: 12px;
  margin-bottom: 40px;
  background-color: #fff;
}

.text-box-repeater .item__img {
  height: 100%;
}

.text-box-repeater .item__img img,
.text-box-repeater .item__img svg {
  border-radius: 12px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-box-repeater .item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 16px;
  text-align: center;
}

.text-box-repeater .item__text h4 {
  text-transform: capitalize;
}

.center-text-box-repeater .items {
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  padding: 50px 40px;
  margin-top: 30px;
  border-radius: 12px;
}

.center-text-box-repeater .items__card {
  padding: 0 20px;
  position: relative;
}

.center-text-box-repeater .items__card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #f8f7f6;
}

.center-text-box-repeater .items__card:last-child::after {
  content: unset;
}

.center-text-box-repeater .items__card:nth-child(3n+3)::after {
  content: unset;
}

.center-text-box-repeater .items .item__img {
  text-align: center;
}

.center-text-box-repeater .items .item__img img,
.center-text-box-repeater .items .item__img svg {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}

.center-text-box-repeater .items .item__text {
  text-align: center;
}

.center-text-box-repeater .items .item__text h4 {
  text-transform: capitalize;
}

.filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px !important;
}

.filter-btns .filter-btn {
  font-size: var(--text--fs-30);
  font-weight: 800;
  color: #eee2d7;
  cursor: pointer;
}

.filter-btns .filter-btn.active {
  color: #ffbf0e;
}

.posts .item {
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.posts .item__img img,
.posts .item__img svg {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.posts .item__content {
  padding: 30px;
  background-color: #f5f1ec;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  translate: 0 -32px;
}

.posts .item__content__text__sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts .item__content__text__sub-head h6 {
  color: #3956df;
  text-transform: uppercase;
}

.posts .item__content__text__sub-head span {
  font-size: var(--text--fs-16);
  color: #000;
}

.center-text-img__img img,
.center-text-img__img svg {
  border-radius: 12px;
  margin-bottom: 30px !important;
}

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

.center-text-img__text h2 {
  margin-bottom: 10px;
}

.center-text-img__text h6 {
  text-transform: uppercase;
  color: #3956df;
}

.text-img__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.text-img__img img,
.text-img__img svg {
  border-radius: 12px;
}

.cta__content {
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  background-color: #fff;
  border-radius: 12px;
  border-top: 8px solid #ffbf0e;
  padding: 50px 100px;
}

.cta__content__img img,
.cta__content__img svg {
  border-radius: 12px;
}

.cta-center__text {
  text-align: center;
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
  background-color: #fff;
  border-radius: 12px;
  border-top: 8px solid #ffbf0e;
  padding: 50px 100px;
}

.video-text__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video-text__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.video-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.video-text__text h6 {
  text-transform: uppercase;
}

.img-section figure img,
.img-section figure svg {
  border-radius: 12px;
}

.img-section figure figcaption {
  padding-top: 16px;
  font-weight: 400;
}

.img-slider__container {
  position: relative;
}

.img-slider__container .item {
  margin: 0 1rem;
}

.img-slider__container .item__img img,
.img-slider__container .item__img svg {
  border-radius: 12px;
}

.video__container {
  position: relative;
}

.video__container .item__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video__container .item__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.hero-text-img__img img {
  border-radius: 12px;
}

.hero-center-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-center-text__img img {
  border-radius: 12px;
}

.hero-startpage {
  background-image: var(--hero-startpage-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.hero-startpage__img img {
  border-radius: 12px;
}

.hero-startpage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.hero-subpage__text h4 {
  text-transform: capitalize;
}

.hero-subpage__text hr {
  margin-left: auto;
  margin-right: auto;
}

.hero-subpage__text h1 {
  margin-bottom: 0;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__img img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.hero__left-deco {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
}

.hero__left-deco img {
  height: 100%;
}

.hero__right-deco {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
}

.hero__right-deco img {
  height: 100%;
}

.contact__content {
  background-color: #fff;
  padding: 60px 16px;
  position: relative;
  border-radius: 12px;
}

.contact ._shadow {
  -webkit-box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
          box-shadow: 0 2px 16px rgba(163, 163, 163, 0.16);
}

.contact__left-deco {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 200px;
}

.contact__right-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  width: 200px;
}

.pricing__range {
  margin-bottom: 40px;
}

.pricing__range label {
  font-size: var(--text--fs-18);
  display: block;
  font-weight: 400;
}

.pricing__range span {
  display: block;
  font-size: var(--text--fs-24);
  font-weight: 400;
}

.pricing__range input[type=range] {
  -webkit-appearance: none;
  background: -webkit-gradient(linear, left top, right top, from(rgb(246, 197, 52)), color-stop(11.1111%, rgb(246, 197, 52)), color-stop(11.1111%, rgb(234, 238, 251)), to(rgb(234, 238, 251)));
  background: -o-linear-gradient(left, rgb(246, 197, 52) 0%, rgb(246, 197, 52) 11.1111%, rgb(234, 238, 251) 11.1111%, rgb(234, 238, 251) 100%);
  background: linear-gradient(to right, rgb(246, 197, 52) 0%, rgb(246, 197, 52) 11.1111%, rgb(234, 238, 251) 11.1111%, rgb(234, 238, 251) 100%);
  border-radius: 50rem;
  height: 6px;
  width: 500px;
  max-width: 100%;
  outline: none;
  margin: 0;
}

.pricing__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 4px solid #f6c534;
  border-radius: 50rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.16);
}

.pricing__range input[type=range]::-webkit-slider-thumb:hover,
.pricing__range input[type=range]::-webkit-slider-thumb:active {
  background: #f6c534;
}

.pricing__range input[type=range]::-moz-range-thumb {
  width: 8px;
  height: 8px;
  border: 4px solid #f6c534;
  border-radius: 50rem;
  background: #fff;
  cursor: pointer;
  -moz-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.16);
}

.pricing__range input[type=range]::-moz-range-thumb:hover,
.pricing__range input[type=range]::-moz-range-thumb:active {
  background: #f6c534;
}

.pricing__range input[type=range]::-moz-focus-inner,
.pricing__range input[type=range]::-moz-focus-outer {
  background: #f6c534;
}

.pricing__items .tab-collapsed.active .tab {
  display: none;
}

.pricing__items .tab-collapsed.active .tab-content {
  display: block;
}

.pricing__items .tab-collapsed .tab {
  display: none;
}

.pricing__items .tab__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 5px;
  border-bottom: 1px solid #b9b7b7;
  position: relative;
}

.pricing__items .tab__box h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing__items .tab__box span {
  display: block;
  font-size: var(--text--fs-24);
  line-height: 1;
}

.pricing__items .item {
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(163, 163, 163, 0.52);
          box-shadow: 0 6px 12px rgba(163, 163, 163, 0.52);
  border-radius: 15px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pricing__items .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  height: 15px;
}

.pricing__items .item:hover::after {
  opacity: 1;
}

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

.pricing__items .item__text h2 {
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 20px;
}

.pricing__items .item__text strong {
  font-size: var(--text--fs-32);
  font-weight: 500;
}

.pricing__items .item__text strong span {
  font-size: 60%;
  line-height: 1;
  vertical-align: top;
  font-weight: 500;
}

.pricing__items .item__text p {
  margin-bottom: 0;
  font-size: var(--text--fs-16);
}

.pricing__items .item__text__price {
  border-bottom: 1px solid rgba(168, 168, 168, 0.5);
  border-top: 1px solid rgba(168, 168, 168, 0.5);
  padding: 20px 0;
}

.pricing__items .item__text ul {
  padding-top: 20px;
  text-align: left;
  width: 90%;
  margin: auto;
}

.pricing__items .item__text ul li {
  font-size: var(--text--fs-16);
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
  padding-left: 24px;
}

.pricing__items .item__text ul li::before {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-color: unset;
  top: 2px;
}

.pricing .basic-card::after {
  background-color: #f45351;
}

.pricing .basic-card strong {
  color: #f45351;
}

.pricing .basic-card ul li::before {
  background-image: url(../img/icons/tick-icon-red.svg);
}

.pricing .pro-card::after {
  background-color: #00a18c;
}

.pricing .pro-card strong {
  color: #00a18c;
}

.pricing .pro-card ul li::before {
  background-image: url(../img/icons/tick-icon-green.svg);
}

.pricing .premium-card::after {
  background-color: #9934c8;
}

.pricing .premium-card strong {
  color: #9934c8;
}

.pricing .premium-card ul li::before {
  background-image: url(../img/icons/tick-icon-purple.svg);
}

.pricing__table__headline {
  margin-bottom: 40px;
}

.pricing__table__nav {
  position: sticky;
  top: 74px;
  z-index: 99;
}

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

.pricing__table__nav .item h4 {
  margin-bottom: 0;
  font-weight: 800;
}

.pricing__table__nav .item strong {
  font-size: var(--text--fs-24);
  font-weight: 500;
  line-height: 1;
}

.pricing__table__nav .item strong span {
  font-size: 60%;
  vertical-align: top;
  line-height: 1;
}

.pricing__table__nav .item p {
  font-size: var(--text--fs-16);
  margin-bottom: 0;
}

.pricing__table__nav__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing__table__container .table-container {
  margin-bottom: 60px;
}

.pricing__table__container .table-container .table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

.pricing__table__container .table-container .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pricing__table__container .table-container .table tr:first-of-type {
  border-top: 1px solid #716d6d;
}

.pricing__table__container .table-container .table tr > th {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

.pricing__table__container .table-container .table tr > td {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing__table__container .table-container .table .table-info {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.pricing__table__container .table-container .table .table-info:hover {
  cursor: help;
}

.range__slider__tooltip {
  background-color: #f6c534;
  max-width: 280px;
  min-width: 240px;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}

.range__slider__tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #f6c534;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.range__slider__tooltip .tooltip-box .tooltip-box__inner__clickable {
  line-height: 1;
  font-size: var(--text--fs-16);
  color: #000;
}

.logos__img img {
  width: auto;
}

.hbspt-form .form-control,
.hbspt-form .hs-fieldtype-text .hs-input,
.hbspt-form .hs-fieldtype-phonenumber .hs-input,
.hbspt-form .hs-fieldtype-select select {
  border: 1px solid #c4c4c4;
  outline: none;
  border-radius: 8px;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #000;
  font-family: "CeraPro", sans-serif;
  padding: 13px 30px 13px 10px !important;
  -webkit-transition: border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: border-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  background: #fff;
}

.hbspt-form .form-control:focus,
.hbspt-form .hs-fieldtype-text .hs-input:focus,
.hbspt-form .hs-fieldtype-phonenumber .hs-input:focus,
.hbspt-form .hs-fieldtype-select select:focus {
  border-color: #f6c534;
  -webkit-box-shadow: 0 0 0 2.5px rgba(246, 197, 52, 0.25);
          box-shadow: 0 0 0 2.5px rgba(246, 197, 52, 0.25);
}

.hbspt-form .form-select,
.hbspt-form .hs-fieldtype-select select {
  padding: 15px 30px 15px 10px !important;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center;
  background-size: 16px 12px;
}

.hbspt-form .actions {
  text-align: center;
}

.hbspt-form input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-top: 10px;
  border-radius: 17px;
  background: #3956df;
  color: #fff;
  border: 1px solid #3956df;
  height: 50px;
  padding: 0 50px;
}

.hbspt-form .hs-fieldtype-text,
.hbspt-form .hs-fieldtype-phonenumber {
  position: relative;
}

.hbspt-form .hs-fieldtype-text .hs-input,
.hbspt-form .hs-fieldtype-phonenumber .hs-input {
  width: 100% !important;
}

.hbspt-form .hs-fieldtype-text .hs-input.invalid,
.hbspt-form .hs-fieldtype-text .hs-input.error,
.hbspt-form .hs-fieldtype-phonenumber .hs-input.invalid,
.hbspt-form .hs-fieldtype-phonenumber .hs-input.error {
  border-color: #f45351;
  -webkit-box-shadow: 0 0 0 2.5px rgba(244, 83, 81, 0.25);
          box-shadow: 0 0 0 2.5px rgba(244, 83, 81, 0.25);
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") no-repeat calc(100% - 10px) center;
  background-size: 18px 18px;
}

.hbspt-form select.invalid,
.hbspt-form select.error {
  border-color: #f45351;
  -webkit-box-shadow: 0 0 0 2.5px rgba(244, 83, 81, 0.25);
          box-shadow: 0 0 0 2.5px rgba(244, 83, 81, 0.25);
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") no-repeat calc(100% - 10px) center;
  background-size: 18px 18px;
}

.hbspt-form .hs-fieldtype-select {
  margin-bottom: 28px;
  position: relative;
}

.hbspt-form .hs-fieldtype-select select {
  width: 100% !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.hbspt-form .hs-form-booleancheckbox input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.hbspt-form .hs-fieldtype-booleancheckbox {
  position: relative;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hbspt-form .hs-fieldtype-booleancheckbox ul {
  padding-left: 0;
  list-style-type: none;
}

.hbspt-form .hs-fieldtype-booleancheckbox ul a {
  color: #007bff;
  text-decoration: none;
}

.hbspt-form .hs-fieldtype-booleancheckbox ul label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hbspt-form .hs-fieldtype-booleancheckbox ul label span {
  color: #707070;
}

.hbspt-form .hs-fieldtype-booleancheckbox ul label input {
  margin: 2px 10px 0 0;
}

.hbspt-form input[type=checkbox] {
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px !important;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hbspt-form input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 0.35rem #f6c534;
          box-shadow: 0 0 0 0.35rem #f6c534;
}

.hbspt-form input[type=checkbox]:checked {
  border-color: #f6c534;
  background: #f6c534 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.hbspt-form fieldset {
  max-width: unset !important;
}

.hbspt-form .hs-form-field {
  margin-bottom: 30px !important;
}

.hbspt-form .was-validated .hs-input:not(.invalid) {
  border-color: #f6c534;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23f3b831' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat calc(100% - 10px) center;
  background-size: 15px 15px;
}

.hbspt-form .was-validated .hs-input:not(.invalid):focus {
  border-color: #f6c534;
  -webkit-box-shadow: 0 0 0 2.5px rgba(246, 197, 52, 0.25);
          box-shadow: 0 0 0 2.5px rgba(246, 197, 52, 0.25);
}

.hbspt-form .form-submitted {
  pointer-events: none;
  opacity: 0.5;
}

.hbspt-form .hs-error-msgs {
  position: absolute;
  left: 12px;
  bottom: -20px;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 1.2rem;
  color: #f45351;
  pointer-events: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.hbspt-form .hs-fieldtype-text > label,
.hbspt-form .hs-fieldtype-phonenumber > label,
.hbspt-form .hs-fieldtype-select > label {
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 5px;
  font-size: 18px;
  color: #707070;
  background: #fff;
  pointer-events: none;
}

.hbspt-form span {
  color: inherit !important;
}

.hbspt-form .inputs-list {
  font-size: 10px !important;
  bottom: -25px !important;
}

.hbspt-form .inputs-list li {
  color: inherit !important;
  padding-left: 0 !important;
  font-size: inherit !important;
}

.hbspt-form .inputs-list li::before {
  content: unset;
}

@media (min-width: 576px) {
  :root {
    --container: 520px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
  }

  .header .header__main .navbar .dropdown-menu {
    width: 200px;
  }

  .header li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .header .dropdown:hover > .dropdown-menu {
    display: block;
  }

  .pricing__table__nav__mobile {
    display: none;
  }

  .hbspt-form .hs-fieldtype-booleancheckbox ul {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}

@media (min-width: 1680px) {
  :root {
    --container: 1380px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container);
  }
}

@media (max-width: 1679.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 26px;
  }

  :root {
    --text--fs-28: 28px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-32: 32px;
  }

  :root {
    --text--fs-36: 36px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 60px;
  }

  :root {
    --text--fs-64: 64px;
  }

  :root {
    --text--fs-80: 80px;
  }

  :root {
    --text--fs-90: 90px;
  }

  :root {
    --text--fs-100: 100px;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 26px;
  }

  :root {
    --text--fs-28: 28px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-32: 32px;
  }

  :root {
    --text--fs-36: 36px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 60px;
  }

  :root {
    --text--fs-64: 64px;
  }

  :root {
    --text--fs-80: 80px;
  }

  :root {
    --text--fs-90: 90px;
  }

  :root {
    --text--fs-100: 100px;
  }

  .pv-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-75 {
    padding-top: 50px;
  }

  .pb-75 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-125 {
    padding-top: 75px;
  }

  .pb-125 {
    padding-bottom: 75px;
  }

  .pv-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-100 {
    padding-top: 75px;
  }

  .pb-100 {
    padding-bottom: 75px;
  }

  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-150 {
    padding-top: 100px;
  }

  .pb-150 {
    padding-bottom: 100px;
  }

  .pv-175 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .pt-175 {
    padding-top: 125px;
  }

  .pb-175 {
    padding-bottom: 125px;
  }

  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pt-200 {
    padding-top: 150px;
  }

  .pb-200 {
    padding-bottom: 150px;
  }

  .pv-225 {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .pt-225 {
    padding-top: 175px;
  }

  .pb-225 {
    padding-bottom: 175px;
  }

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

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

  .mt-50 {
    margin-top: 40px;
  }

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

  .mt-75 {
    margin-top: 50px;
  }

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

  .mt-100 {
    margin-top: 80px;
  }

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

  .mt-150 {
    margin-top: 100px;
  }

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

  .header__top ul {
    gap: 30px;
  }

  .header .header__main .navbar .menu {
    gap: 30px;
  }

  .header .header__main .btn-wrapper {
    margin-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 26px;
  }

  :root {
    --text--fs-28: 28px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-32: 32px;
  }

  :root {
    --text--fs-36: 36px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 60px;
  }

  :root {
    --text--fs-64: 64px;
  }

  :root {
    --text--fs-80: 80px;
  }

  :root {
    --text--fs-90: 90px;
  }

  :root {
    --text--fs-100: 100px;
  }

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

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

  .mt-50 {
    margin-top: 40px;
  }

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

  .mt-75 {
    margin-top: 50px;
  }

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

  .mt-100 {
    margin-top: 80px;
  }

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

  .mt-150 {
    margin-top: 100px;
  }

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

  .tabs .tab-content .inner {
    padding-top: 30px;
  }

  #tooltip {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .tabs .tabbed-nav {
    display: none;
  }

  .tab-content-container .inner {
    display: none;
    margin-bottom: 2rem;
    padding: 30px 0;
  }

  .tabs .tab-content {
    display: block;
  }

  .tab-toggle {
    display: block;
  }

  .range__slider__tooltip::before {
    left: 50%;
    top: auto;
    bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 16px solid #f6c534;
    -webkit-transform: translate(-50%, 75%);
        -ms-transform: translate(-50%, 75%);
            transform: translate(-50%, 75%);
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 26px;
  }

  :root {
    --text--fs-28: 28px;
  }

  :root {
    --text--fs-30: 30px;
  }

  :root {
    --text--fs-32: 32px;
  }

  :root {
    --text--fs-36: 36px;
  }

  :root {
    --text--fs-40: 40px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 50px;
  }

  :root {
    --text--fs-64: 54px;
  }

  :root {
    --text--fs-80: 70px;
  }

  :root {
    --text--fs-90: 80px;
  }

  :root {
    --text--fs-100: 90px;
  }

  .pv-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-75 {
    padding-top: 40px;
  }

  .pb-75 {
    padding-bottom: 40px;
  }

  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-125 {
    padding-top: 70px;
  }

  .pb-125 {
    padding-bottom: 70px;
  }

  .pv-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-150 {
    padding-top: 80px;
  }

  .pb-150 {
    padding-bottom: 80px;
  }

  .pv-175 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-175 {
    padding-top: 100px;
  }

  .pb-175 {
    padding-bottom: 100px;
  }

  .pv-200 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-200 {
    padding-top: 75px;
  }

  .pb-200 {
    padding-bottom: 75px;
  }

  .pv-225 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pt-225 {
    padding-top: 120px;
  }

  .pb-225 {
    padding-bottom: 120px;
  }

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

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

  .mt-50 {
    margin-top: 35px;
  }

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

  .mt-75 {
    margin-top: 40px;
  }

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

  .mt-100 {
    margin-top: 60px;
  }

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

  .mt-150 {
    margin-top: 80px;
  }

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

  .slick-dots li button {
    width: 8px;
    height: 8px;
  }

  .custom-arrows {
    display: none;
  }

  .header.js-sticky {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .header.js-sticky .header__main .navbar {
    top: 64px;
  }

  .header + section {
    margin-top: 93px;
  }

  .header__top {
    display: none;
  }

  .header__top ul li.dropdown {
    display: none;
    margin-right: 0;
  }

  .header__top ul li .dropdown-menu {
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
    padding: 0;
    margin-left: 0;
  }

  .header__top .dropdown {
    margin-right: 0;
  }

  .header__top .dropdown {
    display: none;
  }

  .header__top .dropdown-menu {
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
    padding: 0;
    margin-left: 0;
  }

  .header .header__main .navbar {
    position: fixed;
    right: -100%;
    top: 92px;
    width: 100%;
    background: #f5f1ec;
    height: 100vh;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header .header__main .navbar .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    max-width: var(--container);
    margin: 0 auto;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }

  .header .header__main .navbar .menu.mobile-menu {
    display: block;
  }

  .header .header__main .navbar .menu li {
    border-bottom: 1px solid #b1b4b7;
    padding: 5px 15px;
    width: 100%;
  }

  .header .header__main .navbar .menu li::before {
    content: unset;
  }

  .header .header__main .navbar .menu li.dropdown {
    margin-right: 0;
  }

  .header .header__main .navbar .menu li.dropdown::after {
    right: 1.5rem;
    top: 14px;
  }

  .header .header__main .navbar .change-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .header__main .navbar .dropdown-menu {
    position: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
    padding: 0;
    margin-left: 0;
    background-color: #f5f1ec;
  }

  .header .header__main .btn-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }

  .header .header__main .menu-trigger {
    display: inline-block;
  }

  .footer__bottom__img {
    text-align: center;
  }

  .cta-hubspot .item {
    padding: 50px 30px;
  }

  .center-text-box-repeater .items__card:nth-child(2n+2)::after {
    content: unset;
  }

  .center-text-box-repeater .items__card:nth-child(3n+3)::after {
    content: "";
  }

  .filter-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cta__content {
    padding: 50px 30px;
  }

  .cta-center__text {
    padding: 50px 30px;
  }

  .hero__left-deco {
    left: -80px;
  }

  .hero__right-deco {
    right: -80px;
  }

  .pricing__items .tab-collapsed.active .item::after {
    opacity: 1;
  }

  .pricing__items .tab-collapsed .tab {
    display: block;
  }

  .pricing__items .tab-collapsed .tab-content {
    display: none;
  }

  .pricing__items .item {
    margin: 1rem 0;
  }

  .pricing__table__nav {
    top: 64px;
  }

  .pricing__table__nav .col-nav .item {
    display: none;
  }

  .pricing__table__nav .col-nav.active .item {
    display: block;
  }

  .pricing__table__nav .item {
    padding: 20px 0 0 0;
  }

  .pricing__table__nav__mobile .nav-btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #f3f3f3;
    border-style: solid;
    border-color: #dfdfdf;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 0;
    font-size: 20px;
    line-height: 1;
    padding: 7px 0 8px;
    font-family: inherit;
    width: 150px;
    max-width: 33.3333333333%;
    color: #716d6d;
    font-weight: 800;
    text-align: center;
  }

  .pricing__table__nav__mobile .nav-btn:first-child {
    border-radius: 4px 0 0 4px;
  }

  .pricing__table__nav__mobile .nav-btn:last-child {
    border-right-width: 1px;
    border-radius: 0 4px 4px 0;
  }

  .pricing__table__nav__mobile .nav-btn--basic.active {
    color: #f45351;
  }

  .pricing__table__nav__mobile .nav-btn--pro.active {
    color: #00a18c;
  }

  .pricing__table__nav__mobile .nav-btn--premimum.active {
    color: #9934c8;
  }

  .pricing__table__container .table-container .table .col-type:not(.active) {
    display: none;
  }
}

@media (max-width: 991.98px) and (max-width: 575.98px) {
  .center-text-box-repeater .items__card:nth-child(2n+2)::after {
    content: "";
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 24px;
  }

  :root {
    --text--fs-28: 26px;
  }

  :root {
    --text--fs-30: 28px;
  }

  :root {
    --text--fs-32: 30px;
  }

  :root {
    --text--fs-36: 32px;
  }

  :root {
    --text--fs-40: 36px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 50px;
  }

  :root {
    --text--fs-64: 54px;
  }

  :root {
    --text--fs-80: 70px;
  }

  :root {
    --text--fs-90: 80px;
  }

  :root {
    --text--fs-100: 90px;
  }

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

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

  .mt-50 {
    margin-top: 35px;
  }

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

  .mt-75 {
    margin-top: 40px;
  }

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

  .mt-100 {
    margin-top: 60px;
  }

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

  .mt-150 {
    margin-top: 80px;
  }

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

  .hero__left-deco {
    display: none;
  }

  .hero__right-deco {
    display: none;
  }
}

@media (max-width: 575.98px) {
  :root {
    --text--fs-12: 12px;
  }

  :root {
    --text--fs-14: 14px;
  }

  :root {
    --text--fs-16: 16px;
  }

  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-22: 22px;
  }

  :root {
    --text--fs-24: 24px;
  }

  :root {
    --text--fs-26: 24px;
  }

  :root {
    --text--fs-28: 26px;
  }

  :root {
    --text--fs-30: 28px;
  }

  :root {
    --text--fs-32: 30px;
  }

  :root {
    --text--fs-36: 32px;
  }

  :root {
    --text--fs-40: 36px;
  }

  :root {
    --text--fs-45: 45px;
  }

  :root {
    --text--fs-48: 48px;
  }

  :root {
    --text--fs-60: 50px;
  }

  :root {
    --text--fs-64: 54px;
  }

  :root {
    --text--fs-80: 70px;
  }

  :root {
    --text--fs-90: 80px;
  }

  :root {
    --text--fs-100: 90px;
  }

  .header .header__main .btn-wrapper a {
    padding: 6px 16px;
  }

  .header .header__main .menu-trigger {
    margin-left: 16px;
  }

  .footer__logo img {
    max-width: 200px;
  }

  .center-text-box-repeater .items__card {
    padding: 30px 0;
  }

  .center-text-box-repeater .items__card::after {
    top: auto;
    bottom: -15px;
    width: 100%;
    height: 4px;
  }

  .posts .item__content .btn-wrapper a {
    width: 100%;
  }

  .cta__content {
    padding: 50px 16px;
  }

  .cta-center__text {
    padding: 50px 16px;
  }

  .hbspt-form .form-control,
  .hbspt-form .hs-fieldtype-text .hs-input,
  .hbspt-form .hs-fieldtype-phonenumber .hs-input,
  .hbspt-form .hs-fieldtype-select select {
    font-size: 1.6rem;
    padding: 12px 30px 12px 10px !important;
  }

  .hbspt-form .form-select,
  .hbspt-form .hs-fieldtype-select select {
    padding: 14px 30px 14px 10px !important;
    width: 100% !important;
  }

  .hbspt-form .hs-fieldtype-text > label,
  .hbspt-form .hs-fieldtype-phonenumber > label,
  .hbspt-form .hs-fieldtype-select > label {
    font-size: 1.5rem;
    left: 15px;
  }
}

@media (max-width: 375.98px) {
  .pv-75 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pt-75 {
    padding-top: 32px;
  }

  .pb-75 {
    padding-bottom: 32px;
  }

  .pv-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pv-125 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-125 {
    padding-top: 50px;
  }

  .pb-125 {
    padding-bottom: 50px;
  }

  .pv-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-150 {
    padding-top: 60px;
  }

  .pb-150 {
    padding-bottom: 60px;
  }

  .pv-175 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-175 {
    padding-top: 70px;
  }

  .pb-175 {
    padding-bottom: 70px;
  }

  .pv-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-200 {
    padding-top: 50px;
  }

  .pb-200 {
    padding-bottom: 50px;
  }

  .pv-225 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-225 {
    padding-top: 90px;
  }

  .pb-225 {
    padding-bottom: 90px;
  }

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

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

  .mt-50 {
    margin-top: 30px;
  }

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

  .mt-75 {
    margin-top: 35px;
  }

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

  .mt-100 {
    margin-top: 45px;
  }

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

  .mt-150 {
    margin-top: 60px;
  }

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