@charset "UTF-8";
/* Colors */
/* Font Families*/
/* Box Shadows */
/* Transitions */
/* Letter Spacing*/
:root {
  --font-size-title--3xl: 4.6rem;
  --font-size-title--xxl: 4.2rem;
  --font-size-title--34: 3.4rem;
  --font-size-title--xl: 3.2rem;
  --font-size-title--lg: 2.8rem;
  --font-size-title--md: 2.4rem;
  --font-size-title--sm: 2.2rem;
  --font-size-title--xsm: 2rem;
  --font-size-title--mxsm: 1.7rem;
  --font-size-title--2xsm: 1.6rem;
  --font-size-title--3xsm: 1.5rem;
  --font-size-title--4xsm: 1.4rem;
  --font-size-toptitle: 2rem;
  --font-size-text: 1.6rem;
  --content-color: #373536;
  --header-height: 9.4rem;
  --container-pusher: calc((100vw - var(--container-width)) / 2);
  --container-gutter: 20px;
  --container-width: 1280px; }
  @media (min-width: 576px) {
    :root {
      --container-width: 540px; } }
  @media (min-width: 768px) {
    :root {
      --container-width: 720px; } }
  @media (min-width: 992px) {
    :root {
      --container-width: 960px; } }
  @media (min-width: 1200px) {
    :root {
      --container-width: 1150px; } }
  @media (min-width: 1350px) {
    :root {
      --container-width: 1280px; } }
  @media (min-width: 1530px) {
    :root {
      --container-width: 128rem; } }
  @media (min-width: 1701px) {
    :root {
      --container-width: 128rem; } }
  @media (min-width: 1921px) {
    :root {
      --container-width: 128rem; } }
  @media (min-width: 2201px) {
    :root {
      --container-width: 128rem; } }
  @media (max-width: 1529px) {
    :root {
      --container-xsmall-padding: 13.8rem;
      --container-medium-padding: 9rem;
      --container-small-width: 145rem;
      --container-medium-width: 150rem;
      --container-xsmall-width: 140rem; } }
  @media (max-width: 1200px) {
    :root {
      --font-size-title--xl: 3rem; } }
  @media (max-width: 991px) {
    :root {
      --font-size-title--lg: 3rem;
      --font-size-text: 1.6rem;
      --font-size-title--xxxl: 7.2rem;
      --font-size-title--md: 2.5rem;
      --header-height: 8rem; } }
  @media (max-width: 767px) {
    :root {
      --font-size-title--xxl: 4.5rem;
      --font-size-title--md: 2.5rem; } }
  @media (max-width: 576px) {
    :root {
      --container-pusher: 0px;
      --container-gutter: 20px;
      --header-height: 6.4rem;
      --font-size-title--xl: 1.8rem;
      --font-size-title--xs: 1.2rem;
      --font-size-title--md: 1.8rem;
      --font-size-title--sm: 1.8rem;
      --font-size-title--lg: 1.8rem;
      --font-size-title--xsm: 1.4rem;
      --font-size-title--2xsm: 1.4rem;
      --font-size-toptitle: 1.3rem;
      --font-size-text: 1.5rem;
      --font-size-title--3xsm: 1.3rem;
      --font-size-title--4xsm: 1.3rem;
      --font-size-title--mxsm: 1.4rem; } }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 400; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #373536;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  color: rgba(55, 53, 54, 0.4);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(-1 * var(--container-gutter));
  margin-left: calc(-1 * var(--container-gutter)); }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter); }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1367px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

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

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

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; } }

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

a {
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

p {
  margin: 0; }

.icon-font {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

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

.scroll-none {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .scroll-none::-webkit-scrollbar {
    display: none; }

button {
  border: 0;
  cursor: pointer; }
  button:focus {
    outline: 0; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'RecoletaAlt';
  src: url("../fonts/RecoletaAlt-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

.swiper-nav {
  pointer-events: none; }
  .swiper-nav .btn {
    pointer-events: all;
    margin: 0; }
    .swiper-nav .btn__icon {
      -webkit-transition: 0s;
      transition: 0s; }
  .swiper-nav__timeline {
    width: 100%;
    height: 2px;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #d9d9d9;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #d9d9d9;
    background: rgba(217, 217, 217, 0.1); }
    @media (max-width: 576px) {
      .swiper-nav__timeline {
        width: 100%; } }
    .swiper-nav__timeline span {
      width: 0;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0;
      background: #ffffff;
      opacity: 1; }
      .swiper-nav__timeline span.start {
        -webkit-animation-name: lineMoving;
                animation-name: lineMoving;
        -webkit-animation-duration: 6s;
                animation-duration: 6s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }

.swiper-nav-wrapper .nav-counter {
  color: #fff;
  font-size: 2.4rem;
  margin-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: difference;
  font-weight: 500; }
  .swiper-nav-wrapper .nav-counter .total {
    color: rgba(55, 53, 54, 0.4); }
  .swiper-nav-wrapper .nav-counter .seperator {
    margin-right: 0.5rem;
    color: rgba(55, 53, 54, 0.4); }
  .swiper-nav-wrapper .nav-counter .current {
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    min-width: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .swiper-nav-wrapper .nav-counter .current.change {
      -webkit-transform: translateY(-1rem);
          -ms-transform: translateY(-1rem);
              transform: translateY(-1rem);
      opacity: 0; }

.swiper-pagination {
  width: auto;
  pointer-events: all;
  position: absolute;
  bottom: -5rem !important; }
  .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    pointer-events: all;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (max-width: 576px) {
      .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem; } }
    .swiper-pagination-bullet-active {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      background: #e13551; }
      .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
        .swiper-pagination-bullet-active-prev-prev {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
        .swiper-pagination-bullet-active-next-next {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }

.swiper-button:hover .btn {
  color: #fff !important; }

.swiper-button .btn {
  font-size: 1.5rem;
  color: rgba(55, 53, 54, 0.6); }
  @media (max-width: 576px) {
    .swiper-button .btn {
      width: 30px;
      height: 30px;
      font-size: 8px; } }

.swiper-button-disabled {
  border: 1px solid #e0e0e0 !important;
  background: transparent !important;
  color: #e0e0e0 !important;
  pointer-events: none !important; }
  .swiper-button-disabled .btn__icon {
    color: #e0e0e0; }
  .swiper-button-disabled:hover {
    color: #e0e0e0 !important; }

.swiper-button-next {
  width: unset;
  z-index: 4; }
  .swiper-button-next::after {
    content: unset; }

.swiper-button-prev {
  width: unset;
  z-index: 4; }
  .swiper-button-prev::after {
    content: unset; }

.swiper-container.visible-active {
  overflow: visible;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }
  .swiper-container.visible-active .swiper-slide {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    @media (min-width: 2201px) {
      .swiper-container.visible-active .swiper-slide {
        opacity: 1; } }
    .swiper-container.visible-active .swiper-slide.is-visible {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1);
      pointer-events: all; }

.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  z-index: 2;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 2rem; }
  .swiper-arrows .swiper-button-prev {
    left: unset;
    border-radius: var(--button-br) 0 0 var(--button-br);
    margin-right: 1px; }
    .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-prev:not(.swiper-button-disabled):focus span {
      -webkit-transform: translateX(-3px) scale(1, 1) translateZ(0);
              transform: translateX(-3px) scale(1, 1) translateZ(0); }
  .swiper-arrows .swiper-button-next {
    border-radius: 0 var(--button-br) var(--button-br) 0; }
    .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):hover span, .swiper-arrows .swiper-button-next:not(.swiper-button-disabled):focus span {
      -webkit-transform: translateX(3px) scale(1, 1) translateZ(0);
              transform: translateX(3px) scale(1, 1) translateZ(0); }

.swiper-notification {
  display: none; }

.fade-slider {
  overflow: visible !important; }
  .fade-slider .swiper-slide {
    z-index: -1;
    opacity: 0 !important; }
    @media (max-width: 991px) {
      .fade-slider .swiper-slide {
        height: 0;
        overflow: hidden; } }
    .fade-slider .swiper-slide.is-visible {
      z-index: 1;
      opacity: 1 !important;
      pointer-events: all; }
      @media (max-width: 991px) {
        .fade-slider .swiper-slide.is-visible {
          height: auto;
          overflow: visible; } }

@-webkit-keyframes lineMoving {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes lineMoving {
  from {
    width: 0; }
  to {
    width: 100%; } }

.swiper-pointer-events {
  -ms-touch-action: unset;
      touch-action: unset; }

.swiper-history-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .swiper-history-arrows .history-btn-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .swiper-history-arrows .history-btn-next:hover {
      color: white;
      background-color: #e13551; }
  .swiper-history-arrows .history-btn-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .swiper-history-arrows .history-btn-prev:hover {
      color: white;
      background-color: #e13551; }

.swiper-meet-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 576px) {
    .swiper-meet-arrows {
      gap: 0.8rem; } }
  .swiper-meet-arrows .meet-btn-next, .swiper-meet-arrows .tenis-btn-next, .swiper-meet-arrows .event-btn-next {
    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; }
    @media (max-width: 576px) {
      .swiper-meet-arrows .meet-btn-next, .swiper-meet-arrows .tenis-btn-next, .swiper-meet-arrows .event-btn-next {
        font-size: 1.2rem;
        width: 3.6rem;
        height: 3.6rem; } }
    .swiper-meet-arrows .meet-btn-next:hover, .swiper-meet-arrows .tenis-btn-next:hover, .swiper-meet-arrows .event-btn-next:hover {
      color: white;
      background-color: #e13551; }
  .swiper-meet-arrows .meet-btn-prev, .swiper-meet-arrows .tenis-btn-prev, .swiper-meet-arrows .event-btn-prev {
    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; }
    @media (max-width: 576px) {
      .swiper-meet-arrows .meet-btn-prev, .swiper-meet-arrows .tenis-btn-prev, .swiper-meet-arrows .event-btn-prev {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.2rem; } }
    .swiper-meet-arrows .meet-btn-prev:hover, .swiper-meet-arrows .tenis-btn-prev:hover, .swiper-meet-arrows .event-btn-prev:hover {
      color: white;
      background-color: #e13551; }

.swiper-tesis-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .swiper-tesis-arrows .tesis-btn-next {
    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; }
    .swiper-tesis-arrows .tesis-btn-next:hover {
      color: white;
      background-color: #e13551; }
  .swiper-tesis-arrows .tesis-btn-prev {
    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; }
    .swiper-tesis-arrows .tesis-btn-prev:hover {
      color: white;
      background-color: #e13551; }

.xpage {
  background-color: #3ab670;
  margin-top: 30rem;
  margin-bottom: 30rem; }

.content--pt-xs {
  padding-top: 1.6rem; }

.content--pb-xs {
  padding-bottom: 1.6rem; }

.content--mt-xs {
  margin-top: 1.6rem; }

.content--mb-xs {
  margin-bottom: 1.6rem; }

.content--pt-s {
  padding-top: 2.4rem; }

.content--pb-s {
  padding-bottom: 2.4rem; }

.content--mt-s {
  margin-top: 2.4rem; }

.content--mb-s {
  margin-bottom: 2.4rem; }

.content--pt-mid {
  padding-top: 2.3rem; }

.content--pb-mid {
  padding-bottom: 3.6rem; }

.content--mt-mid {
  margin-top: 3.6rem; }

.content--mb-mid {
  margin-bottom: 3.6rem; }

.content--pt-m {
  padding-top: 4.8rem; }
  @media (max-width: 576px) {
    .content--pt-m {
      padding-top: 3rem; } }

.content--pb-m {
  padding-bottom: 4.8rem; }
  @media (max-width: 991px) {
    .content--pb-m {
      padding-bottom: 3.6rem; } }

.content--mt-m {
  margin-top: 4.8rem; }

.content--mb-m {
  margin-bottom: 4.8rem; }

.content--pt-l {
  padding-top: 8rem; }

.content--pb-l {
  padding-bottom: 8rem; }
  @media (max-width: 576px) {
    .content--pb-l {
      padding-bottom: 0; } }

.content--mt-l {
  margin-top: 8rem; }
  @media (max-width: 576px) {
    .content--mt-l {
      margin-top: 3rem; } }

.content--mb-l {
  margin-bottom: 8rem; }
  @media (max-width: 576px) {
    .content--mb-l {
      margin-bottom: 3rem; } }

.content hr {
  width: calc(100% + var(--page-padding-x) * 2);
  margin-left: calc(var(--page-padding-x) * -1);
  border-top: 1px solid rgba(55, 53, 54, 0.15);
  margin-bottom: 4rem; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 2.5rem;
  line-height: 1.8em;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(#2c353e); }
  @media (max-width: 991px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
      margin-top: 0; } }

.content b {
  font-weight: 700; }

.content h1 {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 576px) {
    .content h1 {
      font-size: 1.6rem; } }

.content h2 {
  font-size: 1.8rem;
  font-weight: 700; }
  @media (max-width: 576px) {
    .content h2 {
      font-size: 1.6rem; } }

.content h3 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h3 {
      font-size: 1.6rem; } }

.content h4 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h4 {
      font-size: 1.6rem; } }

.content h5 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h5 {
      font-size: 1.6rem; } }

.content h6 {
  font-size: 1.8rem; }
  @media (max-width: 576px) {
    .content h6 {
      font-size: 1.6rem; } }

.content p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 1.6rem !important;
  font-weight: 400 !important;
  color: rgba(44, 53, 62, 0.7) !important;
  line-height: 1.8em !important;
  font-size: var(--font-size-text) !important;
  letter-spacing: 0.36px !important; }
  .content p span {
    margin-bottom: 2rem !important;
    font-weight: 400 !important;
    color: rgba(44, 53, 62, 0.7) !important;
    line-height: 1.8em !important;
    font-size: var(--font-size-text) !important;
    letter-spacing: 0.36px !important;
    font-family: inherit !important; }
  .content p:last-child:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 576px) {
    .content p {
      margin-bottom: 3rem; } }
  .content p b {
    font-weight: 500;
    color: var(--content-color); }

.content a:not(.btn) {
  font-weight: 500 !important;
  color: #373536 !important;
  opacity: 1 !important;
  display: block !important;
  line-height: 1.4 !important; }
  .content a:not(.btn):hover, .content a:not(.btn).active {
    opacity: 0.9;
    text-decoration: underline; }

.content a img {
  height: 35rem;
  width: 100%;
  border-radius: 3rem; }

.content ul {
  margin-bottom: 4rem;
  padding-left: 2rem; }
  @media (max-width: 991px) {
    .content ul {
      font-size: 1.8rem; } }
  @media (max-width: 576px) {
    .content ul {
      margin-bottom: 3rem; } }
  .content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    position: relative;
    color: rgba(44, 53, 62, 0.7);
    font-weight: 300; }
    @media (max-width: 991px) {
      .content ul li {
        padding-left: 1rem; } }
    @media (max-width: 576px) {
      .content ul li {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        padding-left: 0; } }
    .content ul li:last-child {
      margin-bottom: 0; }
    .content ul li::before {
      content: "";
      width: 1em;
      height: 1em;
      font-size: 5px;
      border-radius: 50%;
      position: absolute;
      left: -2rem;
      top: 1rem;
      border-radius: 50%;
      background: rgba(44, 53, 62, 0.7); }
      @media (max-width: 576px) {
        .content ul li::before {
          font-size: 3px;
          left: -1.5rem; } }

.content iframe {
  width: 100%;
  height: 60rem; }

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

.content--custom h1,
.content--custom h2,
.content--custom h3,
.content--custom h4,
.content--custom h5,
.content--custom h6 {
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 400; }

.content--custom img {
  height: 6.2rem; }

.content--small h1,
.content--small h2,
.content--small h3,
.content--small h4,
.content--small h5,
.content--small h6 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }
  @media (max-width: 576px) {
    .content--small h1,
    .content--small h2,
    .content--small h3,
    .content--small h4,
    .content--small h5,
    .content--small h6 {
      font-size: 1.6rem; } }

.content--small p {
  font-size: 1.6rem;
  font-weight: 500; }
  @media (max-width: 576px) {
    .content--small p {
      font-size: 1.5rem; } }

.content--link ul li {
  font-weight: 500; }

.content--link ul li > a {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(55, 53, 54, 0.8);
  line-height: 1; }

.content--strech p {
  text-align: justify; }

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

.subpage-tab {
  position: relative;
  width: 100%; }
  .subpage-tab:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .subpage-tab-link-wrapper {
    position: sticky;
    z-index: 11;
    top: 0;
    padding-top: 2.9rem;
    border-top: solid rgba(31, 31, 31, 0.1) 1px;
    border-bottom: solid rgba(31, 31, 31, 0.1) 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out; }
    .subpage-tab-link-wrapper.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
    .subpage-tab-link-wrapper.hidden {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    @media (max-width: 576px) {
      .subpage-tab-link-wrapper {
        padding-top: 0; } }
  .subpage-tab .section-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 11rem; }
    @media (max-width: 991px) {
      .subpage-tab .section-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5rem; } }
    .subpage-tab .section-row .section-left {
      max-width: unset; }
    .subpage-tab .section-row .section-right {
      max-width: unset; }

.subpage .blog-content {
  position: relative;
  width: 100%; }
  .subpage .blog-content:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .subpage .blog-content .tab-link-wrapper {
    position: sticky;
    z-index: 10;
    top: 0;
    padding-top: 2.9rem;
    border-bottom: solid rgba(31, 31, 31, 0.1) 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
    @media (max-width: 576px) {
      .subpage .blog-content .tab-link-wrapper {
        padding-top: 2.6rem; } }

.subpage .blog-intro {
  position: relative;
  padding-top: 6.2rem;
  padding-right: 17.4rem;
  padding-left: 17.4rem;
  padding-bottom: 9.9rem; }
  @media (max-width: 991px) {
    .subpage .blog-intro {
      padding-bottom: 4.8rem; } }
  @media (max-width: 576px) {
    .subpage .blog-intro {
      padding: 3.4rem 0 4.8rem; } }
  .subpage .blog-intro .title h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1rem;
    text-align: center;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    color: #c79953; }
    @media (max-width: 576px) {
      .subpage .blog-intro .title h1 {
        font-size: 1.2rem;
        letter-spacing: 3.6px; } }
  .subpage .blog-intro .motto h2 {
    font-size: 5.2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    width: 93.2rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3.7rem;
    text-align: center;
    letter-spacing: -0.52px;
    color: #2c353e; }
    @media (max-width: 991px) {
      .subpage .blog-intro .motto h2 {
        font-size: 3.5rem;
        line-height: 1.2;
        width: 90%; } }
    @media (max-width: 576px) {
      .subpage .blog-intro .motto h2 {
        font-size: 2.4rem;
        margin-top: 2rem; } }

.subpage .blog-content .tab-link-wrapper {
  position: relative;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    .subpage .blog-content .tab-link-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 576px) {
    .subpage .blog-content .tab-link-wrapper {
      border-top: 0;
      padding-top: 1.5rem; } }
  .subpage .blog-content .tab-link-wrapper .animated-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    position: relative; }
    @media (max-width: 576px) {
      .subpage .blog-content .tab-link-wrapper .animated-tabs {
        gap: 24px; } }
    .subpage .blog-content .tab-link-wrapper .animated-tabs-item {
      cursor: pointer;
      font-size: 16px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .subpage .blog-content .tab-link-wrapper .animated-tabs-item span {
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
        transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99); }
      .subpage .blog-content .tab-link-wrapper .animated-tabs-item.active {
        font-weight: 600;
        position: relative; }
        .subpage .blog-content .tab-link-wrapper .animated-tabs-item.active:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #d2a45d; }

.subpage .blog-content .tab-content .tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .subpage .blog-content .tab-content .tab-pane.active {
    display: grid;
    opacity: 1;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem; }
    @media (max-width: 991px) {
      .subpage .blog-content .tab-content .tab-pane.active {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media (max-width: 576px) {
      .subpage .blog-content .tab-content .tab-pane.active {
        grid-template-columns: 1fr; } }

.subpage .blog-content .filtered-item {
  display: none; }
  .subpage .blog-content .filtered-item.all {
    display: block; }

.subpage .blog-content .all,
.subpage .blog-content .video-content,
.subpage .blog-content .blog-tab {
  padding-bottom: 2.5rem; }
  .subpage .blog-content .all-wrapper,
  .subpage .blog-content .video-content-wrapper,
  .subpage .blog-content .blog-tab-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 5.6rem; }
    @media (max-width: 991px) {
      .subpage .blog-content .all-wrapper,
      .subpage .blog-content .video-content-wrapper,
      .subpage .blog-content .blog-tab-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem; } }
    @media (max-width: 576px) {
      .subpage .blog-content .all-wrapper,
      .subpage .blog-content .video-content-wrapper,
      .subpage .blog-content .blog-tab-wrapper {
        grid-template-columns: 1fr;
        gap: 3.6rem; } }

.subpage .blog-content .loadmore {
  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: 11.2rem; }
  @media (max-width: 576px) {
    .subpage .blog-content .loadmore {
      margin-top: 6.4rem; } }

html,
body {
  overflow-x: visible !important;
  overflow: visible !important;
  width: 100%; }

html {
  font-size: 10px; }
  @media (min-width: 1921px) {
    html {
      font-size: 10px; } }
  @media (max-width: 1529px) {
    html {
      font-size: 10px; } }
  @media (max-width: 1440px) {
    html {
      font-size: 10px; } }
  @media (max-width: 1349px) {
    html {
      font-size: 8px; } }
  @media (max-width: 1200px) {
    html {
      font-size: 7px; } }
  @media (max-width: 991px) {
    html {
      font-size: 8px; } }
  @media (max-width: 576px) {
    html {
      font-size: 10px; } }
  @media (max-width: 374px) {
    html {
      font-size: 8px; } }

body {
  font-family: "RecoletaAlt", sans-serif;
  font-size: 1.6rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #FFF8EE;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #FFF8EE;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #373536;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

.container {
  max-width: var(--container-width);
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 576px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter); } }
  .container--small {
    max-width: 124rem; }
    @media (max-width: 991px) {
      .container--small {
        max-width: 100%;
        width: var(--container-width); } }
    @media (max-width: 576px) {
      .container--small {
        width: 100%; } }
  .container--xsmall {
    max-width: 100rem; }
    @media (max-width: 991px) {
      .container--xsmall {
        max-width: 100%;
        width: var(--container-width); } }
    @media (max-width: 576px) {
      .container--xsmall {
        width: 100%; } }
    @media (min-width: 2201px) {
      .container--xsmall {
        max-width: var(--container-width); } }

button {
  border: 0;
  cursor: pointer; }

.overlay {
  background: #1f1f1f;
  position: fixed;
  z-index: 350;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 0;
  pointer-events: none; }
  .overlay.active {
    pointer-events: all;
    opacity: 0.5; }

.scroll-disabled {
  position: fixed;
  width: 100%;
  height: var(--window-inner-height, 100vh);
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.hidden {
  display: none !important; }

.swiper-container-fa .swiper-slide {
  pointer-events: all; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -50px;
  right: 0;
  background: #e13551;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  border-radius: 20px; }
  .modal-video-close-btn:hover, .modal-video-close-btn:focus {
    background-color: #c61d39;
    outline: 0; }
    .modal-video-close-btn:hover::after, .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::after, .modal-video-close-btn:focus::before {
      background: #ffffff; }
    .modal-video-close-btn:hover::before, .modal-video-close-btn:focus::before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .modal-video-close-btn:hover::after, .modal-video-close-btn:focus::after {
      opacity: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .modal-video-close-btn::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal-video-close-btn::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal-video-close-btn::after, .modal-video-close-btn::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 10px;
    width: 20px;
    height: 3px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

ul,
ol {
  font-size: 2rem;
  line-height: 1.5em;
  padding-left: 2.4rem;
  margin-bottom: 0; }
  ul li,
  ol li {
    position: relative;
    line-height: 1.7em; }
    ul li + ul li,
    ol li + ul li, ul li +
    ol li,
    ol li +
    ol li {
      margin-top: 1rem; }

*[data-fancybox]:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.nice-scroll::-webkit-scrollbar {
  width: 4px;
  margin-right: 2rem; }

.nice-scroll::-webkit-scrollbar-track {
  background: white;
  margin-right: 1rem;
  padding-right: 1rem; }

.nice-scroll::-webkit-scrollbar-thumb {
  background: #b9b9b9; }

.nice-scroll-big::-webkit-scrollbar {
  width: 7px; }

.nice-scroll-big::-webkit-scrollbar-track {
  background: #fff; }

.nice-scroll-big::-webkit-scrollbar-thumb {
  background: #b9b9b9; }

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11rem; }
  @media (max-width: 1200px) {
    .info-wrapper {
      gap: 6rem; } }
  @media (max-width: 576px) {
    .info-wrapper {
      gap: 3rem; } }

.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem; }

@media (max-width: 991px) {
  .only-desktop {
    display: none !important; } }

@media (min-width: 992px) {
  .only-mobile {
    display: none !important; } }

.story-right {
  display: none !important; }

.mb-0 {
  margin-bottom: 0rem; }

.mbi-0 {
  margin-bottom: 0rem !important; }

.mt-0 {
  margin-top: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.mr-0 {
  margin-right: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pt-0 {
  padding-top: 0rem; }

.pi-0 {
  padding: 0rem !important; }

.pri-0 {
  padding-right: 0rem !important; }

.pbi-0 {
  padding-bottom: 0rem !important; }

.mb-1 {
  margin-bottom: 1rem; }

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

.mt-1 {
  margin-top: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.pb-1 {
  padding-bottom: 1rem; }

.pt-1 {
  padding-top: 1rem; }

.pi-1 {
  padding: 1rem !important; }

.pri-1 {
  padding-right: 1rem !important; }

.pbi-1 {
  padding-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem; }

.mbi-2 {
  margin-bottom: 2rem !important; }

.mt-2 {
  margin-top: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pt-2 {
  padding-top: 2rem; }

.pi-2 {
  padding: 2rem !important; }

.pri-2 {
  padding-right: 2rem !important; }

.pbi-2 {
  padding-bottom: 2rem !important; }

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

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

.mt-3 {
  margin-top: 3rem; }

.ml-3 {
  margin-left: 3rem; }

.mr-3 {
  margin-right: 3rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pt-3 {
  padding-top: 3rem; }

.pi-3 {
  padding: 3rem !important; }

.pri-3 {
  padding-right: 3rem !important; }

.pbi-3 {
  padding-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem; }

.mbi-4 {
  margin-bottom: 4rem !important; }

.mt-4 {
  margin-top: 4rem; }

.ml-4 {
  margin-left: 4rem; }

.mr-4 {
  margin-right: 4rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pt-4 {
  padding-top: 4rem; }

.pi-4 {
  padding: 4rem !important; }

.pri-4 {
  padding-right: 4rem !important; }

.pbi-4 {
  padding-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem; }

.mbi-5 {
  margin-bottom: 5rem !important; }

.mt-5 {
  margin-top: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pt-5 {
  padding-top: 5rem; }

.pi-5 {
  padding: 5rem !important; }

.pri-5 {
  padding-right: 5rem !important; }

.pbi-5 {
  padding-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem; }

.mbi-6 {
  margin-bottom: 6rem !important; }

.mt-6 {
  margin-top: 6rem; }

.ml-6 {
  margin-left: 6rem; }

.mr-6 {
  margin-right: 6rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pt-6 {
  padding-top: 6rem; }

.pi-6 {
  padding: 6rem !important; }

.pri-6 {
  padding-right: 6rem !important; }

.pbi-6 {
  padding-bottom: 6rem !important; }

.scroll-disabled {
  overflow: hidden !important; }

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

.rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.delay-1 {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important; }
  @media (max-width: 991px) {
    .delay-1 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-2 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important; }
  @media (max-width: 991px) {
    .delay-2 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-3 {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }
  @media (max-width: 991px) {
    .delay-3 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-4 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important; }
  @media (max-width: 991px) {
    .delay-4 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-5 {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important; }
  @media (max-width: 991px) {
    .delay-5 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-6 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important; }
  @media (max-width: 991px) {
    .delay-6 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-7 {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }
  @media (max-width: 991px) {
    .delay-7 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-8 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important; }
  @media (max-width: 991px) {
    .delay-8 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-9 {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important; }
  @media (max-width: 991px) {
    .delay-9 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-10 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important; }
  @media (max-width: 991px) {
    .delay-10 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-11 {
  -webkit-transition-delay: 1100ms !important;
          transition-delay: 1100ms !important; }
  @media (max-width: 991px) {
    .delay-11 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-12 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important; }
  @media (max-width: 991px) {
    .delay-12 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-13 {
  -webkit-transition-delay: 1300ms !important;
          transition-delay: 1300ms !important; }
  @media (max-width: 991px) {
    .delay-13 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-14 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important; }
  @media (max-width: 991px) {
    .delay-14 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-15 {
  -webkit-transition-delay: 1500ms !important;
          transition-delay: 1500ms !important; }
  @media (max-width: 991px) {
    .delay-15 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-16 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important; }
  @media (max-width: 991px) {
    .delay-16 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-17 {
  -webkit-transition-delay: 1700ms !important;
          transition-delay: 1700ms !important; }
  @media (max-width: 991px) {
    .delay-17 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-18 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important; }
  @media (max-width: 991px) {
    .delay-18 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-19 {
  -webkit-transition-delay: 1900ms !important;
          transition-delay: 1900ms !important; }
  @media (max-width: 991px) {
    .delay-19 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.delay-20 {
  -webkit-transition-delay: 2000ms !important;
          transition-delay: 2000ms !important; }
  @media (max-width: 991px) {
    .delay-20 {
      -webkit-transition-delay: 0s !important;
              transition-delay: 0s !important; } }

.rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.o-hidden {
  overflow: hidden; }

.divider {
  width: 100%;
  height: 1px;
  background: rgba(55, 53, 54, 0.1);
  position: relative;
  z-index: 1; }
  .divider.mb-0 {
    margin-bottom: 0 !important; }

.divider--1 {
  margin: 1rem 0; }

.divider--2 {
  margin: 2rem 0; }

.divider--3 {
  margin: 3rem 0; }

.divider--4 {
  margin: 4rem 0; }

.divider--5 {
  margin: 5rem 0; }

.divider--6 {
  margin: 6rem 0; }

.divider--7 {
  margin: 7rem 0; }

.divider--8 {
  margin: 8rem 0; }

.divider--9 {
  margin: 9rem 0; }

.divider--10 {
  margin: 10rem 0; }

.w-100 {
  width: 100%; }

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-mobile-xl {
    display: none !important; } }

@media (max-width: 424px) {
  .hidden-mobile-lg {
    display: none !important; } }

@media (max-width: 374px) {
  .hidden-mobile-sm {
    display: none !important; } }

@media (max-width: 350px) {
  .hidden-mobile-xs {
    display: none !important; } }

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1 !important; }

span.colored-blue {
  color: #25adf1; }

.phone-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem; }
  .phone-group .wpcf7-form-control-wrap {
    width: 100%; }
    .phone-group .wpcf7-form-control-wrap.country-code {
      width: auto; }
    .phone-group .wpcf7-form-control-wrap.phone {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.form-group.phone {
  width: 100%; }
  .form-group.phone label {
    display: block; }

.select-phone-code {
  height: 4.4rem;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(177, 183, 189, 0.2);
  padding: 0 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #2c353e; }

.input-phone {
  width: 100%; }

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #cc0000 !important; }

.wpcf7-form-control-wrap {
  border-radius: 0 !important;
  position: unset; }

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important; }

.heateor_sss_sharing_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .heateor_sss_sharing_ul a:not(:last-child) {
    margin-right: 1rem !important; }
  .heateor_sss_sharing_ul a path {
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.heateor_sss_svg {
  width: 5.5rem !important;
  height: 5.5rem !important;
  font-size: 2rem !important;
  border-color: #e0e0e0 !important;
  color: #373536 !important;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.wpcf7-list-item-label {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  line-height: 1 !important; }
  @media (max-width: 991px) {
    .wpcf7-list-item-label {
      line-height: 1.6 !important; } }
  .wpcf7-list-item-label a {
    font-family: "Poppins", sans-serif;
    color: #d9ac66 !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 2rem;
  color: #e13551;
  font-weight: 700;
  display: none;
  background: transparent;
  border: 0;
  margin-left: 0;
  font-size: 1.6rem;
  margin-right: 0;
  border-radius: 1rem !important;
  margin: 0 !important;
  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;
  text-align: center;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 576px) {
    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output {
      font-size: 1.4rem; } }

.wpcf7 form.sent .wpcf7-response-output {
  padding: 2rem;
  color: #59b439;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  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: transparent !important;
  margin: 0 !important;
  text-align: center;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: 1rem !important; }
  @media (max-width: 576px) {
    .wpcf7 form.sent .wpcf7-response-output {
      font-size: 1.4rem; } }

.modal-map .acf-map {
  height: 100% !important; }

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

span.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  right: unset;
  left: 0; }

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important; }

.swal2-popup {
  padding: 3rem !important; }

.swal2-title {
  font-family: "RecoletaAlt", sans-serif !important;
  color: #031b3b !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.swal2-icon {
  margin: 0 auto !important; }

.wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
  margin-left: 0;
  left: 50%;
  bottom: -2rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .wpcf7-list-item label input {
    cursor: pointer; }

.wpcf7-list-item-label {
  color: #373536;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1.3em;
  margin-left: 1.5rem; }

.wpcf7-acceptance label {
  margin-top: 2.2rem; }

.wpcf7-acceptance input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  padding: 0; }

.wpcf7-acceptance input[type='checkbox']:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 0.5rem;
  left: -1px;
  top: -2px;
  position: absolute;
  border: 1px solid rgba(55, 53, 54, 0.1); }
  @media (max-width: 1200px) {
    .wpcf7-acceptance input[type='checkbox']:before {
      width: 2rem;
      height: 2rem;
      left: -0.1rem;
      top: -0.1rem; } }
  @media (max-width: 576px) {
    .wpcf7-acceptance input[type='checkbox']:before {
      width: 1.8rem;
      height: 1.8rem; } }

.wpcf7-acceptance input[type='checkbox']:checked:before {
  background: #ffffff;
  border-color: rgba(31, 31, 31, 0.1); }

.wpcf7-acceptance input[type='checkbox']:disabled {
  color: #b8b8b8;
  cursor: auto; }

.wpcf7-acceptance input[type='checkbox']:disabled:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd; }

.wpcf7-acceptance input[type='checkbox']:checked:after {
  content: '';
  background-image: url("../img/logo/tik.svg");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: 15% 18%;
  position: absolute;
  left: 0;
  top: -1px;
  width: 1em;
  height: 1em;
  font-size: 3rem; }
  @media (max-width: 1200px) {
    .wpcf7-acceptance input[type='checkbox']:checked:after {
      top: 0;
      background-position: 19% 18%; } }
  @media (max-width: 576px) {
    .wpcf7-acceptance input[type='checkbox']:checked:after {
      background-position: 15% 18%; } }

.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 2rem 0; }

.accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  width: 100%; }

.accordion-item.active {
  padding-bottom: 0; }
  .accordion-item.active .accordion-item-header__icon span:first-child {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.accordion-item-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;
  border-bottom: 1px solid rgba(55, 53, 54, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  cursor: pointer; }
  @media (max-width: 576px) {
    .accordion-item-header {
      padding-bottom: 1rem; } }
  .accordion-item-header__icon {
    width: 3.7rem;
    height: 3.7rem;
    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;
    color: #373536;
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .accordion-item-header__icon span {
      position: absolute;
      width: 1.4rem;
      height: 2px;
      background: #373536;
      -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 576px) {
        .accordion-item-header__icon span {
          width: 1.7rem; } }
      .accordion-item-header__icon span:first-child {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }

.title {
  font-style: normal;
  line-height: 1.6;
  color: #373536;
  font-weight: 600; }
  .title--second {
    font-family: "Poppins", sans-serif; }
  .title--underlined {
    text-decoration: underline; }
  .title span.colored-black {
    color: #373536; }
  .title span.colored-blue {
    color: #25adf1; }
  .title span.colored-red {
    color: #e13551; }
  .title span.colored-red-dark {
    color: #df1445; }
  .title span.colored-purple {
    color: #985ff4; }
  .title span.colored-white {
    color: #ffffff; }
  .title span.gradient {
    background: transparent linear-gradient(228deg, #fff 0%, #69d14a 70%, #69d14a 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 15 linear infinite alternate;
            animation: shine 15 linear infinite alternate;
    background-size: 100%; }
  .title--center {
    text-align: center; }
  .title--left {
    text-align: left; }
  .title--right {
    text-align: right; }
  .title--black-95 {
    color: #373536 !important;
    opacity: 0.95; }
  .title--black-90 {
    color: #373536 !important;
    opacity: 0.9; }
  .title--black-85 {
    color: #373536 !important;
    opacity: 0.85; }
  .title--black-80 {
    color: #373536 !important;
    opacity: 0.8; }
  .title--black-70 {
    color: #373536 !important;
    opacity: 0.7; }
  .title--black-60 {
    color: #373536 !important;
    opacity: 0.6; }
  .title--black-40 {
    color: #373536 !important;
    opacity: 0.4; }
  .title--black {
    color: #373536; }
  .title--light-black {
    color: rgba(55, 53, 54, 0.5); }
  .title--dark-blue {
    color: #2d3957; }
  .title--green {
    color: #69d14a; }
  .title--white {
    color: #fff !important; }
  .title--light-white {
    color: #fff; }
  .title--blue {
    color: #25adf1 !important; }
  .title--red {
    color: #e13551 !important; }
  .title--red-dark {
    color: #df1445 !important; }
  .title--gray {
    color: #6a7190 !important; }
  .title--light {
    color: rgba(55, 53, 54, 0.6) !important; }
  .title--x-light {
    color: rgba(55, 53, 54, 0.4) !important; }
  .title--3xl {
    font-size: var(--font-size-title--3xl) !important;
    line-height: 1.2em; }
  .title--xxl {
    font-size: var(--font-size-title--xxl);
    line-height: 1.2em; }
  .title--xl {
    font-size: var(--font-size-title--xl) !important;
    line-height: 1.6em; }
  .title--lg {
    font-size: var(--font-size-title--lg);
    line-height: 1.5em; }
  .title--xmd {
    font-size: var(--font-size-title--xmd); }
  .title--md {
    font-size: var(--font-size-title--md); }
  .title--sm {
    font-size: var(--font-size-title--sm); }
  .title--xsm {
    font-size: var(--font-size-title--xsm);
    line-height: 1.6em; }
  .title--mxsm {
    font-size: var(--font-size-title--mxsm);
    line-height: 1em; }
  .title--2xsm {
    font-size: var(--font-size-title--2xsm);
    line-height: 1.6em; }
  .title--3xsm {
    font-size: var(--font-size-title--3xsm); }
  .title--4xsm {
    font-size: var(--font-size-title--4xsm); }
  .title--center {
    text-align: center; }
  .title--w-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem; }
    @media (max-width: 576px) {
      .title--w-shape {
        gap: 2rem; } }
    .title--w-shape img {
      height: 5.5rem; }
      @media (max-width: 991px) {
        .title--w-shape img {
          height: 4.5rem; } }
      @media (max-width: 576px) {
        .title--w-shape img {
          height: 3.6rem; } }
  .title--w-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .title--w-icon span {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .title--w-icon .title__icon {
      font-size: 2rem;
      margin-right: 2.5rem;
      color: #ff9d5f; }
  .title--w-divider {
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%; }
    @media (max-width: 576px) {
      .title--w-divider {
        font-size: 1.4rem; } }
    .title--w-divider::before {
      content: "";
      width: 48%;
      left: -4rem;
      height: 1px;
      position: absolute;
      background: rgba(55, 53, 54, 0.1);
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .title--w-divider::after {
      content: "";
      width: 48%;
      right: -4rem;
      height: 1px;
      position: absolute;
      background: rgba(55, 53, 54, 0.1);
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

@-webkit-keyframes shine {
  0% {
    background-position: top top; }
  30% {
    background-position: 70% top;
    background-size: 300%; }
  60% {
    background-position: top 100%;
    background-size: 500%; }
  100% {
    background-position: top bottom;
    background-size: 150%; } }

@keyframes shine {
  0% {
    background-position: top top; }
  30% {
    background-position: 70% top;
    background-size: 300%; }
  60% {
    background-position: top 100%;
    background-size: 500%; }
  100% {
    background-position: top bottom;
    background-size: 150%; } }

.text {
  font-size: var(--font-size-text);
  line-height: 1.5em;
  font-weight: 400;
  color: #373536;
  letter-spacing: 0.34px; }
  .text strong {
    font-weight: 500;
    color: #373536; }
  .text--font-2 {
    font-family: "Poppins", sans-serif; }
  .text--upp {
    text-transform: uppercase; }
  .text--low {
    text-transform: uppercase; }
  .text--fw-600 {
    font-weight: 600 !important; }
  .text--fw-500 {
    font-weight: 500 !important; }
  .text--black {
    color: #373536 !important; }
  .text--black-90 {
    color: #373536 !important;
    opacity: 0.9; }
  .text--black-80 {
    color: #373536 !important;
    opacity: 0.8; }
  .text--black-60 {
    color: #373536 !important;
    opacity: 0.6; }
  .text--black-40 {
    color: #373536 !important;
    opacity: 0.4; }
  .text--x-light {
    color: rgba(55, 53, 54, 0.4); }
  .text--light {
    color: rgba(55, 53, 54, 0.6); }
  .text--medium-light {
    color: rgba(55, 53, 54, 0.85); }
  .text--white {
    color: #fff; }
  .text--red {
    color: #e13551; }
  .text--light-white {
    color: rgba(255, 255, 255, 0.6); }
  .text--medium-white {
    color: rgba(255, 255, 255, 0.85); }
  .text--xxl {
    font-size: 2.4rem; }
  .text--xl {
    font-size: 2.2rem; }
    @media (max-width: 576px) {
      .text--xl {
        font-size: 1.9rem; } }
  .text--lg {
    font-size: 2rem; }
    @media (max-width: 576px) {
      .text--lg {
        font-size: 1.5rem; } }
  .text--md {
    font-size: 1.6rem; }
    @media (max-width: 991px) {
      .text--md {
        font-size: 1.4rem; } }
  .text--sm {
    font-size: 1.5rem; }
    @media (max-width: 576px) {
      .text--sm {
        font-size: 1.4rem; } }
  .text--xs {
    font-size: 1.4rem; }
  .text--dark-gray {
    color: #6a7190; }
  .text--gray {
    color: #f1f2f4; }
  .text--light-gray {
    color: #fff; }
  .text--blue {
    color: #25adf1; }
  .text--center {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }

.toptitle {
  font-size: var(--font-size-toptitle);
  line-height: 1.45em;
  font-weight: 800;
  color: #df1445;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .toptitle--w-shape {
    line-height: 1;
    gap: 1.5rem; }
    .toptitle--w-shape img {
      height: 3.1rem;
      -o-object-fit: contain;
         object-fit: contain; }
  .toptitle--red {
    color: #ea4375; }
  .toptitle--black {
    color: #373536; }
  .toptitle--dark-red {
    color: #e13551; }
  .toptitle--light-gray {
    color: rgba(55, 53, 54, 0.6); }
  .toptitle--blue {
    color: #25adf1; }
  .toptitle--dark-blue {
    color: #2d3957; }
  .toptitle--white {
    color: #FFF; }
  .toptitle--lg {
    font-size: 1.8rem; }
    @media (max-width: 576px) {
      .toptitle--lg {
        font-size: 1.3rem; } }
  .toptitle--sm {
    font-size: 1.6rem; }
    @media (max-width: 576px) {
      .toptitle--sm {
        font-size: 1.4rem; } }
  .toptitle--xsm {
    font-size: 1.4rem; }
    @media (max-width: 576px) {
      .toptitle--xsm {
        font-size: 1rem; } }
  .toptitle--xxsm {
    font-size: 1.3rem; }

.btn {
  font-family: "Poppins", sans-serif;
  width: auto;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 2.4rem;
  letter-spacing: 0.29px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5rem; }
  @media (max-width: 767px) {
    .btn {
      height: 5.5rem; } }
  @media (max-width: 576px) {
    .btn {
      font-size: 1.3rem;
      height: 4.4rem; } }
  .btn--primary {
    font-size: 1.3rem;
    height: 5.2rem;
    font-weight: 700;
    padding: 1.9rem 4.4rem;
    position: relative;
    z-index: 10; }
    @media (max-width: 1024px) {
      .btn--primary {
        padding: 1.9rem 3.4rem; } }
    .btn--primary:after {
      border-radius: 5rem;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(136, 94, 28, 0.2)), to(rgba(212, 166, 94, 0))), #d4a65e;
      background: linear-gradient(90deg, rgba(136, 94, 28, 0.2) 0%, rgba(212, 166, 94, 0) 100%), #d4a65e;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease;
      z-index: -5; }
    .btn--primary:before {
      border-radius: 5rem;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: -1;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      background: -webkit-gradient(linear, left top, right top, from(rgba(136, 94, 28, 0.2)), to(rgba(212, 166, 94, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(87, 58, 15, 0.2)), to(rgba(87, 58, 15, 0.2))), #d4a65e;
      background: linear-gradient(90deg, rgba(136, 94, 28, 0.2) 0%, rgba(212, 166, 94, 0) 100%), linear-gradient(0deg, rgba(87, 58, 15, 0.2) 0%, rgba(87, 58, 15, 0.2) 100%), #d4a65e; }
    .btn--primary:hover:before {
      opacity: 1; }
    .btn--primary a {
      color: #ffffff;
      text-decoration: none;
      text-transform: uppercase;
      z-index: 5; }
  .btn--circle {
    border-radius: 50%;
    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; }
  .btn--text {
    font-size: 1.3rem;
    font-weight: 700; }
  .btn--shadow {
    -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
            box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35); }

.box {
  padding: 4rem 6rem;
  border-radius: 4rem; }
  @media (max-width: 576px) {
    .box {
      border-radius: 2.4rem; } }
  .box--gray {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 242, 244, 0.7)), color-stop(86%, rgba(241, 242, 244, 0)));
    background: linear-gradient(to bottom, rgba(241, 242, 244, 0.7) 0%, rgba(241, 242, 244, 0) 86%); }

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
  color: #373536;
  line-height: 1; }
  @media (max-width: 576px) {
    .link {
      font-size: 1.4rem; } }
  .link:hover {
    color: #e13551; }
  .link--xl {
    font-size: 3.4rem; }
    @media (max-width: 576px) {
      .link--xl {
        font-size: 2rem; } }
    .link--xl .link__icon {
      font-size: 2rem;
      margin-right: 1.5rem !important; }
  .link--lg {
    font-size: 2.2rem; }
    @media (max-width: 576px) {
      .link--lg {
        font-size: 1.8rem; } }
  .link--mlg {
    font-size: 2rem; }
    @media (max-width: 576px) {
      .link--mlg {
        font-size: 1.6rem; } }
  .link--md {
    font-size: 1.6rem; }
    @media (max-width: 576px) {
      .link--md {
        font-size: 1.3rem; } }
  .link--xmd {
    font-size: 1.5rem; }
    @media (max-width: 576px) {
      .link--xmd {
        font-size: 1.2rem; } }
  .link--sm {
    font-size: 1.3rem; }
  .link--underline {
    text-decoration: underline; }
  .link--red {
    color: #e13551; }
    .link--red:hover {
      color: #c61d39; }
  .link--red-light {
    color: #ea4375; }
    .link--red-light:hover {
      color: #e11955; }
  .link--blue {
    color: #25adf1; }
    .link--blue:hover {
      color: #0e93d5; }
  .link--white {
    color: #fff; }
  .link--light-gray {
    color: #fff; }
    .link--light-gray:hover {
      color: #e6e6e6; }
  .link--dark-gray {
    color: rgba(55, 53, 54, 0.8); }
    .link--dark-gray:hover {
      color: #373536; }
  .link--gray {
    color: rgba(55, 53, 54, 0.6); }
    .link--gray .link__icon {
      color: rgba(55, 53, 54, 0.6); }
    .link--gray:hover {
      color: #373536; }
  .link--black {
    color: #373536; }
    .link--black:hover {
      color: #e13551; }
  .link--light-black {
    color: rgba(55, 53, 54, 0.8); }
    .link--light-black:hover {
      color: #e13551; }
  .link__icon {
    font-size: 1.6rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    color: #e13551; }
    .link__icon.lg {
      font-size: 2.5rem;
      margin-right: 1.5rem !important; }
      @media (max-width: 576px) {
        .link__icon.lg {
          font-size: 1.6rem;
          margin-right: 1rem !important; } }
    @media (max-width: 576px) {
      .link__icon {
        font-size: 1.2rem; } }
  .link--i-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .link--i-left:hover .link__icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .link--i-left:hover .link__text::after {
      width: 100%; }
    .link--i-left .link__icon {
      margin-right: 1rem; }
  .link--i-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .link--i-right .link__icon {
      margin-left: 1rem; }
    .link--i-right:hover .link__icon {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .link--i-right:hover .link__text::after {
      width: 100%; }
  .link--i-transformed .link__icon {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.section {
  padding-top: 7rem;
  position: relative; }
  @media (max-width: 576px) {
    .section {
      padding-top: 5rem; } }
  .section:last-child {
    padding-bottom: 7rem; }
    @media (max-width: 576px) {
      .section:last-child {
        padding-bottom: 5rem; } }
  .section-head {
    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;
    margin-bottom: 7rem; }
    @media (max-width: 576px) {
      .section-head {
        margin-bottom: 3rem; } }
    .section-head-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      max-width: 70%; }
      @media (max-width: 576px) {
        .section-head-left {
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset;
          max-width: unset; } }
    @media (max-width: 576px) {
      .section-head .text {
        max-width: 36rem; } }
  .section-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    max-width: 62%; }
    @media (max-width: 991px) {
      .section-left {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .section-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    max-width: 34%; }
    @media (max-width: 991px) {
      .section-right {
        max-width: 100%;
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset; } }
  .section.with-top-border {
    margin-top: 7rem;
    border-top: 1px solid rgba(55, 53, 54, 0.1); }
    @media (max-width: 576px) {
      .section.with-top-border {
        margin-top: 5rem; } }
  .section.bg-linear-shape::before {
    content: "";
    background: linear-gradient(316deg, rgba(255, 255, 255, 0) 20.33%, rgba(255, 255, 255, 0.07) 106.81%);
    width: 50%;
    height: 40rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .section.bg-white::before {
    content: "";
    background: radial-gradient(42.01% 94.24% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    height: 64.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .section--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .section--row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5rem; } }
  .section--center .section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.langs {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 2.7rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .langs {
      padding-left: 2rem;
      border-left: 1px solid rgba(55, 53, 54, 0.1); } }
  @media (max-width: 576px) {
    .langs {
      margin-left: 2rem;
      padding-left: 1.7rem; } }
  .langs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 5.6rem;
    padding: 0 4rem;
    font-size: 1.4rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (min-width: 1441px) {
      .langs-menu {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (max-width: 991px) {
      .langs-menu {
        padding: 0 1rem; } }
    .langs-menu::after {
      position: absolute;
      top: 50%;
      right: 2.6rem;
      width: 1.2rem;
      height: .9rem;
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      background: #373536;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px); }
    .langs-menu:hover, .langs-menu.active {
      color: #373536; }
      .langs-menu:hover .header-langs-menu::after, .langs-menu.active .header-langs-menu::after {
        border-top-color: #373536; }
      .langs-menu:hover .header-langs-menu__code, .langs-menu.active .header-langs-menu__code {
        opacity: 1; }
    .langs-menu.active .langs-menu-icon {
      -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }
    .langs-menu.active + .langs-menu-content {
      -webkit-transform: translateY(100%) translateX(-50%);
          -ms-transform: translateY(100%) translateX(-50%);
              transform: translateY(100%) translateX(-50%);
      opacity: 1;
      pointer-events: all; }
    .langs-menu__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;
      height: 1.6rem;
      width: 1.6rem;
      border-radius: 50%;
      overflow: hidden; }
      .langs-menu__img img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
    .langs-menu__code {
      color: #ffffff;
      font-weight: 500;
      font-size: 1.4rem;
      -webkit-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
      margin-left: 1rem;
      font-family: "Poppins", sans-serif; }
      @media (max-width: 991px) {
        .langs-menu__code {
          color: rgba(55, 53, 54, 0.7);
          font-size: 1.8rem; } }
      @media (max-width: 576px) {
        .langs-menu__code {
          font-size: 1.4rem; } }
    .langs-menu-icon {
      color: #ffffff;
      font-size: .7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 1rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 991px) {
        .langs-menu-icon {
          color: rgba(55, 53, 54, 0.7);
          font-size: 1.4rem; } }
      @media (max-width: 576px) {
        .langs-menu-icon {
          font-size: 1rem; } }
    .langs-menu-content {
      padding: 1rem;
      bottom: -1px;
      left: calc(50% - 1px);
      position: absolute;
      width: 100%;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      pointer-events: none;
      z-index: 3;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-top: 0;
      -webkit-transform: translateY(100%) translateX(-50%);
          -ms-transform: translateY(100%) translateX(-50%);
              transform: translateY(100%) translateX(-50%); }
      @media (max-width: 991px) {
        .langs-menu-content {
          background: #fff;
          -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
                  box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35); } }
      .langs-menu-content__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1rem .5rem;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.2); }
        .langs-menu-content__item:hover {
          background: rgba(255, 255, 255, 0.2); }
        .langs-menu-content__item + .langs-menu-content__item {
          margin-top: 1rem; }
        .langs-menu-content__item.active {
          border-color: #e13551;
          background-color: #e13551 !important; }
          .langs-menu-content__item.active .langs-menu__code {
            color: #FFF; }
        .langs-menu-content__item .langs-menu__img {
          -ms-flex-negative: 0;
              flex-shrink: 0; }

.dropdown-wrapper {
  width: 100%; }
  .dropdown-wrapper.phonecode {
    max-width: 11rem; }
    .dropdown-wrapper.phonecode .dropdown_bar-item__icon {
      display: none; }
    .dropdown-wrapper.phonecode .dropdown_bar-item {
      border-right: 0; }

.dropdown-bar-title {
  color: rgba(55, 53, 54, 0.6);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  white-space: nowrap; }
  @media (max-width: 576px) {
    .dropdown-bar-title {
      font-size: 1.4rem; } }

.dropdown_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 7rem; }
  @media (max-width: 991px) {
    .dropdown_bar {
      padding-right: 0; } }
  .dropdown_bar-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 2.4rem;
    font-size: 1.8rem;
    letter-spacing: -0.001em;
    height: 5rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    position: relative;
    font-weight: 400;
    background: #ffffff;
    border-radius: 7rem;
    border: 1px solid rgba(55, 53, 54, 0.1); }
    @media (max-width: 576px) {
      .dropdown_bar-item {
        padding-left: 2rem;
        height: 5.6rem; } }
    .dropdown_bar-item.disabled {
      display: none; }
    .dropdown_bar-item.input-error {
      margin-bottom: 2.5rem; }
    .dropdown_bar-item__top-title {
      pointer-events: none;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      color: rgba(55, 53, 54, 0.8);
      font-size: 1.6rem;
      font-weight: 600; }
      @media (max-width: 576px) {
        .dropdown_bar-item__top-title {
          font-size: 1.5rem; } }
    .dropdown_bar-item.active .dropdown_bar-item__title, .dropdown_bar-item.selected .dropdown_bar-item__title {
      color: #373536; }
    .dropdown_bar-item.selected .dropdown_bar-item__title {
      opacity: 1; }
      @media (max-width: 991px) {
        .dropdown_bar-item.selected .dropdown_bar-item__title {
          opacity: 0; } }
    .dropdown_bar-item.selected .dropdown_bar-item__top-title {
      opacity: 0; }
    @media (max-width: 576px) {
      .dropdown_bar-item.selected select {
        opacity: 1;
        top: 0;
        padding-top: 0; } }
    .dropdown_bar-item select {
      background: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .dropdown_bar-item + .dropdown_bar-item {
      border-left: 1px solid rgba(55, 53, 54, 0.1); }
    .dropdown_bar-item select {
      position: absolute;
      opacity: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      left: 0;
      top: 0;
      padding-left: 1.6rem;
      z-index: 2;
      border: 0;
      outline: 0;
      font-weight: 400;
      color: #373536;
      font-size: 1.5rem;
      pointer-events: none; }
      @media (max-width: 991px) {
        .dropdown_bar-item select {
          padding-left: 1.6rem;
          pointer-events: all;
          opacity: 1; } }
      @media (max-width: 576px) {
        .dropdown_bar-item select {
          opacity: 0;
          padding-left: 2rem; } }
    .dropdown_bar-item__icon {
      font-size: 1rem;
      color: #373536;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      position: absolute;
      right: 2.2rem;
      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; }
      .dropdown_bar-item__icon.red {
        color: #e13551; }
      @media (max-width: 576px) {
        .dropdown_bar-item__icon {
          right: 1.5rem; } }
      .dropdown_bar-item__icon-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 2.2rem;
        color: #e13551;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.6rem; }
        @media (max-width: 576px) {
          .dropdown_bar-item__icon-left {
            display: none; } }
    .dropdown_bar-item__title {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      position: absolute;
      top: unset;
      color: #373536;
      font-weight: 600;
      font-size: 1.6rem;
      letter-spacing: -0.5px; }
    .dropdown_bar-item.active .dropdown_bar-item-box-wrapper {
      opacity: 1;
      pointer-events: all; }
    .dropdown_bar-item.active .dropdown_bar-item__icon {
      -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
              transform: scale(1, -1); }
    .dropdown_bar-item.no-icon {
      padding-left: 2rem; }
    .dropdown_bar-item-box {
      max-height: 41rem;
      overflow-y: auto; }
      .dropdown_bar-item-box__item {
        height: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        color: #373536;
        font-size: 1.4rem;
        line-height: 1;
        margin-bottom: 3px;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        padding: 0 1rem;
        white-space: nowrap;
        width: 100%;
        border-radius: 1rem; }
        .dropdown_bar-item-box__item:last-child {
          margin-bottom: 0; }
        .dropdown_bar-item-box__item:not(.active):hover {
          background: #fff; }
        .dropdown_bar-item-box__item.active {
          background: #fff;
          color: #373536;
          border: 1px solid rgba(55, 53, 54, 0.1); }
      .dropdown_bar-item-box-wrapper {
        position: absolute;
        top: 7rem;
        left: -1px;
        background: #fff;
        min-width: 3rem;
        z-index: 4;
        width: calc(100% + 2px);
        height: auto;
        display: block;
        opacity: 0;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        pointer-events: none;
        -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
                box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
        border-radius: 2rem;
        padding: 1rem;
        padding-right: 1rem;
        border: 1px solid rgba(55, 53, 54, 0.1); }
  .dropdown_bar .filter-icon {
    font-size: 2.5rem; }
  .dropdown_bar__btn {
    min-width: unset;
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.tab-content {
  opacity: 1;
  -webkit-animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
          animation: filteredScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
  .tab-content-wrapper {
    position: relative; }
    .tab-content-wrapper .section {
      padding-top: 4rem; }
      .tab-content-wrapper .section.with-top-border {
        margin-top: 6rem; }
      .tab-content-wrapper .section:last-child {
        padding-bottom: 0; }
  .tab-content.filtering {
    -webkit-animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards;
            animation: filteringScale 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) alternate forwards; }
  .tab-content.filtered {
    display: none; }

@-webkit-keyframes filteringScale {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes filteringScale {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes filteredScale {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes filteredScale {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .tab-content .project-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 3.3rem; }
    @media (max-width: 991px) {
      .tab-content .project-card-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.5rem;
        grid-row-gap: 3.5rem; } }
    @media (max-width: 576px) {
      .tab-content .project-card-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 3.5rem;
        margin-top: 2rem; } }

.tab {
  position: relative; }
  .tab-link-wrapper {
    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;
    margin-bottom: 3.3rem;
    overflow: hidden;
    padding-left: var(--container-pusher);
    padding-right: var(--container-pusher);
    position: relative; }
    .tab-link-wrapper.left-wrapper {
      padding-left: 0;
      border-bottom: 1px solid rgba(55, 53, 54, 0.1); }
    @media (max-width: 991px) {
      .tab-link-wrapper {
        margin-bottom: 3.4rem; } }
    @media (max-width: 991px) {
      .tab-link-wrapper {
        overflow-x: auto;
        overflow-y: hidden; }
        .tab-link-wrapper::-webkit-scrollbar {
          display: none; } }
    @media (max-width: 576px) {
      .tab-link-wrapper {
        padding-left: var(--container-gutter);
        padding-right: var(--container-gutter); } }
    .tab-link-wrapper.fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .tab-link-wrapper.hidden {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .tab-link-wrapper .animated-tabs {
      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;
      position: relative;
      width: 100%;
      gap: 5rem; }
      .tab-link-wrapper .animated-tabs.left {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        gap: 10rem; }
        @media (max-width: 576px) {
          .tab-link-wrapper .animated-tabs.left {
            gap: 3rem; } }
      @media (max-width: 991px) {
        .tab-link-wrapper .animated-tabs {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (max-width: 576px) {
        .tab-link-wrapper .animated-tabs {
          gap: 3.6rem; } }
      .tab-link-wrapper .animated-tabs.tight-content .animated-tabs-item {
        color: #373536; }
        .tab-link-wrapper .animated-tabs.tight-content .animated-tabs-item span {
          max-width: 13rem; }
      .tab-link-wrapper .animated-tabs-item {
        font-family: "Poppins", sans-serif;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5rem;
        font-size: 1.65rem;
        cursor: pointer;
        font-weight: 500;
        line-height: 1.4em;
        z-index: 2;
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        color: #2c353e;
        opacity: 0.6;
        height: 4.6rem;
        padding-bottom: 3.2rem;
        -webkit-transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
        transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99); }
        @media (max-width: 576px) {
          .tab-link-wrapper .animated-tabs-item {
            font-size: 1.3rem;
            gap: 1rem;
            height: auto;
            padding: 2rem 0; } }
        .tab-link-wrapper .animated-tabs-item-icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #e13551;
          height: 1em;
          width: 1em;
          font-size: 2.4rem; }
          @media (max-width: 576px) {
            .tab-link-wrapper .animated-tabs-item-icon {
              font-size: 2rem; } }
          .tab-link-wrapper .animated-tabs-item-icon img {
            height: 100%;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .tab-link-wrapper .animated-tabs-item.active {
          color: #2c353e;
          font-family: "Poppins", sans-serif;
          font-style: normal;
          font-weight: 600;
          opacity: 1; }
          .tab-link-wrapper .animated-tabs-item.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.no-border {
          border: none;
          padding: 0;
          height: auto;
          padding: 1rem 1rem; }
          .tab-link-wrapper .animated-tabs-item.no-border.active {
            background-color: transparent;
            height: 3.2rem; }
            .tab-link-wrapper .animated-tabs-item.no-border.active span {
              -webkit-transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
              transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
              color: #e13551; }
        .tab-link-wrapper .animated-tabs-item.etkinlik-takvimi {
          border: none;
          padding: 1.2rem;
          height: auto;
          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.4rem; }
          .tab-link-wrapper .animated-tabs-item.etkinlik-takvimi.active {
            background-color: #f1f2f4;
            min-height: 6rem; }
            .tab-link-wrapper .animated-tabs-item.etkinlik-takvimi.active span {
              color: #e13551 !important; }
          .tab-link-wrapper .animated-tabs-item.etkinlik-takvimi span:first-child {
            color: rgba(55, 53, 54, 0.6); }
        .tab-link-wrapper .animated-tabs-item.black .animated-tabs-item-icon {
          color: #373536; }
        .tab-link-wrapper .animated-tabs-item.black.active {
          border-color: #373536;
          background: #373536; }
          .tab-link-wrapper .animated-tabs-item.black.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.purple .animated-tabs-item-icon {
          color: #985ff4; }
        .tab-link-wrapper .animated-tabs-item.purple.active {
          border-color: #985ff4;
          background: #985ff4; }
          .tab-link-wrapper .animated-tabs-item.purple.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.orange .animated-tabs-item-icon {
          color: #ff5900; }
        .tab-link-wrapper .animated-tabs-item.orange.active {
          border-color: #ff5900;
          background: #ff5900; }
          .tab-link-wrapper .animated-tabs-item.orange.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.blue .animated-tabs-item-icon {
          color: #25adf1; }
        .tab-link-wrapper .animated-tabs-item.blue.active {
          border-color: #25adf1;
          background: #25adf1; }
          .tab-link-wrapper .animated-tabs-item.blue.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.red .animated-tabs-item-icon {
          color: #ea4375; }
        .tab-link-wrapper .animated-tabs-item.red.active {
          border-color: #ea4375;
          background: #ea4375; }
          .tab-link-wrapper .animated-tabs-item.red.active .animated-tabs-item-icon {
            color: #ffffff; }
        .tab-link-wrapper .animated-tabs-item.green .animated-tabs-item-icon {
          color: #69d14a; }
        .tab-link-wrapper .animated-tabs-item.green.active {
          border-color: #69d14a;
          background: #69d14a; }
          .tab-link-wrapper .animated-tabs-item.green.active .animated-tabs-item-icon {
            color: #ffffff; }
        @media (max-width: 991px) {
          .tab-link-wrapper .animated-tabs-item {
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
      .tab-link-wrapper .animated-tabs-line {
        background: #d2a45d;
        height: 0.2rem;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      .tab-link-wrapper .animated-tabs--small .animated-tabs-item {
        letter-spacing: 0.28px;
        gap: 1rem;
        padding: 0 1.6rem;
        font-size: 1.2rem;
        height: 4.1rem;
        border-radius: 1.2rem;
        border: 1px solid rgba(55, 53, 54, 0.3);
        color: rgba(55, 53, 54, 0.5); }
        @media (max-width: 576px) {
          .tab-link-wrapper .animated-tabs--small .animated-tabs-item {
            height: 3.8rem;
            padding: 0 1.4rem; } }
        .tab-link-wrapper .animated-tabs--small .animated-tabs-item.active {
          color: #ffffff; }
        .tab-link-wrapper .animated-tabs--small .animated-tabs-item-icon {
          font-size: 0.8rem; }

.ghost {
  display: none; }
  @media (max-width: 991px) {
    .ghost {
      display: none;
      width: 12rem;
      min-width: 12rem;
      height: 3rem;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

.filtered-item.hide {
  display: none !important; }

@media (max-width: 576px) {
  .tab-content-wrapper-content-wrapper > .container {
    padding: 0 !important; } }

.date {
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 500;
  color: rgba(55, 53, 54, 0.85);
  letter-spacing: 0.32px; }
  @media (max-width: 576px) {
    .date {
      font-size: 1.4rem; } }
  .date--light-white {
    color: rgba(255, 255, 255, 0.85); }

.info-title {
  font-weight: 700; }

.info-text {
  font-weight: 600;
  line-height: 1;
  margin-top: .2rem; }

.info-img {
  height: 3rem; }
  @media (max-width: 576px) {
    .info-img {
      height: 2.4rem; } }

.info--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem; }
  @media (max-width: 576px) {
    .info--row {
      gap: 1.6rem; } }

.switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0; }
  .switch-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .switch-wrapper .select-outer {
      width: auto;
      margin-left: 2rem;
      min-width: 26rem; }
      @media (max-width: 576px) {
        .switch-wrapper .select-outer {
          min-width: unset;
          width: 100%; } }
    .switch-wrapper .other-required {
      margin-left: auto; }
      .switch-wrapper .other-required .switch__title {
        color: #373536;
        font-weight: 700; }
  .switch--reverse .switch-content {
    margin-left: 0;
    margin-right: 1.2rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (max-width: 424px) {
      .switch--reverse .switch-content {
        margin-right: .7rem; } }
  .switch--reverse .switch__title {
    color: rgba(55, 53, 54, 0.75);
    font-size: 1.8rem; }
  .switch__toggle {
    outline: none;
    height: 2.4rem;
    width: 4.2rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border-radius: 2.1rem;
    background-color: #E6E9ED;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .switch__toggle::before {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      content: '';
      width: 1.6rem;
      height: 1.6rem;
      position: absolute;
      left: .4rem;
      top: .4rem;
      background-color: #373536;
      border-radius: 50%; }
  .switch-content {
    margin-left: 3.4rem; }
    @media (max-width: 767px) {
      .switch-content {
        margin-left: 1.6rem; } }
  .switch__title {
    color: #373536;
    font-size: 2rem;
    line-height: 1em;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0; }
  .switch__text {
    margin-top: 1rem;
    color: rgba(55, 53, 54, 0.65); }
  .switch__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none; }
    .switch__input:checked + .switch__toggle {
      background-color: #25adf1; }
      .switch__input:checked + .switch__toggle::before {
        -webkit-transform: translateX(1.8rem);
            -ms-transform: translateX(1.8rem);
                transform: translateX(1.8rem);
        background-color: #FFF; }

.checkbox {
  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;
  cursor: pointer;
  font-family: "RecoletaAlt", sans-serif;
  position: relative;
  margin-bottom: 0; }
  @media (max-width: 576px) {
    .checkbox {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .checkbox--border {
    padding: 2.7rem 0;
    border-top: 1px solid rgba(55, 53, 54, 0.1);
    border-bottom: 1px solid rgba(55, 53, 54, 0.1); }
  .checkbox.input-error .error {
    position: absolute; }
  .checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    visibility: hidden;
    width: 0; }
    .checkbox__input:checked ~ span {
      background-color: #e13551 !important;
      background-image: url("../img/tik.svg"); }
    .checkbox__input:checked ~ .tick-checkbox-content .tick-checkbox__title {
      color: #373536; }
    .checkbox__input:not(:checked):hover ~ .tick-checkbox-content .tick-checkbox__title {
      color: rgba(55, 53, 54, 0.8); }
  .checkbox--big .checkbox__toggle {
    border-radius: .2rem;
    margin-right: 2rem; }
  .checkbox--radio .checkbox__input ~ span {
    background: transparent;
    position: relative;
    border: 1px solid #25adf1; }
    .checkbox--radio .checkbox__input ~ span::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-48%, -52%);
          -ms-transform: translate(-48%, -52%);
              transform: translate(-48%, -52%);
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background: #25adf1;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      opacity: 0;
      font-size: 10px; }
  .checkbox--radio .checkbox__input:checked ~ span {
    -webkit-box-shadow: 0 0 0 2px red;
            box-shadow: 0 0 0 2px red;
    background: #fff; }
    .checkbox--radio .checkbox__input:checked ~ span::after {
      opacity: 1; }
  .checkbox--radio .checkbox__toggle {
    border-radius: 50%;
    font-size: 18px; }
  .checkbox__toggle {
    outline: none;
    height: 1em;
    width: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #DDDEE1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 45%;
    background-size: .5em;
    font-size: 2.4rem; }
    @media (max-width: 767px) {
      .checkbox__toggle {
        font-size: 20px; } }
  .checkbox-content {
    margin-left: 1.5rem;
    width: 100%; }
  .checkbox__title {
    color: #373536;
    font-size: 1.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.3em;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }

.select-outer {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  /*  &__title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 3rem;
    font-weight: 500;
    border-radius: 1rem 0 0 1rem;
    border: 1px solid #DCE6EA;
    border-right: 0;
    font-size: 1.5rem;
    color: $c-black;

    & + select {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;

    }
  }*/ }
  .select-outer select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: url("../img/icon-triangle-down.svg") no-repeat;
    background-position-x: calc(100% - 9px);
    background-position-y: 50%;
    background-size: 1.2rem;
    font-size: 2rem;
    padding-right: 2.6rem;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    height: 5rem;
    border: 0;
    border-bottom: 1px solid rgba(55, 53, 54, 0.1);
    border-radius: 0;
    font-weight: 500;
    color: #373536; }
    .select-outer select:disabled {
      opacity: .5; }
    .select-outer select:invalid {
      color: rgba(55, 53, 54, 0.4); }
    .select-outer select:focus {
      outline: 0;
      border-color: #FFA134; }
    .select-outer select option {
      padding: 5px; }
  .select-outer--white select {
    background-color: #FFF;
    border: 1px solid rgba(55, 53, 54, 0.1);
    padding-left: 2rem;
    height: 5rem; }
  .select-outer.input-error {
    border: none !important;
    margin-bottom: 1.5rem !important; }

.input {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  width: 100%;
  height: 6rem;
  padding: 0 2.7rem;
  -webkit-transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.2s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  letter-spacing: 0.165px;
  color: #373536;
  border: 1px solid rgba(55, 53, 54, 0.1);
  border-radius: 1.4rem;
  outline: none;
  background: #fff;
  -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
          box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
  -webkit-appearance: none; }
  @media (max-width: 576px) {
    .input {
      font-size: 1.5rem;
      height: 4.8rem;
      padding-left: 1.6rem; } }
  .input.error {
    border: 1px solid #cc0000 !important; }
  .input::-webkit-input-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.165px;
    color: rgba(55, 53, 54, 0.5); }
  .input::-moz-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.165px;
    color: rgba(55, 53, 54, 0.5); }
  .input:-ms-input-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.165px;
    color: rgba(55, 53, 54, 0.5); }
  .input::-ms-input-placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.165px;
    color: rgba(55, 53, 54, 0.5); }
  .input::placeholder {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.165px;
    color: rgba(55, 53, 54, 0.5); }
    @media (max-width: 576px) {
      .input::-webkit-input-placeholder {
        font-size: 1.5rem; }
      .input::-moz-placeholder {
        font-size: 1.5rem; }
      .input:-ms-input-placeholder {
        font-size: 1.5rem; }
      .input::-ms-input-placeholder {
        font-size: 1.5rem; }
      .input::placeholder {
        font-size: 1.5rem; } }
  .input::-webkit-outer-spin-button, .input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none; }
  .input:focus {
    border: 1px solid #e13551; }
  .input__title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    letter-spacing: 0.28px;
    color: rgba(55, 53, 54, 0.85); }
  .input-icon {
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #e13551; }
    @media (max-width: 576px) {
      .input-icon {
        font-size: 1.6rem; } }
  .input-row {
    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;
    margin-bottom: 3rem;
    gap: 3.6rem; }
    .input-row:last-child {
      margin-bottom: 0; }
    @media (max-width: 576px) {
      .input-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .input-disabled {
    pointer-events: none;
    border-color: transparent; }

.input-wrapper {
  position: relative;
  width: 100%; }
  .input-wrapper.input-error {
    overflow: initial; }
    .input-wrapper.input-error .input {
      border: 1px solid #e13551 !important;
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  .input-wrapper.input--i-right .input {
    padding-right: 5.7rem; }
    @media (max-width: 576px) {
      .input-wrapper.input--i-right .input {
        padding-right: 4.7rem; } }
  .input-wrapper.input--i-right .input-icon {
    right: 2.7rem; }
    @media (max-width: 576px) {
      .input-wrapper.input--i-right .input-icon {
        right: 1.6rem; } }
  .input-wrapper.input--i-left .input {
    padding-left: 5.7rem; }
  .input-wrapper.input--i-left .input-icon {
    left: 2.7rem; }
  .input-wrapper textarea {
    font-weight: 400;
    width: 100%;
    height: 21.5rem;
    max-height: 18rem;
    padding: 1.6rem;
    resize: none;
    outline: none; }
    @media (max-width: 576px) {
      .input-wrapper textarea {
        height: 11rem;
        padding-left: 2rem; } }

label.error {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 400 !important;
  line-height: 1;
  bottom: -1.8rem;
  left: 0rem;
  margin-top: 1rem;
  margin-bottom: 0;
  white-space: nowrap;
  color: #e13551 !important; }
  @media (max-width: 576px) {
    label.error {
      bottom: -1.8rem; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-box-shadow: 0px 34px 34px 35px white inset !important; }

input:-webkit-autofill {
  -webkit-text-fill-color: #373536 !important; }

textarea[data-autoheight="true"] {
  overflow: visible; }

.table-container {
  display: grid;
  grid-template-rows: auto;
  margin: 0 auto;
  border: 1px solid rgba(55, 53, 54, 0.1);
  border-radius: 1.2rem;
  width: 100%;
  z-index: 2; }
  .table-container-mid_row {
    height: 5.6rem;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(55, 53, 54, 0.1); }
    .table-container-mid_row:first-child {
      border-top-left-radius: 1.2rem;
      border-top-right-radius: 1.2rem; }
    .table-container-mid_row:nth-of-type(even) {
      background-color: #ffffff; }
    .table-container-mid_row:nth-of-type(odd) {
      background: rgba(245, 246, 247, 0.45); }
    .table-container-mid_row:last-child {
      border-bottom-left-radius: 1.2rem;
      border-bottom-right-radius: 1.2rem; }
    .table-container-mid_row-item {
      height: 5.6rem;
      padding: 1.8rem 2.4rem;
      text-align: left;
      font-size: 1.6rem;
      font-weight: 500;
      color: rgba(55, 53, 54, 0.8); }
      @media (max-width: 576px) {
        .table-container-mid_row-item {
          font-size: 1.4rem;
          padding: 1.8rem 1rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .table-container-mid_row-item a {
        color: #e13551;
        text-decoration: underline; }
      @media (max-width: 991px) {
        .table-container-mid_row-item {
          font-size: 1.4rem; } }
    .table-container-mid_row-head-item {
      height: 5.6rem;
      color: #e13551;
      padding: 1.8rem 2.4rem;
      text-align: left;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 800; }
      @media (max-width: 576px) {
        .table-container-mid_row-head-item {
          font-size: 1.4rem; } }
  .table-container-row {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(55, 53, 54, 0.1); }
    .table-container-row:nth-of-type(even) {
      background-color: #ffffff; }
    .table-container-row:nth-of-type(odd) {
      background: rgba(245, 246, 247, 0.45); }
    .table-container-row:last-child {
      background: rgba(245, 246, 247, 0.45);
      border-bottom-right-radius: 1.1rem;
      border-bottom-left-radius: 1.1rem; }
    .table-container-row-item {
      text-align: left;
      font-size: 1.6rem;
      font-weight: 500;
      color: rgba(55, 53, 54, 0.8);
      line-height: 3rem; }
      .table-container-row-item a {
        color: #e13551;
        text-decoration: underline; }
      @media (max-width: 991px) {
        .table-container-row-item {
          font-size: 1.4rem; } }
    .table-container-row-head-item {
      color: #e13551;
      text-align: left;
      line-height: 3.4rem;
      text-transform: uppercase;
      font-size: 1.6rem;
      font-weight: 800;
      margin: 1.8rem 0 1.8rem 0; }
      @media (max-width: 991px) {
        .table-container-row-head-item {
          font-size: 1.4rem; } }

.two-columns {
  grid-template-columns: 1fr 1fr;
  padding: 3.2rem 2.4rem; }
  .two-columns:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .two-columns .table-container-row-item {
    font-weight: 700; }
    .two-columns .table-container-row-item:last-child {
      text-align: right;
      font-weight: 500; }
      @media (max-width: 576px) {
        .two-columns .table-container-row-item:last-child {
          text-align: left; } }

.two-columns-type-sec {
  grid-template-columns: 1fr auto;
  padding: 1.8rem 2.4rem; }
  .two-columns-type-sec:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .two-columns-type-sec .table-container-row-head-item:last-child {
    margin-right: 2rem; }
  .two-columns-type-sec:hover .table-container-row-item:first-child {
    text-decoration: underline; }
  .two-columns-type-sec:hover .table-container-row-item .btn--red {
    background-color: #c11b36; }

.columns_2 {
  grid-template-columns: repeat(2, 1fr); }

.three-columns {
  grid-template-columns: 1.5fr 2fr 1.5fr;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem; }
  .three-columns:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .three-columns .table-container-row-item {
    margin: 1.8rem 0 1.8rem 0; }

.three-columns-typeSec {
  grid-template-columns: 1fr 1fr 2.5fr;
  padding: 2.4rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem; }
  .three-columns-typeSec:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .three-columns-typeSec .staj-table-top-title {
    text-align: center;
    color: #373536;
    opacity: 0.8;
    font-size: 1.6;
    font-weight: 800;
    line-height: 3.4rem;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(55, 53, 54, 0.1);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem; }

.four-columns {
  display: grid;
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: 1fr 1fr 2fr 2fr;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  overflow: visible; }
  .four-columns:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .four-columns .table-container-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.8rem 0 1.8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden; }
    .four-columns .table-container-row-item:nth-child(3) {
      text-decoration: underline; }
    .four-columns .table-container-row-item:last-child {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .four-columns .table-container-row-item-sub-item {
      text-align: left;
      font-size: 1.4rem;
      line-height: 2.8rem;
      color: rgba(55, 53, 54, 0.8);
      color: rgba(55, 53, 54, 0.8); }
      .four-columns .table-container-row-item-sub-item:last-child {
        color: #e13551; }
  @media (max-width: 991px) {
    .four-columns {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }

.mail-check {
  text-decoration: none !important; }

.rededBox {
  background-color: rgba(225, 53, 81, 0.2) !important; }
  .rededBox .table-container-row-item {
    color: rgba(225, 53, 81, 0.8) !important; }

.tesislerimiz-spor-salonlari-detay-three-columns-sub-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(55, 53, 54, 0.1);
  height: 6.7rem; }
  @media (max-width: 576px) {
    .tesislerimiz-spor-salonlari-detay-three-columns-sub-item {
      height: 4.7rem; } }

.spor-detail-table {
  position: relative;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 2.4rem; }
  .spor-detail-table .table-container-row-item {
    margin: 0; }
    .spor-detail-table .table-container-row-item:not(:first-child)::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 33%;
      width: 1px;
      background-color: rgba(55, 53, 54, 0.1); }

.header {
  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;
  z-index: 100;
  height: var(--header-height);
  -webkit-transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  transition: 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  --header-color: #373536;
  margin: 0 auto;
  padding-right: var(--container-pusher);
  padding-left: var(--container-pusher);
  background: transparent; }
  @media (max-width: 991px) {
    .header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 991px) {
    .header {
      padding: 0 var(--container-gutter); } }
  @media (max-width: 991px) {
    .header + .border--bottom-lower {
      opacity: 0.2 !important; } }
  .header--border {
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
    .header--border:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(31, 31, 31, 0.2);
      z-index: 103;
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .header--border:has(.header.active):after {
      opacity: 1; }
    .header--border.header-wrapper--gray {
      border: solid 1px rgba(31, 31, 31, 0.1); }
      .header--border.header-wrapper--gray:after {
        background: rgba(31, 31, 31, 0.1); }
      .header--border.header-wrapper--gray .header-menu-opener span {
        background-color: #373536; }
  .header.active .header-right {
    opacity: 1;
    pointer-events: all; }
  .header-left {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.8%;
            flex: 0 0 36.8%;
    max-width: 36.8%; }
  .header-wrapper {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 310;
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    .header-wrapper:has(.header.active) {
      position: relative; }
      .header-wrapper:has(.header.active):before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
        z-index: -5; }
    @media (max-width: 576px) {
      .header-wrapper .border {
        bottom: 0; } }
  .header .logo {
    height: 4.7rem;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
    @media (max-width: 576px) {
      .header .logo {
        height: 4.5rem; } }
    .header .logo-wrapper {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      @media (max-width: 991px) {
        .header .logo-wrapper {
          width: auto; } }
      @media (max-width: 576px) {
        .header .logo-wrapper {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
      .header .logo-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 4.7rem;
        width: 8.45rem; }
        @media (max-width: 576px) {
          .header .logo-wrapper a {
            width: 6.5rem;
            height: 4.1rem; } }
        .header .logo-wrapper a img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .header .logo--hide-logo {
      display: none; }
  .header .home-logo .black-logo {
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .header-red-test .logo {
    display: none; }
  .header-red-test .black-logo {
    display: block; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.6rem;
    height: 100%; }
    @media (max-width: 991px) {
      .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        gap: 3.2rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 100%;
        margin: 4rem 0;
        padding-left: var(--container-gutter);
        padding-right: var(--container-gutter); } }
    .header-menu--black .header-menu-link {
      color: #2c353e;
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      .header-menu--black .header-menu-link:hover {
        opacity: 1; }
    .header-menu-link {
      font-family: "Poppins", sans-serif;
      font-size: 1.3rem;
      color: #ffffff;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600;
      opacity: 0.9;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      letter-spacing: 0.26px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      .header-menu-link:hover {
        opacity: 1;
        color: #d9ac66; }
      @media (max-width: 991px) {
        .header-menu-link {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          font-size: 2rem;
          color: #373536;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 576px) {
        .header-menu-link {
          font-size: 1.4rem; } }
      @media (min-width: 992px) {
        .header-menu-link.mobile-link {
          display: none; } }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.9rem; }
    @media (max-width: 991px) {
      .header-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        left: 0;
        height: calc(100dvh - var(--header-height));
        top: var(--header-height);
        width: 100%;
        overflow-y: auto;
        z-index: 3;
        background: #fff;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        gap: 0; }
        .header-right .wrapper {
          width: 100%;
          position: relative; }
          .header-right .wrapper:after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
            background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
            z-index: -1; }
          .header-right .wrapper .mobile-contact {
            width: 100%; }
            .header-right .wrapper .mobile-contact .phone {
              border-top: rgba(44, 53, 62, 0.1) solid 1px;
              border-bottom: rgba(44, 53, 62, 0.1) solid 1px;
              padding: 2.7rem var(--container-gutter);
              margin-bottom: 3rem; }
            .header-right .wrapper .mobile-contact .button {
              width: 100%;
              padding: 0 var(--container-gutter);
              margin-bottom: 3rem; }
              .header-right .wrapper .mobile-contact .button .btn {
                width: 100%; } }
    @media (max-width: 991px) {
      .header-right .btn {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 576px) {
      .header-right .btn {
        height: 5rem;
        font-size: 1.3rem; } }
    .header-right .social-media-section {
      width: 100%;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      margin-bottom: 2rem; }
      .header-right .social-media-section:last-child {
        margin-bottom: 0; }
      .header-right .social-media-section-wrapper {
        width: 100%;
        padding-top: 2rem;
        border-top: 1px solid rgba(55, 53, 54, 0.1); }
    .header-right .header-mobile-bottom {
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee;
      padding-bottom: 11.6rem; }
      @media (max-width: 991px) {
        .header-right .header-mobile-bottom {
          padding-top: 7rem; } }
      @media (max-width: 576px) {
        .header-right .header-mobile-bottom {
          padding-top: unset; } }
      .header-right .header-mobile-bottom .social-icons {
        width: 100%;
        margin-top: 4rem;
        margin-bottom: 6rem;
        text-align: center; }
        @media (max-width: 576px) {
          .header-right .header-mobile-bottom .social-icons {
            margin-top: 3.2rem;
            margin-bottom: 3rem; } }
        .header-right .header-mobile-bottom .social-icons h2 {
          color: #2c353e;
          text-align: center;
          font-size: 2.5rem;
          font-style: normal;
          font-weight: 600;
          line-height: 1;
          letter-spacing: 0.32px; }
        .header-right .header-mobile-bottom .social-icons .social-media--circle-icon {
          margin-top: 2rem;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .header-right .header-mobile-bottom .terms {
        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: 2.2rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .header-right .header-mobile-bottom .terms a {
          color: rgba(3, 1, 0, 0.6);
          text-align: center;
          font-family: "Poppins", sans-serif;
          font-size: 1.4rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1; }
        @media (max-width: 576px) {
          .header-right .header-mobile-bottom .terms {
            gap: 1.5rem;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .header-right .header-mobile-bottom .terms a:nth-child(1), .header-right .header-mobile-bottom .terms a:nth-child(2) {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto; }
            .header-right .header-mobile-bottom .terms a:nth-child(3) {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 100%;
                      flex: 0 1 100%; } }
  .header .mobile-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (min-width: 992px) {
      .header .mobile-header-buttons {
        display: none; } }
    @media (max-width: 995px) and (min-width: 991px) {
      .header .mobile-header-buttons {
        display: none; } }
    .header .mobile-header-buttons .btn {
      padding: 0 2rem; }
  .header .header-menu-opener {
    width: 30px;
    height: 30px;
    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;
    margin-left: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    height: 100%; }
    @media (min-width: 992px) {
      .header .header-menu-opener {
        display: none; } }
    .header .header-menu-opener.active {
      border-color: rgba(55, 53, 54, 0.1); }
    .header .header-menu-opener span {
      display: block;
      height: 2px;
      background: #ffffff;
      width: 3rem;
      border-radius: 1rem;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      @media (max-width: 576px) {
        .header .header-menu-opener span {
          width: 2rem; } }
    .header .header-menu-opener.active span {
      background: #373536; }
      .header .header-menu-opener.active span:nth-child(2) {
        display: none; }
      .header .header-menu-opener.active span:nth-child(1) {
        -webkit-transform: translateY(5px) rotate(50deg);
            -ms-transform: translateY(5px) rotate(50deg);
                transform: translateY(5px) rotate(50deg); }
        @media (max-width: 576px) {
          .header .header-menu-opener.active span:nth-child(1) {
            -webkit-transform: translateY(4px) rotate(50deg);
                -ms-transform: translateY(4px) rotate(50deg);
                    transform: translateY(4px) rotate(50deg); } }
      .header .header-menu-opener.active span:nth-child(3) {
        -webkit-transform: translateY(-5px) rotate(-50deg);
            -ms-transform: translateY(-5px) rotate(-50deg);
                transform: translateY(-5px) rotate(-50deg); }
        @media (max-width: 576px) {
          .header .header-menu-opener.active span:nth-child(3) {
            -webkit-transform: translateY(-4px) rotate(-50deg);
                -ms-transform: translateY(-4px) rotate(-50deg);
                    transform: translateY(-4px) rotate(-50deg); } }

.footer {
  position: relative;
  width: 100%;
  padding-top: 8.7rem; }
  @media (max-width: 576px) {
    .footer {
      padding-top: 6.2rem; } }
  .footer:after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .footer-top {
    padding: 5.2rem 0;
    border-top: rgba(44, 53, 62, 0.1) 1px solid; }
    @media (max-width: 767px) {
      .footer-top {
        padding-bottom: 2.8rem; } }
    .footer-top-wrap {
      width: 100%;
      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; }
      @media (max-width: 767px) {
        .footer-top-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          gap: 3rem; } }
    .footer-top-left {
      width: 20.5rem;
      height: 2.8rem; }
      @media (max-width: 576px) {
        .footer-top-left {
          width: 17rem;
          height: 2.5rem; } }
      .footer-top-left img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .footer-top-middle {
      display: none; }
      @media (max-width: 767px) {
        .footer-top-middle {
          display: block; } }
    .footer-top-right {
      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: 2.7rem; }
      .footer-top-right .social-media-icon:first-child {
        font-size: 2.85rem; }
      .footer-top-right .social-media-icon:nth-child(2) {
        font-size: 2rem; }
      .footer-top-right .social-media-icon:nth-child(3) {
        font-size: 2.1rem; }
      .footer-top-right .social-media-icon:nth-child(4) {
        font-size: 2.7rem; }
  .footer-middle {
    position: relative;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 3.7rem;
    padding-right: var(--container-pusher);
    padding-bottom: 4rem;
    padding-left: var(--container-pusher);
    border-top: rgba(44, 53, 62, 0.1) 1px solid;
    border-bottom: rgba(44, 53, 62, 0.1) 1px solid;
    grid-template-columns: 48rem 80rem; }
    @media (max-width: 1024px) {
      .footer-middle {
        grid-template-columns: 46rem 65rem; } }
    @media (max-width: 991px) {
      .footer-middle {
        grid-template-columns: 28rem 62rem; } }
    @media (max-width: 767px) {
      .footer-middle {
        display: none; } }
    @media (max-width: 768px) {
      .footer-middle {
        grid-template-columns: 26rem 52rem; } }
    .footer-middle-left {
      position: relative; }
      .footer-middle-left::after {
        position: absolute;
        top: -3.7rem;
        right: 0;
        bottom: -4rem;
        width: 1px;
        content: '';
        background-color: rgba(44, 53, 62, 0.1); }
        @media (max-width: 1024px) {
          .footer-middle-left::after {
            right: 3.5rem; } }
        @media (max-width: 991px) {
          .footer-middle-left::after {
            right: 2.5rem; } }
    .footer-middle-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%;
      gap: 2.6rem; }
      @media (max-width: 1024px) {
        .footer-middle-right {
          gap: 2rem;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 768px) {
        .footer-middle-right {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          gap: 1rem; } }
      .footer-middle-right a {
        font-family: "Poppins", sans-serif;
        font-size: 1.45rem;
        font-weight: 500;
        font-style: normal;
        line-height: normal;
        text-decoration: none;
        letter-spacing: 0.29px;
        opacity: 0.9;
        color: #2c353e;
        -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        @media (max-width: 768px) {
          .footer-middle-right a {
            font-size: 1.2rem; } }
        .footer-middle-right a:hover {
          opacity: 1;
          color: #d9ac66; }
      @media (max-width: 1024px) {
        .footer-middle-right .footer-appointment-button {
          padding-left: 0; } }
  .footer .hide-button {
    display: none; }
    @media (max-width: 767px) {
      .footer .hide-button {
        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;
        width: 100%;
        padding-bottom: 4.2rem;
        border-bottom: rgba(44, 53, 62, 0.1) solid 1px; } }
  .footer-privacy {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2.8rem;
    padding-bottom: 5.4rem;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .footer-privacy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 2rem;
        padding-bottom: 4rem; }
        .footer-privacy-left {
          width: 100%;
          text-align: center; }
        .footer-privacy-right {
          width: 100%;
          -webkit-box-pack: center !important;
              -ms-flex-pack: center !important;
                  justify-content: center !important;
          -webkit-box-align: center !important;
              -ms-flex-align: center !important;
                  align-items: center !important;
          gap: 2rem; } }
    @media (max-width: 768px) {
      .footer-privacy {
        grid-template-columns: 35% 65%; } }
    @media (max-width: 576px) {
      .footer-privacy {
        padding-top: 4rem; }
        .footer-privacy-right {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 1.5rem; }
          .footer-privacy-right a:nth-child(1), .footer-privacy-right a:nth-child(2) {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto; }
          .footer-privacy-right a:nth-child(3) {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 100%;
                    flex: 0 1 100%;
            text-align: center; } }
    .footer-privacy-left h3 {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      font-style: normal;
      line-height: normal;
      width: 100%;
      opacity: 0.6;
      color: #2c353e; }
      .footer-privacy-left h3:hover {
        opacity: 0.7; }
    .footer-privacy-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 3.053rem; }
      .footer-privacy-right a {
        font-family: "Poppins", sans-serif;
        font-size: 1.4rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.6;
        color: #2c353e;
        -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        .footer-privacy-right a:hover {
          opacity: 0.7; }
  .footer .mail-info {
    opacity: 0.8;
    color: #2c353e;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.16px; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .modal .modal-content {
    background: transparent;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    width: 90%;
    max-width: 885.58px;
    max-height: 90vh;
    overflow: hidden; }
  .modal.active .modal-content {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .modal .modal-header {
    position: relative;
    margin-bottom: 2rem; }
    .modal .modal-header .modal-close {
      position: absolute;
      right: -1rem;
      top: -1rem;
      width: 2.5rem;
      height: 2.5rem;
      background: #fff;
      border-radius: 50%;
      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;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      z-index: 2; }
      .modal .modal-header .modal-close:hover {
        background: #f0f0f0; }
  .modal .modal-body {
    position: relative; }
    .modal .modal-body .modal-swiper {
      position: relative;
      overflow: hidden; }
      .modal .modal-body .modal-swiper .text-labels {
        position: absolute;
        top: 2rem;
        left: 0;
        width: 100%;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 2rem;
        pointer-events: none; }
        .modal .modal-body .modal-swiper .text-labels .left,
        .modal .modal-body .modal-swiper .text-labels .right {
          color: #c79953;
          padding: 0.5rem 1rem;
          border-radius: 0.5rem;
          font-size: 1.4rem; }
      .modal .modal-body .modal-swiper .nav-buttons {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 10;
        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;
        -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-prev,
        .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-next {
          width: 4rem;
          height: 4rem;
          background: #ffffff;
          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;
          border-radius: 50%;
          color: #c69852;
          font-size: 1.5rem;
          -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-prev:hover,
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-next:hover {
            color: #ffffff;
            background: #c69852;
            border: #ffffff 1px solid; }
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-prev:first-child,
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-next:first-child {
            margin-left: 1rem; }
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-prev:last-child,
          .modal .modal-body .modal-swiper .nav-buttons .modal-swiper-btn-next:last-child {
            margin-right: 1rem; }
      .modal .modal-body .modal-swiper .swiper-wrapper .swiper-slide .slide-image img {
        width: 100%;
        height: auto;
        display: block; }

.clickable-image {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .clickable-image:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.map {
  height: 16rem;
  border-radius: 1.6rem;
  overflow: hidden; }
  .map iframe {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .map--big {
    border-radius: 2rem;
    height: 74rem; }

.hero {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: var(--header-height);
  padding-bottom: 9rem; }
  @media (max-width: 991px) {
    .hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(3deg, #B1B3B3 34.27%, #7D7E7E 97.25%);
    z-index: -1; }
  @media (max-width: 991px) {
    .hero {
      padding-bottom: 0; } }
  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 991px) {
      .hero-image {
        position: static;
        margin-top: -18rem; } }
    @media (max-width: 576px) {
      .hero-image {
        margin-top: -8rem; } }
    .hero-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero-content {
    position: relative;
    padding-top: 10.2rem;
    width: 100%;
    padding-left: var(--container-pusher);
    z-index: 10; }
    @media (max-width: 991px) {
      .hero-content {
        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-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: var(--container-pusher); } }
    @media (max-width: 576px) {
      .hero-content {
        padding-top: 4rem;
        padding-right: var(--container-gutter);
        padding-left: var(--container-gutter); } }
  .hero-title h1 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: normal;
    letter-spacing: 0.45rem;
    color: #fac676;
    margin-bottom: 2.8rem;
    z-index: 10;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .hero-title h1 {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.6; } }
    @media (max-width: 576px) {
      .hero-title h1 {
        margin-bottom: 1.5rem; } }
  .hero-motto h2 {
    font-size: 7.2rem;
    font-weight: 600;
    font-family: "RecoletaAlt", sans-serif;
    line-height: unset;
    letter-spacing: -0.72px;
    color: #ffffff;
    max-width: 78.4rem;
    padding-bottom: 11.7rem;
    text-transform: lowercase; }
    @media (max-width: 991px) {
      .hero-motto h2 {
        text-align: center;
        font-size: 5.2rem;
        padding-bottom: 5rem; } }
    @media (max-width: 576px) {
      .hero-motto h2 {
        font-size: 3rem;
        max-width: 33rem;
        padding-bottom: 3.2rem;
        text-transform: unset; } }
  .hero-button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 3.5rem; }
  .hero-contact {
    max-width: 27rem; }

.serv-contact {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  row-gap: 1rem; }
  .serv-contact:hover .serv-contact-text {
    opacity: 0.7; }
  .serv-contact:hover .serv-contact-icon {
    opacity: 1; }
  .serv-contact:hover .serv-contact-number {
    opacity: 1;
    color: #c89a54; }
  .serv-contact-text {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    opacity: 0.6;
    color: #ffffff;
    grid-area: text;
    text-align: left; }
  .serv-contact-phone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem; }
  .serv-contact-icon {
    font-size: 2.4rem;
    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;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    opacity: 0.9;
    grid-area: icon; }
  .serv-contact-number {
    font-size: 2.45rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    opacity: 0.9;
    color: #ffffff;
    grid-area: number; }
  .serv-contact--black .serv-contact-number {
    font-size: 2.3rem;
    color: #2c353e; }
  .serv-contact--dark-text .serv-contact-text {
    opacity: 0.6;
    color: #2c353e; }
  .serv-contact--dark-text .serv-contact-icon {
    font-size: 3rem; }
  .serv-contact--gold .serv-contact-icon {
    color: #c89a54; }
  .serv-contact--white:hover .serv-contact-text {
    opacity: 0.7; }
  .serv-contact--white:hover .serv-contact-icon {
    opacity: 0.9;
    color: #1f1f1f; }
  .serv-contact--white:hover .serv-contact-number {
    opacity: 0.9;
    color: #1f1f1f; }
  .serv-contact--white .serv-contact-icon {
    color: #ffffff; }
  .serv-contact--white .serv-contact-text {
    opacity: 0.8; }
  .serv-contact--contact-page {
    grid-template-areas: "icon text text text " "number number 0 0";
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem; }
    @media (max-width: 576px) {
      .serv-contact--contact-page {
        white-space: nowrap; } }
    .serv-contact--contact-page .serv-contact-text {
      font-family: "Poppins", sans-serif;
      font-size: 1.4rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1.5;
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      text-align: left;
      letter-spacing: 0.56px;
      text-transform: capitalize;
      opacity: 0.6;
      color: #2c353e; }
    .serv-contact--contact-page .serv-contact-icon {
      font-size: 2rem; }
    .serv-contact--contact-page .serv-contact-number {
      font-family: "Poppins", sans-serif;
      font-size: 1.7rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1;
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      text-align: right;
      letter-spacing: 0.34px;
      opacity: 0.8;
      color: #2c353e; }
  @media (max-width: 991px) {
    .serv-contact--header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .serv-contact--header .serv-contact-text {
        font-size: 1.5rem;
        max-width: 29rem; }
      .serv-contact--header .serv-contact-phone {
        gap: 0.8rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .serv-contact--header .serv-contact-icon {
        font-size: 2.5rem; }
      .serv-contact--header .serv-contact-number {
        opacity: 1;
        font-size: 1.8rem; } }
  @media (max-width: 576px) {
    .serv-contact--header {
      white-space: unset; }
      .serv-contact--header .serv-contact-text {
        font-size: 1.3rem; }
      .serv-contact--header .serv-contact-phone {
        gap: 0.8rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .serv-contact--header .serv-contact-icon {
        font-size: 2rem; }
      .serv-contact--header .serv-contact-number {
        opacity: 1;
        font-size: 1.8rem; } }
  @media (max-width: 459px) {
    .serv-contact--header .serv-contact-number {
      font-size: 1.8rem; }
    .serv-contact--header .serv-contact-text {
      max-width: 13rem; } }
  @media (max-width: 401px) {
    .serv-contact--header .serv-contact-number {
      font-size: 1.5rem; } }

.showcase {
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  width: 100%; }
  .showcase:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .showcase-wrap {
    border-bottom: rgba(31, 31, 31, 0.1) 1px solid; }
  .showcase-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 12.3rem;
    padding-left: 24rem; }
    @media (max-width: 992px) {
      .showcase-title {
        padding-left: 5rem; } }
    @media (max-width: 991px) {
      .showcase-title {
        padding-left: 0;
        padding-right: 0; } }
    @media (max-width: 576px) {
      .showcase-title {
        padding-top: 4rem; } }
    .showcase-title-left h3 {
      opacity: 0;
      -webkit-transform: translateX(-300px);
          -ms-transform: translateX(-300px);
              transform: translateX(-300px);
      -webkit-transition: all 1s ease-out;
      transition: all 1s ease-out; }
      .showcase-title-left h3.animate {
        opacity: 1;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
    .showcase-title h3 {
      font-size: 5.4rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: -0.54px;
      color: #c79953; }
      @media (max-width: 768px) {
        .showcase-title h3 {
          font-size: 4.4rem; } }
      @media (max-width: 576px) {
        .showcase-title h3 {
          font-size: 2.6rem; } }
      @media (max-width: 419px) {
        .showcase-title h3 {
          font-size: 2.2rem; } }
    .showcase-title-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 18rem;
      gap: 2rem; }
      @media (max-width: 992px) {
        .showcase-title-right {
          padding-left: 14rem; } }
      @media (max-width: 768px) {
        .showcase-title-right {
          padding-left: 4rem; } }
      @media (max-width: 767px) {
        .showcase-title-right {
          padding-left: 0;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .showcase-title-right h3 {
        opacity: 0;
        -webkit-transform: translateX(300px);
            -ms-transform: translateX(300px);
                transform: translateX(300px);
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out; }
        .showcase-title-right h3.animate {
          opacity: 1;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
      .showcase-title-right .showcase-video-button {
        opacity: 0;
        -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
                transform: translateY(200px);
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out; }
        .showcase-title-right .showcase-video-button.animate {
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
        .showcase-title-right .showcase-video-button:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .showcase-title-right .showcase-video-button.animate:hover {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
    .showcase-title-video-button {
      position: relative;
      width: 6rem;
      height: 6rem;
      margin-left: 2rem;
      cursor: pointer;
      border-radius: 50%;
      background: #2c353e;
      opacity: 0;
      -webkit-transform: translateY(200px);
          -ms-transform: translateY(200px);
              transform: translateY(200px);
      -webkit-transition: all 1s ease-out;
      transition: all 1s ease-out; }
      .showcase-title-video-button.animate {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .showcase-title-video-button .play-icon {
        font-size: 1.5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        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;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #ffffff; }
      .showcase-title-video-button:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .showcase-title-video-button.animate:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .showcase-content {
    z-index: 10;
    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-top: 3.3rem;
    padding-right: 5rem;
    padding-left: 9.26rem;
    gap: 20rem; }
    @media (max-width: 991px) {
      .showcase-content {
        gap: 5rem;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -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: 576px) {
      .showcase-content {
        gap: 3rem; } }
    .showcase-content-left, .showcase-content-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .showcase-left {
    width: 100%; }
    @media (max-width: 991px) {
      .showcase-left {
        border-bottom: 1px solid rgba(31, 31, 31, 0.1); } }
    .showcase-left img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 991px) {
        .showcase-left img {
          height: 30rem; } }
      @media (max-width: 576px) {
        .showcase-left img {
          height: 21rem; } }
  .showcase-right {
    width: 100%;
    padding-top: 4.7rem; }
    @media (max-width: 991px) {
      .showcase-right {
        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-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
    @media (max-width: 576px) {
      .showcase-right {
        padding-top: 0; } }
    .showcase-right-text {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      font-style: normal;
      line-height: 30px;
      width: 100%;
      max-width: 54rem;
      padding-bottom: 3.8rem;
      letter-spacing: -0.15px;
      opacity: 0.7;
      color: #2c353e; }
      @media (max-width: 991px) {
        .showcase-right-text {
          max-width: 65rem; } }
      @media (max-width: 576px) {
        .showcase-right-text {
          font-size: 1.4rem;
          padding-bottom: 3rem; } }
    @media (max-width: 767px) {
      .showcase-right-counter {
        width: 100%;
        max-width: 65rem; } }
    @media (max-width: 1200px) {
      .showcase-right-counter {
        margin-bottom: 5rem; } }
    @media (max-width: 576px) {
      .showcase-right-counter {
        margin-bottom: 3rem; } }
  .showcase-testimonial {
    padding-top: 4.19rem;
    padding-bottom: 4.69rem; }
    @media (max-width: 576px) {
      .showcase-testimonial {
        padding-top: 3rem; } }
    .showcase-testimonial-wrap {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 8.2rem;
      grid-template-columns: 15.8rem 15.8rem 13.6rem 15.8rem;
      gap: 16.8rem; }
      @media (max-width: 991px) {
        .showcase-testimonial-wrap {
          display: grid;
          width: 100%;
          grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 2rem;
          grid-row-gap: 3rem;
          padding: unset; } }
      @media (max-width: 576px) {
        .showcase-testimonial-wrap {
          padding: 0; } }
      .showcase-testimonial-wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
        @media (max-width: 991px) {
          .showcase-testimonial-wrap img {
            height: 6rem; } }
        @media (max-width: 576px) {
          .showcase-testimonial-wrap img {
            height: 4.5rem; } }
  .showcase-video-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 6rem;
    height: 6rem;
    margin-left: 2rem;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
    opacity: 1;
    border-radius: 50%;
    background: #2c353e;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 576px) {
      .showcase-video-button {
        width: 3.6rem;
        height: 3.6rem; } }
    .showcase-video-button .play-icon {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      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;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #ffffff; }
      @media (max-width: 576px) {
        .showcase-video-button .play-icon {
          font-size: 1rem; } }
    .showcase-video-button:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.video-modal {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%; }
  .video-modal.active {
    display: block; }
  .video-modal-overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: rgba(31, 31, 31, 0.8); }
    .active .video-modal-overlay {
      opacity: 1; }
  .video-modal-content {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 104.4rem;
    max-width: 90vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 0; }
    .active .video-modal-content {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1; }
    .video-modal-content .iframe-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 58rem;
      border-radius: 1rem;
      background: #000;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
    .video-modal-content iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
  .video-modal-close {
    position: absolute;
    z-index: 100001;
    top: -3rem;
    right: -3rem;
    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: 4.6rem;
    height: 4.6rem;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #2d3957;
    border: none;
    border-radius: 50%;
    background: #ffffff; }
    .video-modal-close svg {
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .video-modal-close:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      background: #ffffff; }
      .video-modal-close:hover svg {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }

.services {
  position: relative;
  z-index: 1; }
  .services:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .services-wrap {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }

.counter-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .counter-wrap {
      gap: 5rem; } }
  .counter-wrap .counter-number span {
    font-family: "Poppins", sans-serif;
    color: #2c353e;
    font-size: 3.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 65.778px; }
    @media (max-width: 576px) {
      .counter-wrap .counter-number span {
        font-size: 2.6rem;
        line-height: 1.5; } }
    .counter-wrap .counter-number span:nth-child(2) {
      color: #deb06a; }
  .counter-wrap .counter-title {
    font-family: "Poppins", sans-serif;
    color: #2c353e;
    opacity: 0.6;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.32px; }
    @media (max-width: 576px) {
      .counter-wrap .counter-title {
        font-size: 1.3rem; } }

.service-card {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 70rem;
  -webkit-transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  transition: all 0.6s cubic-bezier(0.21, 1.09, 1, 0.99);
  text-decoration: none;
  overflow: hidden;
  padding-top: 14.2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  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; }
  @media (max-width: 991px) {
    .service-card {
      height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-top: 8.2rem; } }
  @media (max-width: 576px) {
    .service-card {
      padding-top: 4.2rem;
      padding-left: var(--container-gutter);
      padding-right: var(--container-gutter);
      min-height: 23rem; } }
  .service-card:before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFAF3), color-stop(35.57%, rgba(255, 250, 243, 0))), rgba(222, 176, 106, 0.3);
    background: linear-gradient(0deg, #FFFAF3 0%, rgba(255, 250, 243, 0) 35.57%), rgba(222, 176, 106, 0.3);
    pointer-events: none; }
  .service-card:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFAF3), color-stop(35.57%, rgba(255, 250, 243, 0))), rgba(222, 176, 106, 0.3);
    background: linear-gradient(0deg, #FFFAF3 0%, rgba(255, 250, 243, 0) 35.57%), rgba(222, 176, 106, 0.3);
    pointer-events: none; }
  .service-card:hover:after {
    background: linear-gradient(332deg, #BF9464 20.93%, rgba(212, 166, 94, 0) 94.51%), #E5C699; }
  .service-card:hover p {
    color: #ffffff; }
  .service-card .wrapper {
    width: 100%;
    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; }
    @media (max-width: 991px) {
      .service-card .wrapper {
        padding-bottom: 8rem; } }
    @media (max-width: 576px) {
      .service-card .wrapper {
        padding-bottom: 4rem; } }
  .service-card-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media (max-width: 991px) {
      .service-card-name {
        display: block;
        left: 50%; } }
    .service-card-name p {
      font-size: 2.4rem;
      font-weight: 500;
      font-style: normal;
      line-height: 36.571px;
      color: #2c353e; }
      @media (max-width: 991px) {
        .service-card-name p {
          font-size: 3.5rem; } }
      @media (max-width: 576px) {
        .service-card-name p {
          font-size: 1.9rem; } }
  .service-card-motto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2rem; }
    @media (max-width: 991px) {
      .service-card-motto {
        display: block;
        margin-top: 1rem; } }
    .service-card-motto p {
      font-family: "Poppins", sans-serif;
      font-size: 1.7rem;
      font-weight: 300;
      font-style: normal;
      line-height: 1.6;
      max-width: 32rem;
      text-align: center;
      opacity: 0.8;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (max-width: 991px) {
        .service-card-motto p {
          text-align: left;
          font-size: 2.5rem;
          max-width: 54rem; } }
      @media (max-width: 576px) {
        .service-card-motto p {
          font-size: 1.5rem; } }
  .service-card-button {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: white;
    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;
    margin-top: 3rem; }
    @media (max-width: 991px) {
      .service-card-button {
        top: 40rem;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        display: none; } }
    .service-card-button .icon-font {
      font-size: 2rem; }
  .service-card-image {
    width: 100%;
    height: 26.4rem; }
    @media (max-width: 576px) {
      .service-card-image {
        height: 17rem;
        margin-left: calc((-1 * var(--container-gutter)) - 1rem);
        -ms-flex-item-align: end;
            align-self: flex-end; } }
    .service-card-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 576px) {
        .service-card-image img {
          width: auto; } }

.surgery-step {
  width: 100%;
  padding: 7.65rem 4rem 4rem;
  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;
  gap: 3.6rem;
  z-index: 0;
  border-right: 1px solid rgba(31, 31, 31, 0.1); }
  @media (max-width: 991px) {
    .surgery-step {
      gap: 1.6rem;
      padding: 7.65rem 1.4rem 7rem;
      height: auto;
      border-bottom: 1px solid rgba(31, 31, 31, 0.1);
      border-right: 0; }
      .surgery-step:last-child {
        border-bottom: 0; } }
  @media (max-width: 767px) {
    .surgery-step {
      padding-top: 5rem;
      border-right: unset; } }
  @media (max-width: 576px) {
    .surgery-step {
      padding: 2.4rem;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .surgery-step-top {
    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;
    gap: 3rem; }
    @media (max-width: 576px) {
      .surgery-step-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 1.2rem; } }
  .surgery-step-number {
    width: 4.6rem;
    height: 4.6rem;
    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;
    border-radius: 50%;
    position: relative;
    margin-bottom: 0 !important; }
    @media (max-width: 576px) {
      .surgery-step-number {
        width: 3.2rem;
        height: 3.2rem; } }
    .surgery-step-number:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(332deg, rgba(191, 148, 100, 0.3) 20.93%, rgba(212, 166, 94, 0) 94.51%), linear-gradient(0deg, #ca9d56 0%, #ca9d56 100%), #fff;
      height: 100%;
      border-radius: 50%;
      z-index: -10; }
    .surgery-step-number:hover {
      -webkit-box-shadow: 0px 10.667px 18.286px -12.19px rgba(87, 58, 15, 0.25);
              box-shadow: 0px 10.667px 18.286px -12.19px rgba(87, 58, 15, 0.25); }
    .surgery-step-number p {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1; }
      @media (max-width: 576px) {
        .surgery-step-number p {
          font-size: 1.6rem; } }
  .surgery-step-title {
    font-family: "Poppins", sans-serif;
    color: #2c353e;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0rem !important;
    text-align: center; }
    @media (max-width: 576px) {
      .surgery-step-title {
        text-align: left;
        font-size: 1.6rem; } }
  .surgery-step-text {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #2c353e;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; }
    @media (max-width: 576px) {
      .surgery-step-text {
        text-align: left; } }

.story {
  display: grid;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 85.4rem;
  height: 50rem;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 30rem 51rem;
  gap: 4.4rem; }
  .story-left {
    width: 100%;
    max-width: 16rem;
    height: 20rem; }
    .story-left img {
      width: 100%;
      height: 100%;
      border-radius: 19rem;
      -o-object-fit: cover;
         object-fit: cover; }
  .story-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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%; }
  .story-text {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 9rem;
    border-bottom: solid 1px rgba(31, 31, 31, 0.1); }
    .story-text p {
      font-family: "Poppins", sans-serif;
      font-size: 2rem;
      font-weight: 300;
      font-style: normal;
      line-height: 44px;
      text-align: left;
      letter-spacing: -0.2px;
      color: #2c353e; }
  .story-name {
    width: 100%;
    padding-top: 5rem; }
    .story-name p {
      font-family: "Poppins", sans-serif;
      font-size: 2.4rem;
      font-weight: 500;
      font-style: normal;
      line-height: 48px;
      text-align: left;
      letter-spacing: -0.24px;
      color: #2c353e; }
  .story-operation {
    width: 100%;
    padding-top: 1rem; }
    .story-operation p {
      font-family: "Poppins", sans-serif;
      font-size: 1.6rem;
      font-weight: 400;
      font-style: normal;
      line-height: 10px;
      text-align: left;
      opacity: 0.5;
      color: #2c353e; }

.custom-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .custom-swiper:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .custom-swiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .custom-swiper .swiper-wrapper {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.patient-story-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  width: 16rem;
  height: 20rem;
  opacity: 0.5;
  border-radius: 19rem; }
  @media (max-width: 991px) {
    .patient-story-slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 576px) {
    .patient-story-slide {
      width: 9rem;
      height: 13rem; } }
  .patient-story-slide.swiper-slide-active {
    opacity: 1; }
  .patient-story-slide.swiper-slide-prev {
    opacity: 1; }
    @media (max-width: 991px) {
      .patient-story-slide.swiper-slide-prev {
        margin-top: 6rem;
        opacity: 0.5; } }
    @media (max-width: 576px) {
      .patient-story-slide.swiper-slide-prev {
        margin-top: 3rem; } }
  .patient-story-slide.swiper-slide-next {
    opacity: 1; }
    @media (max-width: 991px) {
      .patient-story-slide.swiper-slide-next {
        margin-top: 6rem;
        opacity: 0.5; } }
    @media (max-width: 576px) {
      .patient-story-slide.swiper-slide-next {
        margin-top: 3rem; } }
  .patient-story-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .patient-story-slide .slide-content {
    width: 0; }
    .patient-story-slide .slide-content > p {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: opacity 0.9s ease, visibility 0s linear 0.9s, -webkit-transform 0.9s ease;
      transition: opacity 0.9s ease, visibility 0s linear 0.9s, -webkit-transform 0.9s ease;
      transition: opacity 0.9s ease, transform 0.9s ease, visibility 0s linear 0.9s;
      transition: opacity 0.9s ease, transform 0.9s ease, visibility 0s linear 0.9s, -webkit-transform 0.9s ease; }
    .patient-story-slide .slide-content .slide-content-info-name {
      display: none; }
  .patient-story-slide.swiper-slide-active {
    width: 85rem;
    height: 50rem;
    border-radius: 0; }
    @media (max-width: 991px) {
      .patient-story-slide.swiper-slide-active {
        width: 60%;
        height: auto;
        overflow: visible; } }
    @media (max-width: 576px) {
      .patient-story-slide.swiper-slide-active {
        width: 52%; } }
    .patient-story-slide.swiper-slide-active .little-image {
      display: none; }
    .patient-story-slide.swiper-slide-active .slide-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -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;
      width: 51rem;
      max-width: 999rem;
      height: 50rem;
      max-height: 999rem;
      padding: 4rem 0; }
      @media (max-width: 991px) {
        .patient-story-slide.swiper-slide-active .slide-content {
          width: 90vw;
          -webkit-transition: 0s;
          transition: 0s;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          gap: 3rem;
          height: auto; } }
      @media (max-width: 576px) {
        .patient-story-slide.swiper-slide-active .slide-content {
          padding-top: 1rem;
          gap: 1.7rem; } }
      .patient-story-slide.swiper-slide-active .slide-content .slide-content-info-name {
        display: block; }
      .patient-story-slide.swiper-slide-active .slide-content > p {
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        font-weight: 300;
        font-style: normal;
        line-height: 44px;
        text-align: left;
        letter-spacing: -0.2px;
        color: #2c353e;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
        @media (max-width: 991px) {
          .patient-story-slide.swiper-slide-active .slide-content > p {
            text-align: center; } }
        @media (max-width: 767px) {
          .patient-story-slide.swiper-slide-active .slide-content > p {
            font-size: 1.7rem;
            line-height: 3; } }
        @media (max-width: 682px) {
          .patient-story-slide.swiper-slide-active .slide-content > p {
            font-size: 1.5rem; } }
        @media (max-width: 576px) {
          .patient-story-slide.swiper-slide-active .slide-content > p {
            font-size: 1.45rem;
            line-height: 1.9;
            text-align: center; } }
      .patient-story-slide.swiper-slide-active .slide-content-info {
        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-top: 4rem;
        border-top: solid 1px rgba(31, 31, 31, 0.1); }
        @media (max-width: 991px) {
          .patient-story-slide.swiper-slide-active .slide-content-info {
            padding-top: 0;
            border-top: 0;
            padding-bottom: 4rem;
            border-bottom: solid 1px rgba(31, 31, 31, 0.1);
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media (max-width: 576px) {
          .patient-story-slide.swiper-slide-active .slide-content-info {
            padding-bottom: 1.5rem; } }
        .patient-story-slide.swiper-slide-active .slide-content-info-name p {
          font-family: "Poppins", sans-serif;
          font-size: 2.4rem;
          font-weight: 500;
          font-style: normal;
          line-height: 1.5;
          text-align: left;
          letter-spacing: -0.24px;
          color: #2c353e; }
          @media (max-width: 991px) {
            .patient-story-slide.swiper-slide-active .slide-content-info-name p {
              text-align: center; } }
          @media (max-width: 576px) {
            .patient-story-slide.swiper-slide-active .slide-content-info-name p {
              font-size: 1.6rem;
              margin-bottom: 0.5rem; } }
        .patient-story-slide.swiper-slide-active .slide-content-info-name span {
          font-family: "Poppins", sans-serif;
          font-size: 1.6rem;
          font-weight: 400;
          font-style: normal;
          line-height: 10px;
          text-align: left;
          opacity: 0.5;
          color: #2c353e; }
          @media (max-width: 576px) {
            .patient-story-slide.swiper-slide-active .slide-content-info-name span {
              font-size: 1.3rem;
              text-align: center; } }
        .patient-story-slide.swiper-slide-active .slide-content-info-button {
          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;
          width: 14.5rem;
          height: 6.4rem;
          cursor: pointer;
          gap: 1.5rem; }
          @media (max-width: 991px) {
            .patient-story-slide.swiper-slide-active .slide-content-info-button {
              position: absolute;
              top: 14rem;
              width: 46rem; } }
          @media (max-width: 576px) {
            .patient-story-slide.swiper-slide-active .slide-content-info-button {
              width: calc(100% + 5rem);
              top: 6rem; } }
          .patient-story-slide.swiper-slide-active .slide-content-info-button .button-left,
          .patient-story-slide.swiper-slide-active .slide-content-info-button .button-right {
            font-size: 2.5rem !important;
            top: unset;
            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: 6.4rem;
            height: 6.4rem;
            color: #c69852;
            border-radius: 50%;
            background: #ffffff; }
            .patient-story-slide.swiper-slide-active .slide-content-info-button .button-left:hover,
            .patient-story-slide.swiper-slide-active .slide-content-info-button .button-right:hover {
              color: #ffffff;
              border: #ffffff 2px solid;
              background: #c69852; }
            @media (max-width: 576px) {
              .patient-story-slide.swiper-slide-active .slide-content-info-button .button-left,
              .patient-story-slide.swiper-slide-active .slide-content-info-button .button-right {
                width: 3.6rem;
                height: 3.6rem;
                font-size: 1.6rem !important; } }
            @media (max-width: 391px) {
              .patient-story-slide.swiper-slide-active .slide-content-info-button .button-left,
              .patient-story-slide.swiper-slide-active .slide-content-info-button .button-right {
                width: 3.6rem;
                height: 3.6rem;
                font-size: 1.5rem !important; } }
    .patient-story-slide.swiper-slide-active > img {
      width: 30rem;
      height: 50rem;
      border-radius: 19rem;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media (max-width: 991px) {
        .patient-story-slide.swiper-slide-active > img {
          width: 20rem;
          height: 35rem; } }
      @media (max-width: 576px) {
        .patient-story-slide.swiper-slide-active > img {
          width: 13rem;
          height: 19rem; } }

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.swiper-nav-buttons {
  position: absolute;
  right: 24%;
  top: 80%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  font-size: 2.5rem; }
  @media (min-width: 1701px) {
    .swiper-nav-buttons {
      right: 28%; } }
  @media (max-width: 991px) {
    .swiper-nav-buttons {
      right: 25%;
      top: 40%;
      min-width: 50%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 480px) {
    .swiper-nav-buttons {
      right: 20%;
      min-width: 60%; } }

.custom-swiper-button-next,
.custom-swiper-button-prev {
  width: 6.4rem;
  height: 6.4rem;
  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;
  color: #c69852;
  border-radius: 50%;
  background: #ffffff; }
  .custom-swiper-button-next:hover,
  .custom-swiper-button-prev:hover {
    color: #ffffff;
    background: #c69852; }
  @media (max-width: 576px) {
    .custom-swiper-button-next,
    .custom-swiper-button-prev {
      width: 3.6rem;
      height: 3.6rem;
      font-size: 1.6rem !important; } }

.app-cta {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 44rem;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .app-cta {
      height: auto;
      padding: 8rem 0; } }
  @media (max-width: 576px) {
    .app-cta {
      padding: 4.9rem 0; } }
  .app-cta:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(63deg, rgba(212, 166, 94, 0) 5.03%, #BF9464 62.87%), #E5C699;
    z-index: 0; }
  .app-cta-title-1 {
    padding-top: 9.1rem;
    z-index: 1; }
    @media (max-width: 991px) {
      .app-cta-title-1 {
        padding-top: 0; } }
    .app-cta-title-1 p {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      text-transform: uppercase;
      z-index: 1; }
      @media (max-width: 576px) {
        .app-cta-title-1 p {
          font-size: 1.2rem; } }
  .app-cta-title-2 {
    padding-top: 2.8rem;
    padding-bottom: 5.9rem;
    z-index: 1; }
    @media (max-width: 576px) {
      .app-cta-title-2 {
        padding-bottom: 3rem;
        padding-top: 1.8rem; } }
    .app-cta-title-2 p {
      color: #ffffff;
      font-size: 6rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.6px;
      z-index: 1; }
      @media (max-width: 991px) {
        .app-cta-title-2 p {
          font-size: 5rem; } }
      @media (max-width: 576px) {
        .app-cta-title-2 p {
          font-size: 2.5rem; } }
  .app-cta-button {
    padding: 3rem 1.9rem;
    background-color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) ease-in-out;
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) ease-in-out;
    z-index: 20; }
    .app-cta-button:hover {
      background: #e4e1e1; }
    @media (max-width: 576px) {
      .app-cta-button {
        height: 5rem;
        padding: 0 1.9rem; } }
  @media (max-width: 576px) {
    .app-cta .btn {
      height: 5rem;
      padding: 0 1.3rem; } }
  .app-cta-contact {
    z-index: 20;
    padding-top: 1.8rem; }
    @media (max-width: 991px) {
      .app-cta-contact {
        display: none; } }
  .app-cta-decor-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5; }
    @media (max-width: 991px) {
      .app-cta-decor-left img {
        height: 21rem;
        -o-object-fit: contain;
           object-fit: contain; } }
    @media (max-width: 576px) {
      .app-cta-decor-left img {
        height: 10rem; } }
  .app-cta-decor-right {
    position: absolute;
    right: 0;
    z-index: 5;
    top: 0; }
    @media (max-width: 991px) {
      .app-cta-decor-right img {
        height: 33rem;
        -o-object-fit: contain;
           object-fit: contain; } }
    @media (max-width: 576px) {
      .app-cta-decor-right img {
        height: 16rem; } }

.patient-story-swiper {
  padding-top: 5rem;
  overflow: hidden;
  position: relative; }
  .patient-story-swiper:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee;
    z-index: -1; }
  .patient-story-swiper .story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .patient-story-swiper .swiper-slide-active {
    width: 60%; }
    .patient-story-swiper .swiper-slide-active .story-left {
      height: 50rem !important;
      max-width: 30rem !important; }
    .patient-story-swiper .swiper-slide-active .story-right {
      display: block !important; }
  .patient-story-swiper .swiper-slide:not(.swiper-slide-active) {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important; }

.social-media {
  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: 2.8rem; }
  .social-media-icon {
    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;
    color: rgba(44, 53, 62, 0.6);
    font-size: 3.5rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social-media-icon:first-child {
      font-size: 3.85rem; }
    .social-media-icon:nth-child(2) {
      font-size: 3rem; }
    .social-media-icon:nth-child(3) {
      font-size: 3rem; }
  .social-media--circle-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.6rem; }
    .social-media--circle-icon .social-media-icon {
      font-size: 2.5rem;
      background: #ffffff;
      width: 4.8rem;
      height: 4.8rem;
      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;
      border-radius: 50%;
      -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
              box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
      .social-media--circle-icon .social-media-icon:first-child {
        font-size: 2.8rem; }
      .social-media--circle-icon .social-media-icon:nth-child(2) {
        font-size: 2rem; }
      .social-media--circle-icon .social-media-icon:nth-child(3) {
        font-size: 2.2rem; }
  .social-media--blog .social-media-icon {
    font-size: 1.8rem;
    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; }
    .social-media--blog .social-media-icon:first-child {
      font-size: 2.3rem; }
  @media (max-width: 767px) {
    .social-media--footer {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 1.6rem; }
      .social-media--footer .social-media-icon {
        font-size: 2.5rem;
        background: #ffffff;
        width: 4.8rem;
        height: 4.8rem;
        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;
        border-radius: 50%;
        -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
                box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
        -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); } }

.mail-contact {
  width: 100%;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
  @media (max-width: 576px) {
    .mail-contact {
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  @media (max-width: 460px) {
    .mail-contact {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .mail-contact:hover .phone-number, .mail-contact:hover .mail-info {
    opacity: 0.8; }
  .mail-contact:hover .phone-ico {
    opacity: 1; }
  .mail-contact-top {
    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: 1.2rem; }
  .mail-contact .phone-icon {
    grid-area: icon;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.9; }
    @media (max-width: 576px) {
      .mail-contact .phone-icon {
        font-size: 2.5rem; } }
  .mail-contact .phone-number {
    grid-area: number;
    color: #2c353e;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 0.7;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; }
    @media (max-width: 576px) {
      .mail-contact .phone-number {
        font-size: 1.6rem; } }
  .mail-contact .mail-info {
    grid-area: text;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #2c353e;
    opacity: 0.7; }
  .mail-contact--gold .serv-contact-icon {
    color: #c89a54;
    opacity: 0.9; }
  .mail-contact--white .serv-contact-icon {
    color: #ffffff;
    opacity: 0.9; }
  .mail-contact--white .serv-contact-text {
    opacity: 0.7; }
  .mail-contact--contact {
    grid-template-areas: "icon number  number number" "text text text text";
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 1.6rem; }
    .mail-contact--contact .phone-icon {
      color: #d9ac66;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 2.4rem; }
    .mail-contact--contact .phone-number {
      color: #2c353e;
      opacity: 0.6;
      font-family: "Poppins", sans-serif;
      font-size: 1.4rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.56px;
      text-transform: uppercase; }
    .mail-contact--contact .mail-info {
      color: #2c353e;
      opacity: 0.8;
      text-align: right;
      font-family: "Poppins", sans-serif;
      font-size: 1.7rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.34px; }

.partner {
  width: 100%;
  height: 42rem;
  position: relative;
  padding: 8.1rem 7.5rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .partner {
      height: auto;
      padding: 4.1rem 5.5rem;
      padding-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  @media (max-width: 576px) {
    .partner {
      padding: 3.6rem var(--container-gutter);
      padding-bottom: 0; } }
  .partner-background {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, rgba(212, 166, 94, 0) 5.03%, #BF9464 62.87%), linear-gradient(0deg, #E5C699 0%, #E5C699 100%), linear-gradient(0deg, #2C353E 0%, #2C353E 100%), linear-gradient(0deg, #FFFAF3 0%, rgba(255, 250, 243, 0) 76.23%), rgba(222, 176, 106, 0.3);
    z-index: 1;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .partner-motto {
    max-width: 50rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .partner-motto {
        max-width: unset; } }
    .partner-motto p {
      color: #ffffff;
      font-size: 5rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: -0.5px; }
      @media (max-width: 576px) {
        .partner-motto p {
          font-size: 2.4rem;
          max-width: 75%;
          margin: 0 auto; } }
  .partner-text {
    max-width: 55rem;
    padding-top: 4rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      .partner-text {
        max-width: unset; } }
    @media (max-width: 576px) {
      .partner-text {
        padding-top: 2rem; } }
    .partner-text p {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 2;
      letter-spacing: -0.16px; }
      @media (max-width: 576px) {
        .partner-text p {
          font-size: 1.4rem; } }
  .partner-image {
    position: absolute;
    bottom: 0;
    right: 9.9rem;
    width: 39.3rem;
    height: 36.4rem;
    z-index: 7; }
    @media (max-width: 991px) {
      .partner-image {
        position: static;
        margin-top: 2rem; } }
    @media (max-width: 576px) {
      .partner-image {
        height: 21rem; } }
    .partner-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 576px) {
        .partner-image img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }
  .partner-inside-decor {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 75%; }
    @media (max-width: 992px) and (min-width: 991px) {
      .partner-inside-decor {
        height: 72%; } }
    @media (max-width: 991px) {
      .partner-inside-decor {
        height: auto; } }
    @media (max-width: 576px) {
      .partner-inside-decor {
        height: auto;
        width: 100%; } }
    .partner-inside-decor img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 991px) {
        .partner-inside-decor img {
          height: auto;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; } }

.journey-step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3rem; }
  @media (max-width: 576px) {
    .journey-step {
      gap: 1.8rem; } }
  .journey-step-left {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    position: relative;
    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-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 576px) {
      .journey-step-left {
        width: 3.6rem;
        height: 3.6rem; } }
    .journey-step-left:after {
      border-radius: 5rem;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(136, 94, 28, 0.2)), to(rgba(212, 166, 94, 0))), #d4a65e;
      background: linear-gradient(90deg, rgba(136, 94, 28, 0.2) 0%, rgba(212, 166, 94, 0) 100%), #d4a65e;
      z-index: 0; }
    .journey-step-left .step-number {
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      z-index: 3; }
  .journey-step-right h3 {
    color: #2c353e;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 1.9rem; }
    @media (max-width: 576px) {
      .journey-step-right h3 {
        font-size: 1.6rem; } }
  .journey-step-right p {
    color: #2c353e;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.65; }
    @media (max-width: 576px) {
      .journey-step-right p {
        font-size: 1.3rem; } }

.doc-accordion {
  width: 100%; }
  .doc-accordion.active {
    padding-bottom: 0; }
    .doc-accordion.active .doc-accordion-header--icon {
      color: #ffffff;
      background-color: #2c353e; }
      .doc-accordion.active .doc-accordion-header--icon .icon {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
  .doc-accordion-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.4rem;
    cursor: pointer; }
    .doc-accordion-header--title {
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      color: #2c353e;
      font-family: "Poppins", sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1; }
      @media (max-width: 576px) {
        .doc-accordion-header--title {
          font-size: 1.5rem;
          padding-right: 1rem;
          line-height: 1.5; } }
    .doc-accordion-header--icon {
      width: 3.2rem;
      height: 3.2rem;
      color: #2c353e;
      font-size: 1.4rem;
      border-radius: 50%;
      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;
      background-color: rgba(44, 53, 62, 0.06);
      position: relative;
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 576px) {
        .doc-accordion-header--icon {
          width: 2.8rem;
          height: 2.8rem;
          font-size: 1.2rem; } }
      .doc-accordion-header--icon:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-box-shadow: 0px 5px 2px -4px rgba(222, 176, 106, 0.2), 0px 4px 6px -4px rgba(222, 176, 106, 0.15), 0px 0px 0px 6px #fff;
                box-shadow: 0px 5px 2px -4px rgba(222, 176, 106, 0.2), 0px 4px 6px -4px rgba(222, 176, 106, 0.15), 0px 0px 0px 6px #fff; }
      .doc-accordion-header--icon .icon {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: -webkit-transform 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: transform 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: transform 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74), -webkit-transform 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
  .doc-accordion-content .accordion-calc {
    padding-top: 1.3rem; }
    .doc-accordion-content .accordion-calc p {
      color: #2c353e;
      opacity: 0.7;
      font-family: "Poppins", sans-serif;
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.8;
      letter-spacing: -0.16px; }
      @media (max-width: 576px) {
        .doc-accordion-content .accordion-calc p {
          font-size: 1.4rem;
          line-height: 1.5; } }
  .doc-accordion-content .title {
    font-size: 1.8rem;
    font-weight: 600; }
  .doc-accordion-content .text {
    line-height: 1.7em;
    width: 100%;
    margin-top: 1rem;
    font-weight: 300;
    color: #373536; }
    .doc-accordion-content .text:last-child {
      margin-bottom: 0; }

.blog-item:hover .blog-item-top .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.blog-item-top {
  width: 100%;
  margin-bottom: 2rem;
  position: relative; }
  .blog-item-top .image {
    overflow: hidden;
    width: 100%;
    height: 39rem;
    border-radius: 2rem; }
    @media (max-width: 991px) {
      .blog-item-top .image {
        height: 30rem; } }
    @media (max-width: 576px) {
      .blog-item-top .image {
        height: 23rem;
        border-radius: 1.2rem; } }
    .blog-item-top .image img {
      width: 100%;
      height: 100%;
      -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) all;
      transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74) all;
      border-radius: 2rem;
      -o-object-fit: cover;
         object-fit: cover; }
    .blog-item-top .image-button {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.5rem;
      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: 6rem;
      height: 6rem;
      color: #000;
      border-radius: 50%;
      background: #ffffff;
      z-index: 2; }

.blog-item-date {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin-bottom: 1.2rem;
  color: rgba(44, 53, 62, 0.5); }
  @media (max-width: 576px) {
    .blog-item-date {
      font-size: 1.4rem;
      margin-bottom: 1rem; } }

.blog-item-title {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #d9ac66; }

.blog-item-motto {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: -0.19px;
  color: #2c353e; }
  @media (max-width: 576px) {
    .blog-item-motto {
      font-size: 1.7rem;
      line-height: 2.8rem;
      letter-spacing: -0.16px; } }

.post-pagination-wrapper .paginationjs .paginationjs-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem; }

.post-pagination-wrapper .paginationjs .paginationjs-pages li {
  border: 0; }
  @media (max-width: 576px) {
    .post-pagination-wrapper .paginationjs .paginationjs-pages li:nth-child(n + 4):nth-child(-n + 6) {
      display: none; } }

.post-pagination-wrapper .paginationjs .paginationjs-pages li > a {
  height: 3.8rem;
  width: 3.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 0.8rem;
  border: 1px solid rgba(44, 53, 62, 0.1);
  background: #ffffff;
  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;
  color: rgba(55, 53, 54, 0.6); }

.post-pagination-wrapper .paginationjs .paginationjs-pages li.active > a {
  color: #ffffff;
  -webkit-box-shadow: 0px 8px 7px -5px rgba(45, 57, 87, 0.2);
          box-shadow: 0px 8px 7px -5px rgba(45, 57, 87, 0.2);
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2C353E), to(#2C353E)), #FFF;
  background: linear-gradient(0deg, #2C353E 0%, #2C353E 100%), #FFF; }

.post-pagination-wrapper .paginationjs-next a,
.post-pagination-wrapper .paginationjs-prev a {
  position: relative;
  background: #ffffff !important;
  color: #373536 !important;
  width: 5rem !important;
  border-radius: 1rem !important;
  border: 1px solid rgba(241, 242, 244, 0.6) !important; }
  .post-pagination-wrapper .paginationjs-next a::after,
  .post-pagination-wrapper .paginationjs-prev a::after {
    content: '';
    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;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 1.8rem;
    width: 1.8rem;
    background-size: contain;
    background-image: url("../img/pagination/icon-pag-right.svg");
    background-repeat: no-repeat;
    background-position: center; }

.post-pagination-wrapper .paginationjs-prev a::after {
  background-image: url("../img/pagination/icon-pag-left.svg"); }

.post-pagination-wrapper .wp-pagenavi > * {
  border: 1px solid rgba(241, 242, 244, 0.6); }

.gallery-clinic-item {
  width: 100%;
  height: 34rem;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  @media (max-width: 576px) {
    .gallery-clinic-item {
      height: 20rem; } }
  .gallery-clinic-item:hover::after {
    background: rgba(44, 53, 62, 0.7); }
  .gallery-clinic-item:hover .gallery-clinic-item-icon {
    opacity: 1; }
  .gallery-clinic-item::after {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(212, 166, 94, 0.15);
    -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
  .gallery-clinic-item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative; }
  .gallery-clinic-item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    font-size: 4.5rem;
    opacity: 0;
    color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 576px) {
      .gallery-clinic-item-icon {
        font-size: 3rem; } }

.appointment-button--header {
  font-size: 5rem;
  padding: 1.9rem 2.4rem; }

.appointment-button--footer {
  margin-left: 4.3rem; }
  @media (max-width: 991px) {
    .appointment-button--footer {
      margin-left: 2.2rem; } }
  @media (max-width: 780px) {
    .appointment-button--footer {
      margin-left: 0; } }
  @media (max-width: 768px) {
    .appointment-button--footer span {
      font-size: 1rem; } }

.cookie-banner {
  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;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  padding: 3rem 3.5rem;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  font-family: "Poppins", sans-serif; }
  @media (max-width: 991px) {
    .cookie-banner {
      -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;
      gap: 2rem; } }
  @media (max-width: 576px) {
    .cookie-banner {
      padding: 2rem 0 0 0; } }
  .cookie-banner.active {
    opacity: 1;
    pointer-events: all; }
  .cookie-banner-content {
    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;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.6rem; }
    @media (max-width: 576px) {
      .cookie-banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .cookie-banner-content a {
      font-weight: 500; }
      .cookie-banner-content a:hover {
        text-decoration: underline; }
    @media (max-width: 576px) {
      .cookie-banner-content {
        width: 100%;
        gap: 1rem; } }
    .cookie-banner-content .btn {
      padding: 0 2.4rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 576px) {
        .cookie-banner-content .btn {
          width: 100%;
          padding: 0 1rem; } }
    .cookie-banner-content .btn__text {
      color: #ffffff;
      text-transform: uppercase; }
    @media (max-width: 576px) {
      .cookie-banner-content .text {
        font-size: 1.3rem; } }

.index .services-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .index .services-wrap {
      grid-template-columns: 1fr; } }

.index .transformation {
  width: 100%; }
  @media (max-width: 991px) {
    .index .transformation {
      border-bottom: unset;
      height: auto; } }
  .index .transformation:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .index .transformation-title {
    width: 100%;
    padding-top: 11.1rem;
    padding-bottom: 2.5rem; }
    @media (max-width: 576px) {
      .index .transformation-title {
        padding-top: 5rem; } }
    .index .transformation-title h3 {
      font-size: 4rem;
      font-weight: 500;
      font-style: normal;
      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;
      letter-spacing: -0.4px;
      color: #c79953; }
      @media (max-width: 767px) {
        .index .transformation-title h3 {
          font-size: 3.5rem; } }
      @media (max-width: 576px) {
        .index .transformation-title h3 {
          font-size: 2.4rem;
          text-align: center;
          margin-right: auto;
          margin-left: auto;
          max-width: 25rem;
          line-height: 1.3; } }
  .index .transformation-motto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .index .transformation-motto p {
      font-family: "Poppins", sans-serif;
      line-height: 30px;
      font-size: 1.6rem;
      font-weight: 400;
      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: 75.1rem;
      text-align: center;
      opacity: 0.5;
      color: #2c353e; }
      @media (max-width: 576px) {
        .index .transformation-motto p {
          font-size: 1.5rem; } }
  .index .transformation-image {
    position: relative;
    overflow: visible;
    width: 57.6184rem;
    height: 56rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 767px) {
      .index .transformation-image {
        width: 45rem; } }
    @media (max-width: 576px) {
      .index .transformation-image {
        width: 27rem;
        height: 30rem; } }
    .index .transformation-image .before-after-slider {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .index .transformation-image .before-after-slider:before, .index .transformation-image .before-after-slider:after {
        font-family: "Poppins", sans-serif;
        font-size: 4.8rem;
        font-weight: 500;
        font-style: normal;
        line-height: 1;
        position: absolute;
        top: 25.1rem;
        content: '';
        letter-spacing: -0.48px;
        text-transform: lowercase;
        opacity: 0.2;
        color: #2c353e; }
        @media (max-width: 1200px) {
          .index .transformation-image .before-after-slider:before, .index .transformation-image .before-after-slider:after {
            font-size: 4.5rem; } }
        @media (max-width: 991px) {
          .index .transformation-image .before-after-slider:before, .index .transformation-image .before-after-slider:after {
            font-size: 3.5rem; } }
        @media (max-width: 576px) {
          .index .transformation-image .before-after-slider:before, .index .transformation-image .before-after-slider:after {
            top: 11rem;
            font-size: 2rem; } }
      .index .transformation-image .before-after-slider:before {
        left: -30rem;
        content: 'before'; }
        @media (max-width: 1348px) {
          .index .transformation-image .before-after-slider:before {
            left: -34rem; } }
        @media (max-width: 1200px) {
          .index .transformation-image .before-after-slider:before {
            left: -32rem; } }
        @media (max-width: 1100px) {
          .index .transformation-image .before-after-slider:before {
            left: -25rem; } }
        @media (max-width: 991px) {
          .index .transformation-image .before-after-slider:before {
            left: -12rem; } }
        @media (max-width: 726px) {
          .index .transformation-image .before-after-slider:before {
            left: -11rem; } }
        @media (max-width: 644px) {
          .index .transformation-image .before-after-slider:before {
            left: -9rem; } }
        @media (max-width: 576px) {
          .index .transformation-image .before-after-slider:before {
            left: -6rem;
            font-size: 1.6rem; } }
        @media (max-width: 450px) {
          .index .transformation-image .before-after-slider:before {
            left: -3rem; } }
        @media (max-width: 375px) {
          .index .transformation-image .before-after-slider:before {
            left: -1rem;
            font-size: 1.5rem; } }
      .index .transformation-image .before-after-slider:after {
        right: -28rem;
        content: 'after'; }
        @media (max-width: 1100px) {
          .index .transformation-image .before-after-slider:after {
            right: -20rem; } }
        @media (max-width: 991px) {
          .index .transformation-image .before-after-slider:after {
            right: -10rem; } }
        @media (max-width: 726px) {
          .index .transformation-image .before-after-slider:after {
            right: -10rem; } }
        @media (max-width: 644px) {
          .index .transformation-image .before-after-slider:after {
            right: -9rem; } }
        @media (max-width: 576px) {
          .index .transformation-image .before-after-slider:after {
            right: -4.5rem;
            font-size: 1.6rem; } }
        @media (max-width: 450px) {
          .index .transformation-image .before-after-slider:after {
            right: -3.5rem; } }
        @media (max-width: 375px) {
          .index .transformation-image .before-after-slider:after {
            font-size: 1.5rem;
            right: -1.9rem; } }
      .index .transformation-image .before-after-slider img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        pointer-events: none;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-user-drag: none; }
      .index .transformation-image .before-after-slider .after {
        clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); }
      .index .transformation-image .before-after-slider .slider-handle {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        cursor: ew-resize;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: #fff; }
        .index .transformation-image .before-after-slider .slider-handle .slider-circle {
          position: absolute;
          top: 50%;
          left: 50%;
          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: 4rem;
          height: 4rem;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          border-radius: 50%;
          background: #ffffff; }
          .index .transformation-image .before-after-slider .slider-handle .slider-circle .slider-arrows {
            font-size: 1.85rem;
            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; }
  .index .transformation-step-grid {
    display: grid;
    width: 100%;
    -webkit-transform: translateY(-3.6rem);
        -ms-transform: translateY(-3.6rem);
            transform: translateY(-3.6rem);
    background: #ffffff;
    -webkit-box-shadow: 0px 14px 24px -19px rgba(87, 58, 15, 0.25);
            box-shadow: 0px 14px 24px -19px rgba(87, 58, 15, 0.25);
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .index .transformation-step-grid {
        grid-template-columns: 1fr; } }
  .index .transformation .section-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8rem;
    position: relative; }
    @media (max-width: 991px) {
      .index .transformation .section-row {
        gap: 0;
        padding-bottom: 16rem;
        position: relative;
        margin-top: 4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 576px) {
      .index .transformation .section-row {
        margin-top: 0;
        padding-bottom: 4rem; } }
    .index .transformation .section-row .section-left {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34.375%;
              flex: 0 0 34.375%;
      max-width: 34.375%; }
      @media (max-width: 991px) {
        .index .transformation .section-row .section-left {
          max-width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
      .index .transformation .section-row .section-left .title {
        padding-top: 8.1rem;
        padding-bottom: 3rem; }
        @media (max-width: 991px) {
          .index .transformation .section-row .section-left .title {
            padding-top: 5rem; } }
        .index .transformation .section-row .section-left .title h1 {
          color: #c79953;
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 600;
          line-height: 2;
          letter-spacing: 4.5px;
          text-transform: uppercase; }
          @media (max-width: 576px) {
            .index .transformation .section-row .section-left .title h1 {
              font-size: 1.2rem; } }
      .index .transformation .section-row .section-left .text {
        color: #2c353e;
        font-size: 4.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: -0.42px; }
        @media (max-width: 576px) {
          .index .transformation .section-row .section-left .text {
            font-size: 2rem; } }
      .index .transformation .section-row .section-left .section-decor {
        position: absolute;
        width: 66.9rem;
        height: auto;
        bottom: 0;
        left: -4rem; }
        @media (max-width: 991px) {
          .index .transformation .section-row .section-left .section-decor {
            position: static;
            width: 100%;
            margin-top: 3rem; } }
        .index .transformation .section-row .section-left .section-decor img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
    .index .transformation .section-row .section-right {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 65.625%;
              flex: 0 1 65.625%;
      position: relative;
      overflow: hidden;
      max-width: 65.625%; }
      @media (max-width: 991px) {
        .index .transformation .section-row .section-right {
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset;
          overflow: visible;
          max-width: 100%; } }
      .index .transformation .section-row .section-right-wrap {
        padding-top: 8.3rem;
        padding-left: 9.1rem;
        padding-bottom: 7.4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 991px) {
          .index .transformation .section-row .section-right-wrap {
            padding-left: 5rem;
            padding-top: 6rem;
            padding-right: 5rem; } }
        @media (max-width: 576px) {
          .index .transformation .section-row .section-right-wrap {
            padding-left: 0;
            padding-right: 0;
            padding-top: 5rem;
            padding-bottom: 5rem; } }
        .index .transformation .section-row .section-right-wrap:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0.5;
          background: linear-gradient(52deg, #fffaf3 46.12%, rgba(255, 250, 243, 0) 91.57%), rgba(222, 176, 106, 0.3);
          z-index: -1;
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
          @media (max-width: 991px) {
            .index .transformation .section-row .section-right-wrap:after {
              -webkit-transform: unset;
                  -ms-transform: unset;
                      transform: unset;
              opacity: 0.5;
              background: linear-gradient(301deg, #fffaf3 29.21%, rgba(255, 250, 243, 0) 73.63%), rgba(222, 176, 106, 0.3);
              width: 100vw;
              left: calc(-1 * var(--container-pusher)); } }
          @media (max-width: 576px) {
            .index .transformation .section-row .section-right-wrap:after {
              left: calc(-1 * var(--container-gutter)); } }
      .index .transformation .section-row .section-right p {
        color: #2c353e;
        opacity: 0.7;
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.9;
        letter-spacing: -0.15px;
        padding-bottom: 3.3rem; }
        .index .transformation .section-row .section-right p:last-child {
          padding-bottom: 0; }

.index .transformation-divider {
  position: relative;
  padding-bottom: 10rem; }
  @media (max-width: 991px) {
    .index .transformation-divider {
      display: none; } }
  .index .transformation-divider:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }

.index .custom-swiper {
  padding-top: 10rem; }

.index .appointment-cta {
  position: relative; }
  @media (max-width: 991px) {
    .index .appointment-cta {
      padding-top: 5rem; } }
  @media (max-width: 576px) {
    .index .appointment-cta {
      padding-top: 5rem;
      margin-left: 0.5rem;
      margin-right: 0.5rem; } }
  .index .appointment-cta:after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }

.index .footer {
  padding-top: 0 !important; }

.index .service-journey-section {
  border-top: 1px solid rgba(31, 31, 31, 0.1); }

.logo-slider .logo-item {
  width: 100%;
  height: 100%; }
  .logo-slider .logo-item img {
    height: 8.4rem;
    width: 100%; }

.about {
  width: 100%;
  overflow: hidden; }
  .about .intro {
    width: 100%;
    padding-top: var(--header-height);
    position: relative; }
    .about .intro:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.5;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
    .about .intro-wrap {
      position: relative;
      padding-top: 8.2rem; }
      @media (max-width: 991px) {
        .about .intro-wrap {
          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; } }
      @media (max-width: 991px) {
        .about .intro-wrap {
          padding-top: 3.4rem; } }
    .about .intro-title h1 {
      color: #c79953;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 4.5px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .about .intro-title h1 {
          font-size: 1.2rem; } }
    .about .intro-message {
      max-width: 55rem;
      color: #2c353e;
      font-size: 5.2rem;
      font-style: normal;
      font-weight: 600;
      line-height: 64px;
      letter-spacing: -0.52px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 4rem; }
      @media (max-width: 991px) {
        .about .intro-message {
          margin-top: 1.5rem; } }
      @media (max-width: 576px) {
        .about .intro-message {
          font-size: 2.4rem;
          line-height: 1.4;
          padding-bottom: 2rem; } }
    .about .intro-text {
      padding-bottom: 12.1rem; }
      @media (max-width: 991px) {
        .about .intro-text {
          padding-bottom: 5rem; } }
      @media (max-width: 576px) {
        .about .intro-text {
          padding-bottom: 3rem; } }
      .about .intro-text p {
        font-family: "Poppins", sans-serif;
        color: #2c353e;
        opacity: 0.7;
        max-width: 54rem;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: -0.15px; }
        @media (max-width: 576px) {
          .about .intro-text p {
            font-size: 1.4rem; } }
    .about .intro-image {
      position: absolute;
      right: calc(-1 * var(--container-pusher));
      bottom: 0;
      width: 70rem;
      height: 100%; }
      @media (min-width: 1500px) {
        .about .intro-image {
          right: 0; } }
      @media (max-width: 991px) {
        .about .intro-image {
          position: static;
          width: 100vw; } }
      @media (max-width: 576px) {
        .about .intro-image {
          height: 30rem; } }
      .about .intro-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .about-certificate {
    padding-bottom: 4.17rem;
    position: relative; }
    @media (max-width: 576px) {
      .about-certificate {
        padding-bottom: 3rem; } }
    .about-certificate:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee;
      z-index: -2; }
  @media (max-width: 525px) {
    .about .tab .tab-link-wrapper .animated-tabs {
      padding-right: 2rem; }
      .about .tab .tab-link-wrapper .animated-tabs .ghost {
        display: none; } }
  @media (max-width: 492px) {
    .about .tab .tab-link-wrapper .animated-tabs {
      padding-right: 2rem; }
      .about .tab .tab-link-wrapper .animated-tabs .ghost {
        display: none; } }
  .about-biography-section {
    border-bottom: rgba(31, 31, 31, 0.1) solid 1px;
    position: relative; }
    @media (max-width: 991px) {
      .about-biography-section {
        border-bottom: none; } }
    .about-biography-section .section-row {
      position: relative;
      padding-bottom: 8rem;
      padding-top: 2rem; }
      @media (max-width: 991px) {
        .about-biography-section .section-row {
          padding-bottom: 5rem; } }
      @media (max-width: 576px) {
        .about-biography-section .section-row {
          padding-bottom: 3rem; } }
    .about-biography-section .section-left {
      width: 100%;
      max-width: unset; }
      @media (max-width: 576px) {
        .about-biography-section .section-left {
          padding-top: 0; } }
    .about-biography-section .title h2 {
      width: 90%;
      color: #c79953;
      font-size: 4.8rem;
      font-style: normal;
      font-weight: 500;
      letter-spacing: -0.48px; }
      @media (max-width: 576px) {
        .about-biography-section .title h2 {
          font-size: 2.2rem;
          line-height: 1.5; } }
    .about-biography-section .text {
      padding-top: 4.1rem; }
      @media (max-width: 576px) {
        .about-biography-section .text {
          padding-top: 1.5rem; } }
      .about-biography-section .text p {
        color: rgba(44, 53, 62, 0.7);
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 200% */
        letter-spacing: -0.15px; }
    .about-biography-section .section-left-img {
      position: absolute;
      bottom: 0;
      left: 12rem;
      height: 36.9rem; }
      @media (max-width: 1349px) {
        .about-biography-section .section-left-img {
          height: 35rem; } }
      @media (max-width: 991px) {
        .about-biography-section .section-left-img {
          position: static;
          margin-top: 3rem; } }
      @media (max-width: 576px) {
        .about-biography-section .section-left-img {
          height: 29rem; } }
      .about-biography-section .section-left-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 991px) {
          .about-biography-section .section-left-img img {
            -o-object-fit: contain;
               object-fit: contain; } }
    .about-biography-section .section-right {
      max-width: unset;
      padding-top: 1.5rem; }
      @media (max-width: 991px) {
        .about-biography-section .section-right {
          padding-top: 0; } }
      .about-biography-section .section-right-title {
        color: #c79953;
        font-size: 1.5rem;
        font-family: "Poppins", sans-serif;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 4.5px;
        text-transform: uppercase;
        padding-bottom: 4.3rem; }
        @media (max-width: 576px) {
          .about-biography-section .section-right-title {
            font-size: 1.2rem;
            padding-bottom: 3rem; } }
      .about-biography-section .section-right-item {
        padding-bottom: 3.5rem;
        border-bottom: rgba(31, 31, 31, 0.1) 2px solid;
        margin-bottom: 3.2rem; }
        @media (max-width: 576px) {
          .about-biography-section .section-right-item {
            border-bottom: 1px solid rgba(31, 31, 31, 0.1);
            padding-bottom: 2.8rem;
            margin-bottom: 3rem; } }
        .about-biography-section .section-right-item:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
        .about-biography-section .section-right-item h3 {
          color: #2c353e;
          font-family: "Poppins", sans-serif;
          font-size: 1.6rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1;
          letter-spacing: -0.16px;
          padding-bottom: 1.9rem; }
          @media (max-width: 576px) {
            .about-biography-section .section-right-item h3 {
              font-size: 1.2rem; } }
        .about-biography-section .section-right-item p {
          color: #2c353e;
          opacity: 0.7;
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-style: normal;
          font-weight: 400;
          line-height: 1.5;
          /* 173.333% */
          letter-spacing: -0.15px; }
          @media (max-width: 576px) {
            .about-biography-section .section-right-item p {
              font-size: 1.4rem; } }
  .about-experience-section {
    padding-top: 9.1rem; }
    @media (max-width: 991px) {
      .about-experience-section {
        padding-top: 5rem; } }
    @media (max-width: 576px) {
      .about-experience-section {
        padding-top: 3rem; } }
    .about-experience-section .title h4 {
      color: #c79953;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      margin-bottom: 3rem; }
      @media (max-width: 576px) {
        .about-experience-section .title h4 {
          font-size: 1.2rem; } }
    .about-experience-section .motto p {
      color: #2c353e;
      font-size: 4.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      /* 160.417% */
      letter-spacing: -0.48px;
      padding-bottom: 5rem; }
      @media (max-width: 576px) {
        .about-experience-section .motto p {
          font-size: 2.2rem;
          padding-bottom: 3rem; } }
    .about-experience-section .background {
      background-color: #ffffff;
      height: 60rem;
      padding: 0 8.3rem;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-column-gap: 11.4rem;
         -moz-column-gap: 11.4rem;
              column-gap: 11.4rem;
      position: relative;
      margin-bottom: 8rem;
      -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
              box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25); }
      @media (max-width: 991px) {
        .about-experience-section .background {
          height: auto;
          padding: 3rem 3rem;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media (max-width: 576px) {
        .about-experience-section .background {
          padding: 2rem var(--container-gutter);
          margin-bottom: 6rem; } }
      .about-experience-section .background::after {
        content: '';
        position: absolute;
        left: 8.3rem;
        right: 8.3rem;
        top: 50%;
        height: 1px;
        background: rgba(31, 31, 31, 0.1); }
        @media (max-width: 991px) {
          .about-experience-section .background::after {
            content: unset; } }
        @media (max-width: 992px) and (min-width: 991px) {
          .about-experience-section .background::after {
            top: 57%; } }
      .about-experience-section .background-item {
        margin-top: 5rem; }
        @media (max-width: 991px) {
          .about-experience-section .background-item {
            margin-top: unset; } }
      .about-experience-section .background .item-year {
        color: #2c353e;
        opacity: 0.5;
        font-family: "Poppins", sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: -0.16px;
        padding-bottom: 2.3rem; }
        @media (max-width: 991px) {
          .about-experience-section .background .item-year {
            padding-top: 0;
            padding-bottom: 1rem; } }
      .about-experience-section .background .item-title p {
        color: #d9ac66;
        font-family: "Poppins", sans-serif;
        font-size: 2rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 3.7rem; }
        @media (max-width: 992px) and (min-width: 991px) {
          .about-experience-section .background .item-title p {
            padding-bottom: 2.5rem; } }
        @media (max-width: 991px) {
          .about-experience-section .background .item-title p {
            line-height: 1.5;
            padding-bottom: 1rem; } }
        @media (max-width: 576px) {
          .about-experience-section .background .item-title p {
            font-size: 1.8rem; } }
      .about-experience-section .background .item-text {
        color: #2c353e;
        opacity: 0.8;
        font-family: "Poppins", sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: -0.16px; }
        @media (max-width: 576px) {
          .about-experience-section .background .item-text {
            font-size: 1.4rem; } }
      @media (max-width: 991px) {
        .about-experience-section .background .background-item + .background-item {
          padding-top: 3rem;
          margin-top: 3rem;
          border-top: 1px solid rgba(31, 31, 31, 0.1); } }
  .about-research-section {
    padding-bottom: 3.3rem; }
    .about-research-section .title {
      color: #c79953;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      padding-top: 10.3rem;
      padding-bottom: 3.3rem; }
      @media (max-width: 991px) {
        .about-research-section .title {
          padding-top: 5rem; } }
      @media (max-width: 576px) {
        .about-research-section .title {
          font-size: 1.2rem;
          line-height: 1.5;
          padding-top: 3rem; } }
    .about-research-section .motto {
      color: #2c353e;
      font-size: 4.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.48px; }
      @media (max-width: 576px) {
        .about-research-section .motto {
          font-size: 2.2rem; } }
    .about-research-section .list-wrap {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8rem;
      padding-top: 8rem; }
      @media (max-width: 991px) {
        .about-research-section .list-wrap {
          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;
          padding-top: 5rem; } }
      @media (max-width: 576px) {
        .about-research-section .list-wrap {
          padding-top: 3rem; } }
      .about-research-section .list-wrap ul {
        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: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 2.5rem;
        margin: 0;
        padding: 0;
        list-style: none; }
        @media (max-width: 991px) {
          .about-research-section .list-wrap ul {
            gap: 2rem; } }
        @media (max-width: 576px) {
          .about-research-section .list-wrap ul {
            gap: 1rem; } }
        .about-research-section .list-wrap ul li {
          color: rgba(44, 53, 62, 0.7);
          font-family: "Poppins", sans-serif;
          font-size: 1.6rem;
          font-style: normal;
          font-weight: 400;
          line-height: 2.2;
          letter-spacing: -0.16px;
          position: relative;
          padding-left: 2rem; }
          @media (max-width: 576px) {
            .about-research-section .list-wrap ul li {
              font-size: 1.5rem; } }
          .about-research-section .list-wrap ul li::before {
            content: '•';
            color: #c79953;
            position: absolute;
            left: 0;
            top: -0.5rem;
            font-size: 2rem; }
            @media (max-width: 1200px) {
              .about-research-section .list-wrap ul li::before {
                top: 0.5rem; } }
            @media (max-width: 576px) {
              .about-research-section .list-wrap ul li::before {
                top: -0.5rem; } }
          .about-research-section .list-wrap ul li span {
            color: rgba(44, 53, 62, 0.9);
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: -0.16px; }

.service .intro {
  padding-top: 16rem;
  padding-bottom: 10rem;
  width: 100%;
  position: relative;
  padding-left: var(--container-pusher); }
  @media (max-width: 991px) {
    .service .intro {
      padding-bottom: 0;
      padding-right: var(--container-pusher); } }
  @media (max-width: 576px) {
    .service .intro {
      padding-top: calc(var(--header-height) + 4rem); } }
  @media (max-width: 991px) {
    .service .intro-wrap {
      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; } }
  .service .intro:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
  .service .intro-title h1 {
    color: #c79953;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 4.5px;
    text-transform: uppercase;
    padding-bottom: 2rem; }
    @media (max-width: 576px) {
      .service .intro-title h1 {
        font-size: 1.2rem; } }
  .service .intro-message {
    max-width: 57rem;
    color: #2c353e;
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.52px; }
    @media (max-width: 576px) {
      .service .intro-message {
        font-size: 2.4rem;
        max-width: 30rem; } }
  .service .intro-counter {
    padding-top: 5rem;
    max-width: 54rem; }
    @media (max-width: 576px) {
      .service .intro-counter {
        padding-top: 3rem; } }
  .service .intro-image {
    position: absolute;
    bottom: 0;
    right: 16.36rem;
    z-index: 9;
    width: 62.64rem;
    height: 37.6rem; }
    @media (max-width: 991px) {
      .service .intro-image {
        position: static;
        margin-top: 3rem; } }
    @media (max-width: 576px) {
      .service .intro-image {
        width: 100%;
        height: 20.6rem;
        margin-top: 3.5rem; } }
    .service .intro-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .service .intro-decor {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5; }
    @media (max-width: 991px) {
      .service .intro-decor img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain; } }

.service .tab .animated-tabs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.service .tab .service-rhinoplasty-section {
  padding-bottom: 12rem; }
  @media (max-width: 991px) {
    .service .tab .service-rhinoplasty-section {
      padding-bottom: 5rem; } }
  .service .tab .service-rhinoplasty-section .section-row {
    width: 100%;
    gap: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6rem; }
    @media (max-width: 991px) {
      .service .tab .service-rhinoplasty-section .section-row {
        gap: 0;
        padding-bottom: 16rem;
        position: relative;
        margin-top: 4rem; } }
    @media (max-width: 576px) {
      .service .tab .service-rhinoplasty-section .section-row {
        margin-top: 0; } }
    .service .tab .service-rhinoplasty-section .section-row .section-left {
      max-width: unset;
      width: 41.875%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.875%;
              flex: 0 0 41.875%;
      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; }
      @media (max-width: 991px) {
        .service .tab .service-rhinoplasty-section .section-row .section-left {
          width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset; } }
      .service .tab .service-rhinoplasty-section .section-row .section-left .title {
        padding-bottom: 6rem;
        max-width: 45rem; }
        @media (max-width: 991px) {
          .service .tab .service-rhinoplasty-section .section-row .section-left .title {
            max-width: 100%;
            padding-bottom: 3rem; } }
        @media (max-width: 576px) {
          .service .tab .service-rhinoplasty-section .section-row .section-left .title {
            padding-bottom: 1rem; } }
        .service .tab .service-rhinoplasty-section .section-row .section-left .title h1 {
          color: #c79953;
          font-size: 4.8rem;
          font-style: normal;
          font-weight: 500;
          line-height: 1.8;
          letter-spacing: -0.48px; }
          @media (max-width: 576px) {
            .service .tab .service-rhinoplasty-section .section-row .section-left .title h1 {
              font-size: 2.2rem; } }
      .service .tab .service-rhinoplasty-section .section-row .section-left-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2.8rem;
        padding-bottom: 1rem; }
        @media (max-width: 991px) {
          .service .tab .service-rhinoplasty-section .section-row .section-left-bottom {
            position: absolute;
            bottom: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%; } }
      @media (max-width: 991px) {
        .service .tab .service-rhinoplasty-section .section-row .section-left .section-left-button {
          width: 100%; }
          .service .tab .service-rhinoplasty-section .section-row .section-left .section-left-button .btn {
            width: 100%; } }
    .service .tab .service-rhinoplasty-section .section-row .section-right {
      max-width: unset;
      width: 53.125%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 53.125%;
              flex: 0 0 53.125%;
      padding-top: 0.5rem; }
      @media (max-width: 991px) {
        .service .tab .service-rhinoplasty-section .section-row .section-right {
          width: 100%;
          -webkit-box-flex: unset;
              -ms-flex: unset;
                  flex: unset; } }
      .service .tab .service-rhinoplasty-section .section-row .section-right p {
        color: #2c353e;
        opacity: 0.7;
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.9;
        letter-spacing: -0.15px;
        padding-bottom: 3.3rem; }
        .service .tab .service-rhinoplasty-section .section-row .section-right p:last-child {
          padding-bottom: 0; }

.service .tab .service-journey-section .section-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
  position: relative; }
  @media (max-width: 991px) {
    .service .tab .service-journey-section .section-row {
      gap: 0; } }
  .service .tab .service-journey-section .section-row .section-left {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.375%;
            flex: 0 0 34.375%; }
    .service .tab .service-journey-section .section-row .section-left .title {
      padding-top: 8.1rem;
      padding-bottom: 3rem; }
      @media (max-width: 991px) {
        .service .tab .service-journey-section .section-row .section-left .title {
          padding-top: 5rem; } }
      .service .tab .service-journey-section .section-row .section-left .title h1 {
        color: #c79953;
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 2;
        letter-spacing: 4.5px;
        text-transform: uppercase; }
        @media (max-width: 576px) {
          .service .tab .service-journey-section .section-row .section-left .title h1 {
            font-size: 1.2rem; } }
    .service .tab .service-journey-section .section-row .section-left .text {
      color: #2c353e;
      font-size: 4.2rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: -0.42px; }
      @media (max-width: 576px) {
        .service .tab .service-journey-section .section-row .section-left .text {
          font-size: 2rem; } }
  .service .tab .service-journey-section .section-row .section-right {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65.625%;
            flex: 0 1 65.625%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .service .tab .service-journey-section .section-row .section-right {
        -webkit-box-flex: unset;
            -ms-flex: unset;
                flex: unset;
        overflow: visible; } }
    .service .tab .service-journey-section .section-row .section-right-wrap {
      padding-top: 8.3rem;
      padding-left: 9.1rem;
      padding-bottom: 7.4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 991px) {
        .service .tab .service-journey-section .section-row .section-right-wrap {
          padding-left: 5rem;
          padding-top: 6rem;
          padding-right: 5rem; } }
      @media (max-width: 576px) {
        .service .tab .service-journey-section .section-row .section-right-wrap {
          padding-left: 0;
          padding-right: 0;
          padding-top: 5rem;
          padding-bottom: 5rem; } }
      .service .tab .service-journey-section .section-row .section-right-wrap:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background: linear-gradient(52deg, #fffaf3 46.12%, rgba(255, 250, 243, 0) 91.57%), rgba(222, 176, 106, 0.3);
        z-index: -1;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
        @media (max-width: 991px) {
          .service .tab .service-journey-section .section-row .section-right-wrap:after {
            -webkit-transform: unset;
                -ms-transform: unset;
                    transform: unset;
            opacity: 0.5;
            background: linear-gradient(301deg, #fffaf3 29.21%, rgba(255, 250, 243, 0) 73.63%), rgba(222, 176, 106, 0.3);
            left: calc(-1 * var(--container-gutter));
            width: 100vw; } }
  .service .tab .service-journey-section .section-row .section-decor {
    position: absolute;
    width: 66.9rem;
    height: auto;
    bottom: 0;
    left: -4rem; }
    @media (max-width: 991px) {
      .service .tab .service-journey-section .section-row .section-decor {
        position: static;
        width: 100%;
        margin-top: 3rem; } }
    .service .tab .service-journey-section .section-row .section-decor img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.service .tab .section-divider {
  position: relative;
  padding-bottom: 0.1rem;
  border-top: rgba(31, 31, 31, 0.1) solid 1px;
  -webkit-transform: translateY(-21rem);
      -ms-transform: translateY(-21rem);
          transform: translateY(-21rem);
  z-index: -9; }
  @media (max-width: 991px) {
    .service .tab .section-divider {
      display: none; } }

.service .tab .service-faq-section {
  padding-bottom: 8.2rem; }
  @media (max-width: 576px) {
    .service .tab .service-faq-section {
      padding-bottom: 0; } }
  .service .tab .service-faq-section .title {
    padding-top: 10rem; }
    @media (max-width: 576px) {
      .service .tab .service-faq-section .title {
        padding-top: 5rem; } }
    .service .tab .service-faq-section .title h4 {
      color: #c79953;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 4.5px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .service .tab .service-faq-section .title h4 {
          font-size: 1.2rem; } }
  .service .tab .service-faq-section .motto {
    padding-top: 3rem;
    padding-bottom: 6.5rem; }
    @media (max-width: 576px) {
      .service .tab .service-faq-section .motto {
        padding-bottom: 4rem; } }
    .service .tab .service-faq-section .motto h1 {
      color: #2c353e;
      font-size: 4.8rem;
      font-style: normal;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.48px; }
      @media (max-width: 576px) {
        .service .tab .service-faq-section .motto h1 {
          font-size: 2.2rem; } }
  .service .tab .service-faq-section .accordion-wrap {
    width: 100%;
    background: #ffffff;
    padding: 6rem 6.6rem;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 3.95rem;
    -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
            box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
    height: auto; }
    @media (max-width: 576px) {
      .service .tab .service-faq-section .accordion-wrap {
        padding: 2rem var(--container-gutter);
        gap: 2rem; } }
    .service .tab .service-faq-section .accordion-wrap .faq-item {
      width: 100%;
      padding-bottom: 3rem;
      border-bottom: 1px solid rgba(31, 31, 31, 0.1); }
      @media (max-width: 576px) {
        .service .tab .service-faq-section .accordion-wrap .faq-item {
          padding-bottom: 2rem; } }
      .service .tab .service-faq-section .accordion-wrap .faq-item:last-child {
        padding-bottom: 0;
        border-bottom: none; }

.service .transformation {
  width: 100%;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1); }
  @media (max-width: 991px) {
    .service .transformation {
      border-bottom: unset;
      height: auto; } }
  .service .transformation-step-grid {
    display: grid;
    width: 100%;
    -webkit-transform: translateY(-3.6rem);
        -ms-transform: translateY(-3.6rem);
            transform: translateY(-3.6rem);
    background: #ffffff;
    -webkit-box-shadow: 0px 14px 24px -19px rgba(87, 58, 15, 0.25);
            box-shadow: 0px 14px 24px -19px rgba(87, 58, 15, 0.25);
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 991px) {
      .service .transformation-step-grid {
        grid-template-columns: 1fr; } }

.policy {
  padding-top: var(--header-height);
  position: relative; }
  .policy:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 77.8rem;
    opacity: 0.5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    z-index: -1; }
  .policy-intro {
    padding: 6.5rem 10rem; }
    @media (max-width: 991px) {
      .policy-intro {
        padding: 6.5rem 5rem; } }
    @media (max-width: 576px) {
      .policy-intro {
        padding: 3.4rem 2.5rem; } }
    .policy-intro .title h1 {
      color: #c79953;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 576px) {
        .policy-intro .title h1 {
          font-size: 1.2rem;
          letter-spacing: 3.6px; } }
    .policy-intro .motto h2 {
      margin: 3.5rem auto 0;
      text-align: center;
      color: #2c353e;
      font-size: 4rem;
      font-style: normal;
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: -0.4px;
      max-width: 51rem; }
      @media (max-width: 576px) {
        .policy-intro .motto h2 {
          font-size: 2.4rem;
          line-height: 34px;
          letter-spacing: -0.3px;
          margin-top: 2rem;
          max-width: 28rem; } }
  .policy-content {
    background: #ffffff;
    margin-left: calc(var(--container-pusher) + 10rem);
    margin-right: calc(var(--container-pusher) + 10rem);
    padding: 6rem 8rem; }
    @media (max-width: 991px) {
      .policy-content {
        margin: 0 5rem;
        padding: 5rem 6rem; } }
    @media (max-width: 576px) {
      .policy-content {
        margin: 0 1.6rem;
        padding: 3.6rem 1.6rem; } }
    .policy-content p {
      color: rgba(44, 53, 62, 0.7);
      font-family: "Poppins", sans-serif;
      font-style: normal;
      font-weight: 400;
      letter-spacing: -0.16px; }
      @media (max-width: 576px) {
        .policy-content p {
          font-size: 1.5rem;
          line-height: 2.8rem; } }
      .policy-content p strong {
        color: #2c353e;
        font-weight: 500;
        font-size: 1.7rem; }
    .policy-content h1, .policy-content h2, .policy-content h4, .policy-content h5, .policy-content h6, .policy-content h3 {
      color: #2c353e;
      font-family: "Poppins", sans-serif;
      letter-spacing: -0.18px;
      margin-bottom: 1rem;
      margin-top: 2.5rem; }
      @media (max-width: 576px) {
        .policy-content h1, .policy-content h2, .policy-content h4, .policy-content h5, .policy-content h6, .policy-content h3 {
          letter-spacing: -0.16px;
          margin-top: 2.6rem;
          margin-bottom: 2.6rem; } }
    .policy-content ul {
      margin-bottom: 4rem; }
      .policy-content ul li {
        color: rgba(44, 53, 62, 0.7);
        font-family: "Poppins", sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.16px;
        display: block; }
        @media (max-width: 576px) {
          .policy-content ul li {
            font-size: 1.5rem; } }
        .policy-content ul li::marker {
          color: #2c353e; }
        .policy-content ul li strong {
          color: #2c353e;
          font-family: "Poppins", sans-serif;
          font-size: 1.6rem;
          font-style: normal;
          font-weight: 400;
          letter-spacing: -0.16px; }
          @media (max-width: 576px) {
            .policy-content ul li strong {
              font-size: 1.5rem; } }
      .policy-content ul:not(:first-of-type) li::marker {
        color: rgba(44, 53, 62, 0.7); }
    .policy-content:last-child ul {
      margin-top: 1rem;
      margin-bottom: 1rem; }

.contact {
  position: relative;
  padding-top: var(--header-height);
  padding-bottom: 7.6rem; }
  @media (max-width: 767px) {
    .contact {
      padding-bottom: 0; } }
  .contact:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 119rem;
    content: '';
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffbf7), to(rgba(255, 251, 247, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    background: linear-gradient(180deg, #fffbf7 0%, rgba(255, 251, 247, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
  .contact-intro {
    padding-top: 6.2rem; }
    @media (max-width: 991px) {
      .contact-intro {
        padding-top: 3.4rem; } }
    .contact-intro .title h1 {
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      font-weight: 600;
      font-style: normal;
      line-height: 1;
      text-align: center;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      color: #c79953; }
      @media (max-width: 576px) {
        .contact-intro .title h1 {
          font-size: 1.2rem; } }
    .contact-intro .motto p {
      font-size: 5.2rem;
      font-weight: 600;
      font-style: normal;
      line-height: 1;
      margin-top: 3.7rem;
      text-align: center;
      letter-spacing: -0.52px;
      color: #2c353e; }
      @media (max-width: 576px) {
        .contact-intro .motto p {
          font-size: 2.4rem;
          margin-top: 2rem; } }
  .contact .map-content {
    height: 51.9rem;
    margin-top: 4rem;
    margin-right: 10rem;
    margin-left: 10rem;
    -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
            box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25); }
    @media (max-width: 991px) {
      .contact .map-content {
        margin-right: 0;
        margin-left: 0; } }
    @media (max-width: 576px) {
      .contact .map-content {
        margin-right: 0;
        margin-left: 0;
        height: auto; } }
    .contact .map-content-frame {
      height: 39.7rem !important; }
      @media (max-width: 576px) {
        .contact .map-content-frame {
          height: 21rem; } }
      .contact .map-content-frame iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0 !important; }
    .contact .map-content #map {
      height: 39.7rem;
      max-height: 39.7rem; }
      @media (max-width: 576px) {
        .contact .map-content #map {
          height: 21rem; } }
    .contact .map-content-info {
      width: 100%;
      height: 12.2rem;
      background: #ffffff; }
      @media (max-width: 576px) {
        .contact .map-content-info {
          height: auto; } }
      .contact .map-content-info .address {
        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;
        width: 100%;
        height: 100%;
        padding: 2rem 3.1rem; }
        @media (max-width: 576px) {
          .contact .map-content-info .address {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 3rem; } }
        .contact .map-content-info .address-left {
          display: grid;
          grid-template-areas: 'pin address 0' 'location location location';
          -webkit-column-gap: 1.5rem;
             -moz-column-gap: 1.5rem;
                  column-gap: 1.5rem;
          row-gap: 0.5rem; }
          .contact .map-content-info .address-left .location-icon {
            font-size: 2rem;
            color: #d9ac66;
            grid-area: pin; }
          .contact .map-content-info .address-left .text {
            font-family: "Poppins", sans-serif;
            font-size: 1.4rem;
            font-weight: 500;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.56px;
            text-transform: uppercase;
            opacity: 0.6;
            color: #2c353e;
            grid-area: address; }
          .contact .map-content-info .address-left .location {
            font-family: "Poppins", sans-serif;
            font-size: 1.7rem;
            font-weight: 500;
            font-style: normal;
            line-height: normal;
            letter-spacing: 0.34px;
            color: rgba(44, 53, 62, 0.8);
            grid-area: location; }
            @media (max-width: 576px) {
              .contact .map-content-info .address-left .location {
                font-size: 1.6rem; } }
            @media (max-width: 550px) {
              .contact .map-content-info .address-left .location {
                max-width: 80%; } }
        .contact .map-content-info .address-right {
          font-family: "Poppins", sans-serif;
          font-size: 1.3rem;
          font-weight: 700;
          font-style: normal;
          line-height: normal;
          position: relative;
          z-index: 50;
          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: 15.2rem;
          height: 5.2rem;
          -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
          letter-spacing: 0.26px;
          text-transform: uppercase;
          color: #c79953;
          border-radius: 5rem;
          background: rgba(212, 166, 94, 0.2); }
          .contact .map-content-info .address-right:after {
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            border-radius: 5rem;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.2)), to(rgba(217, 172, 102, 0.2))), rgba(212, 166, 94, 0.2);
            background: linear-gradient(0deg, rgba(217, 172, 102, 0.2) 0%, rgba(217, 172, 102, 0.2) 100%), rgba(212, 166, 94, 0.2); }
          .contact .map-content-info .address-right:after {
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            border-radius: 5rem;
            background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.2)), to(rgba(217, 172, 102, 0.2))), rgba(212, 166, 94, 0.2);
            background: linear-gradient(0deg, rgba(217, 172, 102, 0.2) 0%, rgba(217, 172, 102, 0.2) 100%), rgba(212, 166, 94, 0.2);
            opacity: 0;
            -webkit-transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
            transition: opacity 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
          .contact .map-content-info .address-right:hover:after {
            opacity: 1; }
          @media (max-width: 576px) {
            .contact .map-content-info .address-right:hover {
              text-decoration: underline; }
              .contact .map-content-info .address-right:hover:after {
                opacity: 0; } }
          @media (max-width: 576px) {
            .contact .map-content-info .address-right {
              height: auto;
              background: transparent; } }
  .contact-bottom {
    width: 100%; }
    .contact-bottom span.wpcf7-not-valid-tip {
      width: 100%;
      font-family: "Poppins", sans-serif;
      color: #e13551; }
    .contact-bottom .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 6.8rem;
      padding-right: 10rem;
      padding-left: 10rem;
      gap: 5.6rem; }
      @media (max-width: 991px) {
        .contact-bottom .wrapper {
          padding-right: 5rem;
          padding-left: 5rem;
          gap: 3.6rem; } }
      @media (max-width: 767px) {
        .contact-bottom .wrapper {
          padding-left: 0;
          padding-right: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 4rem;
          padding-top: 0; } }
      .contact-bottom .wrapper .left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 34.14%;
                flex: 0 0 34.14%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media (max-width: 767px) {
          .contact-bottom .wrapper .left {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            width: 100%; } }
        .contact-bottom .wrapper .left .title {
          font-size: 3.2rem;
          font-weight: 500;
          font-style: normal;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          line-height: 1.2;
          padding-top: 4rem;
          padding-bottom: 4rem;
          color: #2c353e; }
          @media (max-width: 767px) {
            .contact-bottom .wrapper .left .title {
              font-size: 2.2rem;
              padding-top: 0;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              gap: 1rem;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding-bottom: 2rem; } }
        .contact-bottom .wrapper .left .social {
          padding-bottom: 15rem; }
          @media (max-width: 767px) {
            .contact-bottom .wrapper .left .social {
              padding-bottom: 4rem;
              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;
              width: 100%; } }
        .contact-bottom .wrapper .left .phone {
          padding-bottom: 6.1rem; }
          @media (max-width: 767px) {
            .contact-bottom .wrapper .left .phone {
              padding-bottom: 0; } }
        @media (max-width: 767px) {
          .contact-bottom .wrapper .left .contact-info-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; } }
        @media (max-width: 460px) {
          .contact-bottom .wrapper .left .contact-info-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 3rem; } }
      .contact-bottom .wrapper .right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60.49%;
                flex: 0 0 60.49%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 3.2rem;
        background: #ffffff;
        -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
                box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25); }
        @media (max-width: 767px) {
          .contact-bottom .wrapper .right {
            padding: 2.4rem 1.6rem;
            width: 100%; } }
        .contact-bottom .wrapper .right .contact-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative; }
          .contact-bottom .wrapper .right .contact-form .title {
            font-size: 2.4rem;
            font-weight: 500;
            font-style: normal;
            line-height: 1;
            margin-bottom: 3.5rem;
            letter-spacing: -0.24px;
            color: #2c353e; }
            @media (max-width: 767px) {
              .contact-bottom .wrapper .right .contact-form .title {
                font-size: 2rem;
                margin-bottom: 3.2rem; } }
          .contact-bottom .wrapper .right .contact-form .name {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%; }
            @media (max-width: 576px) {
              .contact-bottom .wrapper .right .contact-form .name {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            .contact-bottom .wrapper .right .contact-form .name .form-group:has(.wpcf7-not-valid-tip) {
              margin-bottom: 3.2rem; }
            .contact-bottom .wrapper .right .contact-form .name .form-group {
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 49%;
                      flex: 0 0 49%;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              margin-bottom: 2.4rem;
              gap: 1rem; }
              @media (max-width: 576px) {
                .contact-bottom .wrapper .right .contact-form .name .form-group {
                  margin-bottom: 2rem; } }
              .contact-bottom .wrapper .right .contact-form .name .form-group label {
                font-family: "Poppins", sans-serif;
                font-size: 1.3rem;
                font-weight: 500;
                font-style: normal;
                line-height: 1;
                margin: 0;
                letter-spacing: -0.13px;
                color: #2c353e; }
              .contact-bottom .wrapper .right .contact-form .name .form-group label.error {
                color: #e13551 !important;
                margin-top: 1rem;
                font-family: "Poppins", sans-serif;
                font-size: 1.3rem;
                font-weight: 400;
                line-height: 1;
                text-align: left; }
              .contact-bottom .wrapper .right .contact-form .name .form-group input {
                width: 100%;
                height: 4.4rem;
                font-family: "Poppins", sans-serif;
                border: 1px solid rgba(177, 183, 189, 0.2);
                border-radius: 0.8rem;
                padding: 0 1.6rem;
                background: rgba(217, 172, 102, 0.02); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:-moz-placeholder-shown) {
                  border-color: #e13551; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:-ms-input-placeholder) {
                  border-color: #e13551; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:placeholder-shown) {
                  border-color: #e13551; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:focus {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: #2c353e;
                  border-color: #d9ac66;
                  outline: 1px #d9ac66 solid; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input::-webkit-input-placeholder {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input::-moz-placeholder {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:-ms-input-placeholder {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input::-ms-input-placeholder {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input::placeholder {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  font-style: normal;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:-moz-placeholder-shown) ~ .warning-message {
                  display: block; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:-ms-input-placeholder) ~ .warning-message {
                  display: block; }
                .contact-bottom .wrapper .right .contact-form .name .form-group input:invalid:not(:placeholder-shown) ~ .warning-message {
                  display: block; }
              .contact-bottom .wrapper .right .contact-form .name .form-group .warning-message {
                font-family: "Poppins", sans-serif;
                font-size: 1.3rem;
                font-weight: 400;
                line-height: 1.6rem;
                position: absolute;
                top: calc(100% + 0.4rem);
                left: 1.6rem;
                display: none;
                color: #e13551; }
          .contact-bottom .wrapper .right .contact-form .email-country {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            width: 100%;
            gap: 1rem; }
            @media (max-width: 576px) {
              .contact-bottom .wrapper .right .contact-form .email-country {
                padding-top: 0;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                gap: 0; } }
            .contact-bottom .wrapper .right .contact-form .email-country .email {
              width: 50%; }
              @media (max-width: 576px) {
                .contact-bottom .wrapper .right .contact-form .email-country .email {
                  width: 100%; } }
              .contact-bottom .wrapper .right .contact-form .email-country .email .form-group:has(.wpcf7-not-valid-tip) {
                margin-bottom: 3.2rem; }
              .contact-bottom .wrapper .right .contact-form .email-country .email .form-group {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -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;
                width: 100%; }
                @media (max-width: 576px) {
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group .wpcf7-form-control-wrap {
                    width: 100%; } }
                .contact-bottom .wrapper .right .contact-form .email-country .email .form-group label {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.3rem;
                  font-weight: 500;
                  font-style: normal;
                  line-height: 1;
                  margin: 0;
                  padding-bottom: 1rem;
                  letter-spacing: -0.13px;
                  color: #2c353e; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group label:last-child {
                    color: #e13551 !important;
                    margin-top: 1rem;
                    text-align: center;
                    font-family: "Poppins", sans-serif;
                    font-size: 1.3rem;
                    font-weight: 400;
                    line-height: 1; }
                .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input,
                .contact-bottom .wrapper .right .contact-form .email-country .email .form-group select {
                  width: 100%; }
                .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input {
                  width: 100%;
                  height: 4.4rem;
                  font-family: "Poppins", sans-serif;
                  border: 1px solid rgba(177, 183, 189, 0.2);
                  border-radius: 0.8rem;
                  background: rgba(217, 172, 102, 0.02);
                  padding: 0 1.6rem; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:-moz-placeholder-shown) {
                    border-color: #e13551; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:-ms-input-placeholder) {
                    border-color: #e13551; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:placeholder-shown) {
                    border-color: #e13551; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:focus {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: #2c353e;
                    border-color: #d9ac66;
                    outline: 1px #d9ac66 solid; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input::-webkit-input-placeholder {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: rgba(44, 53, 62, 0.35); }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input::-moz-placeholder {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: rgba(44, 53, 62, 0.35); }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:-ms-input-placeholder {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: rgba(44, 53, 62, 0.35); }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input::-ms-input-placeholder {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: rgba(44, 53, 62, 0.35); }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input::placeholder {
                    font-family: "Poppins", sans-serif;
                    font-size: 1.5rem;
                    font-weight: 400;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: -0.15px;
                    color: rgba(44, 53, 62, 0.35); }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:-moz-placeholder-shown) ~ .warning-message {
                    display: block; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:-ms-input-placeholder) ~ .warning-message {
                    display: block; }
                  .contact-bottom .wrapper .right .contact-form .email-country .email .form-group input:invalid:not(:placeholder-shown) ~ .warning-message {
                    display: block; }
                .contact-bottom .wrapper .right .contact-form .email-country .email .form-group .warning-message {
                  margin-top: 5rem; }
            .contact-bottom .wrapper .right .contact-form .email-country .country {
              width: 50%; }
              @media (max-width: 576px) {
                .contact-bottom .wrapper .right .contact-form .email-country .country {
                  width: 100%;
                  margin-top: 2.2rem; } }
              .contact-bottom .wrapper .right .contact-form .email-country .country .form-group:has(.wpcf7-not-valid-tip) {
                margin-bottom: 3.2rem; }
              .contact-bottom .wrapper .right .contact-form .email-country .country .form-group {
                margin-bottom: 1rem;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -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;
                width: 100%; }
                .contact-bottom .wrapper .right .contact-form .email-country .country .form-group label {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.3rem;
                  font-weight: 500;
                  font-style: normal;
                  line-height: 1;
                  margin: 0;
                  padding-bottom: 1rem;
                  letter-spacing: -0.13px;
                  color: #2c353e; }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group label:last-child {
                    color: #e13551 !important;
                    margin-top: 1rem;
                    text-align: center;
                    font-family: "Poppins", sans-serif;
                    font-size: 1.3rem;
                    font-weight: 400;
                    line-height: 1; }
                .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  line-height: 1;
                  width: 100%;
                  height: 4.4rem;
                  padding: 0 1.6rem;
                  cursor: pointer;
                  letter-spacing: -0.15px;
                  color: #2c353e;
                  border: 1px solid rgba(177, 183, 189, 0.2);
                  border-radius: 0.8rem;
                  background: rgba(217, 172, 102, 0.02);
                  -webkit-appearance: none;
                     -moz-appearance: none;
                          appearance: none; }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select::-ms-expand {
                    display: none; }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select:-moz-focusring {
                    color: transparent;
                    text-shadow: 0 0 0 #2c353e; }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select:focus {
                    border-color: #c79953;
                    outline: none;
                    -webkit-box-shadow: unset;
                            box-shadow: unset; }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select:hover {
                    border-color: rgba(177, 183, 189, 0.4); }
                  .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select option {
                    padding: 1.2rem;
                    color: #2c353e;
                    background: #ffffff; }
                    .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select option:first-child {
                      color: rgba(44, 53, 62, 0.35); }
                    .contact-bottom .wrapper .right .contact-form .email-country .country .form-group select option:hover {
                      background-color: rgba(199, 153, 83, 0.1); }
          .contact-bottom .wrapper .right .contact-form .phone:has(.wpcf7-not-valid-tip) {
            margin-bottom: 3.2rem; }
          .contact-bottom .wrapper .right .contact-form .phone {
            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%;
            padding-top: 2.2rem; }
            .contact-bottom .wrapper .right .contact-form .phone label {
              font-family: "Poppins", sans-serif;
              font-size: 1.3rem;
              font-weight: 500;
              font-style: normal;
              line-height: 1;
              margin: 0;
              padding-bottom: 1rem;
              letter-spacing: -0.13px;
              color: #2c353e; }
            .contact-bottom .wrapper .right .contact-form .phone .phone-group:has(#phone-error) {
              margin-bottom: 2.2rem; }
            .contact-bottom .wrapper .right .contact-form .phone .phone-group {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              width: 100%;
              gap: 1rem;
              position: relative; }
              .contact-bottom .wrapper .right .contact-form .phone .phone-group .wpcf7-form-control-wrap {
                width: 100%; }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .wpcf7-form-control-wrap:first-child {
                  width: 27%; }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .wpcf7-form-control-wrap input {
                  width: 100%; }
              .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper {
                position: relative;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 20.9%;
                        flex: 0 0 20.9%; }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper select.select-phone-code {
                  position: absolute;
                  width: 0;
                  height: 0;
                  pointer-events: none;
                  opacity: 0; }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .select-trigger {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  line-height: 1;
                  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;
                  width: 100%;
                  height: 4.4rem;
                  padding: 0 1rem;
                  cursor: pointer;
                  letter-spacing: -0.15px;
                  color: #2c353e;
                  border: 1px solid rgba(177, 183, 189, 0.2);
                  border-radius: 0.8rem;
                  background: rgba(217, 172, 102, 0.02); }
                  .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .select-trigger .dropdown-icon {
                    font-size: 1.3rem;
                    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;
                    -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; }
                  .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .select-trigger:hover {
                    border-color: #d9ac66;
                    outline: 0.5px solid #d9ac66;
                    -webkit-box-shadow: unset !important;
                            box-shadow: unset !important; }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown {
                  position: absolute;
                  z-index: 200;
                  top: calc(100% + 0.4rem);
                  left: 0;
                  visibility: hidden;
                  overflow-y: scroll;
                  scrollbar-width: thin;
                  width: 100%;
                  max-height: 18.4rem;
                  -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease;
                  opacity: 0;
                  border: 1px solid rgba(177, 183, 189, 0.2);
                  border-radius: 8px;
                  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
                  background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff;
                  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
                  .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown.show {
                    visibility: visible;
                    opacity: 1; }
                  .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    padding: 1.4rem;
                    cursor: pointer;
                    -webkit-transition: background 0.2s ease;
                    transition: background 0.2s ease;
                    border-bottom: 1px solid rgba(177, 183, 189, 0.2);
                    gap: 0.8rem;
                    -webkit-transition: background 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
                    transition: background 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
                    .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item:last-child {
                      border-bottom: none; }
                    .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item .flag-icon {
                      -ms-flex-negative: 0;
                          flex-shrink: 0;
                      width: 1.6rem;
                      height: 1.6rem; }
                    .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item .country-code {
                      font-family: "Poppins", sans-serif;
                      font-size: 1.5rem;
                      font-weight: 400;
                      line-height: 1;
                      letter-spacing: -0.15px;
                      color: #2c353e; }
                    .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item:hover {
                      background-color: rgba(199, 153, 83, 0.1); }
                    .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper .custom-select-dropdown .option-item.selected {
                      background-color: rgba(199, 153, 83, 0.2); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .select-phone-code-wrapper.active .select-trigger .dropdown-icon {
                  -webkit-transform: rotate(180deg);
                      -ms-transform: rotate(180deg);
                          transform: rotate(180deg); }
              .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                line-height: 1;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 77.5%;
                        flex: 0 0 77.5%;
                height: 4.4rem;
                padding: 0 1.6rem;
                letter-spacing: -0.15px;
                color: #2c353e;
                border: 1px solid rgba(177, 183, 189, 0.2);
                border-radius: 0.8rem;
                background: rgba(217, 172, 102, 0.02); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone::-webkit-input-placeholder {
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone::-moz-placeholder {
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone:-ms-input-placeholder {
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone::-ms-input-placeholder {
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone::placeholder {
                  color: rgba(44, 53, 62, 0.35); }
                .contact-bottom .wrapper .right .contact-form .phone .phone-group .input-phone:focus {
                  border-color: #d9ac66;
                  outline: 1px #d9ac66 solid; }
              .contact-bottom .wrapper .right .contact-form .phone .phone-group #phone-error {
                position: absolute;
                left: 0;
                top: 5rem; }
          .contact-bottom .wrapper .right .contact-form .message {
            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%;
            margin-top: 2.2rem; }
            .contact-bottom .wrapper .right .contact-form .message label {
              font-family: "Poppins", sans-serif;
              font-size: 1.3rem;
              font-weight: 500;
              font-style: normal;
              line-height: 1;
              margin: 0;
              padding-bottom: 1rem;
              letter-spacing: -0.13px;
              color: #2c353e; }
              .contact-bottom .wrapper .right .contact-form .message label:last-child {
                margin-top: 1rem;
                text-align: left;
                font-family: "Poppins", sans-serif;
                font-size: 1.3rem;
                font-weight: 400;
                line-height: 1;
                text-align: left; }
            .contact-bottom .wrapper .right .contact-form .message .input-textarea {
              font-family: "Poppins", sans-serif;
              font-size: 1.5rem;
              font-weight: 400;
              line-height: 1;
              width: 100%;
              height: 12.4rem;
              padding: 1.6rem;
              resize: none;
              letter-spacing: -0.15px;
              color: #2c353e;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 0.8rem;
              background: rgba(217, 172, 102, 0.02); }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea:focus {
                border-color: #d9ac66;
                outline: 1px #d9ac66 solid;
                -webkit-box-shadow: unset !important;
                        box-shadow: unset !important; }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea::-webkit-input-placeholder {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: rgba(44, 53, 62, 0.35); }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea::-moz-placeholder {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: rgba(44, 53, 62, 0.35); }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea:-ms-input-placeholder {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: rgba(44, 53, 62, 0.35); }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea::-ms-input-placeholder {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: rgba(44, 53, 62, 0.35); }
              .contact-bottom .wrapper .right .contact-form .message .input-textarea::placeholder {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: rgba(44, 53, 62, 0.35); }
            .contact-bottom .wrapper .right .contact-form .message .warning-message {
              top: calc(100% + 0.4rem);
              left: 1.6rem; }
          .contact-bottom .wrapper .right .contact-form .button-submit {
            font-family: "Poppins", sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            font-style: normal;
            line-height: 1;
            width: 100%;
            height: 5.2rem;
            letter-spacing: 0.26px;
            text-transform: uppercase;
            color: #ffffff;
            border-radius: 5rem;
            -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
                    box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
            margin-bottom: 1.5rem; }
          .contact-bottom .wrapper .right .contact-form .wp-submit {
            font-family: "Poppins", sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            font-style: normal;
            line-height: 1;
            width: 100%;
            height: 5.2rem;
            letter-spacing: 0.26px;
            text-transform: uppercase;
            color: #ffffff;
            border-radius: 5rem;
            -webkit-box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
                    box-shadow: 0px 10px 12px -8px rgba(87, 58, 15, 0.35);
            margin-top: 2rem;
            margin-bottom: 1.5rem; }
          .contact-bottom .wrapper .right .contact-form .message-status-wrapper {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            gap: 1rem; }
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-success,
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-error {
              font-family: "Poppins", sans-serif;
              font-size: 1.4rem;
              font-weight: 500;
              line-height: 1.4;
              padding: 1.2rem;
              border-radius: 0.8rem;
              -webkit-transition: opacity 0.3s ease;
              transition: opacity 0.3s ease;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              opacity: 0; }
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-success {
              color: #59b439;
              background-color: rgba(40, 167, 69, 0.1);
              border: 1px solid rgba(40, 167, 69, 0.2); }
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-error {
              color: #e13551;
              background-color: rgba(220, 53, 69, 0.1);
              border: 1px solid rgba(220, 53, 69, 0.2); }
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .hidden {
              opacity: 0;
              pointer-events: none; }
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-success:not(.hidden),
            .contact-bottom .wrapper .right .contact-form .message-status-wrapper .message-send-error:not(.hidden) {
              opacity: 1; }

select.select-country option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.4rem;
  padding: 1.2rem 1.6rem; }

@-moz-document url-prefix() {
  select.select-country option {
    padding: 1.2rem 1.6rem;
    min-height: 4.4rem; } }

.select-country-wrapper {
  position: relative;
  z-index: 99999;
  width: 100%; }
  .select-country-wrapper select.select-country {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0; }
  .select-country-wrapper .select-trigger {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    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;
    width: 100%;
    height: 4.4rem;
    padding: 0 1.6rem;
    padding-right: 1.6rem;
    cursor: pointer;
    letter-spacing: -0.15px;
    color: #2c353e;
    border: 1px solid rgba(177, 183, 189, 0.2);
    border-radius: 0.8rem;
    background: rgba(217, 172, 102, 0.02); }
    .select-country-wrapper .select-trigger .dropdown-icon {
      font-size: 1.3rem;
      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;
      -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; }
    .select-country-wrapper .select-trigger:hover {
      border-color: #d9ac66;
      outline: 0.5px solid #d9ac66;
      -webkit-box-shadow: unset !important;
              box-shadow: unset !important; }
  .select-country-wrapper.active .select-trigger .dropdown-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select-country-wrapper .custom-select-dropdown {
    position: absolute;
    z-index: 99;
    top: calc(100% + 0.4rem);
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    max-height: 16.4rem;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    border: 1px solid rgba(177, 183, 189, 0.3);
    border-radius: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
    background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
    .select-country-wrapper .custom-select-dropdown.show {
      visibility: visible;
      opacity: 1; }
    .select-country-wrapper .custom-select-dropdown .option-item {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1.4rem;
      cursor: pointer;
      letter-spacing: -0.15px;
      color: #2c353e;
      border-bottom: 1px solid rgba(177, 183, 189, 0.2);
      gap: 0.8rem;
      -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
      position: relative; }
      .select-country-wrapper .custom-select-dropdown .option-item:last-child {
        border-bottom: none; }
      .select-country-wrapper .custom-select-dropdown .option-item:hover {
        background-color: rgba(199, 153, 83, 0.1); }
      .select-country-wrapper .custom-select-dropdown .option-item.selected {
        background-color: rgba(199, 153, 83, 0.2); }

.kvkk:has(label.error) {
  margin-bottom: 2.2rem; }

.kvkk {
  padding-bottom: 2.8rem;
  margin-top: 3rem;
  position: relative; }
  @media (max-width: 576px) {
    .kvkk {
      margin-top: 2.8rem; } }
  .kvkk .checkbox-label {
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2c353e;
    gap: 1rem; }
    .kvkk .checkbox-label label.error {
      position: absolute;
      left: 0;
      top: 30%;
      color: #e13551; }
      @media (max-width: 991px) {
        .kvkk .checkbox-label label.error {
          top: 40%; } }
      @media (max-width: 576px) {
        .kvkk .checkbox-label label.error {
          top: 50%; } }
    .kvkk .checkbox-label .kvkk-link {
      font-weight: 500;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      text-decoration: none;
      color: #c79953; }
      .kvkk .checkbox-label .kvkk-link:hover {
        color: #ae8039; }

.form-group,
.phone-group,
.message {
  position: relative; }
  .form-group .warning-message,
  .phone-group .warning-message,
  .message .warning-message {
    margin-top: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e13551; }
  .form-group input.invalid,
  .form-group select.invalid,
  .form-group textarea.invalid,
  .phone-group input.invalid,
  .phone-group select.invalid,
  .phone-group textarea.invalid,
  .message input.invalid,
  .message select.invalid,
  .message textarea.invalid {
    border-color: #ff3b30; }
    .form-group input.invalid:focus,
    .form-group select.invalid:focus,
    .form-group textarea.invalid:focus,
    .phone-group input.invalid:focus,
    .phone-group select.invalid:focus,
    .phone-group textarea.invalid:focus,
    .message input.invalid:focus,
    .message select.invalid:focus,
    .message textarea.invalid:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }

.phone-group .warning-message:nth-of-type(1) {
  left: 0;
  width: 12.3rem; }

.phone-group .warning-message:nth-of-type(2) {
  left: 13.3rem; }

.form-group,
.phone-group,
.message {
  position: relative; }
  .form-group .warning-message,
  .phone-group .warning-message,
  .message .warning-message {
    margin-top: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 100%;
    left: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e13551; }

.input-error .input-text,
.input-error .input-phone {
  border-color: #e13551 !important; }
  .input-error .input-text:focus,
  .input-error .input-phone:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }

.input-error .select-trigger {
  border-color: #e13551 !important; }
  .input-error .select-trigger:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }

.input-error .input-textarea {
  border-color: #e13551 !important; }
  .input-error .input-textarea:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }

.custom-pin {
  background: none !important;
  border: none !important; }
  .custom-pin .custom-marker-icon {
    width: 4rem;
    height: 4rem;
    color: #d9ac66;
    -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .custom-pin .custom-marker-icon:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.leaflet-marker-shadow {
  display: none; }

.blog {
  position: relative;
  width: 100%;
  padding-top: var(--header-height); }
  .blog:before {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
  .blog:after {
    position: absolute;
    content: '';
    left: 0;
    top: 39.5rem;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee;
    z-index: -1; }
  @media (max-width: 991px) {
    .blog-intro {
      padding-bottom: 0; } }
  @media (max-width: 991px) {
    .blog-intro .motto {
      margin-bottom: unset; } }

body.modal-video-active {
  overflow: hidden; }

.modal-video-body {
  max-width: 112rem;
  padding: 0; }

.modal-video-overlay {
  overflow: hidden;
  background: rgba(31, 31, 31, 0.5) !important;
  border-radius: 1rem !important; }

.modal-video-close {
  display: none !important; }

.modal-video-movie-wrap {
  position: relative;
  overflow: visible !important;
  border-radius: 1rem !important; }
  .modal-video-movie-wrap:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9.6rem;
    content: '';
    pointer-events: none;
    border-radius: 0 0 1rem 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.modal-video-inner {
  border-radius: 1rem;
  overflow: hidden;
  max-width: 104.4rem;
  padding: 0 4rem; }

.modal-video-body {
  border-radius: 1rem;
  overflow: hidden;
  position: relative; }

.modal-video-close-btn {
  z-index: 99;
  position: absolute;
  right: -20px;
  top: -20px;
  background: #fff;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  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; }
  .modal-video-close-btn:after, .modal-video-close-btn:before {
    background-color: #2c353e; }
  .modal-video-close-btn .icon {
    width: 24px;
    height: 24px; }
  .modal-video-close-btn:hover {
    background: #f5f5f5; }

.modal-video .custom-close-btn {
  z-index: 999;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fff;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  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; }
  .modal-video .custom-close-btn .icon {
    width: 24px;
    height: 24px; }
  .modal-video .custom-close-btn:hover {
    background: #f5f5f5; }

.modal-video-movie-wrap iframe {
  border-radius: 1rem; }

.blog-detail {
  position: relative;
  width: 100%;
  padding-top: var(--header-height); }
  .blog-detail .container--small {
    width: 90rem;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .blog-detail .container--small {
        width: 100% !important; } }
  .blog-detail:before {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .blog-detail .intro {
    position: relative;
    width: 100%; }
    .blog-detail .intro:before {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      opacity: 0.5;
      background: -webkit-gradient(linear, left top, left bottom, from(#fffbf7), to(rgba(255, 251, 247, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
      background: linear-gradient(180deg, #fffbf7 0%, rgba(255, 251, 247, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
    .blog-detail .intro-title h1 {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      font-style: normal;
      line-height: normal;
      margin-top: 6.2rem;
      margin-bottom: 3.7rem;
      text-align: center;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      color: #c79953; }
      @media (max-width: 576px) {
        .blog-detail .intro-title h1 {
          margin-top: 3.4rem;
          margin-bottom: 1.7rem;
          font-size: 1.2rem;
          letter-spacing: 3.6px; } }
    .blog-detail .intro-motto p {
      font-size: 4rem;
      font-weight: 600;
      font-style: normal;
      line-height: 1.5;
      max-width: 93.52rem;
      margin-right: auto;
      margin-bottom: 6rem;
      margin-left: auto;
      text-align: center;
      letter-spacing: -0.4px;
      color: #2c353e; }
      @media (max-width: 576px) {
        .blog-detail .intro-motto p {
          font-size: 2rem;
          line-height: 3rem;
          margin-bottom: 3rem; } }
    .blog-detail .intro-image {
      width: 90rem;
      height: 42rem;
      margin-right: auto;
      margin-left: auto; }
      @media (max-width: 991px) {
        .blog-detail .intro-image {
          width: 100%; } }
      @media (max-width: 576px) {
        .blog-detail .intro-image {
          width: 95%;
          height: 20rem;
          position: relative;
          z-index: 9; } }
      .blog-detail .intro-image img {
        width: 100%;
        height: 100%;
        border-radius: 3rem 3rem 0 0;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 576px) {
          .blog-detail .intro-image img {
            border-radius: 1.2rem; } }
  .blog-detail .text-content {
    position: relative;
    padding-top: 5.2rem;
    padding-right: 7rem;
    padding-bottom: 7.2rem;
    padding-left: 7rem;
    border-radius: 0 0 3rem 3rem;
    background: #ffffff;
    -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
            box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25); }
    @media (max-width: 576px) {
      .blog-detail .text-content {
        padding: 8.8rem calc(2.5% + 10px) 2.8rem;
        -webkit-transform: translateY(-6.8rem);
            -ms-transform: translateY(-6.8rem);
                transform: translateY(-6.8rem);
        border-radius: 0 0 1.6rem 1.6rem;
        margin-bottom: -5rem; } }
    .blog-detail .text-content p:last-child {
      margin-bottom: unset !important; }
    .blog-detail .text-content h1,
    .blog-detail .text-content h2,
    .blog-detail .text-content h3,
    .blog-detail .text-content h4,
    .blog-detail .text-content h5,
    .blog-detail .text-content h6 {
      font-family: "Poppins", sans-serif !important;
      font-size: 1.8rem;
      font-weight: 500;
      font-style: normal;
      line-height: normal;
      margin-bottom: 1.8rem;
      letter-spacing: -0.18px;
      color: #2c353e; }
      @media (max-width: 576px) {
        .blog-detail .text-content h1,
        .blog-detail .text-content h2,
        .blog-detail .text-content h3,
        .blog-detail .text-content h4,
        .blog-detail .text-content h5,
        .blog-detail .text-content h6 {
          font-size: 1.6rem;
          line-height: 2.8rem;
          letter-spacing: -0.16px;
          margin-bottom: 1rem; } }
    .blog-detail .text-content ul {
      margin-bottom: 0.5rem; }
      .blog-detail .text-content ul li {
        font-family: "Poppins", sans-serif !important;
        font-size: 1.6rem !important;
        font-weight: 400 !important;
        font-style: normal !important;
        line-height: 1.8 !important;
        letter-spacing: -0.16px !important;
        color: rgba(44, 53, 62, 0.7); }
        @media (max-width: 576px) {
          .blog-detail .text-content ul li {
            font-size: 1.5rem !important;
            line-height: 2.8rem !important;
            letter-spacing: -0.15px !important;
            margin-bottom: 0 !important; } }
  .blog-detail .contect-info {
    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;
    margin-top: 3.6rem;
    padding-bottom: 1.2rem;
    border-bottom: rgba(31, 31, 31, 0.1) solid 1px; }
    @media (max-width: 737px) and (min-width: 576px) {
      .blog-detail .contect-info {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (max-width: 576px) {
      .blog-detail .contect-info {
        margin-top: 0;
        width: 90% !important;
        padding-bottom: 1rem; } }
    .blog-detail .contect-info .date {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0.3px;
      opacity: 0.7;
      color: #222222; }
    .blog-detail .contect-info .right {
      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;
      vertical-align: center; }
      .blog-detail .contect-info .right .share {
        font-family: "Poppins", sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        font-style: normal;
        line-height: 3;
        margin-right: 1.9rem;
        letter-spacing: 0.56px;
        text-transform: uppercase;
        opacity: 0.6;
        color: #2c353e; }
      @media (max-width: 576px) {
        .blog-detail .contect-info .right .social-media {
          gap: 1.8rem; } }
  .blog-detail .blog-posts {
    margin-top: 11.2rem;
    padding-bottom: 6rem; }
    @media (max-width: 576px) {
      .blog-detail .blog-posts {
        margin-top: 5rem;
        padding-bottom: 0rem; }
        .blog-detail .blog-posts .container {
          padding-right: 0; } }
    .blog-detail .blog-posts-top {
      width: 100%;
      height: 6.4rem;
      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;
      margin-bottom: 4rem; }
      @media (max-width: 576px) {
        .blog-detail .blog-posts-top {
          height: auto;
          margin-bottom: 2rem;
          padding-right: var(--container-gutter); } }
      .blog-detail .blog-posts-top h3 {
        font-size: 4.2rem;
        font-weight: 500;
        font-style: normal;
        line-height: normal;
        text-align: left;
        letter-spacing: -0.42px;
        color: #2c353e; }
        @media (max-width: 576px) {
          .blog-detail .blog-posts-top h3 {
            font-size: 2rem;
            line-height: normal;
            letter-spacing: -0.2px; } }
      .blog-detail .blog-posts-top .nav-buttons {
        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: 1.6rem; }
        @media (max-width: 576px) {
          .blog-detail .blog-posts-top .nav-buttons {
            gap: 1rem; } }
        .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-prev,
        .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-next {
          width: 6.4rem;
          height: 6.4rem;
          background-color: #ffffff;
          color: #c69852;
          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;
          font-size: 2rem;
          border-radius: 50%;
          -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -webkit-box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
                  box-shadow: 0px 14px 24px -16px rgba(87, 58, 15, 0.25);
          cursor: pointer; }
          .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-prev:hover,
          .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-next:hover {
            background: #c69852;
            color: #ffffff;
            border: 1px solid #ffffff; }
          @media (max-width: 576px) {
            .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-prev,
            .blog-detail .blog-posts-top .nav-buttons .blog-post-btn-next {
              width: 3.6rem;
              height: 3.6rem;
              font-size: 1.6rem; } }

.gallery {
  width: 100%; }
  .gallery:after {
    top: 41.5rem !important; }
  .gallery-intro {
    padding-bottom: 0; }
    .gallery-intro .title h1 {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      font-style: normal;
      line-height: 1;
      text-align: center;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      color: #c79953; }
    .gallery-intro .motto {
      margin-top: 3rem; }
      @media (max-width: 991px) {
        .gallery-intro .motto {
          margin-top: 2rem;
          margin-bottom: unset; } }
      .gallery-intro .motto p {
        font-size: 5.2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.2;
        text-align: center;
        letter-spacing: -0.52px;
        color: #2c353e; }
        @media (max-width: 767px) {
          .gallery-intro .motto p {
            font-size: 3.5rem; } }
        @media (max-width: 576px) {
          .gallery-intro .motto p {
            font-size: 2.4rem; } }
  .gallery-content {
    width: 100%; }
    @media (max-width: 991px) {
      .gallery-content .tab .tab-link-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .gallery-content .result-wrapper {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      grid-template-columns: 1fr 1fr 1fr;
      -webkit-column-gap: 3.3rem;
         -moz-column-gap: 3.3rem;
              column-gap: 3.3rem;
      row-gap: 4rem;
      justify-items: center; }
      @media (max-width: 1350px) {
        .gallery-content .result-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          grid-template-columns: 50% 50%;
          justify-items: center;
          -webkit-column-gap: 2.5rem;
             -moz-column-gap: 2.5rem;
                  column-gap: 2.5rem; } }
      @media (max-width: 767px) {
        .gallery-content .result-wrapper {
          grid-template-columns: 1fr; } }
      .gallery-content .result-wrapper .galley-posts {
        position: relative;
        width: 100%;
        max-width: 40.4rem; }
        @media (max-width: 1350px) {
          .gallery-content .result-wrapper .galley-posts {
            max-width: 48rem; } }
        @media (max-width: 1200px) {
          .gallery-content .result-wrapper .galley-posts {
            max-width: 55rem; } }
        @media (max-width: 767px) {
          .gallery-content .result-wrapper .galley-posts {
            max-width: 49rem; } }
        @media (max-width: 576px) {
          .gallery-content .result-wrapper .galley-posts {
            max-width: 40rem; } }
        @media (max-width: 444px) {
          .gallery-content .result-wrapper .galley-posts {
            max-width: 35rem; } }
        .gallery-content .result-wrapper .galley-posts:hover .gallery-swiper .nav-buttons {
          pointer-events: all;
          opacity: 1; }
        .gallery-content .result-wrapper .galley-posts .text-labels {
          font-family: "Poppins", sans-serif;
          font-size: 1.35rem;
          font-weight: 500;
          font-style: normal;
          line-height: normal;
          position: absolute;
          z-index: 10;
          top: 1.65rem;
          left: 0;
          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;
          width: 100%;
          letter-spacing: -0.135px;
          color: #c79953; }
          .gallery-content .result-wrapper .galley-posts .text-labels .left {
            margin-left: 1.5rem; }
          .gallery-content .result-wrapper .galley-posts .text-labels .right {
            margin-right: 1.5rem; }
        .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons {
          position: absolute;
          z-index: 10;
          top: 50%;
          right: 0;
          left: 0;
          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;
          width: 100%;
          -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          pointer-events: none;
          opacity: 0; }
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-prev,
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-next,
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-prev,
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-next {
            font-size: 1.5rem;
            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: 4rem;
            height: 4rem;
            -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
            transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
            color: #c69852;
            border-radius: 50%;
            background: #ffffff;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-prev:hover,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-next:hover,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-prev:hover,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-next:hover {
              color: #ffffff;
              border: #ffffff 1px solid;
              background: #c69852; }
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-prev:first-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-next:first-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-prev:first-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-next:first-child {
              margin-left: 1rem; }
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-prev:last-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-next:last-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-prev:last-child,
            .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-next:last-child {
              margin-right: 1rem; }
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .gallery-item-btn-next,
          .gallery-content .result-wrapper .galley-posts .gallery-swiper .nav-buttons .modal-swiper-btn-next {
            right: 0;
            left: unset; }
        .gallery-content .result-wrapper .galley-posts .slide-image {
          width: 100%;
          height: 28rem;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
          @media (max-width: 576px) {
            .gallery-content .result-wrapper .galley-posts .slide-image {
              height: 100%; } }
          .gallery-content .result-wrapper .galley-posts .slide-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
  .gallery .clinic-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem; }
    @media (max-width: 991px) {
      .gallery .clinic-wrapper {
        grid-template-columns: 1fr 1fr; } }
  .gallery .appointment-cta {
    margin-top: 22rem; }
    @media (max-width: 991px) {
      .gallery .appointment-cta {
        margin-top: 10rem; } }
    @media (max-width: 576px) {
      .gallery .appointment-cta {
        margin-top: 8rem; } }

.appointment {
  position: relative;
  padding-top: var(--header-height); }
  .appointment:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 61.9rem;
    content: '';
    opacity: 0.5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), radial-gradient(102.31% 104.38% at 7.13% 6.67%, #fff 0%, rgba(255, 255, 255, 0) 100%), rgba(61, 50, 42, 0.2); }
  .appointment:after {
    position: absolute;
    z-index: -1;
    top: 61.9rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .appointment-intro {
    padding: 6.5rem 10rem; }
    @media (max-width: 991px) {
      .appointment-intro {
        padding: 6.5rem 5rem; } }
    @media (max-width: 576px) {
      .appointment-intro {
        padding: 3.4rem 2.5rem; } }
    .appointment-intro .title h1 {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      font-style: normal;
      line-height: 1;
      text-align: center;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      color: #c79953; }
      @media (max-width: 576px) {
        .appointment-intro .title h1 {
          font-size: 1.2rem;
          letter-spacing: 3.6px; } }
    .appointment-intro .motto h2 {
      font-size: 4rem;
      font-weight: 600;
      font-style: normal;
      line-height: 1.5;
      max-width: 51rem;
      margin: 3.5rem auto 0;
      text-align: center;
      letter-spacing: -0.4px;
      color: #2c353e; }
      @media (max-width: 576px) {
        .appointment-intro .motto h2 {
          font-size: 2.4rem;
          line-height: 34px;
          max-width: 28rem;
          margin-top: 2rem;
          letter-spacing: -0.3px; } }
    .appointment-intro .hero-contact {
      margin: 3rem auto 0; }
      .appointment-intro .hero-contact .serv-contact-text {
        color: #2c353e;
        text-align: center; }
      .appointment-intro .hero-contact .serv-contact-number {
        color: #c89a54; }
        .appointment-intro .hero-contact .serv-contact-number:hover {
          -webkit-filter: brightness(0.9);
                  filter: brightness(0.9); }
  .appointment-form {
    margin-right: 17rem;
    margin-left: 17rem; }
    @media (max-width: 767px) {
      .appointment-form {
        margin: 0; } }
    .appointment-form .wpcf7-response-output {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 3%; }
    .appointment-form .wrapper {
      padding: 6rem 8rem;
      background: #ffffff; }
      @media (max-width: 576px) {
        .appointment-form .wrapper {
          padding: 2.4rem 1.6rem; } }
      .appointment-form .wrapper div label {
        font-family: "Poppins", sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        font-style: normal;
        line-height: 1;
        margin: 0;
        margin-bottom: 1rem;
        letter-spacing: -0.13px;
        color: #2c353e; }
        @media (max-width: 576px) {
          .appointment-form .wrapper div label {
            font-size: 1.25rem; } }
      .appointment-form .wrapper div > * input {
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        width: 100%;
        height: 4.4rem;
        padding: 0 1.6rem;
        color: #2c353e;
        border: 1px solid rgba(177, 183, 189, 0.2);
        border-radius: 0.8rem;
        background: rgba(217, 172, 102, 0.02); }
        @media (max-width: 576px) {
          .appointment-form .wrapper div > * input {
            font-size: 1.35rem; } }
        .appointment-form .wrapper div > * input:invalid:not(:-moz-placeholder-shown) {
          border-color: #e13551; }
        .appointment-form .wrapper div > * input:invalid:not(:-ms-input-placeholder) {
          border-color: #e13551; }
        .appointment-form .wrapper div > * input:invalid:not(:placeholder-shown) {
          border-color: #e13551; }
        .appointment-form .wrapper div > * input:focus {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          border-color: #d9ac66;
          outline: 1px #d9ac66 solid;
          -webkit-box-shadow: unset !important;
                  box-shadow: unset !important; }
          @media (max-width: 576px) {
            .appointment-form .wrapper div > * input:focus {
              font-size: 1.35rem; } }
        .appointment-form .wrapper div > * input::-webkit-input-placeholder {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          color: rgba(44, 53, 62, 0.35); }
        .appointment-form .wrapper div > * input::-moz-placeholder {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          color: rgba(44, 53, 62, 0.35); }
        .appointment-form .wrapper div > * input:-ms-input-placeholder {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          color: rgba(44, 53, 62, 0.35); }
        .appointment-form .wrapper div > * input::-ms-input-placeholder {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          color: rgba(44, 53, 62, 0.35); }
        .appointment-form .wrapper div > * input::placeholder {
          font-family: "Poppins", sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          font-style: normal;
          line-height: 1;
          letter-spacing: -0.15px;
          color: rgba(44, 53, 62, 0.35); }
          @media (max-width: 576px) {
            .appointment-form .wrapper div > * input::-webkit-input-placeholder {
              font-size: 1.35rem; }
            .appointment-form .wrapper div > * input::-moz-placeholder {
              font-size: 1.35rem; }
            .appointment-form .wrapper div > * input:-ms-input-placeholder {
              font-size: 1.35rem; }
            .appointment-form .wrapper div > * input::-ms-input-placeholder {
              font-size: 1.35rem; }
            .appointment-form .wrapper div > * input::placeholder {
              font-size: 1.35rem; } }
        .appointment-form .wrapper div > * input:invalid:not(:-moz-placeholder-shown) ~ .warning-message {
          display: block; }
        .appointment-form .wrapper div > * input:invalid:not(:-ms-input-placeholder) ~ .warning-message {
          display: block; }
        .appointment-form .wrapper div > * input:invalid:not(:placeholder-shown) ~ .warning-message {
          display: block; }
      .appointment-form .wrapper div .wpcf7-not-valid-tip {
        color: #e13551;
        font-family: "Poppins", sans-serif;
        -webkit-transform: translateY(1rem);
            -ms-transform: translateY(1rem);
                transform: translateY(1rem); }
      .appointment-form .wrapper div:has(.wpcf7-not-valid-tip) {
        margin-bottom: 2.2rem; }
        .appointment-form .wrapper div:has(.wpcf7-not-valid-tip) .phone {
          margin-bottom: 0; }
      .appointment-form .wrapper .name-country {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 2.2rem;
        gap: 2.4rem; }
        @media (max-width: 991px) {
          .appointment-form .wrapper .name-country {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .appointment-form .wrapper .name-country .name {
          width: 100%;
          position: relative; }
        .appointment-form .wrapper .name-country .country {
          width: 100%; }
          .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper {
            position: relative;
            z-index: 300;
            width: 100%; }
            .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper select {
              position: absolute;
              width: 0;
              height: 0;
              pointer-events: none;
              opacity: 0; }
            .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-trigger {
              font-family: "Poppins", sans-serif;
              font-size: 1.5rem;
              font-weight: 400;
              line-height: 1;
              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;
              width: 100%;
              height: 4.4rem;
              padding: 0 1.6rem;
              cursor: pointer;
              letter-spacing: -0.15px;
              color: #2c353e;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 0.8rem;
              background: rgba(217, 172, 102, 0.02); }
              @media (max-width: 576px) {
                .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-trigger {
                  font-size: 1.35rem; } }
              .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-trigger .dropdown-icon {
                font-size: 1.3rem;
                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;
                -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; }
              .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-trigger:hover {
                border-color: #d9ac66;
                outline: 0.5px solid #d9ac66;
                -webkit-box-shadow: unset !important;
                        box-shadow: unset !important; }
            .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper.active .appointment-trigger .dropdown-icon {
              -webkit-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg); }
            .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown {
              position: absolute;
              z-index: 99;
              top: calc(100% + 0.4rem);
              left: 0;
              visibility: hidden;
              overflow-y: scroll;
              width: 100%;
              max-height: 20rem;
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
              opacity: 0;
              border: 1px solid rgba(177, 183, 189, 0.3);
              border-radius: 8px;
              background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
              background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff;
              -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
              scrollbar-width: thin; }
              .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown.show {
                visibility: visible;
                opacity: 1; }
              .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown .appointment-option {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                line-height: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding: 1.4rem 1.6rem;
                cursor: pointer;
                -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
                transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
                letter-spacing: -0.15px;
                color: #2c353e;
                border-bottom: 1px solid rgba(177, 183, 189, 0.2);
                gap: 0.8rem; }
                @media (max-width: 576px) {
                  .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown .appointment-option {
                    font-size: 1.35rem; } }
                .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown .appointment-option:last-child {
                  border-bottom: none; }
                .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown .appointment-option.selected {
                  background-color: rgba(199, 153, 83, 0.2); }
                .appointment-form .wrapper .name-country .country .appointment-dropdown-wrapper .appointment-dropdown .appointment-option:hover {
                  background-color: rgba(199, 153, 83, 0.1); }
      .appointment-form .wrapper .phone-mail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 2.2rem;
        gap: 2.4rem; }
        @media (max-width: 991px) {
          .appointment-form .wrapper .phone-mail {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .appointment-form .wrapper .phone-mail .phone {
          width: 100%; }
          .appointment-form .wrapper .phone-mail .phone .phone-group {
            margin-top: 0;
            position: relative; }
          .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper {
            position: relative;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 34%;
                    flex: 0 0 34%; }
            .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper select {
              position: absolute;
              width: 0;
              height: 0;
              pointer-events: none;
              opacity: 0; }
            .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-trigger {
              font-family: "Poppins", sans-serif;
              font-size: 1.5rem;
              font-weight: 400;
              line-height: 1;
              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;
              width: 100%;
              height: 4.4rem;
              padding: 0 1rem;
              cursor: pointer;
              letter-spacing: -0.15px;
              color: #2c353e;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 0.8rem;
              background: rgba(217, 172, 102, 0.02); }
              @media (max-width: 576px) {
                .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-trigger {
                  font-size: 1.35rem; } }
              .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-trigger .dropdown-icon {
                font-size: 1.3rem;
                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;
                -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; }
              .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-trigger:hover {
                border-color: #d9ac66;
                outline: 0.5px solid #d9ac66;
                -webkit-box-shadow: unset !important;
                        box-shadow: unset !important; }
            .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper.active .phone-trigger .dropdown-icon {
              -webkit-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg); }
            .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown {
              position: absolute;
              z-index: 200;
              top: calc(100% + 0.4rem);
              left: 0;
              visibility: hidden;
              overflow-y: scroll;
              width: 100%;
              max-height: 17rem;
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
              opacity: 0;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 8px;
              background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
              background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff;
              -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
              scrollbar-width: thin; }
              .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown.show {
                visibility: visible;
                opacity: 1; }
              .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown .phone-option {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding: 1.4rem 1.6rem;
                cursor: pointer;
                -webkit-transition: background 0.2s ease;
                transition: background 0.2s ease;
                border-bottom: 1px solid rgba(177, 183, 189, 0.2);
                gap: 0.8rem; }
                .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown .phone-option:last-child {
                  border-bottom: none; }
                .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown .phone-option .code-text {
                  font-family: "Poppins", sans-serif;
                  font-size: 1.5rem;
                  font-weight: 400;
                  line-height: 1;
                  letter-spacing: -0.15px;
                  color: #2c353e; }
                .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown .phone-option.selected {
                  background-color: rgba(199, 153, 83, 0.2); }
                .appointment-form .wrapper .phone-mail .phone .appointment-phone-wrapper .phone-dropdown .phone-option:hover {
                  background-color: rgba(199, 153, 83, 0.1); }
          .appointment-form .wrapper .phone-mail .phone #phone {
            width: 100%; }
        @media (max-width: 991px) {
          .appointment-form .wrapper .phone-mail .email:has(.wpcf7-not-valid-tip) {
            margin-bottom: 2.2rem; } }
        .appointment-form .wrapper .phone-mail .email {
          width: 100%;
          position: relative; }
      .appointment-form .wrapper .date-service {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin-bottom: 2.2rem;
        gap: 2.4rem; }
        @media (max-width: 991px) {
          .appointment-form .wrapper .date-service {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: unset; } }
        .appointment-form .wrapper .date-service .calendar {
          position: relative;
          width: 100%;
          margin-bottom: 2rem; }
          .appointment-form .wrapper .date-service .calendar .warning-message {
            font-family: "Poppins", sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            font-style: normal;
            line-height: 28px;
            /* 233.333% */
            display: block;
            text-align: left;
            letter-spacing: -0.12px;
            color: #e13551; }
          .appointment-form .wrapper .date-service .calendar label {
            display: inline-block;
            width: 100%;
            margin-bottom: 1rem; }
          .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper {
            position: relative;
            display: block;
            width: 100%; }
            .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar {
              font-family: "Poppins", sans-serif;
              font-size: 1.5rem;
              font-weight: 400;
              line-height: 1;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              width: 100%;
              min-width: 0;
              height: 4.4rem;
              padding: 0 4rem 0 1.6rem;
              cursor: pointer;
              -webkit-transition: width 0.3s ease;
              transition: width 0.3s ease;
              letter-spacing: -0.15px;
              color: #2c353e;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 0.8rem;
              background: rgba(217, 172, 102, 0.02);
              -moz-appearance: none;
                   appearance: none;
              -webkit-appearance: none; }
              @media (max-width: 576px) {
                .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar {
                  font-size: 1.35rem; } }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar:focus {
                border-color: #d9ac66;
                outline: 0.5px solid #d9ac66;
                -webkit-box-shadow: unset !important;
                        box-shadow: unset !important; }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar::-webkit-input-placeholder {
                color: rgba(44, 53, 62, 0.35); }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar::-moz-placeholder {
                color: rgba(44, 53, 62, 0.35); }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar:-ms-input-placeholder {
                color: rgba(44, 53, 62, 0.35); }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar::-ms-input-placeholder {
                color: rgba(44, 53, 62, 0.35); }
              .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper #calendar::placeholder {
                color: rgba(44, 53, 62, 0.35); }
            .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper::after {
              position: absolute;
              top: 50%;
              right: 1.6rem;
              width: 3rem;
              height: 3rem;
              content: '';
              -webkit-transition: -webkit-transform 0.3s ease;
              transition: -webkit-transform 0.3s ease;
              transition: transform 0.3s ease;
              transition: transform 0.3s ease, -webkit-transform 0.3s ease;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                      transform: translateY(-50%);
              pointer-events: none;
              background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233D322A"><path d="M7 10l5 5 5-5z"/></svg>');
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; }
            .appointment-form .wrapper .date-service .calendar .calendar-input-wrapper.calendar-active::after {
              -webkit-transform: translateY(-50%) rotate(180deg);
                  -ms-transform: translateY(-50%) rotate(180deg);
                      transform: translateY(-50%) rotate(180deg); }
        .appointment-form .wrapper .date-service .clinic-services {
          width: 100%; }
          .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper {
            position: relative;
            z-index: 200;
            width: 100%; }
            .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper select {
              position: absolute;
              width: 0;
              height: 0;
              pointer-events: none;
              opacity: 0; }
            .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger {
              font-family: "Poppins", sans-serif;
              font-size: 1.5rem;
              font-weight: 400;
              line-height: 1;
              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;
              width: 100%;
              height: 4.4rem;
              padding: 0 1.6rem;
              cursor: pointer;
              letter-spacing: -0.15px;
              color: #2c353e;
              border: 1px solid rgba(177, 183, 189, 0.2);
              border-radius: 0.8rem;
              background: rgba(217, 172, 102, 0.02); }
              @media (max-width: 576px) {
                .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger {
                  font-size: 1.35rem; } }
              .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger span {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                font-style: normal;
                line-height: 1;
                letter-spacing: -0.15px;
                color: #2c353e; }
                @media (max-width: 576px) {
                  .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger span {
                    font-size: 1.35rem; } }
              .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger .dropdown-icon {
                font-size: 1.3rem;
                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;
                -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; }
              .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-trigger:hover {
                border-color: #d9ac66;
                outline: 0.5px solid #d9ac66;
                -webkit-box-shadow: unset !important;
                        box-shadow: unset !important; }
            .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper.active .appointment-trigger .dropdown-icon {
              -webkit-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                      transform: rotate(180deg); }
            .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown {
              position: absolute;
              z-index: 99;
              top: calc(100% + 0.4rem);
              left: 0;
              visibility: hidden;
              overflow-y: scroll;
              width: 100%;
              max-height: 20rem;
              -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease;
              opacity: 0;
              border: 1px solid rgba(177, 183, 189, 0.3);
              border-radius: 8px;
              background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
              background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff;
              -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
              scrollbar-width: thin; }
              .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown.show {
                visibility: visible;
                opacity: 1; }
              .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown .appointment-option {
                font-family: "Poppins", sans-serif;
                font-size: 1.5rem;
                font-weight: 400;
                line-height: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0;
                padding: 1.4rem 1.6rem;
                cursor: pointer;
                -webkit-transition: background 0.2s ease;
                transition: background 0.2s ease;
                letter-spacing: -0.15px;
                color: #2c353e;
                border-bottom: 1px solid rgba(177, 183, 189, 0.2);
                gap: 0.8rem; }
                .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown .appointment-option:last-child {
                  border-bottom: none; }
                .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown .appointment-option.selected {
                  background-color: rgba(199, 153, 83, 0.2); }
                .appointment-form .wrapper .date-service .clinic-services .appointment-dropdown-wrapper .appointment-dropdown .appointment-option:hover {
                  background-color: rgba(199, 153, 83, 0.1); }
      .appointment-form .wrapper .message {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -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;
        width: 100%; }
        .appointment-form .wrapper .message .wpcf7-form-control-wrap {
          width: 100%; }
        .appointment-form .wrapper .message label {
          width: 100%; }
        .appointment-form .wrapper .message textarea {
          font-family: "Poppins", sans-serif;
          width: 100%;
          height: 12.4rem;
          padding: 1.6rem;
          border: solid 1px rgba(177, 183, 189, 0.2);
          border-radius: 0.8rem; }
          @media (max-width: 576px) {
            .appointment-form .wrapper .message textarea {
              font-size: 1.35rem; } }
          .appointment-form .wrapper .message textarea:focus {
            border-color: #d9ac66;
            outline: 0.5px solid #d9ac66;
            -webkit-box-shadow: unset !important;
                    box-shadow: unset !important; }
      .appointment-form .wrapper .kvkk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -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;
        width: 100%;
        margin-top: 4.2rem;
        margin-bottom: 4rem;
        padding-bottom: 0; }
        .appointment-form .wrapper .kvkk #policy {
          width: 1.8rem;
          height: 1.8rem; }
        .appointment-form .wrapper .kvkk input {
          width: unset;
          height: unset;
          background: red !important; }
        .appointment-form .wrapper .kvkk p {
          font-family: "Poppins", sans-serif;
          font-size: 1.3rem;
          font-weight: 300;
          font-style: normal;
          line-height: 22px;
          color: #2c353e; }
      .appointment-form .wrapper .submit-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        .appointment-form .wrapper .submit-wrapper .wpcf7-spinner {
          position: absolute;
          margin-top: 1rem;
          margin-left: 0;
          left: 50%;
          bottom: 4rem;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .appointment-form .wrapper .submit-wrapper .submit {
          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%;
          margin-bottom: 1.5rem; }
          .appointment-form .wrapper .submit-wrapper .submit .button-submit {
            font-family: "Poppins", sans-serif;
            font-size: 1.3rem;
            font-weight: 700;
            font-style: normal;
            line-height: 1;
            padding: 1.9rem 5.07rem;
            letter-spacing: 0.26px;
            text-transform: uppercase;
            color: #ffffff;
            border-radius: 5rem; }
        .appointment-form .wrapper .submit-wrapper .form-error-message {
          font-family: "Poppins", sans-serif;
          font-size: 1.2rem;
          font-weight: 400;
          font-style: normal;
          line-height: 28px;
          display: none;
          margin-top: 1rem;
          text-align: center;
          letter-spacing: -0.12px;
          color: #e13551; }
          .appointment-form .wrapper .submit-wrapper .form-error-message.visible {
            display: block; }
  .appointment .appointment-form:has(.wpcf7-response-output) .wrapper {
    padding-bottom: 8rem; }
  .appointment-approve {
    position: fixed;
    z-index: 400 !important;
    top: 15.3rem !important;
    left: 50% !important;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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: 39rem;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border-radius: 2rem;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
    @media (max-width: 767px) {
      .appointment-approve {
        top: 24.1rem !important; } }
    .appointment-approve.active {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .appointment-approve .approve-icon {
      margin-left: auto;
      margin-right: auto;
      font-size: 2.8rem;
      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: 5.6rem;
      height: 5.6rem;
      margin-bottom: 1.8rem;
      border-radius: 50%;
      background: rgba(217, 172, 102, 0.15);
      color: #d9ac66; }
    .appointment-approve .title {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1;
      text-align: center;
      color: #2c353e;
      border-bottom: solid 1px rgba(177, 183, 189, 0.4);
      padding-bottom: 3rem;
      width: 100%; }
    .appointment-approve .message {
      margin-top: 3rem;
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      font-family: "Poppins", sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      font-style: normal;
      line-height: 24px;
      text-align: center;
      color: rgba(44, 53, 62, 0.6);
      margin-bottom: 5rem; }
    .appointment-approve .bottom {
      width: 100%;
      padding-right: 2.8rem;
      padding-left: 2.8rem;
      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; }
      .appointment-approve .bottom .home {
        color: rgba(44, 53, 62, 0.6);
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        /* 240% */
        -webkit-transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
        transition: all 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74); }
        @media (max-width: 576px) {
          .appointment-approve .bottom .home {
            font-size: 1.35rem; } }
        .appointment-approve .bottom .home:hover {
          color: rgba(44, 53, 62, 0.7); }
      .appointment-approve .bottom .stay-button {
        height: 4.8rem;
        color: #ffffff;
        padding: 1.9rem 5.68rem; }

.message .warning-message {
  left: 0; }

.phone-group .warning-message:nth-of-type(2) {
  font-size: 1.2rem;
  line-height: 28px;
  bottom: 0;
  left: 0;
  margin-top: 0; }

.warning-message {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  /* 233.333% */
  display: block;
  text-align: left;
  letter-spacing: -0.12px;
  color: #e13551; }

.input-error {
  border-color: #e13551 !important; }

.input-error:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.calendar .warning-message,
.clinic-services .warning-message,
.kvkk .warning-message {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  /* 233.333% */
  display: block;
  text-align: left;
  letter-spacing: -0.12px;
  color: #e13551; }

.kvkk.warning-message {
  position: relative;
  display: none;
  clear: both;
  width: 100%;
  margin-left: 0;
  text-align: left; }

.kvkk.input-error .input-checkbox {
  border: 1px solid #ff4136;
  outline: 1px solid #ff4136;
  -webkit-box-shadow: 0 0 0 1px #ff4136;
          box-shadow: 0 0 0 1px #ff4136; }

.kvkk.input-error p {
  color: #ff4136; }

.kvkk.input-error .warning-message {
  display: block; }

.phone-group .warning-message {
  display: none; }

.message-status-wrapper {
  padding-top: 2rem;
  text-align: center; }
  .message-status-wrapper .message-send-success,
  .message-status-wrapper .message-send-error {
    padding-bottom: 0;
    border-radius: 0.5rem; }
    .message-status-wrapper .message-send-success.hidden,
    .message-status-wrapper .message-send-error.hidden {
      display: none; }
  .message-status-wrapper .message-send-success {
    color: #c79953;
    background-color: rgba(199, 153, 83, 0.1); }
  .message-status-wrapper .message-send-error {
    color: #ff4136;
    background-color: rgba(255, 65, 54, 0.1); }

.flatpickr-calendar {
  width: 100%;
  max-width: 37.8rem;
  margin-top: 0.2rem;
  padding: 2rem 2.8rem;
  -webkit-transition: width 0.3s ease, max-width 0.3s ease !important;
  transition: width 0.3s ease, max-width 0.3s ease !important;
  border: 1px solid rgba(177, 183, 189, 0.2);
  border-radius: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(217, 172, 102, 0.02)), to(rgba(217, 172, 102, 0.02))), #fff;
  background: linear-gradient(0deg, rgba(217, 172, 102, 0.02) 0%, rgba(217, 172, 102, 0.02) 100%), #fff; }
  .flatpickr-calendar .flatpickr-innerContainer,
  .flatpickr-calendar .flatpickr-rContainer,
  .flatpickr-calendar .flatpickr-days,
  .flatpickr-calendar .dayContainer {
    width: 100% !important;
    min-width: 0 !important; }
  .flatpickr-calendar::after, .flatpickr-calendar::before {
    content: unset; }
  .flatpickr-calendar .flatpickr-innerContainer {
    width: 100%; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
      width: 100%; }
    .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 0; }
      .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
        width: 100%;
        max-width: 100%; }
  .flatpickr-calendar .flatpickr-months {
    position: relative;
    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-bottom: 1.2rem;
    border-radius: 8px 8px 0 0; }
    .flatpickr-calendar .flatpickr-months .flatpickr-month {
      position: static;
      height: auto;
      color: #2c353e; }
    .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
      font-size: 1.6rem;
      font-weight: 500;
      position: static;
      left: auto;
      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: auto;
      padding: 0;
      text-align: center; }
      .flatpickr-calendar .flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months {
        font-family: "Poppins", sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.5;
        display: block !important;
        padding: 0;
        cursor: default;
        pointer-events: none;
        color: #2c353e;
        border: none;
        background: none;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important; }
      .flatpickr-calendar .flatpickr-months .flatpickr-current-month .numInputWrapper {
        display: none !important; }
    .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
    .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
      position: absolute;
      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: 40px;
      height: auto;
      padding: 0;
      cursor: pointer;
      color: #2c353e; }
      .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover,
      .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover {
        color: #c79953; }
      .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
      .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
        width: 20px;
        height: 20px;
        opacity: 0; }
        .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg path,
        .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg path {
          fill: currentColor; }
    .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
      position: relative; }
      .flatpickr-calendar .flatpickr-months .flatpickr-prev-month::after {
        position: absolute;
        left: 0;
        width: 2rem;
        height: 2rem;
        content: '';
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        pointer-events: none;
        background-image: url('data:image/svg+xml;utf8,<svg width="7" height="13" viewBox="0 0 7 13" fill="%233D322A" xmlns="http://www.w3.org/2000/svg"><path d="M6.1388 1.01275C6.19296 0.95544 6.23529 0.88803 6.26339 0.814364C6.29149 0.740698 6.30481 0.662219 6.30258 0.583407C6.30035 0.504595 6.28262 0.426994 6.2504 0.355034C6.21818 0.283074 6.1721 0.218166 6.1148 0.164014C6.05749 0.109862 5.99008 0.0675268 5.91641 0.0394265C5.84275 0.0113262 5.76427 -0.00198938 5.68546 0.000240095C5.60664 0.00246957 5.52904 0.0202004 5.45708 0.0524202C5.38512 0.0846401 5.32022 0.130718 5.26606 0.188023L0.16407 5.59013C0.0587067 5.70158 0 5.84913 0 6.0025C0 6.15586 0.0587067 6.30341 0.16407 6.41486L5.26606 11.8176C5.31986 11.8761 5.38475 11.9234 5.45698 11.9567C5.5292 11.99 5.60732 12.0085 5.68678 12.0114C5.76625 12.0142 5.84549 12.0012 5.91989 11.9731C5.99429 11.9451 6.06238 11.9025 6.1202 11.8479C6.17801 11.7933 6.2244 11.7278 6.25667 11.6551C6.28895 11.5824 6.30646 11.5041 6.30819 11.4246C6.30992 11.3451 6.29584 11.266 6.26676 11.192C6.23768 11.118 6.19419 11.0505 6.1388 10.9934L1.42576 6.0025L6.1388 1.01275Z"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
      position: relative; }
      .flatpickr-calendar .flatpickr-months .flatpickr-next-month::after {
        position: absolute;
        right: 0;
        width: 2rem;
        height: 2rem;
        content: '';
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        pointer-events: none;
        background-image: url('data:image/svg+xml;utf8,<svg width="7" height="13" viewBox="0 0 7 13" fill="%233D322A" xmlns="http://www.w3.org/2000/svg"><path d="M0.861196 10.999C0.807044 11.0563 0.764709 11.1237 0.736609 11.1974C0.708508 11.271 0.695192 11.3495 0.697422 11.4283C0.699651 11.5071 0.717382 11.5847 0.749602 11.6567C0.781822 11.7286 0.8279 11.7936 0.885205 11.8477C0.94251 11.9019 1.00992 11.9442 1.08359 11.9723C1.15725 12.0004 1.23573 12.0137 1.31454 12.0115C1.39336 12.0092 1.47096 11.9915 1.54292 11.9593C1.61488 11.9271 1.67978 11.881 1.73394 11.8237L6.83593 6.42158C6.94129 6.31014 7 6.16259 7 6.00922C7 5.85586 6.94129 5.70831 6.83593 5.59686L1.73394 0.19415C1.68014 0.13559 1.61525 0.0883026 1.54302 0.0550346C1.4708 0.0217667 1.39268 0.00318241 1.31322 0.000358582C1.23375 -0.00246525 1.15451 0.0105305 1.08011 0.0385885C1.00571 0.0666466 0.93762 0.109209 0.879805 0.163803C0.82199 0.218397 0.775599 0.283935 0.743326 0.356609C0.711054 0.429284 0.693543 0.507647 0.691812 0.587146C0.690081 0.666645 0.704163 0.745695 0.733241 0.819706C0.762318 0.893717 0.805812 0.961212 0.861196 1.01827L5.57424 6.00922L0.861196 10.999Z"/></svg>');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  .flatpickr-calendar .flatpickr-weekdays {
    height: unset;
    margin-bottom: 1.6rem; }
    .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer span {
      font-family: "Poppins", sans-serif;
      font-size: 1.4rem;
      font-weight: 500;
      font-style: normal;
      line-height: 1;
      text-align: center;
      color: rgba(44, 53, 62, 0.6); }
  .flatpickr-calendar .dayContainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .flatpickr-calendar .dayContainer span.flatpickr-day {
      font-family: "Poppins", sans-serif;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1;
      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: 3.9rem;
      height: 3.9rem;
      opacity: 0.9;
      color: #2c353e;
      border: unset; }
      @media (max-width: 576px) {
        .flatpickr-calendar .dayContainer span.flatpickr-day {
          font-size: 1.3rem; } }
  .flatpickr-calendar .flatpickr-days {
    padding: 8px; }
  .flatpickr-calendar .flatpickr-day {
    width: calc(100% / 7 - 4px);
    max-width: 3.9rem;
    height: 3.9rem; }
    .flatpickr-calendar .flatpickr-day:hover {
      cursor: pointer;
      color: #ffffff !important;
      border-radius: 50% !important;
      background: #c79953; }
    .flatpickr-calendar .flatpickr-day.selected {
      color: #ffffff !important;
      border-radius: 50% !important;
      background: #2c353e; }
      .flatpickr-calendar .flatpickr-day.selected:hover {
        border-color: #c18e40;
        background: #c18e40; }
    .flatpickr-calendar .flatpickr-day.today {
      color: #c79953;
      border-color: #c79953; }

.clinic-services .appointment-dropdown-wrapper.input-error,
.calendar-input-wrapper .input-error {
  border-color: #e13551 !important; }

.clinic-services
.appointment-dropdown-wrapper.input-error
.appointment-trigger {
  border-color: #e13551 !important; }

.sitemap {
  padding: 16rem 0 8rem 0;
  position: relative; }
  .sitemap:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), #fff8ee;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), #fff8ee; }
  .sitemap-title {
    margin-bottom: 6rem; }
    .sitemap-title h1 {
      font-size: 4rem;
      font-weight: 500;
      color: #2c353e; }
  .sitemap-section {
    margin-bottom: 4rem;
    position: relative;
    z-index: 1; }
    .sitemap-section h2 {
      font-size: 2.4rem;
      color: #d9ac66;
      margin-bottom: 2rem; }
  .sitemap .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem; }
    .sitemap .button-group .btn {
      padding: 1.5rem 3rem;
      background-color: #ffffff;
      border: 1px solid rgba(72, 97, 129, 0.2);
      color: #2c353e;
      text-decoration: none;
      border-radius: 0.4rem;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .sitemap .button-group .btn:hover {
        background-color: #d9ac66;
        color: #ffffff;
        border-color: #d9ac66; }

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