@charset "UTF-8";
/* Reset and base styles  */
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,regular,500,600,700);
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

textarea {
  resize: vertical;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

em {
  font-style: normal;
  color: #6f5bcc;
}

html,
body {
  font-size: 100%;
}
@media (max-width: 390px) {
  html,
  body {
    font-size: 90%;
  }
}

body {
  color: #595959;
  font-family: "Comfortaa", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75rem;
  color: #1a1a1a;
  font-family: "Comfortaa", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.25;
  }
}

h1 {
  font-size: 4.75rem;
  letter-spacing: -0.25rem;
  font-weight: 400;
}
@media (max-width: 640px) {
  h1 {
    font-size: 2.75rem;
    letter-spacing: -0.125rem;
  }
}

h6 {
  color: #a6a6a6;
}

p {
  margin: 0 0 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 150%;
}
p.lead, blockquote p {
  font-size: 1.275rem;
  line-height: 1.33;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul li,
ol li {
  line-height: 150%;
}
ul.unstyled,
ol.unstyled {
  padding: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin: 0 1rem 0.75rem -1rem;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.inline > li,
ol.inline > li {
  display: block;
  float: left;
  margin-left: 1rem;
  list-style: none;
}

dl {
  margin: 0 0 0.75rem;
  line-height: 150%;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0.5rem;
}

blockquote {
  position: relative;
  margin: 1.5rem 1rem 1.5rem 3rem;
}
blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  top: -1rem;
  left: -3rem;
  color: #a6a6a6;
  font-size: 5rem;
  line-height: 1;
}

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

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

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

.text-accent {
  color: #bc131a;
}

.text-muted {
  color: #a6a6a6;
}

a {
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
a:hover {
  color: #6f5bcc !important;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

.container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1070px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 90vw;
  }
}
.container--window {
  max-width: calc(100% - 5rem);
}

.page-service .container,
.page-blog .container,
.page-single .container {
  max-width: 72.5rem;
}
@media (max-width: 1070px) {
  .page-service .container,
  .page-blog .container,
  .page-single .container {
    max-width: 80vw;
  }
}
@media (max-width: 640px) {
  .page-service .container,
  .page-blog .container,
  .page-single .container {
    max-width: 90vw;
  }
}
.page-service .container--window,
.page-blog .container--window,
.page-single .container--window {
  max-width: calc(100% - 5rem);
}

main {
  padding-top: 10rem;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  border-radius: 0 0 2rem 2rem;
  background: #fff;
  padding-bottom: 5rem;
}

.fs26 {
  font-size: 1.625rem;
}

.fs36 {
  font-size: 2.25rem;
}

.fs52 {
  font-size: 3.25rem;
  letter-spacing: -2px;
  line-height: 1.25;
}
@media (max-width: 1070px) {
  .fs52 {
    font-size: 3rem !important;
  }
}
@media (max-width: 640px) {
  .fs52 {
    font-size: 2.375rem !important;
  }
}

.fs56 {
  font-size: 3.5rem;
  letter-spacing: -2px;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .fs56 {
    font-size: 2.375rem !important;
  }
}

.fs62 {
  font-size: 3.875rem;
  letter-spacing: -2px;
  line-height: 1.25;
}
@media (max-width: 640px) {
  .fs62 {
    font-size: 2.375rem !important;
  }
}

section {
  padding-bottom: 5rem;
}
section:not(.hero) {
  padding-top: 4rem;
}
@media (max-width: 1070px) {
  section:not(.hero) {
    padding-top: 3rem;
  }
}
@media (max-width: 1070px) {
  section {
    padding-bottom: 3rem;
  }
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 1070px) {
  .section__header {
    -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;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.section__header--centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  text-align: center;
}
.section__header--centered .section__description,
.section__header--centered .section__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__header--nomargin {
  margin-bottom: 0;
}
.section__header:not(.section__header--noalign) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section__title {
  width: 100%;
  max-width: 23rem;
}
@media (max-width: 640px) {
  .section__title {
    display: none !important;
  }
}
.section__title:has(> .section__arrows) {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  gap: 2rem;
}
@media (max-width: 1070px) {
  .section__title:has(> .section__arrows) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section__title:has(> .section__arrows) .section__arrows {
  margin: 0;
  margin-bottom: 0.75rem;
}
.section__title p,
.section__title span,
.section__title h2,
.section__title h3 {
  color: #a6a6a6;
}
.section__title p,
.section__title span,
.section__title h2 {
  font-size: 1rem;
}
.section__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  color: #595959;
  width: 100%;
}
.section__description h1,
.section__description h2,
.section__description h3,
.section__description h4,
.section__description h5 {
  margin-bottom: 0;
}
.section__description p {
  line-height: 1.55;
  max-width: 50rem;
}
.section__description p[class*=fs] {
  letter-spacing: -1.3px;
  line-height: 1.2;
  max-width: 51rem;
  color: #1a1a1a;
}
@media (max-width: 640px) {
  .section__description p[class*=fs] {
    font-size: 1.625rem;
    letter-spacing: -0.0625rem;
  }
}
.section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  margin-bottom: 1rem;
  margin-left: 2rem;
}
@media (max-width: 640px) {
  .section__arrows {
    margin: auto;
  }
}
.section__arrows button {
  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;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDAgNDAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgcHJlc2VydmVBc3BlY3RSYXRpbz0neE1pZFlNaWQgbWVldCcgcm9sZT0ncHJlc2VudGF0aW9uJz48cGF0aCBkPSdNMjMgMTNMMTUuNSAyMEwyMyAyNycgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2Utd2lkdGg9JzJweCcgdmVjdG9yLWVmZmVjdD0nbm9uLXNjYWxpbmctc3Ryb2tlJz48L3BhdGg+PC9zdmc+") center no-repeat #6f5bcc;
  background-size: cover;
  border-radius: 5.625rem;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  bottom: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.section__arrows button:hover {
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgNDAgNDAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgcHJlc2VydmVBc3BlY3RSYXRpbz0neE1pZFlNaWQgbWVldCcgcm9sZT0ncHJlc2VudGF0aW9uJz48cGF0aCBkPSdNMjMgMTNMMTUuNSAyMEwyMyAyNycgc3Ryb2tlPScjNmY1YmNjJyBzdHJva2Utd2lkdGg9JzJweCcgdmVjdG9yLWVmZmVjdD0nbm9uLXNjYWxpbmctc3Ryb2tlJz48L3BhdGg+PC9zdmc+") center no-repeat #d9ee7e;
  background-size: cover;
}
.section__arrows button.slick-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  opacity: 0.2;
}
.section__arrows button.arrow--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.max-w-570 {
  max-width: 35.625rem !important;
}

.max-w-590 {
  max-width: 36.875rem !important;
}

.max-w-610 {
  max-width: 38.125rem !important;
}

.max-w-620 {
  max-width: 39rem !important;
}

.max-w-860 {
  max-width: 53.75rem !important;
}

.max-w-910 {
  max-width: 56.875rem !important;
}

.max-w-960 {
  max-width: 60rem !important;
}

.max-w-full {
  max-width: 100% !important;
}

.sticky-wrapper {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  will-change: transform, position;
}

.sticky-wrapper[data-sticky-state=top] {
  position: fixed !important;
  top: 8.125rem !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.sticky-wrapper[data-sticky-state=bottom] {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
}

@media (max-width: 768px) {
  .sticky-wrapper[data-sticky-state] {
    position: static !important;
    top: auto !important;
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .container {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
[data-src] {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  will-change: opacity;
}

[data-src].is-loaded {
  opacity: 1;
}

.grid {
  display: grid;
  gap: 2rem;
}
@media (max-width: 640px) {
  .grid {
    gap: 1rem;
  }
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 640px) {
  .grid--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1070px) {
  .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .grid--3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1070px) {
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .grid--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1070px) {
  .grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .grid--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.header {
  width: 100%;
  position: absolute;
  z-index: 155;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0.625rem);
}
.header.fixed {
  position: fixed;
}
.header.fixed .header__wrapper {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
}
.header__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eeeeee;
  -webkit-animation: header-line 1.15s linear forwards;
          animation: header-line 1.15s linear forwards;
  z-index: -1;
}
@-webkit-keyframes header-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes header-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.header__logo a img {
  width: auto;
  height: 1.9rem;
}
@media (max-width: 640px) {
  .header__logo a img {
    height: 1.75rem;
  }
}
.header__menu {
  display: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.2rem;
  height: 2rem;
  gap: 0.5rem;
}
@media (max-width: 1070px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  .header__menu {
    width: 2rem;
  }
}
.header__menu span {
  width: 100%;
  height: 0.25rem;
  background: #d0d0d0;
}
@media (max-width: 640px) {
  .header__menu span {
    height: 0.2rem;
  }
}
.header__menu span:nth-child(2) {
  width: 65%;
}
@media (max-width: 1070px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav ul li {
  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;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.header__nav ul li.current-menu-item a {
  color: #6f5bcc;
}
.header__nav ul li a {
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
  color: #404040;
  position: relative;
}
.header__nav ul li a.active {
  color: #6f5bcc;
}
.header__list-item:has(> .header__list-submenu) {
  position: relative;
}
.header__list-item:has(> .header__list-submenu) > a {
  padding-right: 0.85rem;
}
.header__list-item:has(> .header__list-submenu) > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125rem 0.25rem 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent;
  border-top-color: inherit;
  transition: -webkit-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__list-item:has(> .header__list-submenu):hover a::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header__list-submenu {
  display: none !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 3rem;
  width: 18.75rem;
  background: #fff;
  -webkit-box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.125rem 0.125rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 1.25rem !important;
}
.header__list-submenu.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__list-submenu li {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0.35rem 0 !important;
  text-align: center;
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
@media (max-width: 1070px) {
  .header__socials {
    display: none;
  }
}
.header__socials a svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.header__socials a:hover svg path:not(.nofill) {
  fill: #404040;
}

.mobile__menu {
  display: none;
  position: fixed;
  bottom: 0;
  right: -100vw;
  width: 100%;
  height: 100%;
  z-index: 2555;
  background: #fff;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
@media (max-width: 1070px) {
  .mobile__menu {
    display: block;
  }
}
.mobile__menu.visible {
  right: 0;
}
.mobile__menu .menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.75rem;
}
.mobile__menu .menu__wrapper {
  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;
  height: 100%;
  padding-bottom: 2rem;
}
.mobile__menu .menu__close {
  width: 2rem;
  height: 2rem;
  background: url("../icons/close.svg") center no-repeat;
  background-size: cover;
}
.mobile__menu .header__nav,
.mobile__menu .header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile__menu .header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.mobile__menu .header__nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.75rem;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.mobile__menu .header__nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.mobile__menu .header__nav ul li a {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
.mobile__menu .header__nav ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 2rem;
  width: 90vw;
  gap: 0rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  max-height: 35vh;
  overflow-y: scroll;
  margin-top: 1rem;
  z-index: 35;
}
.mobile__menu .header__nav ul li ul li a {
  font-size: 100%;
}
.mobile__menu .header__socials {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 18.75rem;
  height: 3.75rem;
  border-radius: 0.625rem;
}
@media (max-width: 640px) {
  .button {
    height: 4.6875rem;
  }
}
.button p,
.button span {
  line-height: 1.1;
}
.button p {
  padding: 0;
  margin: 0;
}
.button span {
  display: none;
}
.button--primary {
  background: #6f5bcc;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.button--primary:has(> span):hover {
  color: #6f5bcc;
  background: #fff;
  border: 1px solid #6f5bcc;
}
.button--primary:has(> span):hover p {
  display: none;
}
.button--primary:has(> span):hover span {
  display: inline;
}
.button--primary:not(:has(> span)):hover {
  color: #6f5bcc;
  background: #fff;
  border: 1px solid #6f5bcc;
}
.button--secondary {
  border: 1px solid #6f5bcc;
  color: #6f5bcc;
}
.button--green {
  background: #d9ee7e;
  color: #6f5bcc;
}
.button--green:hover {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.button.sending {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.button.sending p {
  opacity: 0;
}
.button.sending::before {
  content: "Sending...";
  font-family: inherit;
  font-size: inherit;
  position: absolute;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5555;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.modal.visible {
  display: block;
}
.modal.show {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.modal.show .modal__content {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.modal__close {
  width: 2.625rem;
  height: 2.625rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSdwcmVzZW50YXRpb24nIHdpZHRoPScyM3B4JyBoZWlnaHQ9JzIzcHgnIHZpZXdCb3g9JzAgMCAyMyAyMycgdmVyc2lvbj0nMS4xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJz48ZyBzdHJva2U9J25vbmUnIHN0cm9rZS13aWR0aD0nMScgZmlsbD0nI2ZmZicgZmlsbC1ydWxlPSdldmVub2RkJz48cmVjdCB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgxMS4zMTM3MDgsIDExLjMxMzcwOCkgcm90YXRlKC00NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTEuMzEzNzA4LCAtMTEuMzEzNzA4KSAnIHg9JzEwLjMxMzcwODUnIHk9Jy0zLjY4NjI5MTUnIHdpZHRoPScyJyBoZWlnaHQ9JzMwJz48L3JlY3Q+PHJlY3QgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMTEuMzEzNzA4LCAxMS4zMTM3MDgpIHJvdGF0ZSgtMzE1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMS4zMTM3MDgsIC0xMS4zMTM3MDgpICcgeD0nMTAuMzEzNzA4NScgeT0nLTMuNjg2MjkxNScgd2lkdGg9JzInIGhlaWdodD0nMzAnPjwvcmVjdD48L2c+PC9zdmc+") center no-repeat;
  background-size: 1.4375rem;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__content {
  width: 100%;
  max-width: 35rem;
  padding: 2.5rem 2.8125rem;
  background: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%) scale(0.95);
          transform: translate(-50%, -45%) scale(0.95);
  cursor: initial;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
@media screen and (max-width: 35rem) {
  .modal__content {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    left: calc(50% - 1rem);
    padding: 2rem 1.5rem;
  }
}
.modal__title {
  margin-bottom: 0.75rem;
}
@media (max-width: 640px) {
  .modal__title {
    margin-bottom: 0.5rem;
  }
}
.modal__title p {
  font-size: 2.25rem;
  line-height: 1.23;
  text-align: center;
  font-weight: 600;
  color: #231f20;
}
@media (max-width: 640px) {
  .modal__title p {
    font-size: 1.75rem;
  }
}
.modal__description {
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .modal__description {
    margin-bottom: 1.5rem;
  }
}
.modal__description p {
  font-size: 0.875rem;
  line-height: 1.55;
  text-align: center;
  font-weight: 400;
  color: #231f20;
}
@media (max-width: 640px) {
  .modal__description p {
    font-size: 0.75rem;
  }
}
.modal__form {
  width: 100%;
}
.modal__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.modal__form form input {
  width: 100%;
  height: 3.75rem;
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 0 1.25rem;
  outline: none;
}
.modal__form form input[type=tel] {
  padding-left: 3rem;
}
.modal__form form input[type=tel] + .spm-flag-button {
  left: 1.25rem;
}
@media (max-width: 640px) {
  .modal__form form input {
    height: 3.5rem;
    font-size: 0.9375rem;
    padding: 0 1rem;
  }
}
@media (max-width: 640px) {
  .modal__form form button {
    height: 3.5rem;
  }
}
.modal__form-policy {
  margin-top: 1rem;
  text-align: center;
}
.modal__form-policy p {
  font-size: 0.8125rem;
  line-height: 1.55;
}
@media (max-width: 640px) {
  .modal__form-policy p {
    font-size: 0.625rem;
  }
}
.modal__form-policy p a {
  color: #6f5bcc;
}

.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
  gap: 3rem;
}
@media (max-width: 1070px) {
  .hero__wrapper {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .hero__wrapper {
    gap: 2.5rem;
  }
}
.hero__content {
  width: 100%;
  max-width: 58.75rem;
  position: relative;
}
@media (max-width: 1070px) {
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 640px) {
  .hero__content {
    gap: 0.25rem;
  }
}
.hero__title {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 4.75rem;
}
@media (max-width: 1070px) {
  .hero__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .hero__title {
    font-size: 2.75rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.hero__title em {
  width: 100%;
  font-style: normal;
  color: #6f5bcc;
}
.hero__description {
  position: absolute;
  right: 7rem;
  top: 3.125rem;
}
@media (max-width: 1070px) {
  .hero__description {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .hero__description {
    text-align: left;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 18.75rem;
}
@media (max-width: 640px) {
  .hero__buttons {
    width: 100%;
  }
}
.hero__cover {
  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;
  border-radius: 1.875rem;
  overflow: hidden;
  width: 100%;
  height: 40.625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .hero__cover {
    height: 37.5rem;
  }
}
.hero__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero__information {
  width: 31.875rem;
  padding: 2.5rem;
  border-radius: 1.25rem;
  background: #d9ee7e;
  position: absolute;
  z-index: 2;
  right: 3.125rem;
  bottom: 3.125rem;
}
@media (max-width: 640px) {
  .hero__information {
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    text-align: center;
  }
}
.hero__information p {
  padding: 0;
  margin: 0;
}

.about__wrapper {
  display: grid;
  grid-template-columns: 1fr 2.65fr;
  gap: 2rem;
}
@media (max-width: 1070px) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.about__img {
  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;
  border-radius: 1.5625rem;
  height: 29.375rem;
  overflow: hidden;
}
.about__img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (max-width: 1070px) {
  .about__img-leftside {
    display: none;
  }
}
@media (max-width: 640px) {
  .about__img-leftside {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .about__img-rightside {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .about__img-rightside {
    display: none;
  }
}

@media (max-width: 1070px) {
  .advantages .section__content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2.625rem;
    position: relative;
    top: -1.625rem;
    background: url("../icons/swipe.svg") center no-repeat;
    background-size: 2.625rem;
  }
}
@media (max-width: 640px) {
  .advantages .section__content::before {
    top: -2rem;
    margin-bottom: -0.75rem;
  }
}
.advantages .slick-arrow {
  display: none !important;
}
@media (max-width: 1070px) {
  .advantages__grid .slick-list {
    padding: 0 5% 0 0;
    overflow: visible;
  }
}
@media (max-width: 1070px) and (max-width: 640px) {
  .advantages__grid .slick-list {
    padding: 0 10% 0 0;
  }
}
@media (max-width: 1070px) {
  .advantages__grid .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -0.6rem;
  }
  .advantages__grid .slick-track .slick-slide {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
.advantages__item {
  padding: 3rem;
  border-radius: 1.25rem;
  min-height: 21.25rem;
}
@media (max-width: 640px) {
  .advantages__item {
    padding: 1.75rem;
    height: auto !important;
  }
}
.advantages__item:nth-child(odd) {
  background: #6f5bcc;
  color: #fff;
}
.advantages__item:nth-child(even) {
  background: #d9ee7e;
}
.advantages__title {
  font-size: 1.625rem;
  line-height: 1.15;
  margin-bottom: 2.625rem;
  min-height: 3.75rem;
}
@media (max-width: 640px) {
  .advantages__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.25;
    min-height: 3rem;
  }
  .advantages__title br {
    display: none;
  }
}
.advantages__info {
  padding-right: 2.25rem;
}
.advantages__info p {
  line-height: 1.65;
}
@media (max-width: 640px) {
  .advantages__info p {
    font-size: 0.875rem;
  }
}
.advantages__info p:last-child {
  margin: 0;
}
.advantages .button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1070px) {
  .advantages .button {
    margin-top: 3rem;
    width: 100%;
  }
}

.tagline__image {
  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;
  border-radius: 1.5rem;
  height: 40.625rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .tagline__image {
    height: 36.875rem;
  }
}
.tagline__image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.rates .section__description p {
  max-width: 49rem !important;
}
@media (max-width: 1070px) {
  .rates .section__content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2.625rem;
    position: relative;
    top: -1.625rem;
    background: url("../icons/swipe.svg") center no-repeat;
    background-size: 2.625rem;
  }
}
@media (max-width: 640px) {
  .rates .section__content::before {
    top: -2rem;
    margin-bottom: -0.75rem;
  }
}
.rates .slick-arrow {
  display: none !important;
}
@media (max-width: 1070px) {
  .rates__grid .slick-list {
    padding: 0 1% 0 0;
    overflow: visible;
  }
  .rates__grid .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -1.45rem;
  }
  .rates__grid .slick-track .slick-slide {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
.rates__item {
  padding: 2rem;
  height: 24.375rem !important;
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 2560px) {
  .rates__item {
    height: 37.5rem !important;
  }
}
@media (max-width: 1070px) {
  .rates__item {
    height: 32.5rem !important;
  }
}
@media (max-width: 640px) {
  .rates__item {
    height: 16.875rem !important;
    padding: 1.5rem;
  }
}
.rates__item:hover img {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
}
.rates__item:hover .rates__link {
  left: 0.5rem;
}
.rates__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.rates__title p {
  font-size: 1.625rem;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media (max-width: 640px) {
  .rates__title p {
    font-size: 1.45rem;
  }
}
.rates__link {
  display: inline-block;
  width: 0.875rem;
  height: 1.5rem;
  background: url("../icons/link.svg") center no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  -webkit-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
}
.rates__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rates__background::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rates__background img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  position: relative;
  z-index: -1;
}

.get {
  background: url("../images/get-bg.webp") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 46.388% 44.9%;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
@media (max-width: 1070px) {
  .get {
    background-attachment: inherit;
  }
}
@media (max-width: 640px) {
  .get {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.get .section__content {
  background: #fff;
  border-radius: 1.625rem;
  padding: 7.5rem 7rem;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 640px) {
  .get .section__content {
    padding: 5rem 2rem;
  }
  .get .section__content h2 {
    font-size: 1.875rem !important;
  }
}

.prof__content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
}
@media (max-width: 1070px) {
  .prof__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.prof__list {
  width: 100%;
}
.prof__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  background: #d9ee7e;
  padding: 3.75rem;
  border-radius: 1.625rem;
}
@media (max-width: 1070px) {
  .prof__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .prof__item {
    padding: 2rem;
  }
}
.prof__item:not(:last-child) {
  margin-bottom: 1rem;
}
.prof__title {
  width: 100%;
  max-width: 14.625rem;
}
@media (max-width: 1070px) {
  .prof__title {
    max-width: 100%;
  }
}
.prof__title p {
  font-size: 1.625rem;
  margin-right: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.prof__info {
  width: 100%;
  max-width: 20rem;
}
@media (max-width: 1070px) {
  .prof__info {
    max-width: 100%;
  }
}
.prof__info p:last-child {
  margin: 0;
}

.gallery__slider .slick-list {
  overflow: visible;
}
.gallery__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  height: 29.375rem;
  margin-left: -1.25rem;
}
.gallery__slide {
  overflow: hidden;
}
.gallery__slide a {
  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;
  height: 100%;
}
.gallery__slide img {
  width: auto;
  min-width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.quality__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  border-radius: 1.5rem;
  background: #6f5bcc;
  color: #fff;
  padding: 6.25rem;
  margin-top: 6.25rem;
}
@media (max-width: 1070px) {
  .quality__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .quality__wrapper {
    padding: 4rem 1.75rem 1.75rem 1.75rem;
  }
}
.quality__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 40rem;
}
@media (max-width: 640px) {
  .quality__content {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.quality__content p {
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 640px) {
  .quality__content p {
    font-size: 1.4rem;
  }
}
.quality__content span {
  line-height: 1.55;
  font-weight: 300;
  opacity: 0.85;
}
.quality__img {
  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;
  min-width: 17.5rem;
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 640px) {
  .quality__img {
    width: 100%;
  }
}
.quality__img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.team__slider .slick-list {
  overflow: visible;
}
.team__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-left: -1.25rem;
}
.team__slide {
  overflow: hidden;
}
.team__slide a {
  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;
  height: 30rem;
}
.team__slide p {
  margin-top: 1rem;
}
.team__slide img {
  width: auto;
  min-width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1070px) {
  .reviews .section__content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2.625rem;
    position: relative;
    top: -1.625rem;
    background: url("../icons/swipe.svg") center no-repeat;
    background-size: 2.625rem;
  }
}
@media (max-width: 640px) {
  .reviews .section__content::before {
    top: -2rem;
    margin-bottom: -0.75rem;
  }
}
@media (max-width: 1070px) {
  .reviews .section__arrows {
    display: none;
  }
}
.reviews__slider .slick-list {
  overflow: visible;
}
.reviews__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin-left: -1.25rem;
}
.reviews__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 2.5rem;
  border-radius: 2rem;
  height: auto !important;
}
@media (max-width: 640px) {
  .reviews__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reviews__slide:nth-child(odd) {
  background: #d9ee7e;
}
.reviews__slide:nth-child(odd) a {
  color: #6f5bcc !important;
}
.reviews__slide:nth-child(even) {
  background: #6f5bcc;
  color: #fff;
}
.reviews__slide:nth-child(even) a {
  color: #d9ee7e !important;
}
.reviews__img {
  min-width: 3.4375rem;
  width: 3.4375rem;
  min-width: 3.4375rem;
  height: 3.4375rem;
  min-height: 3.4375rem;
  border-radius: 100%;
  overflow: hidden;
}
.reviews__content {
  margin-top: 0.75rem;
  height: 100%;
}
@media (max-width: 640px) {
  .reviews__content {
    margin-top: 0;
  }
}
.reviews__quote {
  font-weight: 500;
  line-height: 1;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: -1rem;
}
.reviews__text {
  margin-bottom: 1.75rem;
}
.reviews__link {
  font-style: 300px;
  font-size: 0.875rem;
  margin: 0;
  margin-top: auto;
}
.reviews__link a {
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.reviews__link a:hover {
  opacity: 0.8;
}

.reviews .read-more-btn,
.reviews2 .read-more-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.3125rem 0;
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.reviews .read-more-btn:hover,
.reviews2 .read-more-btn:hover {
  opacity: 1;
}
.reviews .review-short,
.reviews2 .review-short {
  margin-bottom: 0;
}
.reviews .review-full,
.reviews2 .review-full {
  margin-bottom: 0;
}
.reviews .review-text,
.reviews2 .review-text {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.reviews .review-text.expanded .review-full,
.reviews2 .review-text.expanded .review-full {
  display: block !important;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.service-page {
  padding-top: 6rem;
}
@media (max-width: 640px) {
  .service-page .section__description {
    text-align: left;
  }
  .service-page .section__description .fs56 {
    font-size: 2.15rem !important;
  }
}

.page__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.page__breadcrumbs--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1070px) {
  .page__breadcrumbs {
    margin-bottom: 2.25rem;
  }
}
.page__breadcrumbs li a,
.page__breadcrumbs li span {
  font-size: 0.875rem;
  font-weight: 300;
}
.page__breadcrumbs li span {
  color: #595959;
  opacity: 0.8;
}
.page__breadcrumbs li span.divider {
  opacity: 0.5;
}
.page__title {
  margin-bottom: 3.25rem;
}
.page__title h1,
.page__title span,
.page__title p {
  font-size: 4rem;
}
@media (max-width: 640px) {
  .page__title h1,
  .page__title span,
  .page__title p {
    font-size: 2.625rem;
  }
}
.page__content {
  font-size: 1.125rem;
}
.page__content p:not(:last-child) {
  margin-bottom: 1rem;
}
.page__content p:has(+ ul), .page__content p:has(+ ol) {
  margin-bottom: 0.25rem !important;
}
.page__content p,
.page__content span,
.page__content ul,
.page__content li,
.page__content blockquote {
  font-size: 1.125rem;
  line-height: 1.55;
  color: #595959;
  font-weight: 400;
}
.page__content p a,
.page__content span a,
.page__content ul a,
.page__content li a,
.page__content blockquote a {
  color: #ff8562 !important;
}
.page__content p b,
.page__content p strong,
.page__content span b,
.page__content span strong,
.page__content ul b,
.page__content ul strong,
.page__content li b,
.page__content li strong,
.page__content blockquote b,
.page__content blockquote strong {
  font-weight: 700;
}
@media (max-width: 640px) {
  .page__content p,
  .page__content span,
  .page__content ul,
  .page__content li,
  .page__content blockquote {
    font-size: 1rem;
  }
}
.page__content ul,
.page__content ol {
  padding-left: 2rem;
  margin-bottom: 1.25rem;
}
.page__content ul,
.page__content ul li {
  list-style: disc;
}
.page__content ol,
.page__content ol li {
  list-style: decimal;
}
.page__content img {
  max-width: 100%;
}
.page__button {
  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;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

section.service {
  padding-bottom: 1.25rem !important;
}

.service + .cta {
  margin-top: 3rem;
}
@media (max-width: 640px) {
  .service + .cta {
    margin-top: 1rem;
  }
}
.service__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1070px) {
  .service__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .service__wrapper {
    gap: 2rem;
  }
}
.service__information {
  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;
  width: 100%;
  max-width: 38.75rem;
}
@media (max-width: 1070px) {
  .service__information {
    max-width: 100%;
  }
}
.service__title {
  margin-bottom: 1.25rem;
}
.service__title h1 {
  font-size: 3.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .service__title h1 {
    font-size: 2.625rem;
    line-height: 1.23;
  }
}
.service__description {
  margin-bottom: 1.25rem;
}
.service__description p {
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: 600;
  color: #1a1a1a;
}
.service__content {
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 1070px) {
  .service__content {
    max-width: 100%;
  }
}
.service__content p {
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 0;
}
.service__content p:empty {
  display: none;
}
.service__content p:has(+ p:empty) {
  margin-bottom: 0 !important;
}
.service__content p:not(:last-child) {
  margin-bottom: 1.4rem;
}
.service__button {
  margin-top: 3.5rem;
}
@media (max-width: 640px) {
  .service__button {
    margin-top: 1.875rem;
  }
}
.service__button a {
  min-width: 21.5rem;
}
.service__image {
  width: 100%;
  max-width: 37.5rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: auto;
}
.service__image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.service__video {
  width: 100%;
  max-width: 37.5rem;
  height: 20.625rem;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 1070px) {
  .service__video {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .service__video {
    height: 15rem;
  }
}
.service__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.cta {
  padding-top: 1rem !important;
}
.cta__wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  background: #6f5bcc;
  color: #fff;
  border-radius: 2.125rem;
  padding: 5rem;
}
@media (max-width: 640px) {
  .cta__wrapper {
    padding: 4rem 2rem;
  }
}
.cta__title {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cta__title p,
.cta__title h2,
.cta__title span {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .cta__title p,
  .cta__title h2,
  .cta__title span {
    font-size: 2rem !important;
  }
}
.cta__description p:last-child {
  margin-bottom: 0;
}
.included__grid {
  row-gap: 4rem;
}
.included__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.included__image {
  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;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
  height: 21.25rem;
  overflow: hidden;
}
.included__image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.included__title {
  font-size: 1.5rem;
  margin: 0;
}
.included__info ul {
  list-style: disc;
}
.included__info ul li {
  list-style: disc;
}
.included__info ul li:not(:last-child) {
  margin-bottom: 0.25rem;
}

.supplies__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.supplies__image {
  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;
  border-radius: 1.25rem 1.25rem 0 0;
  height: 22rem;
  overflow: hidden;
}
.supplies__image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.supplies__info {
  background: #d9ee7e;
  border-radius: 0 0 1.25rem 1.25rem;
  padding: 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.supplies__info p {
  margin-bottom: 0;
}

.benefits__grid {
  gap: 4rem 3rem;
}
@media (max-width: 640px) {
  .benefits__grid {
    gap: 2rem;
  }
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
.benefits__item:before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMzEuNDMyNCAzLjQ4ODE2QzMxLjg2NjkgMi43NDE0IDMxLjc5MjkgMS44OTg3OCAzMS4yMDMzIDEuNDc0MjlDMzAuOTE0NiAxLjI2NjQ0IDMwLjU0NyAxLjIwNjkyIDMwLjE4NzUgMS4zMTcxMUMyOS44MzQ2IDEuNDI1MzMgMjkuNTIyNCAxLjY4NDQ3IDI5LjI3NSAyLjA1NTU0TDI5LjI3MjEgMi4wNTk5MkMyOS4yNzUgMi4wNTU1NCAyNS43Mjc3IDcuNDk2OTQgMjUuNzI3NyA3LjQ5Njk0QzIzLjI3MzMgMTEuMjg1IDE3LjA4OTggMjAuODUyIDE0LjcwNjEgMjQuNzIyQzEzLjcyNjUgMjMuNzI0MSAxMi4wMjQyIDIxLjk5NTEgMTEuMDI1OCAyMS4wNTg4QzguMTYwOTMgMTguMzcyMSA1LjE5OSAxNS44NzU5IDIuMDUxNDggMTMuMjMyQzEuODM3MDcgMTMuMDI4NCAxLjU2NTM5IDEyLjk1NTUgMS4zMDYxOCAxMi45OTRDMS4wNTcxOSAxMy4wMzEgMC44NDYxNDkgMTMuMTY0OCAwLjY5NjU2MyAxMy4zMjUxQzAuNDAyNTY2IDEzLjY0MDEgMC4yMjkzNzEgMTQuMjMwNiAwLjYyODU0MiAxNC43Mjk2QzAuNjI4NTQyIDE0LjcyOTYgMTEuNzU1OSAyNi44MTQ1IDEzLjkxMDYgMjkuMzE5N0MxNC4yNTg3IDI5Ljc0OCAxNC43ODg4IDI5LjgzODUgMTUuMjE2NiAyOS43N0MxNS42NDE3IDI5LjcwMiAxNi4wODk0IDI5LjQ2MTUgMTYuMzMyOCAyOS4wNTY5QzIxLjQ2NTcgMjAuNjAyNiAyNi40OTkxIDEyLjE0NjYgMzEuNDMyNCAzLjQ4ODE2WiIgZmlsbD0iYmxhY2siIHN0eWxlPSJmaWxsOiByZ2IoMTExLCA5MSwgMjA0KTsiLz4KPC9zdmc+) center no-repeat;
  background-size: cover;
  position: relative;
  top: -0.15rem;
}
.benefits__item p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
}
@media (max-width: 640px) {
  .benefits__item p {
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .versus .section__content {
    position: relative;
  }
  .versus .section__content::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2.625rem;
    position: relative;
    top: -2rem;
    margin-bottom: -0.75rem;
    background: url("../icons/swipe.svg") center no-repeat;
    background-size: 2.625rem;
  }
}
.versus__wrapper {
  overflow-x: scroll;
}
.versus__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.versus__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem;
  background: #6f5bcc;
}
@media (max-width: 640px) {
  .versus__header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.versus__header p {
  width: 100%;
  min-width: 8rem;
  margin: 0;
  color: #fff;
}
.versus__header p:nth-child(1) {
  width: 88%;
}
.versus__header p:nth-child(2) {
  width: 88%;
}
.versus__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  padding: 1.45rem;
  border-bottom: 1px solid #eeeeee;
}
.versus__item:nth-child(even) {
  background: #eeeeee;
}
.versus__item p {
  width: 100%;
  min-width: 8rem;
  margin: 0;
  color: #666666;
}
.versus__item p:nth-child(1) {
  width: 88%;
}
.versus__item p:nth-child(2) {
  width: 88%;
}
.versus__footer {
  margin-top: 4.25rem;
}
.versus__footer p {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.55;
}
@media (max-width: 640px) {
  .versus__footer p {
    font-size: 0.875rem;
    line-height: 1.45;
  }
}

.reviews2__grid {
  gap: 3rem 3rem;
}
.reviews2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews2__content {
  background: #d9ee7e;
  padding: 2.25rem;
  border-radius: 0.625rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.reviews2__content p {
  line-height: 1.75;
  margin: 0;
}
.reviews2__content::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2.1875rem;
  border: 12px solid;
  border-color: #d9ee7e transparent transparent #d9ee7e;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
.reviews2__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-left: 1rem;
}
.reviews2__img {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.reviews2__img img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.reviews2__name p {
  margin: 0;
  font-size: 0.875rem;
}
.reviews2__name span {
  font-size: 0.75rem;
  color: #747474;
}
.reviews2__name span a {
  color: #6f5bcc;
  text-decoration: underline;
}

.trust__item {
  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;
  width: 100%;
  max-width: 10rem;
  height: auto;
}
.trust__item img {
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.625rem;
  background: #6f5bcc;
  color: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
}
.faq__accordion.active .faq__answer {
  max-height: 9999px;
}
.faq__accordion.active .faq__question::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.faq__question {
  width: 100%;
  padding: 1.75rem 1.875rem;
  cursor: pointer;
  position: relative;
}
.faq__question::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10rem;
  background: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSdwcmVzZW50YXRpb24nIGZvY3VzYWJsZT0nZmFsc2UnIHdpZHRoPScyNHB4JyBoZWlnaHQ9JzI0cHgnIHZpZXdCb3g9JzAgMCAyNCAyNCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGcgc3Ryb2tlPSdub25lJyBzdHJva2Utd2lkdGg9JzFweCcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApJyBzdHJva2U9JyMyMjIyMjInPjxwYXRoIGQ9J00wLDExIEwyMiwxMSc+PC9wYXRoPjxwYXRoIGQ9J00xMSwwIEwxMSwyMic+PC9wYXRoPjwvZz48L2c+PC9zdmc+") center no-repeat #d9ee7e;
  background-size: 1.5rem;
  border-radius: 10rem;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.faq__question p {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  margin-right: 10rem;
}
.faq__answer {
  padding: 0 1.875rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
  transition: max-height ease-in-out 0.3s, opacity ease-in-out 0.3s;
}
.faq__answer-wrapper {
  padding-bottom: 1.75rem;
}
.faq__answer p {
  margin: 0;
}
.faq__answer p:not(:last-child) {
  margin-bottom: 1rem;
}

.book .section__description p {
  margin-bottom: 0;
}
.book__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.book__links a {
  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;
  gap: 1rem;
  width: 100%;
  height: 4rem;
  border-radius: 0.625rem;
  padding: 0.875rem;
  background: #d9ee7e;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.book__links a p {
  margin: 0;
  font-size: 1.125rem;
  color: #1a1a1a;
  font-weight: 500;
}
.book__links a:hover {
  background: #cde468 !important;
}

.other__grid {
  row-gap: 3.25rem;
}
.other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
}
.other__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.other__item p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}
.other__item-image {
  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;
  height: 15rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.other__item-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.order .cta__wrapper {
  background: #d9ee7e;
  color: #1a1a1a;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 640px) {
  .order .cta__wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.order .cta__wrapper h2 {
  color: #1a1a1a;
  text-align: center;
}
@media (max-width: 640px) {
  .order .cta__wrapper h2 {
    font-size: 2.25rem !important;
    line-height: 1.45;
  }
}
.order .cta__description p,
.order .cta__description span {
  color: #1a1a1a;
  text-align: center;
}
.order .cta__description p {
  line-height: 1.75;
  font-weight: 300;
  opacity: 0.8;
}
.order .cta__button a:hover {
  background: #d9ee7e;
  color: #d9ee7e;
}

.before__slider .slick-list {
  overflow: visible;
}
.before__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  height: 31.25rem;
  margin-left: -1.25rem;
}
.before__slide {
  overflow: hidden;
}
.before__slide a {
  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;
  height: 100%;
}
.before__slide img {
  width: auto;
  min-width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.process__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #d9ee7e;
  padding: 3rem 1.875rem;
  border-radius: 1rem;
}
@media (max-width: 640px) {
  .process__item {
    padding: 2rem 1.75rem;
  }
}
.process__item span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #6f5bcc;
  margin-bottom: 0.75rem;
}
.process__item p {
  font-weight: 400;
  line-height: 1.55;
  color: #595959;
  margin-bottom: 0;
}
.process__text {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 640px) {
  .process__text {
    margin-top: 2.25rem;
  }
}
.process__text p {
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .process__text p {
    font-size: 0.875rem;
  }
}

.good__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1.875rem;
  border-radius: 1rem;
  background: #6f5bcc;
  text-align: center;
}
.good__item p {
  line-height: 1.55;
  color: #fff;
  margin-bottom: 0;
}

.blog .section__header,
.article .section__header {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  .blog .section__header,
  .article .section__header {
    margin-bottom: 1.75rem;
  }
}
.blog .section__title,
.article .section__title {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 100%;
}
.blog .section__title h1,
.article .section__title h1 {
  line-height: 1.25;
}
.blog__grid,
.article__grid {
  row-gap: 4rem;
}
@media (max-width: 640px) {
  .blog__grid,
  .article__grid {
    row-gap: 2.25rem;
  }
}

.article__link {
  text-decoration: none;
}
.article__link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.article__link:hover h2 {
  color: #6f5bcc;
}
.article__link-image {
  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;
  width: 100%;
  height: 17.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
}
.article__link-image img {
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.article__link-title {
  margin-bottom: 0.75rem;
}
.article__link-title h2 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #595959;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.article__link-excerpt p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #595959;
}

.article {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.article__title h1 {
  color: #595959;
  letter-spacing: -0.125rem;
  text-align: center;
  font-size: 2.5rem;
}
.article__thumbnail {
  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;
  max-width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.article__thumbnail img {
  max-width: 100%;
}
.article__content {
  font-size: 1.125rem;
}
.article__content p,
.article__content span,
.article__content ul,
.article__content li,
.article__content blockquote,
.article__content em {
  font-size: 1.125rem;
  color: #646464;
  font-weight: 400;
  line-height: 1.55;
}
.article__content p:not(:last-child) {
  margin-bottom: 1.75rem;
}
.article__tags {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(184, 184, 184, 0.4);
}
@media (max-width: 640px) {
  .article__tags {
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
}
.article__tags a {
  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;
  font-size: 0.8rem;
  padding: 0.625rem 1.125rem;
  color: #595959;
  background: #E6E6E6;
  border-radius: 3.125rem;
}
.article__share {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
.article__share .section__header {
  text-align: center;
  margin-bottom: 2rem;
}
.article__share .section__description p {
  font-size: 2.5rem;
}
@media (max-width: 640px) {
  .article__share .section__description p {
    font-size: 1.75rem;
    text-align: center;
  }
}
.article__share .share-ya .ya-share2__container_size_m .ya-share2__item {
  margin: 0 0.25rem 0 0.25rem;
}
.article__share .share-ya .ya-share2__container_size_m .ya-share2__icon {
  width: 2rem;
  height: 2rem;
}

.also {
  padding-top: 2rem !important;
}
.also .section__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.also .section__description p {
  font-size: 2.5rem;
  max-width: 100%;
}
@media (max-width: 640px) {
  .also .section__description p {
    font-size: 1.75rem;
    text-align: center;
  }
}

.footer {
  background: #6f5bcc;
  padding: 8.875rem 0 3.75rem 0;
  color: #fff;
  margin-top: -2rem;
  position: relative;
  z-index: -1;
  width: 100%;
  position: fixed;
  bottom: 0;
}
.footer a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  color: #fff !important;
}
.footer a:hover {
  opacity: 0.8;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media (max-width: 1070px) {
  .footer__container {
    gap: 6rem;
  }
}
@media (max-width: 390px) {
  .footer__container {
    gap: 4rem;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1070px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__top a {
  font-size: 1.625rem;
}
@media (max-width: 640px) {
  .footer__top a {
    font-size: 1.5rem;
  }
}
@media (max-width: 1070px) {
  .footer__center {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__center img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1070px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__bottom p {
  font-weight: 300;
  margin: 0;
}

.widget__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 3rem;
  width: 3.5rem;
  height: 3.5rem;
  z-index: 2555;
  -webkit-animation: widget-socials 4s infinite linear;
          animation: widget-socials 4s infinite linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
@media (hover: hover) {
  .widget__bottom a:hover {
    bottom: 3.5rem;
  }
}
@media (max-width: 640px) {
  .widget__bottom a {
    bottom: 1.5rem;
  }
}
@-webkit-keyframes widget-socials {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: 0;
            animation-timing-function: 0;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: 0;
            animation-timing-function: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes widget-socials {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-animation-timing-function: 0;
            animation-timing-function: 0;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-animation-timing-function: 0;
            animation-timing-function: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.widget__phone {
  left: 3rem;
  background: url("../icons/widget_phone.webp") center no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .widget__phone {
    left: 1rem;
  }
}
.widget__whatsapp {
  right: 3rem;
  background: url("../icons/widget_whatsapp.webp") center no-repeat;
  background-size: cover;
}
@media (max-width: 640px) {
  .widget__whatsapp {
    right: 1rem;
  }
}/*# sourceMappingURL=style.css.map */