@charset "UTF-8";
:root {
  --black: #000000;
  --primary-font: Helvetica, Arial, sans-serif;
  --secondary-font: Verdana;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

*::before,
*::after {
  display: block;
}

img,
picture,
video,
iframe,
figure {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
}

p a,
label a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

::-moz-selection {
  background-color: var(--black, black);
  color: var(--white, white);
  text-shadow: none;
}

::selection {
  background-color: var(--black, black);
  color: var(--white, white);
  text-shadow: none;
}

form,
input,
textarea,
select,
button,
label {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: inherit;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  overflow: visible;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

main {
  display: block;
  overflow-x: hidden;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.8em;
}

img {
  border-style: none;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--primary-font);
  color: var(--black);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input {
  overflow: visible;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/* We declare colors in a map as key: value
with the color name as the key and the hex
as the value

And we are goint to use it in _utils.scss */
/* // Roboto / Custom Font
@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/Roboto-Thin.ttf");
  font-weight: 100;
}
*/
@font-face {
  font-family: "Code Next";
  font-weight: 700;
  src: url("/assets/fonts/CodeNext-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Code Next";
  font-weight: 800;
  src: url("/assets/fonts/CodeNext-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: "Code Next";
  font-weight: 900;
  src: url("/assets/fonts/CodeNext-Black.otf") format("opentype");
}
@font-face {
  font-family: "DIN Next LT Pro";
  font-weight: 300;
  src: url("/assets/fonts/DINNextLTPro-Light.otf") format("opentype");
}
@font-face {
  font-family: "DIN Next LT Pro";
  font-weight: 400;
  src: url("/assets/fonts/DINNextLTPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DIN Next LT Pro";
  font-weight: 700;
  src: url("/assets/fonts/DINNextLTPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "DIN Next LT Condensed";
  font-weight: 700;
  src: url("/assets/fonts/DIN%20Condensed%20Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Code Pro LC";
  font-weight: 700;
  src: url("/assets/fonts/Fontfabric%20-%20Code-Pro-Bold-LC.otf") format("opentype");
}
@font-face {
  font-family: "Code Pro LC";
  font-weight: 900;
  src: url("/assets/fonts/Fontfabric%20-%20Code-Pro-Black-LC.otf") format("opentype");
}
@font-face {
  font-family: "MinionPro";
  font-weight: 400;
  src: url("/assets/fonts/MinionPro-Regular.otf") format("opentype");
}
*,
*::before,
*::after {
  font-family: "Arial", "Helvetica", sans-serif;
}

/*
  This mixin will build the prefix values for the property and value passed in.
  It will also add the property and value without the prefix.
  Example:
    @include build-prefix-values('transition', 'all 1s linear');
*/
/* 
  Example usage:
    .my-class {
      // Default usage
      @include transition();
      // Custom usage
      @include transition('all', 1s, linear);
    }
*/
.wrapper {
  position: relative;
  width: 100%;
  max-width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (min-width: 428px) {
  .wrapper {
    max-width: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: calc(100% - 4.2813rem);
  }
}
@media screen and (min-width: 1300px) {
  .wrapper {
    max-width: 1232px;
  }
}

html.no-scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #000;
  letter-spacing: normal;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 47px;
  }
}

h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 21px;
  color: #000;
}

label a,
p a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

small {
  font-size: 12px;
  line-height: 14px;
}

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

ul li::marker {
  display: none;
}

main ul li {
  list-style-type: disc;
}
main ul li::marker {
  color: #000;
}

sup.symbol-sup {
  top: initial;
  font-size: inherit;
  line-height: 0;
}

.design-system-section {
  margin-bottom: 16px;
  padding-bottom: 32px;
  border-bottom: 2px solid #000;
}

.example-code {
  position: relative;
}

.code {
  overflow-x: auto;
  display: block;
  width: 100%;
  font-style: normal;
  color: #212529;
}

.copy-clipboard {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0.5rem;
  padding: 0.5rem;
  color: #FFF;
  background-color: #000;
  border-radius: 0.5rem;
}

.hljs {
  background-color: #fff;
}

.hljs-tag {
  color: #333;
}

.hljs-name {
  color: #c6303e;
}

.hljs-attr {
  color: #6f42c1;
}

.hljs-string {
  color: #084298;
}

swiper-container {
  /* Change the default color of the all swiper elements */
  --swiper-theme-color: #000;
  z-index: 0;
  /* Width and height of slider */
  width: 100%;
  height: auto;
}

.myswiper-custum-text {
  padding: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

/* Using @each we create a CSS class for
color and background using the name in the class
and the value as the property value that we need

Ex: .color--white { color: #FFFFFFF; } and
.bg-color--white { background-color: #FFFFFF; } */
.color--dark-blue-gray {
  color: #666CA3;
}

.bg-color--dark-blue-gray {
  background-color: #666CA3;
}

.color--dark-blue {
  color: #13183F;
}

.bg-color--dark-blue {
  background-color: #13183F;
}

.color--waterloo {
  color: #83869A;
}

.bg-color--waterloo {
  background-color: #83869A;
}

.color--violet-red {
  color: #F74780;
}

.bg-color--violet-red {
  background-color: #F74780;
}

.color--pink {
  color: #FFA7C3;
}

.bg-color--pink {
  background-color: #FFA7C3;
}

.color--black {
  color: #000;
}

.bg-color--black {
  background-color: #000;
}

.color--white {
  color: #FFF;
}

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

.color--red {
  color: #F00;
}

.bg-color--red {
  background-color: #F00;
}

.color--tropical-rain-forest {
  color: #007267;
}

.bg-color--tropical-rain-forest {
  background-color: #007267;
}

.color--blue-stone {
  color: #006157;
}

.bg-color--blue-stone {
  background-color: #006157;
}

.font--roboto {
  font-family: "Roboto", sans-serif;
}

.font--lato {
  font-family: "Lato", sans-serif;
}

.footnotes {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  color: #000;
}

.pricipal-heading {
  margin: 0;
  padding: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  color: #007267;
  text-align: center;
  letter-spacing: -0.456px;
}
@media screen and (min-width: 1024px) {
  .pricipal-heading {
    font-size: 36px;
    letter-spacing: -0.684px;
  }
}

.sub-heading {
  margin: 0;
  padding: 0;
  font-family: "Code Next", sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 30px;
  color: #007267;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 375px) {
  .sub-heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .sub-heading {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
  }
}

.card-box {
  background-color: #fff;
  border-radius: 20px 20px 10px 10px;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.box-gradient {
  padding-top: 9.74px;
  background: linear-gradient(90deg, #992550 0%, #ff6a39 53.95%, #ffa300 100%);
  border-radius: 20px 20px 10px 10px;
}

.result__button-box {
  width: 100%;
  max-width: 180px;
  margin-block: 24px;
  margin-inline: auto;
}
.result__button-box .result__btn {
  padding-block: 7px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  color: #992550;
  text-align: center;
  letter-spacing: -0.38px;
  border: 1px solid #992550;
  border-radius: 60px;
  transition: all 300ms ease-in-out;
}
.result__button-box .result__btn:hover {
  color: #fff;
  background-color: #992550;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.row.natural-height {
  align-items: flex-start;
}

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

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

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

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

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

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

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

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

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

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

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

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

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

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

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 91rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 121rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
.button {
  transition: all, 0.4s, ease-in-out 1s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: -moz-max-content;
  width: max-content;
  max-height: 46px;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  color: #992550;
  background-color: #fff;
}
.button:hover:hover {
  color: #fff;
  background-color: #992550;
}
.button--secondary {
  background-color: #666CA3;
}
.button--secondary:hover {
  filter: brightness(130%);
}
.button--tertiary {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.button--tertiary:hover {
  background-color: #FFF;
}

.hide-banner {
  bottom: 300px !important;
}

.site__header {
  /* Styles for Header Main Container */
  z-index: 3;
  top: 0;
  width: 100%;
  background-color: #006157;
}
.site__header .button {
  border: none;
}
.site__header .header__inner {
  position: relative;
  overflow: visible;
  /* Styles for Header Content Container */
  width: 100%;
  /* @media screen and (min-width: 1200px) {
    padding-bottom: 10px;
  } */
}
@media screen and (min-width: 1200px) {
  .site__header .header__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 8fr;
    align-items: center;
    justify-content: space-between;
    max-width: 1241px;
    height: auto;
    margin: auto;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
.site__header .header__top {
  /* Styles for Header Top Mobile Content & Logo Container */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  padding: 10px 10px 20px;
}
.site__header .header__top::after {
  /* content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 10px;

  background-color: purple;

  @media screen and (min-width: 1024px) { */
  display: none;
}
@media screen and (min-width: 1200px) {
  .site__header .header__top {
    display: inline-block;
    width: 90%;
    height: auto;
    padding: 0;
  }
}
.site__header .header__button {
  /* Styles for Header Buttons */
  width: 40px;
  height: 40px;
  color: black;
  background-color: transparent;
}
.site__header .header__button:hover {
  color: black;
  background-color: transparent;
}
.site__header .header__toggle {
  position: absolute;
  top: 6px;
  right: 20.33px;
  bottom: 8px;
  /* Styles for Header Mobile Toggle */
  width: 18.67px;
  height: 16px;
  padding: 0;
  line-height: 1;
  border: none;
  border-radius: 2px;
}
.site__header .header__toggle .icon__toggler {
  content: "";
  position: absolute;
  top: 0;
  bottom: unset;
  left: 0;
  width: 100%;
  height: 2.7px;
  background-color: #FFF;
  border: none;
  border-radius: 50px;
  transition: transform 0.3s linear;
}
.site__header .header__toggle .icon__toggler--middle {
  top: 6.5px;
}
.site__header .header__toggle .icon__toggler--bottom {
  top: unset;
  bottom: 0;
}
.site__header .header__toggle--opened {
  border-bottom-width: 0;
}
.site__header .header__toggle--opened .icon__toggler--top {
  top: 8px;
  transform: rotate(45deg);
}
.site__header .header__toggle--opened .icon__toggler--bottom {
  top: 8px;
  transform: rotate(-45deg);
}
.site__header .header__toggle--opened .icon__toggler--middle {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site__header .header__toggle {
    display: none;
  }
}
.site__header .header__banner {
  position: absolute;
  z-index: 1;
  top: 29px;
  width: 100%;
  height: 81px;
  padding-top: 6px;
  background: linear-gradient(180deg, rgb(0, 114, 103) 51.42%, rgba(0, 114, 103, 0) 100%);
  transition: bottom 0.8s;
  /* @media screen and (min-width: 1024px) {
    bottom: -81px;
  } */
}
.site__header .header__banner_text {
  margin-left: 157px;
  padding-right: 5px;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 11.88px;
  color: #FFF;
  text-align: left;
  letter-spacing: -0.019em;
  /* @media screen and (min-width: 1200px) {
    margin-left: 0;
    padding-left: 27px;
  } */
}
@media screen and (min-width: 622px) {
  .site__header .header__banner_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .site__header .header__banner_text {
    margin-top: 0;
    margin-left: 0;
    padding-top: 3px;
    padding-left: 27px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.266px;
  }
}
@media screen and (min-width: 1200px) {
  .site__header .header__banner {
    top: unset;
    bottom: -58px;
    max-width: 923px;
    height: 39px;
    margin-left: 214px;
    opacity: 0.9;
    /* background: linear-gradient(261deg, rgb(0 114 103 / 0%) 0%, rgb(0 114 103 / 100%) 32%);    */
    background: linear-gradient(90deg, rgba(0, 114, 103, 0.9) 67.93%, rgba(0, 114, 103, 0) 100%);
  }
}
@media screen and (min-width: 1300px) {
  .site__header .header__banner {
    bottom: -86px;
    margin-left: 215px;
  }
}
@media screen and (min-width: 1440px) {
  .site__header .header__banner {
    bottom: -85px;
    margin-left: 179px;
  }
}
.site__header .header__logo {
  position: absolute;
  z-index: 13;
  top: 2px;
  left: 10px;
  /* @media screen and (min-width:1024px) {
    top: -30px;
    left: 85px;
    } */
}
.site__header .header__logo .logo__link {
  /* Styles for link HTML Tag with Logo */
}
.site__header .header__logo .logo__image {
  width: 139px;
  /* Styles for Logo Image */
  max-height: 85px;
  /* @media screen and (min-width: 1024px) {
    width: 193px;
    max-width: 263px;
    height: unset;
    max-height: unset;
    } */
}
.site__header .header__logo .logo__image-container {
  /* Styles for Logo Image Container */
}
@media screen and (min-width: 1200px) {
  .site__header .header__logo .logo__image {
    width: 193px;
    max-width: 263px;
    height: unset;
    max-height: unset;
  }
}
@media screen and (min-width: 1300px) {
  .site__header .header__logo .logo__image {
    width: 263px;
  }
}
@media screen and (min-width: 1200px) {
  .site__header .header__logo {
    top: -23px;
    right: -27px;
    left: 29px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1300px) {
  .site__header .header__logo {
    top: -23px;
    left: -40px;
  }
}
@media screen and (min-width: 1440px) {
  .site__header .header__logo {
    left: -76px;
  }
}
.site__header .header__icon {
  /* Styles for Icons in Header */
  position: relative;
  display: inline-block;
}
.site__header .header__icon::after, .site__header .header__icon::before {
  position: absolute;
  background-color: black;
  transition: all 0.3s linear;
}
.site__header .header__icon.icon__toggler {
  /* Styles for icon with this class */
  border-bottom-width: 0;
}
.site__header .header__icon.icon__toggler::before {
  top: 8px;
  transform: rotate(45deg);
}
.site__header .header__icon.icon__toggler::after {
  transform: rotate(-45deg);
}
.site__header .header__icon.icon__arrow {
  width: 20px;
  height: 11px;
}
.site__header .header__icon.icon__arrow::before, .site__header .header__icon.icon__arrow::after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  border-radius: 5px;
}
.site__header .header__icon.icon__arrow--down::before {
  top: 0;
  left: 6px;
  transform: rotate(140deg);
}
.site__header .header__icon.icon__arrow--down::after {
  top: 0;
  left: 12px;
  transform: rotate(-140deg);
}
.site__header .header__icon.icon__arrow--up::before {
  top: 0;
  left: 6px;
  transform: rotate(45deg);
}
.site__header .header__icon.icon__arrow--up::after {
  top: 0;
  left: 12px;
  transform: rotate(-45deg);
}

:root {
  --height-submenu-animation: 200px;
}

.site__navigation {
  /* Styles for Main Nav Container */
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100vw;
  padding: 0;
  background-color: #006157;
}
.site__navigation--hidden {
  height: 0;
}
.site__navigation--hiding {
  position: absolute;
  z-index: 3;
  padding-top: 67px;
  padding-bottom: 30px;
  animation: hide-navigation 0.35s;
}
.site__navigation--hiding + .header__banner {
  z-index: -1;
}
.site__navigation--show {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  height: 100dvh;
  padding-top: 67px;
  padding-bottom: 30px;
  animation: show-navigation 0.35s;
}
.site__navigation--show + .header__banner {
  z-index: -1;
}
@media screen and (max-height: 700px) and (max-width: 1023px) {
  .site__navigation--show {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) {
  .site__navigation {
    position: relative;
    left: unset;
    overflow: unset;
    display: inline-block;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    background-color: transparent;
  }
}

.main__navigation {
  /* Styles for List in Main Nav */
}

.nav__menu {
  /* Styles for List in Main Nav */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  /* @media screen and (min-width:1200px) {
    width: 100%;
    max-width: 1062px;
  } */
}
.nav__menu__item {
  /* Styles for List Item in Main Nav */
  gap: 10px;
  display: flex;
  row-gap: 0;
  align-items: center;
  width: 100%;
  /* @media screen and (min-width: 1200px) {
    width: fit-content;
  } */
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .nav__menu__item > * {
    margin: calc(10px / 2);
  }
}
.nav__menu__item:first-child {
  border-top: none;
}
.nav__menu__item.ultomoris-link {
  /* @media screen and (min-width:1024px) {
    width: 70px;
  } */
}
@media screen and (min-width: 1200px) {
  .nav__menu__item.ultomoris-link {
    width: 144px;
  }
}
.nav__menu__item.rem-link {
  display: flex;
  gap: 7px;
}
.nav__menu__item.rem-link img {
  width: 16px;
  height: 16px;
  margin-top: -16px;
  /* @media screen and (min-width: 1024px) {
    margin-top: 13px;
  } */
}
@media screen and (min-width: 1200px) {
  .nav__menu__item.rem-link img {
    margin-top: 0;
  }
}
.nav__menu__item.rem-link a {
  /* @media screen and (min-width: 1024px) {
    margin-top: 16px;
    margin-left: 0;
  } */
}
@media screen and (min-width: 1200px) {
  .nav__menu__item.rem-link a {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nav__menu__item.rem-link {
    max-width: 63px;
  }
}
.nav__menu__item .menu-item__link {
  /* Styles for Links in Main List */
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-bottom: 18px;
  margin-left: 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: white;
  /* border-bottom: 2px solid white; */
  text-decoration: none;
}
.nav__menu__item .menu-item__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFF;
  /* @media screen and (min-width: 1024px) {
    display: none;
  } */
}
@media screen and (min-width: 1200px) {
  .nav__menu__item .menu-item__link::after {
    display: block;
  }
}
.nav__menu__item .menu-item__link.first {
  padding-top: 9px;
}
@media screen and (min-width: 1200px) {
  .nav__menu__item .menu-item__link.first {
    padding-top: unset;
  }
}
@media screen and (min-width: 1200px) {
  .nav__menu__item .menu-item__link {
    width: -moz-max-content;
    width: max-content;
    height: 16px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    text-decoration: none;
    border-bottom: none;
    /* border-bottom: 2px solid white; */
  }
}
.nav__menu__item .header__button {
  /* Styles for buttons */
}
.nav__menu__item .header__button .header__icon {
  /* Styles for icons */
}
.nav__menu__item.has__subnav {
  /* Styles for Lists with Sub Menu */
  flex-wrap: wrap;
}
.nav__menu__item.has__subnav .menu-item__link {
  width: calc(100% - 45px);
}
@media screen and (min-width: 1200px) {
  .nav__menu__item.has__subnav .menu-item__link {
    width: calc(100% - 20px);
  }
}
.nav__menu__item.has__subnav .header__button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
}
.nav__menu__item .header__toggle-submenu {
  /* Styles for Sub Menu Toggler */
}
@media screen and (min-width: 1200px) {
  .nav__menu__item {
    gap: 0;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content !important;
    height: fit-content !important;
    height: 100px;
    padding: 0;
    border: none;
  }
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .nav__menu__item > * {
      margin: calc(0 / 2);
    }
  }
}
@media screen and (min-width: 1200px) {
  .nav__menu {
    display: flex;
    flex-direction: row;
    gap: 18px;
    justify-content: flex-end;
    /* width: 847px;
    max-width: 100%; */
    width: 100%;
    max-width: 1062px;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .nav__menu {
    max-width: 1024px;
  }
}

.nav__subnav {
  /* Styles for List of Sub Menu */
  overflow: hidden;
  width: 100%;
  height: 0;
  color: white;
  background-color: black;
}
.nav__subnav--show {
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid transparent;
  animation: show-submenu 0.35s;
}
.nav__subnav--hiding {
  border: 1px solid rgba(0, 0, 0, 0);
  animation: hide-submenu 0.35s;
}
@media screen and (min-width: 1200px) {
  .nav__subnav--horizontal {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .nav__subnav--vertical {
    display: flex;
    flex-direction: column;
  }
}
.nav__subnav .subnav__item {
  /* Styles for List Item of Sub Menu */
  list-style: none;
}
.nav__subnav .subnav__item:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .nav__subnav .subnav__item:first-child {
    margin-top: 0;
  }
}
.nav__subnav .subnav__item:last-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .nav__subnav .subnav__item:last-child {
    margin-bottom: 0;
  }
  .nav__subnav .subnav__item:last-child .subnav-item__link {
    margin-right: 0;
  }
}
.nav__subnav .subnav__item .subnav-item__link {
  /* Styles for Links in Sub Menu */
  padding: 10px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  .nav__subnav .subnav__item .subnav-item__link {
    width: 100%;
    margin-right: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nav__subnav {
    position: absolute;
    z-index: 1;
    top: 70%;
    right: 0;
    width: -moz-max-content;
    width: max-content;
    border-radius: 6px;
  }
  .nav__subnav--show {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 10px;
    border-top: 1px solid black;
  }
  .nav__subnav--show .subnav__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav__subnav--hiding {
    padding: 0 10px;
  }
  .nav__subnav--hiding .subnav__item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@keyframes show-submenu {
  0% {
    height: 0;
  }
  100% {
    height: var(--height-submenu-animation);
  }
}
@keyframes hide-submenu {
  0% {
    height: var(--height-submenu-animation);
  }
  100% {
    height: 0;
  }
}
@keyframes show-navigation {
  0% {
    height: 0;
  }
  100% {
    height: 100dvh;
  }
}
@keyframes hide-navigation {
  0% {
    height: 100dvh;
  }
  100% {
    height: 0;
  }
}
.hero {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
.hero .sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
}
.hero h1 {
  position: absolute;
  top: 15vw;
  left: 50.4%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 84%;
  height: 36.12vw;
}
.hero h1 .top-text {
  font-family: "Code Next", sans-serif;
  font-size: 21.194px;
  font-weight: 800;
  font-style: normal;
  line-height: 4.111px; /* 19.398% */
  color: #fff;
  text-shadow: 1.514px 1.514px 4.542px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media screen and (max-width: 365px) {
  .hero h1 .top-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .hero h1 .top-text {
    font-size: 56px;
    font-weight: 800;
    font-style: normal;
    line-height: 10.863px; /* 19.398% */
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  }
}
.hero h1 .bottom-text {
  margin-bottom: 5vw;
  font-family: "Code Next", sans-serif;
  font-size: 36.333px;
  font-weight: 900;
  font-style: normal;
  line-height: 4.111px; /* 11.315% */
  color: #fff;
  text-align: right;
  text-shadow: 1.514px 1.514px 4.542px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 1.453px;
}
@media screen and (max-width: 365px) {
  .hero h1 .bottom-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero h1 .bottom-text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .hero h1 .bottom-text {
    font-size: 96px;
    font-style: normal;
    line-height: 10.863px; /* 11.315% */
    color: #fff;
    text-align: right;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: 3.84px;
  }
}
@media screen and (min-width: 366px) {
  .hero h1 {
    top: 14vw;
    height: 37vw;
  }
}
@media screen and (min-width: 380px) {
  .hero h1 {
    top: 14.5vw;
    height: 36vw;
  }
}
@media screen and (min-width: 450px) {
  .hero h1 {
    height: 35vw;
  }
}
@media screen and (min-width: 500px) {
  .hero h1 {
    top: 15vw;
    height: 34vw;
  }
}
@media screen and (min-width: 600px) {
  .hero h1 {
    top: 15.5vw;
    height: 33.5vw;
  }
}
@media screen and (min-width: 700px) {
  .hero h1 {
    height: 33vw;
  }
}
@media screen and (min-width: 768px) {
  .hero h1 {
    top: 33.5%;
    left: 45.1%;
    width: 59%;
    height: 25.7vw;
  }
}
@media screen and (min-width: 800px) {
  .hero h1 {
    top: 33%;
  }
}
@media screen and (min-width: 850px) {
  .hero h1 {
    top: 31%;
  }
}
@media screen and (min-width: 900px) {
  .hero h1 {
    height: 25vw;
  }
}
@media screen and (min-width: 992px) {
  .hero h1 {
    height: 24.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero h1 {
    top: 18%;
    left: 44.1%;
    width: 64%;
    height: 21vw;
  }
}
@media screen and (min-width: 1100px) {
  .hero h1 {
    top: 17%;
  }
}
@media screen and (min-width: 1150px) {
  .hero h1 {
    top: 16%;
  }
}
@media screen and (min-width: 1200px) {
  .hero h1 {
    top: 15%;
  }
}
@media screen and (min-width: 1250px) {
  .hero h1 {
    top: 14%;
  }
}
@media screen and (min-width: 1300px) {
  .hero h1 {
    top: 23%;
    height: 24vw;
  }
}
@media screen and (min-width: 1350px) {
  .hero h1 {
    top: 22%;
    height: 23.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .hero h1 {
    top: 21%;
    height: 330px;
  }
}
.hero__description {
  max-width: 305px;
  margin-top: 0;
  margin-left: 8%;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 17px; /* 130.769% */
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}
.hero__description-disclaimer {
  max-width: 52ch;
  margin-top: 11px;
  margin-left: 4%;
  padding-block-end: 20px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 132%; /* 13.2px */
  color: #fff;
  text-align: center;
  letter-spacing: -0.19px;
  /* @media screen and (max-width: 1200px) {
    max-width: 56ch;
  } */
}
@media screen and (min-width: 415px) {
  .hero__description-disclaimer {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero__description-disclaimer {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__description-disclaimer {
    margin-top: 0;
    font-size: 14px;
    line-height: 26px; /* 185.714% */
    /* Drop Shadow */
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
    letter-spacing: unset;
  }
}
@media screen and (min-width: 1200px) {
  .hero__description-disclaimer {
    margin-inline: auto;
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  .hero__description-disclaimer {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline-start: 165px;
  }
}
.hero__description-container {
  max-width: calc(100% - 50px);
  margin-inline: auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 1024px) {
  .hero__description-container {
    max-width: calc(100% - 200px);
  }
}
@media screen and (min-width: 415px) {
  .hero__description {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .hero__description {
    max-width: 56ch;
  }
}
@media screen and (min-width: 1024px) {
  .hero__description {
    font-size: 20px;
    line-height: 26px; /* 130% */
  }
}
@media screen and (min-width: 1440px) {
  .hero__description {
    margin-inline-start: 210px;
  }
}
.hero__sub-heading {
  position: relative;
  z-index: 1;
  margin-block-start: -112px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 54%);
}
@media screen and (max-width: 320px) {
  .hero__sub-heading {
    margin-block-start: -88px;
  }
}
@media screen and (min-width: 321px) and (max-width: 369px) {
  .hero__sub-heading {
    margin-block-start: -88px;
  }
}
@media screen and (min-width: 370px) {
  .hero__sub-heading {
    margin-top: -90px;
  }
}
@media screen and (min-width: 414px) {
  .hero__sub-heading {
    margin-top: -107px;
  }
}
@media screen and (min-width: 460px) {
  .hero__sub-heading {
    margin-top: -116px;
  }
}
@media screen and (min-width: 768px) {
  .hero__sub-heading {
    margin-block-start: -22%;
  }
}
@media screen and (min-width: 850px) {
  .hero__sub-heading {
    margin-block-start: -18%;
  }
}
@media screen and (min-width: 945px) {
  .hero__sub-heading {
    margin-block-start: -18%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__sub-heading {
    margin-block-start: -12%;
  }
}
@media screen and (min-width: 1300px) {
  .hero__sub-heading {
    margin-block-start: -19%;
  }
}
@media screen and (min-width: 1350px) {
  .hero__sub-heading {
    margin-block-start: -17%;
  }
}
@media screen and (min-width: 1440px) {
  .hero__sub-heading {
    margin-top: -250px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.53) 50%, rgba(0, 0, 0, 0.53) 100%);
  }
}
.hero h2 {
  max-width: 25ch;
  margin-inline: auto;
  padding-block: 10px 55px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 114%; /* 27.36px */
  color: #fff;
  text-align: center;
  letter-spacing: -0.456px;
}
@media screen and (min-width: 768px) {
  .hero h2 {
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .hero h2 {
    padding-block-end: 68px;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%; /* 54px */
    letter-spacing: -0.684px;
  }
}
@media screen and (min-width: 1300px) {
  .hero h2 {
    padding-block-end: 6.5%;
  }
}
@media screen and (min-width: 1324px) {
  .hero h2 {
    padding-block-end: 6.6%;
  }
}
@media screen and (min-width: 1353px) {
  .hero h2 {
    padding-block-end: 6.8%;
  }
}
@media screen and (min-width: 1440px) {
  .hero h2 {
    padding-block-end: 5.8%;
  }
}
@media screen and (min-width: 768px) {
  .hero-image__img {
    max-height: 571px;
  }
}
@media screen and (min-width: 1300px) {
  .hero-image__img {
    max-height: 800px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 27px;
  }
}

.page-content {
  z-index: 1;
  margin-top: -46px;
}

.isi {
  z-index: 2;
  background-color: #FFF;
}
.isi p {
  font-family: arial, sans-serif;
}
.isi li {
  font-family: arial, sans-serif !important;
}
.isi__header {
  background-color: #007267;
}
.isi__header-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 1321px;
  margin-right: 17px;
  margin-left: 21px;
}
.isi__header-inner .personal-trigger {
  cursor: pointer;
  z-index: 8;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: white;
}
.isi__header-inner .personal-trigger .trigger-text {
  display: none;
  margin: auto 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 20.148px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: white;
  text-align: right;
  letter-spacing: -0.383px;
}
@media screen and (min-width: 768px) {
  .isi__header-inner .personal-trigger .trigger-text {
    display: block;
  }
}
.isi__header-inner .personal-trigger img {
  width: 17.469px;
  height: 10.75px;
}
.isi__header-inner .personal-trigger .arrow-down-isi {
  transform: rotate(180deg);
  margin-left: 7px;
}
@media screen and (min-width: 1325px) {
  .isi__header-inner {
    max-width: 1324px;
    margin-inline: auto;
    padding-right: 67.46px;
    padding-left: 17.63px;
  }
}
.isi__header-heading {
  width: 85%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: -0.342px;
}
@media screen and (min-width: 480px) {
  .isi__header-heading .isi-heading-br.first {
    display: none;
  }
}
@media screen and (min-width: 680px) {
  .isi__header-heading .isi-heading-br.second {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isi__header-heading {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .isi__header-heading {
    font-size: 20.148px;
  }
}
.isi.is-fixed {
  --height: 190px;
  position: fixed;
  z-index: 2;
  bottom: calc(var(--height) * -1);
  width: 100%;
  height: 24rem;
  transition: top 0.5s ease-in-out, height 0.5s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .isi.is-fixed {
    --height: 130px;
  }
}
.isi__content-head {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.isi__content-paragraph {
  align-self: stretch;
  /* h3{
    margin-top: 19px;

    @media screen and (min-width:1024px) {
      margin-top: 4px;

    }

  } */
  /* stylelint-disable-next-line no-descending-specificity */
}
.isi__content-paragraph .isi__link {
  color: #007267;
  text-decoration: none;
}
.isi__content-paragraph em {
  font-style: italic;
}
.isi__content-paragraph .b-700 {
  font-weight: 700;
  color: #080808;
}
.isi__content-paragraph ol li {
  list-style: decimal;
}
.isi__content-paragraph ol li::marker {
  font-weight: bold;
}
.isi__content-paragraph p {
  margin-top: 0;
}
.isi__content-paragraph .isi__maintext {
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #080808;
}
@media screen and (min-width: 1024px) {
  .isi__content-paragraph .isi__maintext {
    font-size: 20.148px;
  }
}
.isi__content-paragraph .isi__normaltext {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #080808;
}
@media screen and (min-width: 1024px) {
  .isi__content-paragraph .isi__normaltext {
    font-size: 20.148px;
  }
}
.isi__content-paragraph .text__recomendations {
  margin-top: 22.67px;
}
.isi__content-paragraph .text__recomendations a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-decoration: none;
}
.isi__content-paragraph-box {
  max-width: 1146px;
  margin: auto;
  padding: 13.063px;
  padding-right: 10.06px;
  border: 2px solid #000;
}
.isi__content-paragraph-box h2 {
  margin-bottom: 19.59px;
  font-family: arial, sans-serif;
  font-size: 20.901px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-align: center;
}
.isi__content-paragraph-box ul {
  margin-top: 19.59px;
}
.isi__content-paragraph-box ul .ul-br {
  display: none;
}
@media screen and (min-width: 1440px) {
  .isi__content-paragraph-box ul .ul-br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .isi__content-paragraph-box {
    padding-right: 13.06px;
  }
}
.isi__content-paragraph strong {
  font-family: arial, sans-serif;
  font-weight: 700;
}
.isi__content-paragraph .body-p {
  margin-top: 15.68px;
  margin-bottom: 15.68px;
}
.isi__content-paragraph .body-p-unique {
  margin-bottom: 15.68px;
}
.isi__content-paragraph .underline-body {
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 391px) {
  .isi__content-paragraph .br-mobile {
    display: none;
  }
}
.isi__content-paragraph li {
  margin-left: 17px;
  font-size: 20.901px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  list-style: disc;
}
.isi__content-paragraph .green-anchor {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-size: 20.901px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  color: #007267;
  text-decoration-line: underline;
}
.isi__content-paragraph .neutral-link {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
.isi__content-paragraph .neutral-link:hover {
  text-decoration: underline;
}
.isi__content-paragraph .regular-anchor {
  font-family: arial, sans-serif;
  font-size: 20.901px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #1573ff;
}
.isi__content-paragraph .last-h3 {
  font-family: "Roboto", sans-serif !important;
}
.isi__content-paragraph .paragraph-mt0 {
  margin-top: 0;
}
.isi__content-list {
  padding-top: 4px;
  padding-left: 2rem;
  /* stylelint-disable-next-line no-descending-specificity */
}
.isi__content-list li {
  list-style-type: disc;
}
.isi__content-link {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 41rem) {
  .isi__content .wrapper {
    max-width: 100%;
    margin: 0;
  }
}
.isi__mobile-tabs {
  display: none;
  width: 100%;
  /*  ul.tabs[role='tablist'] {
    overflow-y: hidden;
    height: 31px;
    padding: 0;
  }

  [role='tablist'] li {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #ededed;

    a {
      width: 100%;

      font-size: 18px;
      font-weight: 700;
      line-height: 22px;

      border: 0;
    }
  }

  @media screen and (min-width: 41rem) {
    display: none;
  } */
}
.isi__grid-left {
  padding: 1rem 1rem 6rem !important;
}
.isi__grid-left .isi__content-head {
  color: #000;
}
.isi__grid-left .isi__content-link {
  color: #666CA3;
}
@media only screen and (min-width: 41rem) {
  .isi__grid-left {
    padding: 1rem 1.5rem 3rem !important;
  }
}
.isi__grid-right {
  padding: 0 24px 40px !important;
}
.isi__grid-right .isi__content-head {
  color: #000;
}
.isi__grid-right .isi__content-link {
  color: #666CA3;
}
@media only screen and (min-width: 41rem) {
  .isi__grid-right {
    padding: 20px 0 25.19px !important;
  }
}
.isi__toggle {
  cursor: pointer;
}
.isi__toggle::after {
  content: url("/assets/images/isi/isi-icon.png");
  display: block;
  width: 20px;
  height: 20px;
  transition: all 1s ease-in-out;
}
.isi .isi__toggle {
  display: block;
}
.isi.is-open-toggle .isi__arrow {
  rotate: 180deg;
}
.isi.is-open-toggle .isi__header-inner {
  cursor: auto;
}
.isi.is-open-toggle .arrow-down-isi {
  display: none;
}
.isi.is-open {
  z-index: 10;
  top: 0;
  height: 100vh;
}
.isi.is-open .isi__grid-left,
.isi.is-open .isi__grid-right {
  overflow-y: scroll;
  max-height: 150vh;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.isi.is-open .isi__grid-left::-webkit-scrollbar,
.isi.is-open .isi__grid-right::-webkit-scrollbar {
  width: 5px;
}
.isi.is-open .isi__grid-left::-webkit-scrollbar-track,
.isi.is-open .isi__grid-right::-webkit-scrollbar-track {
  border-radius: 20px;
  box-shadow: inset 0 0 8px rgb(0, 0, 0);
}
.isi.is-open .isi__grid-left::-webkit-scrollbar-thumb,
.isi.is-open .isi__grid-right::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.isi.is-open .isi__grid-left::-webkit-scrollbar-thumb:hover,
.isi.is-open .isi__grid-right::-webkit-scrollbar-thumb:hover {
  background: rgb(156, 156, 156);
}
.isi.is-open .isi__toggle {
  rotate: 180deg;
}
.isi__grid-right[hidden], .isi__grid-left[hidden] {
  display: block !important;
  max-width: 1146px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .isi__grid-right[hidden], .isi__grid-left[hidden] {
    margin-left: 97px;
  }
}

.scroll__content {
  overflow-y: auto;
  height: 100vh;
}

.wrapper-isi {
  display: block !important;
  max-width: 1324px;
  margin-inline: auto;
  padding: 19px 17.63px;
}
.wrapper-isi br.desktop-linebreak {
  display: none;
}
@media screen and (min-width: 1324px) {
  .wrapper-isi br.desktop-linebreak {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper-isi {
    padding-top: 24px;
    padding-right: 20.63px;
    padding-bottom: 25.19px;
  }
}

.show-none {
  top: calc(100% - 6.5rem) !important;
}
@media screen and (min-width: 350px) {
  .show-none {
    top: calc(100% - 5rem) !important;
  }
}
@media screen and (min-width: 455px) {
  .show-none {
    top: calc(100% - 3.9rem) !important;
  }
}
@media screen and (min-width: 755px) {
  .show-none {
    top: calc(100% - 2.5rem) !important;
  }
}

/* Asegurarse de que los márgenes no excedan los 76px una vez la pantalla es igual o superior a 1440px */
.wistia-viewer .wistia-viewer__inner .wistia-viewer__embed-container {
  position: relative;
}
.wistia-viewer .button-video[data-wistia-play-button] {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 0;
  font-size: 2rem;
}
.wistia-viewer .button-video[data-wistia-play-button][data-playing=true] .play-icon {
  display: none;
}
.wistia-viewer .button-video[data-wistia-play-button][data-playing=true] .pause-icon {
  display: initial;
}
.wistia-viewer .button-video[data-wistia-play-button][data-playing=false] .play-icon {
  display: initial;
}
.wistia-viewer .button-video[data-wistia-play-button][data-playing=false] .pause-icon {
  display: none;
}

.footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 36px;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #007267;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: linear-gradient(90deg, #992550 0%, #ff6a39 53.95%, #ffa300 100%);
}
.footer__nav {
  width: 100%;
  max-width: 310px;
  margin-bottom: 36px;
  margin-inline: auto;
}
.footer__nav_menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  width: 100%;
  text-decoration-line: underline;
}
.footer__nav_menu_item {
  position: relative;
  font-family: "AvenirLTStd-Roman", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-decoration-line: underline;
}
.footer__nav_menu_item::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -16px;
  display: block;
  width: 1px;
  height: 11px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__nav_menu_item::after {
    width: 1px;
    height: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav_menu_item::after {
    right: -16px;
    height: 11px;
  }
}
.footer__nav_menu_item:nth-child(2)::after {
  display: none;
}
@media screen and (min-width: 337px) {
  .footer__nav_menu_item:nth-child(2)::after {
    display: block;
  }
}
.footer__nav_menu_item:nth-child(4)::after {
  display: none;
}
@media screen and (min-width: 320px) {
  .footer__nav_menu_item:nth-child(4)::after {
    display: block;
  }
}
.footer__nav_menu .footer__nav_menu_item--last {
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #fff;
}
.footer__nav_menu .footer__nav_menu_item_link {
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-weight: 500;
}
.footer__nav_menu .footer__nav_menu_item_link:hover {
  opacity: 0.5;
}
.footer__nav_menu .footer__nav_menu_item--privacy {
  position: relative;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-decoration-line: underline;
}
.footer__nav_menu .footer__nav_menu_item--privacy::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -16px;
  display: block;
  width: 1px;
  height: 11px;
  background-color: #fff;
}
@media screen and (min-width: 337px) {
  .footer__nav_menu .footer__nav_menu_item--privacy::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav_menu .footer__nav_menu_item--privacy::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav_menu {
    flex-wrap: nowrap;
    max-width: 509px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__nav_menu {
    gap: 32px;
    align-items: center;
    width: 100%;
    max-width: 509px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    max-width: 509px;
  }
}
.footer__branding {
  width: 100%;
  max-width: 232px;
  margin-bottom: 36px;
  margin-inline: auto;
}
.footer__dec {
  margin: 0;
  margin-bottom: 36px;
  padding: 0;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.footer .privacy_choices {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  width: 100%;
  max-width: 187px;
  margin-right: auto;
  margin-bottom: 36px;
  margin-left: auto;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
}
.footer .privacy_choices img {
  width: 100%;
  max-width: 45.5px;
}
.footer__sub-desc {
  margin: 0;
  padding: 0;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.footer__copy {
  margin: 0;
  padding: 0;
  font-family: "AvenirLTStd-Roman", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 390px) {
  .footer__copy {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer__copy {
    width: 100%;
    max-width: 52ch;
    margin-inline: auto;
  }
}

.cards {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 36px 25px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.15);
}
.cards__wrapper {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1276px) {
  .cards__wrapper {
    gap: 24px;
  }
}
.cards__icon {
  width: 73px;
  height: 74px;
}
.cards__title {
  font-family: "Code Next", sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  line-height: 140%; /* 28px */
  color: #007267;
  text-align: center;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 373px) {
  .cards__title {
    max-width: 227px;
  }
}
@media screen and (min-width: 1024px) {
  .cards__title {
    max-width: 236px;
    font-size: 24px;
    line-height: 150%;
  }
}
.cards__body {
  margin-top: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%; /* 27px */
  color: #000;
  text-align: center;
  letter-spacing: -0.342px;
}
@media screen and (min-width: 373px) {
  .cards__body {
    max-width: 293px;
  }
}
@media screen and (min-width: 769px) {
  .cards__body {
    height: 136px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1276px) {
  .cards__body {
    max-width: 301px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (min-width: 370px) {
  .cards {
    max-width: 366px;
  }
}
@media screen and (min-width: 1276px) {
  .cards {
    gap: 24px;
    max-width: 390px;
    height: 456px;
  }
}

.button {
  align-items: center;
  justify-content: center;
  max-height: 46px;
  padding: 7px 36px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%; /* 30px */
  color: #992550;
  text-align: center;
  letter-spacing: -0.38px;
  background-color: transparent;
  border: 1px solid #992550;
  border-radius: 60px;
}

.cards__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 373px) {
  .cards__flex {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cards__flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    padding: 0;
  }
}

.cards__two img {
  flex-shrink: 0;
  width: 55.5px;
  height: 74px;
}
.cards__two p {
  width: auto;
}
@media screen and (min-width: 370px) {
  .cards__two p {
    max-width: 297px;
  }
}
@media screen and (min-width: 768px) {
  .cards__two p {
    max-width: unset;
    font-size: 18px;
  }
}
@media screen and (min-width: 1276px) {
  .cards__two p {
    max-width: 338px;
    font-size: 20px;
  }
}

.cards__three img {
  flex-shrink: 0;
  width: 72.549px;
  height: 74px;
}
.cards__three p {
  width: auto;
}
@media screen and (min-width: 1020px) {
  .cards__three p {
    max-width: 313px;
  }
}

:root {
  --bg-green: #007267;
}

.about {
  width: 100%;
  margin-block: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 1300px) {
  .about .box-gradient {
    max-width: 1232px;
    margin-inline: auto;
  }
}
.about__parent {
  position: relative;
  width: 100%;
  padding-bottom: 48px;
}
.about__parent::before {
  content: "";
  position: absolute;
  bottom: 137px;
  left: 0;
  width: 112px;
  height: 112px;
  background-image: url("/assets/images/about/Ellipse-mobile1.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 375px) {
  .about__parent::before {
    bottom: 108px;
    left: 0;
  }
}
@media screen and (min-width: 414px) {
  .about__parent::before {
    bottom: 79px;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__parent::before {
    bottom: 110px;
    left: 0;
    width: 271px;
    height: 271px;
    background-image: url("/assets/images/about/Ellipse-midle.png");
  }
}
@media screen and (min-width: 1300px) {
  .about__parent::before {
    bottom: 110px;
    left: 0;
    width: 271px;
    height: 271px;
    background-image: url("/assets/images/about/Ellipse-midle.png");
  }
}
.about__parent::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 8px;
  width: 82px;
  height: 82px;
  background-image: url("/assets/images/about/Ellipse-mobile2.png");
}
@media screen and (min-width: 1024px) {
  .about__parent::after {
    right: -68px;
    bottom: -225px;
    display: none;
    width: 254.254px;
    height: 254.254px;
    background-image: url("/assets/images/about/Ellipse-desktop.png");
  }
}
@media screen and (min-width: 1300px) {
  .about__parent::after {
    right: -68px;
    bottom: -217px;
    width: 254.254px;
    height: 254.254px;
    background-image: url("/assets/images/about/Ellipse-desktop.png");
  }
}
@media screen and (min-width: 1024px) {
  .about__parent {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .about__parent {
    max-width: 1232px;
  }
}
.about__heading {
  padding-top: 26.27px;
}
@media screen and (min-width: 1024px) {
  .about__heading {
    padding-top: 34px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1300px) {
  .about__heading {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .about__wrapper {
    display: flex;
    gap: 36px;
    align-items: flex-start;
    align-self: stretch;
    margin-inline: 60px 134px;
  }
  .about__wrapper .result__button-box {
    max-width: 269px;
    padding-left: 89px;
  }
  .about__wrapper .result__button-box.result__button-modif {
    max-width: 280px;
    padding-left: 100px;
  }
}
.about__pic {
  width: 100%;
  max-width: 230px;
  margin-top: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 375px) {
  .about__pic {
    max-width: 267px;
  }
}
@media screen and (min-width: 1024px) {
  .about__pic {
    max-width: 366px;
  }
}
@media screen and (min-width: 1300px) {
  .about__pic {
    margin-top: 0;
  }
}
.about__separator .about__wrapper-deserv {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 91%;
  margin-top: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 500px) {
  .about__separator .about__wrapper-deserv {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .about__separator .about__wrapper-deserv {
    max-width: 637px;
  }
}
@media screen and (min-width: 1300px) {
  .about__separator .about__wrapper-deserv {
    gap: 24px;
    margin-top: 0;
    margin-inline: 0;
  }
}
.about__separator .deserve__heading {
  margin-bottom: 8px;
}
.about__separator .deserve__desc {
  width: 100%;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.342px;
}
@media screen and (min-width: 768px) {
  .about__separator .deserve__desc {
    max-width: 50ch;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .about__separator .deserve__desc {
    letter-spacing: -0.38px;
  }
}
@media screen and (min-width: 1024px) {
  .about__separator .deserve__desc {
    font-size: 20px;
  }
}
.about__separator .deserve__list {
  margin-left: 30px;
}
.about__separator .deserve__item {
  margin: 0;
  padding: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.342px;
}
.about__separator .deserve__item:nth-child(2) {
  width: 100%;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .about__separator .deserve__item:nth-child(2) {
    max-width: 40ch;
  }
}
@media screen and (min-width: 1024px) {
  .about__separator .deserve__item:nth-child(2) {
    max-width: 47ch;
    margin-top: 8px;
  }
}
.about__separator .deserve__item .deserve__sup {
  top: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.about__separator .deserve__item .deserve__sup-last {
  top: -7px;
  font-size: 9px;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .about__separator .deserve__item .deserve__sup-last {
    top: -5px;
    font-size: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .about__separator .deserve__item {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.38px;
  }
}
.about__icon {
  width: 100%;
  max-width: 46px;
}
@media screen and (min-width: 1024px) {
  .about__icon {
    max-width: 58.703px;
  }
}
.about .infusion__wrapper .infusion__icon {
  width: 100%;
  max-width: 72px;
}
@media screen and (min-width: 1024px) {
  .about .infusion__wrapper .infusion__icon {
    max-width: 82px;
  }
}
.about .footnotes--first {
  width: 100%;
  max-width: 33ch;
  margin-bottom: 8px;
}
@media screen and (min-width: 414px) {
  .about .footnotes--first {
    max-width: 39ch;
  }
}
@media screen and (min-width: 500px) {
  .about .footnotes--first {
    max-width: 60ch;
  }
}
@media screen and (min-width: 768px) {
  .about .footnotes--first {
    max-width: 76ch;
  }
}
@media screen and (min-width: 1024px) {
  .about .footnotes--first {
    margin-bottom: 16px;
  }
}
.about .footnotes--last {
  max-width: 39ch;
}
@media screen and (min-width: 500px) {
  .about .footnotes--last {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .about .footnotes--last {
    max-width: 69ch;
  }
}
.about__notes {
  position: relative;
  width: 100%;
  max-width: 85%;
  margin-inline: 20px;
  padding-bottom: 24px;
}
.about__notes::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -7px;
  width: calc(100% + 16px);
  height: 1px;
  background: var(--bg-green);
}
@media screen and (min-width: 414px) {
  .about__notes::after {
    left: -12px;
  }
}
@media screen and (min-width: 500px) {
  .about__notes::after {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about__notes::after {
    left: -7px;
  }
}
.about__notes .modifier-pading .about__notes-sup {
  position: absolute;
  top: 10px;
  left: -7px;
  font-size: 12px;
}
.about__notes .modifier-pading .about__notes-sup.cross {
  left: -7px;
  font-size: 10px;
}
@media screen and (min-width: 414px) {
  .about__notes {
    width: 100%;
    max-width: 90%;
    margin-inline: 24px auto;
  }
}
@media screen and (min-width: 500px) {
  .about__notes {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .about__notes {
    max-width: 71ch;
  }
}
@media screen and (min-width: 1024px) {
  .about__notes {
    max-width: 71ch;
    padding-bottom: 36px;
  }
}
@media screen and (min-width: 1300px) {
  .about__notes {
    margin-left: 7px;
  }
}
.about .infusion__flex {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 90%;
  margin-top: 24px;
  margin-inline: auto;
}
.about .infusion__flex .infusion {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  max-width: 259px;
}
.about .infusion__flex .infusion__desc {
  margin: 0;
  padding: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.342px;
}
@media screen and (min-width: 768px) {
  .about .infusion__flex .infusion__desc {
    width: 100%;
    max-width: 46ch;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.38px;
  }
}
@media screen and (min-width: 1300px) {
  .about .infusion__flex .infusion__desc {
    width: 100%;
    max-width: 46ch;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.38px;
  }
}
@media screen and (min-width: 768px) {
  .about .infusion__flex .infusion {
    justify-content: center;
    max-width: 530px;
  }
}
@media screen and (min-width: 1300px) {
  .about .infusion__flex .infusion {
    justify-content: center;
    max-width: 530px;
  }
}
@media screen and (min-width: 414px) {
  .about .infusion__flex {
    gap: 20px;
    max-width: 351px;
  }
}
@media screen and (min-width: 768px) {
  .about .infusion__flex {
    gap: 24px;
    width: 100%;
    max-width: 636px;
  }
}
@media screen and (min-width: 1024px) {
  .about .infusion__flex {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1300px) {
  .about .infusion__flex {
    gap: 24px;
    width: 100%;
    max-width: 636px;
  }
}
.about .result__button-modif {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .about {
    margin-top: 64px;
    margin-bottom: 54px;
  }
}

/* stylelint-disable no-descending-specificity */
:root {
  --accent: 124, 58, 237;
  --accent-gradient: linear-gradient(
    45deg,
    rgb(var(--accent)),
    #da62c4 30%,
    white 60%
  );
}

html {
  font-family: system-ui, sans-serif;
  background-color: #f6f6f6;
}

code {
  font-family: "Menlo", "Monaco", "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 800;
}

.text-gradient {
  background-image: var(--accent-gradient);
  background-position: 0%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 400%;
  -webkit-text-fill-color: transparent;
}

.instructions {
  margin: 1rem 0;
  padding: 1rem;
  line-height: 1.6;
  background-color: white;
  border: 1px solid rgb(var(--accent) 25%);
  border-radius: 0.4rem;
}

.instructions code {
  padding: 0.3em 0.45em;
  font-size: 0.875em;
  font-weight: bold;
  color: rgb(var(--accent));
  background: rgb(var(--accent) 12%);
  border-radius: 4px;
}

.instructions strong {
  color: rgb(var(--accent));
}

.link-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24ch, 1fr));
  gap: 1rem;
  padding: 0;
}

.link-card {
  display: flex;
  padding: 0.25rem;
  list-style: none;
  background-color: white;
  background-image: none;
  background-position: 100%;
  background-size: 400%;
  border-radius: 0.6rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition: background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.link-card > a {
  width: 100%;
  padding: 1rem 1.3rem;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  opacity: 0.8;
  background-color: white;
  border-radius: 0.35rem;
}

h2 {
  margin: 0;
  font-size: 1.25rem;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #444;
}

.link-card:is(:hover, :focus-within) {
  background-image: var(--accent-gradient);
  background-position: 0;
}

.link-card:is(:hover, :focus-within) h2 {
  color: rgb(var(--accent));
}

.getstarted {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1366px) {
  .getstarted .wrapper {
    max-width: calc(100% - 12.8rem);
  }
}
@media screen and (min-width: 1500px) {
  .getstarted .wrapper {
    max-width: 77rem;
  }
}
.getstarted__container {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 20px 20px 10px 10px;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .getstarted__content {
    display: flex;
    flex-direction: row;
    gap: 36px;
    align-items: start;
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1530px) {
  .getstarted__content {
    margin: 0 auto;
  }
}
.getstarted .getstarted__title {
  margin: 27.27px 13px 24px 17px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%;
  color: #007267;
  text-align: center;
  letter-spacing: -0.456px;
}
@media screen and (min-width: 1024px) {
  .getstarted .getstarted__title {
    margin-top: 25.73px;
    margin-bottom: 25px;
    font-size: 36px;
    letter-spacing: -0.684px;
  }
}
.getstarted h3 {
  margin-top: 36px;
  font-family: "Code Next", sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  line-height: 150%;
  color: #007267;
  text-align: center;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1024px) {
  .getstarted h3 {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    font-size: 24px;
    text-align: start;
    letter-spacing: 0.48px;
  }
}
.getstarted p {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 140%;
  color: #000;
  text-align: center;
  letter-spacing: -0.342px;
}
@media screen and (min-width: 1024px) {
  .getstarted p {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
    text-align: start;
    letter-spacing: -0.38px;
  }
}
.getstarted a {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 242px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 36px;
  padding: 7px 36px;
}
@media screen and (max-width: 364px) {
  .getstarted a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .getstarted {
    margin-block: 64px;
  }
}

.getstarted__image {
  flex-shrink: 0;
  width: 181px;
  height: 141px;
  margin: 0 auto;
}

.wistia-viewer {
  width: 100%;
  max-width: 701px;
  height: 100%;
  max-height: 390px;
}

.support {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 414px;
  padding: 36px 32px;
  background: linear-gradient(270deg, rgba(242, 106, 62, 0.2) -0.76%, rgba(242, 106, 62, 0.02) -0.75%, rgba(242, 106, 62, 0.1) 49.83%, rgba(242, 106, 62, 0.02) 100.83%), #fff;
}
.support__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  align-self: stretch;
}
.support__tittle {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  max-width: 350px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  line-height: 140%; /* 33.6px */
  color: #007267;
  text-align: center;
  letter-spacing: -0.456px;
}
@media screen and (min-width: 428px) {
  .support__tittle {
    max-width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .support__tittle {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 150%; /* 54px */
    letter-spacing: -0.684px;
  }
}
.support__text {
  margin: 0;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 150%; /* 30px */
  color: #000;
  text-align: center;
  letter-spacing: -0.38px;
}
@media screen and (min-width: 373px) {
  .support__text {
    width: 350px;
    max-width: 350px;
  }
}
@media screen and (min-width: 760px) {
  .support__text {
    width: 766px;
    max-width: 766px;
    max-height: 120px;
  }
}
.support__image {
  max-width: 350.25px;
  max-height: 195.23px;
  border-radius: 10.582px;
}
@media screen and (min-width: 760px) {
  .support__image {
    display: none;
  }
}
.support__desktop {
  display: none;
}
@media screen and (min-width: 760px) {
  .support__desktop {
    display: block;
    max-width: 700.5px;
    max-height: 390.46px;
    border-radius: 21.163px;
  }
}
.support__button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 302px;
  margin-top: 16px;
  padding: 7px 20px;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  line-height: 150%; /* 30px */
  color: #992550;
  text-align: center;
  letter-spacing: -0.38px;
  background: #fff;
  border: 1px solid #992550;
  border-radius: 60px;
}
.support__button:hover {
  color: #fff;
  background-color: #992550;
}
@media screen and (min-width: 376px) {
  .support__button {
    max-width: 302px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .support .support__big {
    position: absolute;
    top: -96.73px;
    right: 0;
    width: 254.254px;
    height: 254.254px;
    background-image: url("/assets/images/support/Ellipse-big.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1323px) {
  .support .support__big {
    right: calc((100vw - 1322px) / 2);
  }
}
@media screen and (min-width: 1020px) {
  .support .support__small {
    position: absolute;
    top: 183px;
    right: 0;
    width: 132px;
    height: 134px;
    background-image: url("/assets/images/support/Ellipse-small.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    /* @media screen and (min-width: 1300px) {
      top: 67%;
      left: 88.7%;
      width: 136px;
      height: 149px;
    } */
  }
}
@media screen and (min-width: 1020px) and (min-width: 1323px) {
  .support .support__small {
    right: calc((100vw - 1322px) / 2);
  }
}
@media screen and (min-width: 1020px) {
  .support .support__subtract {
    position: absolute;
    top: 178.16px;
    left: 0;
    width: 290.112px;
    height: 290.112px;
    background-image: url("/assets/images/support/Subtract.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
}
@media screen and (min-width: 420px) {
  .support {
    max-width: 100%;
  }
}

/* {outputFileName:style} */