/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/styles/styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
body {
  min-height: 100vh;
}

section {
  position: relative;
}
section .hidden-anchor {
  position: absolute;
  visibility: hidden;
  height: 0;
  top: -200px;
}

.section-inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section-inner {
    padding-inline: 20px;
  }
}

.component-section-inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .component-section-inner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .hybrid-section-inner {
    margin: auto;
    max-width: 1280px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .hybrid-section-inner {
    margin: auto;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.center {
  align-items: center;
}
.flex.js-center {
  justify-content: center;
}
.flex.spc-between {
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .flex.spc-between {
    flex-wrap: wrap;
  }
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.spc-around {
  justify-content: space-around;
}
.flex.spc-evenly {
  justify-content: space-evenly;
}
.flex.sm-gap {
  gap: 20px;
}
.flex.lg-gap {
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .flex.lg-gap {
    gap: 20px;
  }
}
.flex.lg-gap-only {
  gap: 50px;
}
.flex .flex-no-shrink {
  flex-shrink: 0;
}
.flex.column {
  flex-direction: column;
}

.grid {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .grid {
    gap: 20px;
  }
}
.grid.col-2 {
  grid-template-columns: 1fr 1fr;
}
.grid.col-2.list {
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .grid.col-2 {
    grid-template-columns: 1fr;
  }
}
.grid.icon-content {
  grid-template-columns: 120px 1fr;
  gap: 20px;
}
.grid.icon-content .img-container img {
  margin-left: auto;
}
@media only screen and (max-width: 950px) {
  .grid.icon-content {
    grid-template-columns: 80px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid.icon-content {
    grid-template-columns: 70px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid.icon-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .grid.icon-content:not(.keep-cols) {
    grid-template-columns: 1fr;
  }
}
.grid.lg-gap-only {
  gap: 50px !important;
}

.bg-grey {
  background: #F5F3F8 !important;
}

.card {
  background: #00A9C2;
  padding: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .card {
    padding: 20px;
  }
}
.card * {
  margin: 0;
  padding: 0;
}
.card h1 {
  color: #F8FEFF;
  text-align: center;
}

.outline {
  border: 5px solid #00A9C2;
  padding: 50px;
  background: #F8FEFF;
  margin-top: 50px;
}
.outline > *:not(.btn):not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .outline {
    padding: 20px;
    margin-top: 20px;
  }
  .outline * {
    text-align: center;
    margin-inline: auto;
  }
  .outline > *:not(.btn):not(:last-child) {
    margin-bottom: 20px;
  }
}

.icon {
  width: 120px !important;
  height: 120px !important;
}
@media only screen and (max-width: 1520px) {
  .icon {
    width: 100px !important;
    height: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .icon {
    width: 80px !important;
    height: 80px !important;
  }
}

ul.no-bullets, ol.no-bullets {
  list-style: none;
}
ul li::marker, ol li::marker {
  color: #00A9C2;
}

.w-100 {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

.mh-500 {
  min-height: 500px;
}

.mb {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}

.mbl {
  margin-bottom: 50px;
}

.mbs {
  margin-bottom: 20px;
}

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

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

.ma {
  margin-inline: auto;
}

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

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

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

.p-t {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-t {
    padding-top: 20px;
  }
}

.p-b {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-b {
    padding-bottom: 20px;
  }
}

.p-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .p-tb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ptl {
  padding-top: 50px;
}

.pbs {
  padding-bottom: 20px;
}

.m-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .m-tb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
:root {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

main {
  position: relative;
}
main ul, main ol {
  margin-bottom: 0;
}
main ul.icon-list, main ol.icon-list {
  padding-left: 0;
}
main ul li:not(:last-child), main ol li:not(:last-child) {
  padding-bottom: 10px;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.6em;
  margin-left: 0.2em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* images */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "open-sans";
  src: url("/fonts/Open_Sans/regular.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  src: url("/fonts/Open_Sans/italic.ttf") format("truetype");
  font-style: italic;
}
@font-face {
  font-family: "roboto";
  src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-medium";
  src: url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-bold";
  src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto-black";
  src: url("/fonts/Roboto/Roboto-Black.ttf") format("truetype");
}
.roboto {
  font-family: "roboto" !important;
}

.roboto-bold {
  font-family: "roboto-bold" !important;
}

.open-sans {
  font-family: "open-sans" !important;
}

h1, h2, h3, h4, h5, h6 .h1,
.h2, .h3, .h4, .h5, .h6 {
  font-family: "roboto-medium";
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #582D86;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 .h1 sup,
.h2 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup {
  font-family: "roboto";
  margin-left: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 .h1 span,
.h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  white-space: nowrap;
}
h1 div, h2 div, h3 div, h4 div, h5 div, h6 .h1 div,
.h2 div, .h3 div, .h4 div, .h5 div, .h6 div {
  white-space: nowrap;
  display: inline;
}
@media only screen and (max-width: 767px) {
  h1 div, h2 div, h3 div, h4 div, h5 div, h6 .h1 div,
  .h2 div, .h3 div, .h4 div, .h5 div, .h6 div {
    white-space: normal;
  }
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6 .h1.light,
.h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
  font-family: "roboto";
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 .h1 strong,
.h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
  font-family: "roboto-black";
  font-weight: 900;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6 .h1.center,
.h2.center, .h3.center, .h4.center, .h5.center, .h6.center {
  text-align: center;
}
h1:not(.sentence), h2:not(.sentence), h3:not(.sentence), h4:not(.sentence), h5:not(.sentence), h6 .h1:not(.sentence),
.h2:not(.sentence), .h3:not(.sentence), .h4:not(.sentence), .h5:not(.sentence), .h6:not(.sentence) {
  text-transform: uppercase;
}
h1.mb-0, h2.mb-0, h3.mb-0, h4.mb-0, h5.mb-0, h6 .h1.mb-0,
.h2.mb-0, .h3.mb-0, .h4.mb-0, .h5.mb-0, .h6.mb-0 {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 70px;
  line-height: normal;
}
h1 sup, .h1 sup {
  margin-left: 0.3em !important;
}
@media only screen and (max-width: 1520px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 45px;
  line-height: normal;
}
@media only screen and (max-width: 1520px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 40px;
  line-height: 55px;
}
h3 sup, .h3 sup {
  margin-left: 0.3em !important;
}
@media only screen and (max-width: 1520px) {
  h3, .h3 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
h3.special-strong strong, .h3.special-strong strong {
  -webkit-text-stroke: 2px #582D86;
}
@media only screen and (max-width: 767px) {
  h3.special-strong strong, .h3.special-strong strong {
    -webkit-text-stroke: 1px #582D86;
  }
}

h4, .h4 {
  font-size: 35px;
  line-height: 50px;
}
h4 sup, .h4 sup {
  margin-left: 0.3em !important;
}
@media only screen and (max-width: 1520px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

body {
  min-height: 100vh;
}

body, .paragraph, p {
  font-family: "open-sans";
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #080E13;
}
body.center, .paragraph.center, p.center {
  text-align: center !important;
}
body .no-break, .paragraph .no-break, p .no-break {
  white-space: nowrap;
}
body .no-break-desktop, .paragraph .no-break-desktop, p .no-break-desktop {
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  body .no-break-desktop, .paragraph .no-break-desktop, p .no-break-desktop {
    white-space: normal;
  }
}
@media only screen and (max-width: 1520px) {
  body, .paragraph, p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body, .paragraph, p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body, .paragraph, p {
    font-size: 16px;
    line-height: 20px;
  }
}
body .contact-cards-container, .paragraph .contact-cards-container, p .contact-cards-container {
  font-size: 0.9em;
}
@media only screen and (max-width: 1228px) {
  body .contact-cards-container, .paragraph .contact-cards-container, p .contact-cards-container {
    font-size: 1em;
  }
}

ul, ol {
  padding-left: 1em;
}
ul.tight li, ol.tight li {
  margin-bottom: 0 !important;
}

a {
  color: #080E13;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:not(.reverse) {
  text-decoration: none;
}
a:not(.reverse):hover {
  text-decoration: underline;
}

.small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.black {
  color: #080E13;
}

.white {
  color: #F8FEFF;
}

.blue {
  color: #582D86;
}

.teal {
  color: #00A9C2;
}

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

.light-heavy {
  font-weight: 600 !important;
}

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

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.strong {
  font-weight: bold;
}

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

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

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

.btn {
  box-sizing: border-box;
  border-radius: 40px;
  background: #582D86;
  color: #F8FEFF;
  font-weight: 700;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  cursor: pointer;
  outline: none !important;
  font-size: 20px;
  height: 60px;
  line-height: 80px;
  min-width: 250px;
  padding: 15px 30px;
}
.btn.teal {
  background: #00A9C2;
}
.btn.teal::after {
  border: 1px solid #00A9C2;
}
.btn.btn-transparent {
  background: transparent;
  color: #080E13;
}
.btn.btn-transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 40px;
  background: #00A9C2;
  opacity: 0;
  box-sizing: border-box;
}
.btn.btn-transparent::after {
  border: 3px solid #00A9C2;
}
.btn.btn-transparent:hover {
  box-shadow: none !important;
}
.btn.btn-transparent:hover::before {
  opacity: 0.5;
  z-index: -1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 40px;
  border: 1px solid #582D86;
  transform-origin: center;
}
.btn:hover {
  text-decoration: none !important;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2) !important;
}
.btn:hover::after {
  transform: scale(1.4);
  filter: blur(5px);
  transition: 1s;
  opacity: 0;
}
@media only screen and (max-width: 1520px) {
  .btn {
    font-size: 18px;
    line-height: 60px;
    height: 51px;
    padding: 14px 27px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    padding: 12px 24px;
    min-width: 150px;
  }
}

.field {
  position: relative;
}
.field input, .field select {
  outline: none;
  border: none;
  background: #F8FEFF !important;
  color: #582D86;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.field input[type=number]::-webkit-inner-spin-button,
.field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field input[type=number] {
  -moz-appearance: textfield;
  width: 100%;
}
.field input[type=number]::-ms-clear {
  display: none;
}
.field.error input, .field.error select {
  outline: 1px solid #CA0000;
}
.field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.field .select-container {
  position: relative;
}
.field .select-container:hover {
  cursor: pointer;
}
.field .select-container:hover .chevron {
  opacity: 0.8;
}
.field .select-container .chevron {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.field .error {
  position: absolute;
  opacity: 0;
  filter: blur(10px);
  transition: 0.3s;
  color: #CA0000;
  text-align: left;
  left: 0;
  right: 0;
  padding-top: 5px;
}
.field .error.show {
  opacity: 1;
  filter: blur(0);
}
.field .micetype {
  position: absolute;
  right: 0;
  text-align: right;
  transform: translateY(-100%);
  color: #582D86;
}
@media only screen and (max-width: 767px) {
  .field {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.fade-in {
  opacity: 0;
  transition: 1s;
  filter: blur(8px);
}
.fade-in.active {
  opacity: 1;
  filter: blur(0);
}

.fade-in-up {
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
  filter: blur(8px);
}
.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.fade-in-up-slow {
  opacity: 0;
  transition: 1s;
  transition-delay: 2s;
  transform: translateY(100px);
  filter: blur(20px);
}
.fade-in-up-slow.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.fade-in-down {
  opacity: 0;
  transition: 1s;
  transform: translateY(-100px);
  filter: blur(8px);
}
.fade-in-down.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.fade-in-left {
  opacity: 0;
  transition: 1s;
  transform: translateX(-500px);
  filter: blur(8px);
}
.fade-in-left.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.fade-in-right {
  opacity: 0;
  transition: 1s;
  transform: translateX(500px);
  filter: blur(8px);
}
.fade-in-right.active {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.cascade-in .cascade-item, .cascade-in .cascade-item-slow, .cascade-in .cascade-item-delay {
  opacity: 0;
  animation-delay: 0s;
}
.cascade-in.active .cascade-item, .cascade-in.active .cascade-item-slow, .cascade-in.active .cascade-item-delay {
  animation-name: cascadeInAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes cascadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cascade-in-right .cascade-item, .cascade-in-right .cascade-item-slow {
  opacity: 0;
  animation-delay: 0s;
}
.cascade-in-right.active .cascade-item, .cascade-in-right.active .cascade-item-slow {
  animation-name: cascadeInRightAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes cascadeInRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cascade-in-left .cascade-item, .cascade-in-left .cascade-item-slow {
  opacity: 0;
  animation-delay: 0s;
}
.cascade-in-left.active .cascade-item, .cascade-in-left.active .cascade-item-slow {
  animation-name: cascadeInLeftAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes cascadeInLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cascade-up {
  overflow: hidden;
}
.cascade-up .cascade-item, .cascade-up .cascade-item-slow {
  animation-delay: 0s;
  transform: translateY(100%);
}
.cascade-up.active .cascade-item, .cascade-up.active .cascade-item-slow {
  animation-name: cascadeUpAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes cascadeUpAnimation {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cascade-in-blur .cascade-item, .cascade-in-blur .cascade-item-slow {
  animation-delay: 0s;
  opacity: 0;
  filter: blur(8px);
}
.cascade-in-blur.active .cascade-item, .cascade-in-blur.active .cascade-item-slow {
  animation-name: cascadeInBlurAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

@keyframes cascadeInBlurAnimation {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.cascade-item:nth-child(1) {
  animation-delay: 0s;
}

.cascade-item:nth-child(2) {
  animation-delay: 0.2s;
}

.cascade-item:nth-child(3) {
  animation-delay: 0.4s;
}

.cascade-item:nth-child(4) {
  animation-delay: 0.6s;
}

.cascade-item:nth-child(5) {
  animation-delay: 0.8s;
}

.cascade-item:nth-child(6) {
  animation-delay: 1s;
}

.cascade-item:nth-child(7) {
  animation-delay: 1.2s;
}

.cascade-item:nth-child(8) {
  animation-delay: 1.4s;
}

.cascade-item:nth-child(9) {
  animation-delay: 1.6s;
}

.cascade-item:nth-child(10) {
  animation-delay: 1.8s;
}

.cascade-item-slow:nth-child(1) {
  animation-delay: 0s;
}

.cascade-item-slow:nth-child(2) {
  animation-delay: 0.5s;
}

.cascade-item-slow:nth-child(3) {
  animation-delay: 1s;
}

.cascade-item-slow:nth-child(4) {
  animation-delay: 1.5s;
}

.cascade-item-slow:nth-child(5) {
  animation-delay: 2s;
}

.cascade-item-slow:nth-child(6) {
  animation-delay: 2.5s;
}

.cascade-item-slow:nth-child(7) {
  animation-delay: 3s;
}

.cascade-item-slow:nth-child(8) {
  animation-delay: 3.5s;
}

.cascade-item-slow:nth-child(9) {
  animation-delay: 4s;
}

.cascade-item-slow:nth-child(10) {
  animation-delay: 4.5s;
}

.cascade-item-delay:nth-child(1) {
  animation-delay: 1s;
}

.cascade-item-delay:nth-child(2) {
  animation-delay: 1.5s;
}

.cascade-item-delay:nth-child(3) {
  animation-delay: 2s;
}

.cascade-item-delay:nth-child(4) {
  animation-delay: 2.5s;
}

.cascade-item-delay:nth-child(5) {
  animation-delay: 3s;
}

.cascade-item-delay:nth-child(6) {
  animation-delay: 3.5s;
}

.cascade-item-delay:nth-child(7) {
  animation-delay: 4s;
}

.cascade-item-delay:nth-child(8) {
  animation-delay: 4.5s;
}

.cascade-item-delay:nth-child(9) {
  animation-delay: 5s;
}

.cascade-item-delay:nth-child(10) {
  animation-delay: 5.5s;
}

.spin {
  transition: 1s;
  transform: rotate(0) scale(0);
  opacity: 0;
  filter: blur(30px);
}
.spin.active {
  transform: rotate(720deg) scale(1);
  opacity: 1;
  filter: blur(0);
}

.blur-in.animate {
  transition: 3s;
  opacity: 0;
  filter: blur(8px);
}
.blur-in.animate.active {
  opacity: 1;
  filter: blur(0);
}

.flash.animate.active {
  animation: flash 0.5s linear;
}
@keyframes flash {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
  100% {
    filter: brightness(1);
  }
}

header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #F8FEFF;
  z-index: 10;
  overflow-x: clip;
}
header .section-inner {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1600px !important;
}
header .section-inner > a .logo {
  width: auto;
  max-height: 120px;
}
header .section-inner .header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: stretch;
  margin-left: auto;
  height: 100%;
  gap: 40px;
}
@media only screen and (min-width: 1401px) {
  header .section-inner .header-content.fr .menu-item > a {
    font-size: 0.8em;
  }
  header .section-inner .header-content.fr .menu-item .sub-nav {
    font-size: 0.8em;
  }
}
header .section-inner .header-content .language-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  font-size: 16px !important;
}
header .section-inner .header-content .language-toggle .active {
  color: #00A9C2;
}
header .section-inner .header-content .language-toggle span:hover {
  color: #00A9C2;
  cursor: pointer;
}
header .section-inner .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 40px;
  padding-left: 50px;
}
header .section-inner .nav .menu-item {
  display: flex;
}
header .section-inner .nav .menu-item * {
  color: #080E13;
  font-family: "roboto-bold";
  text-transform: uppercase;
}
header .section-inner .nav .menu-item * sup {
  margin-left: 3px;
}
header .section-inner .nav .menu-item a.active {
  text-decoration: none;
  color: #00A9C2;
}
header .section-inner .nav .menu-item a.active * {
  color: #00A9C2;
}
header .section-inner .nav .menu-item a:hover {
  text-decoration: none;
}
header .section-inner .nav .menu-item a:hover * {
  color: #00A9C2;
}
header .section-inner .nav .menu-item.has-subnav {
  cursor: pointer;
}
header .section-inner .nav .menu-item.has-subnav .chevron {
  margin-left: 3px;
  transition: 0.5s;
  filter: brightness(0);
}
header .section-inner .nav .menu-item.has-subnav .sub-nav {
  list-style: none;
}
header .section-inner .nav .menu-item.has-subnav .sub-nav a:hover {
  color: #00A9C2;
}
header .section-inner .hamburger-react {
  margin-left: auto;
  border-radius: 5px;
  transition: 0s;
}
header .section-inner .hamburger-react div {
  background: #582D86 !important;
}
header .section-inner .hamburger-react div:nth-child(3), header .section-inner .hamburger-react div:nth-child(4) {
  background: #00A9C2 !important;
}
header .section-inner .hamburger-react:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1401px) {
  header .section-inner .nav .menu-item {
    position: relative;
  }
  header .section-inner .nav .menu-item::before {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 4px;
    background: #00A9C2;
    bottom: -5px;
    opacity: 0;
    transition: 0.3s;
  }
  header .section-inner .nav .menu-item:hover::before, header .section-inner .nav .menu-item.active::before {
    opacity: 1;
  }
  header .section-inner .nav .menu-item.has-subnav {
    position: relative;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav {
    position: absolute;
    margin: 0;
    padding: 20px;
    background: #F8FEFF;
    top: calc(100% + 20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-100%);
    z-index: -1;
    right: 0;
    box-shadow: none;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav .sub-menu-back {
    display: none;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #F8FEFF;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav a {
    opacity: 0;
    text-align: right;
    display: block;
    white-space: nowrap;
  }
  header .section-inner .nav .menu-item.has-subnav.open::before {
    opacity: 1;
  }
  header .section-inner .nav .menu-item.has-subnav.open .chevron {
    transform: scale(1, -1);
  }
  header .section-inner .nav .menu-item.has-subnav.open .sub-nav {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  header .section-inner .nav .menu-item.has-subnav.open .sub-nav a {
    opacity: 1;
    transition: 0.1s;
  }
  header .section-inner .nav .menu-item.mobile-only {
    display: none;
  }
  header .section-inner .hamburger-react {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  header .section-inner .header-content {
    flex-direction: row;
    align-items: center;
  }
  header .section-inner .nav {
    position: fixed;
    width: 50vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #F8FEFF;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 150px;
    transition: 0.5s;
    transform: translateX(-100vw);
    box-sizing: border-box;
    overflow: hidden;
    gap: 30px;
  }
  header .section-inner .nav .menu-item {
    transition: 0.5s;
  }
  header .section-inner .nav .menu-item.active > a {
    color: #00A9C2;
  }
  header .section-inner .nav .menu-item > a {
    transition: 0.5s;
  }
  header .section-inner .nav .menu-item a {
    font-size: 18px;
    opacity: 0;
  }
  header .section-inner .nav .menu-item a:hover {
    color: #00A9C2;
  }
  header .section-inner .nav .menu-item.has-subnav {
    display: flex;
  }
  header .section-inner .nav .menu-item.has-subnav .chevron {
    transform: rotate(270deg) scale(1.5);
    transform-origin: center;
    margin-left: 10px;
    transition: 0.5s;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0;
    box-sizing: border-box;
    gap: 30px !important;
    position: absolute;
    top: 180px;
    transition: 0.5s;
    left: 100vw;
    width: 50vw;
    padding-left: 50px;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav .sub-menu-back {
    filter: brightness(0);
    transform: rotate(90deg) scale(1.5) translateX(-100%);
    position: absolute;
    top: -30px;
  }
  header .section-inner .nav.open {
    transform: translateX(0);
  }
  header .section-inner .nav.open .menu-item a {
    opacity: 1;
  }
  header .section-inner .nav.open .menu-item.has-subnav .sub-nav {
    display: flex;
  }
  header .section-inner .nav.open-subnav .menu-item > a {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transform: translateX(-50vw);
  }
  header .section-inner .nav.open-subnav .menu-item .chevron {
    transform: rotate(270deg) scale(1.5) translateY(-50vw);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: 0.5s;
  }
  header .section-inner .nav.open-subnav .menu-item.has-subnav .sub-nav.active {
    left: 0;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  header .section-inner .logo {
    height: 45px;
    width: auto;
  }
  header .section-inner .header-content {
    gap: 20px;
  }
  header .section-inner .nav {
    width: 100vw;
    padding-left: 20px;
    padding-top: 120px;
  }
  header .section-inner .nav .menu-item.has-subnav .sub-nav {
    gap: 30px;
    left: 100vw;
    width: 100vw;
    top: 150px;
    padding-left: 20px;
  }
  header .section-inner .nav.open-subnav .menu-item > a {
    transform: translateX(-100vw);
  }
  header .section-inner .nav.open-subnav .menu-item .chevron {
    transform: rotate(270deg) scale(1.5) translateY(-100vw);
  }
}

footer {
  margin-top: auto;
  background: #F5F3F8;
}
footer.fr .links .link a {
  font-size: 0.8rem !important;
}
footer.fr .links .link:not(:last-child) {
  margin-right: 20px;
}
footer.fr .links .link:not(:last-child)::after {
  content: unset !important;
}
footer .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1600px;
}
footer .section-inner .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .section-inner .logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .section-inner .logos .logo:nth-child(3) img {
  max-width: 127px;
  height: auto;
}
footer .section-inner .logos .logo img {
  max-height: 90px;
  width: auto;
}
footer .section-inner .content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: stretch;
  margin-left: auto;
  height: 100%;
  gap: 40px;
}
footer .section-inner .content.din-gate {
  justify-content: center;
}
footer .section-inner .content .links {
  display: flex;
  gap: 0px;
}
footer .section-inner .content .links .link:not(:last-child)::after {
  content: " | ";
  font-weight: 400;
  margin-left: 20px;
  margin-right: 20px;
}
footer .section-inner .content .links .link a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
footer .section-inner .content .legalize {
  font-size: 13px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  footer .section-inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  footer .section-inner .logos {
    justify-content: center;
  }
  footer .section-inner .content {
    margin-left: 0;
    align-items: start;
    justify-content: start;
  }
  footer .section-inner .content .links {
    width: 100%;
    justify-content: center;
  }
  footer .section-inner .content .legalize {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .section-inner {
    padding-bottom: 20px;
    padding-top: 20px;
    row-gap: 0;
  }
  footer .section-inner .logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: space-around;
    grid-row-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  footer .section-inner .logos .logo {
    display: flex;
    align-items: center;
  }
  footer .section-inner .logos .logo:first-of-type {
    grid-area: 1/1/2/3;
  }
  footer .section-inner .logos .logo:nth-child(2) {
    justify-content: flex-end;
  }
  footer .section-inner .logos .logo:nth-child(3) {
    justify-content: flex-start;
  }
  footer .section-inner .logos .logo:nth-child(2) img, footer .section-inner .logos .logo:nth-child(3) img {
    width: 127px !important;
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  footer .section-inner .content .links {
    flex-direction: column;
    gap: 20px;
  }
  footer .section-inner .content .links .link {
    margin: 0 auto;
  }
  footer .section-inner .content .links .link:not(:last-child)::after {
    content: unset;
  }
  footer .section-inner .content .links .link a {
    text-align: center;
  }
}

.din-gate .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.din-gate .section-inner .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.din-gate .section-inner .images .desktop img {
  max-height: 400px;
  width: auto;
}
.din-gate .section-inner .images .mobile {
  display: none;
}
.din-gate .section-inner .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.din-gate .section-inner .form label {
  text-align: center;
  font-size: 24px;
  color: #582D86;
}
.din-gate .section-inner .form .input-error {
  position: relative;
}
.din-gate .section-inner .form .input-error input {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.din-gate .section-inner .form .input-error .error {
  color: #CA0000;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.din-gate .section-inner .form .btn {
  margin-left: auto;
  font-size: 20px;
  height: 60px;
  min-width: 200px;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .din-gate .section-inner {
    gap: 0px;
  }
  .din-gate .section-inner .images .desktop {
    display: none;
  }
  .din-gate .section-inner .images .mobile {
    display: block;
    position: relative;
  }
  .din-gate .section-inner .images .mobile img {
    max-height: 500px;
    width: auto;
    margin-bottom: 30px;
  }
  .din-gate .section-inner .images .mobile::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: -1;
    width: 100vw;
    height: 200px;
  }
  .din-gate .section-inner .form {
    gap: 10px;
  }
  .din-gate .section-inner .form label {
    font-size: 16px;
  }
  .din-gate .section-inner .form .input-error input {
    background: #F5F3F8;
    border: none;
    border-radius: 0px;
  }
  .din-gate .section-inner .form .input-error .error {
    bottom: -20px;
  }
  .din-gate .section-inner .form .btn {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.content-component .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-component .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-component .text .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .content-component .text .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-component .img-container {
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .more-about-jublia .more-head .section-inner .content-component .img-container {
    display: none;
  }
}

.video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #080E13;
  opacity: 0.5;
  z-index: 1000;
}

.video-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}
.video-popup-container .iframe-container-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.video-popup-container .iframe-container-outer .iframe-container {
  position: relative;
  width: 675px;
  max-width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.video-popup-container .iframe-container-outer .iframe-container .img-container {
  position: absolute;
  top: 2px;
  right: 2px;
  padding: 5px;
  cursor: pointer;
}
.video-popup-container .iframe-container-outer .iframe-container .img-container img {
  position: relative;
  height: 15px;
  width: 15px;
  z-index: 3;
}
.video-popup-container .iframe-container-outer .iframe-container .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #080E13;
  opacity: 0;
  border-radius: 3px;
  z-index: 2;
}
.video-popup-container .iframe-container-outer .iframe-container .img-container:hover::after {
  opacity: 0.5;
}
.video-popup-container .iframe-container-outer .iframe-container .iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.adding-photo-container .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.adding-photo-container .modal-body .dzu-inputLabel {
  color: #582D86 !important;
}
@media only screen and (max-width: 767px) {
  .adding-photo-container .modal-body {
    gap: 20px;
  }
}

.toe-selector-container .section-inner h2 {
  text-align: center;
  margin-bottom: 50px;
}
.toe-selector-container .section-inner .foot-container {
  width: max-content;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.toe-selector-container .section-inner .foot-container .selector {
  position: absolute;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  width: 8.235%;
  height: 0;
  padding-bottom: 8.235%;
}
.toe-selector-container .section-inner .foot-container .selector::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  border-radius: 50%;
  border: 1px solid #582D86;
  transform-origin: center;
  z-index: 2;
}
.toe-selector-container .section-inner .foot-container .selector .plus, .toe-selector-container .section-inner .foot-container .selector .check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.toe-selector-container .section-inner .foot-container .selector:hover {
  filter: brightness(0.9);
  cursor: pointer;
}
.toe-selector-container .section-inner .foot-container .selector .check {
  display: none;
}
.toe-selector-container .section-inner .foot-container .selector.selected::after {
  transform: scale(2);
  filter: blur(3px);
  transition: 1s;
  opacity: 0;
}
.toe-selector-container .section-inner .foot-container .selector.selected .plus {
  display: none;
}
.toe-selector-container .section-inner .foot-container .selector.selected .check {
  display: block;
}
.toe-selector-container .section-inner .foot-container.foot-left .selector#selector-0 {
  top: 51%;
  left: 5.4%;
}
.toe-selector-container .section-inner .foot-container.foot-left .selector#selector-1 {
  top: 32%;
  left: 19.5%;
}
.toe-selector-container .section-inner .foot-container.foot-left .selector#selector-2 {
  top: 19%;
  left: 34.5%;
}
.toe-selector-container .section-inner .foot-container.foot-left .selector#selector-3 {
  top: 3%;
  left: 52%;
}
.toe-selector-container .section-inner .foot-container.foot-left .selector#selector-4 {
  top: 11%;
  left: 75.5%;
}
.toe-selector-container .section-inner .foot-container.foot-right .foot {
  transform: scaleX(-1);
}
.toe-selector-container .section-inner .foot-container.foot-right .selector#selector-0 {
  top: 51%;
  right: 5.4%;
}
.toe-selector-container .section-inner .foot-container.foot-right .selector#selector-1 {
  top: 32%;
  right: 19.5%;
}
.toe-selector-container .section-inner .foot-container.foot-right .selector#selector-2 {
  top: 19%;
  right: 34.5%;
}
.toe-selector-container .section-inner .foot-container.foot-right .selector#selector-3 {
  top: 3%;
  right: 52%;
}
.toe-selector-container .section-inner .foot-container.foot-right .selector#selector-4 {
  top: 11%;
  right: 75.5%;
}
.toe-selector-container .section-inner .foot-container .label {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toe-selector-container .section-inner .foot-container .label {
    font-size: 20px;
  }
}
.toe-selector-container .section-inner .foot-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 20px);
  height: 2px;
  background: black;
  transform: translateX(-50%);
}
.toe-selector-container .section-inner .foot-container .error {
  position: absolute;
  opacity: 0;
  filter: blur(10px);
  transition: 0.3s;
  color: #CA0000;
  text-align: center;
  left: 0;
  right: 0;
  padding-top: 10px;
}
.toe-selector-container .section-inner .foot-container .error.show {
  opacity: 1;
  filter: blur(0);
}

.icon-list-container .icon-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  grid-column-gap: 20px;
  column-gap: 20px;
}
.icon-list-container .icon-list.no-align {
  align-items: flex-start;
}
.icon-list-container .icon-list h3 {
  margin-bottom: 0;
}
.icon-list-container .icon-list ul, .icon-list-container .icon-list p {
  margin-top: 10px;
  grid-area: 2/2/3/3;
}
.icon-list-container .icon-list:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .icon-list-container .icon-list ul, .icon-list-container .icon-list p {
    grid-area: 2/1/3/3;
    margin-top: 20px;
  }
}

.loading-spinner-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.loading-spinner-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F8FEFF;
  opacity: 0.5;
}
.loading-spinner-container::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 15px solid transparent;
  border-top-color: #582D86;
  animation: loading 2s infinite;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.modal-overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  z-index: 1000;
  opacity: 0.5;
}
.modal-overlay.open {
  display: initial;
}

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  overflow: scroll;
}
.modal .modal-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 20px auto 20px;
  height: max-content;
  background: #F5F3F8;
  overflow: hidden;
}
.modal .modal-inner .modal-header {
  background: #F5F3F8;
  text-align: center;
  margin-bottom: 0;
}
.modal .modal-inner .modal-header img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  filter: brightness(0);
}
.modal .modal-inner .modal-header img:hover {
  opacity: 0.8;
}
.modal.open {
  display: initial;
}

.home .hero-container .section-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home .hero-container .section-inner h1 {
  margin: 0;
}
.home .hero-container .section-inner .image-container {
  flex: 1 1;
}
.home .hero-container .section-inner .image-container img {
  margin: auto;
  max-width: 300px;
}
@media only screen and (max-width: 1024px) {
  .home .hero-container .section-inner {
    flex-direction: column;
    gap: 50px;
  }
  .home .hero-container .section-inner h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home .hero-container .section-inner h1 {
    max-width: 500px;
  }
}
.home .instructions-container .section-inner .video-subsection .video-container {
  max-width: 615px;
  cursor: pointer;
  position: relative;
}
.home .instructions-container .section-inner .video-subsection .video-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFD99F;
  width: 19.512195122%;
  height: 0;
  padding-bottom: 19.512195122%;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.3s;
}
.home .instructions-container .section-inner .video-subsection .video-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
}
.home .instructions-container .section-inner .video-subsection .video-container:hover::before {
  opacity: 1;
}
.home .duration-container .application {
  display: grid;
}
.home .duration-container .application .col-1 {
  background: #582D86;
}
.home .duration-container .application .col-2 {
  background: #00A9C2;
}
.home .duration-container .application .col-1, .home .duration-container .application .col-2 {
  align-self: center;
}
@media only screen and (min-width: 1024px) {
  .home .duration-container .application {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .home .duration-container .application h3 {
    grid-area: 1/1/2/2;
    align-self: flex-end;
    margin-top: 50px;
  }
  .home .duration-container .application .col-1, .home .duration-container .application .col-2 {
    text-align: center;
    padding: 50px;
  }
  .home .duration-container .application .col-1 {
    grid-area: 2/1/3/2;
  }
  .home .duration-container .application .col-2 {
    grid-area: 2/2/3/3;
  }
  .home .duration-container .application img {
    max-height: 500px;
    grid-area: 1/1/4/3;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .home .duration-container .application {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
  }
  .home .duration-container .application h3 {
    margin-top: 20px;
  }
  .home .duration-container .application .col-1, .home .duration-container .application .col-2 {
    padding: 40px 20px;
    margin-left: 100px;
    text-align: left;
    font-size: 25px;
    position: relative;
  }
  .home .duration-container .application .col-1 {
    grid-area: 2/1/3/2;
  }
  .home .duration-container .application .col-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    transform: translateX(-100%);
    background: #582D86;
    z-index: 1;
  }
  .home .duration-container .application .col-2 {
    grid-area: 3/1/4/2;
  }
  .home .duration-container .application .col-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    transform: translateX(-100%);
    background: #00A9C2;
    z-index: 1;
  }
  .home .duration-container .application img {
    grid-area: 2/1/4/2;
    width: 110px;
    height: auto;
    position: relative;
    z-index: 2;
  }
}
.home .duration-container .example .col-1, .home .duration-container .example .col-2 {
  margin-top: 0 !important;
}
.home .duration-container .example .col-1 img {
  max-height: 182px;
}
.home .duration-container .example .infobox-container {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: 0 !important;
}
.home .duration-container .example .infobox-container .infobox {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -100%);
  display: none;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: white;
  display: none;
  width: max-content;
  align-items: center;
  gap: 20px;
}
.home .duration-container .example .infobox-container .infobox .hr {
  height: 2px;
  background: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
.home .duration-container .example .infobox-container .infobox.show {
  display: flex;
}
.home .duration-container .example .infobox-container .infobox-icon {
  margin-left: auto;
  margin-bottom: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .home .duration-container .example .infobox-container .infobox {
    flex-direction: column;
  }
}
.home .monitoring-container .section-inner .flex {
  margin-bottom: 0;
}
.home .monitoring-container .section-inner p {
  margin-top: 0;
}
.home .monitoring-container .section-inner p, .home .monitoring-container .section-inner a {
  margin-left: 115px;
}
@media only screen and (max-width: 1024px) {
  .home .monitoring-container .section-inner p {
    margin-top: 10px;
  }
  .home .monitoring-container .section-inner a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home .monitoring-container .section-inner .flex {
    flex-direction: column;
  }
  .home .monitoring-container .section-inner .flex h2 {
    text-align: center !important;
  }
  .home .monitoring-container .section-inner p {
    margin-left: 0 !important;
    text-align: center;
    padding: 20px 0;
  }
}

.application-guide .application-head .card {
  margin-bottom: 0;
}
.application-guide .application-head .card h1 {
  color: #F8FEFF;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .application-guide .application-head .print {
    justify-content: center;
  }
}
.application-guide .bg-grey .section-inner .video-container {
  cursor: pointer;
  position: relative;
}
.application-guide .bg-grey .section-inner .video-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFD99F;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.3s;
}
@media only screen and (max-width: 615px) {
  .application-guide .bg-grey .section-inner .video-container::before {
    width: 19.512195122%;
    height: 0;
    padding-bottom: 19.512195122%;
  }
}
@media only screen and (min-width: 1024px) {
  .application-guide .bg-grey .section-inner .video-container img {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.application-guide .bg-grey .section-inner .video-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
}
.application-guide .bg-grey .section-inner .video-container:hover::before {
  opacity: 1;
}
.application-guide .bg-grey .section-inner .grid .grid-item .img-container {
  max-width: 150px;
}
.application-guide .bg-grey .section-inner .grid .grid-item .content .list-nums {
  color: #00A9C2;
  font-size: 3em;
  line-height: 1em;
  font-weight: 600;
  padding-bottom: 10px;
}
.application-guide .bg-grey .section-inner .grid .grid-item .content ul {
  margin-top: 0;
}
.application-guide .bg-grey .section-inner .grid .grid-item .content ul li::marker {
  color: #00A9C2;
}
@media only screen and (max-width: 767px) {
  .application-guide .bg-grey .section-inner .grid .grid-item .content {
    order: 1;
  }
  .application-guide .bg-grey .section-inner .grid .grid-item .img-container {
    order: 2;
    margin: 0 auto;
  }
}
.application-guide .icon-content-section .section-inner .content-item:last-child {
  padding-bottom: 0;
}
.application-guide .icon-content-section .section-inner .content-item:last-child .icon-container img {
  width: 100px;
  height: 100px;
}
.application-guide .icon-content-section .section-inner .content-item .icon-container {
  width: 80px;
  height: 80px;
}
.application-guide .icon-content-section .section-inner .content-item .icon-container img {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .application-guide .icon-content-section .section-inner .content-item .icon-container {
    width: 70px;
    height: 70px;
  }
  .application-guide .icon-content-section .section-inner .content-item .icon-container img {
    width: 50px;
    height: 50px;
  }
  .application-guide .icon-content-section .section-inner .content-item:last-child .icon-container img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 550px) {
  .application-guide .icon-content-section .section-inner .content-item .icon-container {
    width: 50px;
    height: 50px;
  }
  .application-guide .icon-content-section .section-inner .content-item .icon-container img {
    width: 30px;
    height: 30px;
  }
  .application-guide .icon-content-section .section-inner .content-item:last-child .icon-container img {
    width: 50px;
    height: 50px;
  }
}

.about-nail-fungus .about-head .section-inner .card h1 {
  color: #F8FEFF;
  text-align: center;
}
.about-nail-fungus .about-head .section-inner .outline h4 b {
  font-weight: 800 !important;
}
.about-nail-fungus .about-s3 .section-inner .items .item .img-container img, .about-nail-fungus .about-s5 .section-inner .items .item .img-container img {
  width: 100%;
  height: auto;
}
.about-nail-fungus .about-s3 .section-inner .items .item:last-child, .about-nail-fungus .about-s5 .section-inner .items .item:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-nail-fungus .about-s3 .section-inner .outline h4, .about-nail-fungus .about-s5 .section-inner .outline h4 {
    text-align: center;
  }
  .about-nail-fungus .about-s3 .section-inner .outline .btn, .about-nail-fungus .about-s5 .section-inner .outline .btn {
    margin: 0 auto;
  }
}

.resources .resources-head .section-inner .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.resources .resources-head .section-inner .blocks .block {
  padding: 50px;
  transition: 0.3s;
  grid-template-rows: 2fr 1fr;
  gap: 20px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .resources .resources-head .section-inner .blocks .block {
    padding: 20px;
    gap: 0px;
  }
}
.resources .resources-head .section-inner .blocks .block .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources .resources-head .section-inner .blocks .block .img-container img {
  max-height: 150px;
  width: 100%;
  height: auto;
}
.resources .resources-head .section-inner .blocks .block .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resources .resources-head .section-inner .blocks .block .content .link-text {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #582D86;
  text-decoration: underline;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .resources .resources-head .section-inner .blocks .block .content .link-text {
    font-size: 20px;
    line-height: 25px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.resources .resources-head .section-inner .blocks .block:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.treatment-monitoring {
  min-height: 75vh;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid {
  position: relative;
  min-height: 300px;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid:nth-child(2) {
  padding-top: 0;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade .card {
  opacity: 0;
  transform: translateY(20px);
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card {
  animation: fade-in 1s ease-in-out forwards;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(1) {
  animation-delay: 0.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(2) {
  animation-delay: 0.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(3) {
  animation-delay: 0.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(4) {
  animation-delay: 0.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(5) {
  animation-delay: 1s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(6) {
  animation-delay: 1.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(7) {
  animation-delay: 1.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(8) {
  animation-delay: 1.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(9) {
  animation-delay: 1.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(10) {
  animation-delay: 2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(11) {
  animation-delay: 2.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(12) {
  animation-delay: 2.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(13) {
  animation-delay: 2.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(14) {
  animation-delay: 2.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(15) {
  animation-delay: 3s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(16) {
  animation-delay: 3.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(17) {
  animation-delay: 3.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(18) {
  animation-delay: 3.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(19) {
  animation-delay: 3.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid.cascade.active .card:nth-child(20) {
  animation-delay: 4s;
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card {
  background: #F5F3F8 !important;
  overflow: hidden;
  transition: 0.3s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card:not(.open) {
  cursor: pointer;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card:hover:not(.open) {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card h3 {
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card h3:hover {
  opacity: 0.8;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card h3 img {
  margin-left: auto;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  filter: brightness(0) saturate(100%) invert(20%) sepia(56%) saturate(1672%) hue-rotate(244deg) brightness(94%) contrast(97%);
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card h3.today {
  cursor: default;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card h3.today:hover {
  opacity: 1;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card.open h3 img {
  transform: scale(-1);
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card.open .accordion-body {
  grid-template-rows: 1fr;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .treatment-monitoring .treatment-head .section-inner .dates-grid .card.open .accordion-body {
    margin-top: 20px;
  }
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card.open:hover {
  box-shadow: none;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s;
  overflow: hidden;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid {
    grid-gap: 20px;
  }
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(1) {
  animation-delay: 0.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(2) {
  animation-delay: 0.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(3) {
  animation-delay: 0.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(4) {
  animation-delay: 0.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(5) {
  animation-delay: 1s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(6) {
  animation-delay: 1.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(7) {
  animation-delay: 1.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(8) {
  animation-delay: 1.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(9) {
  animation-delay: 1.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(10) {
  animation-delay: 2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(11) {
  animation-delay: 2.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(12) {
  animation-delay: 2.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(13) {
  animation-delay: 2.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(14) {
  animation-delay: 2.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(15) {
  animation-delay: 3s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(16) {
  animation-delay: 3.2s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(17) {
  animation-delay: 3.4s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(18) {
  animation-delay: 3.6s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(19) {
  animation-delay: 3.8s;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid.cascade.active .photo-container:nth-child(20) {
  animation-delay: 4s;
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid .photo-container {
  aspect-ratio: 1/1;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid .photo-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid .photo-container img:hover {
  opacity: 0.8;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid .photo-container .delete-btn img {
  cursor: pointer;
  margin-left: auto;
  margin-top: 5px;
  max-width: 30px;
  height: auto;
  width: 100%;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .card .photo-grid .photo-container .delete-btn img:hover {
  opacity: 0.8;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .upload-grid {
  background-color: #F5F3F8;
  cursor: default !important;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .upload-grid .error {
  color: #CA0000;
  margin-bottom: 5px;
  font-size: 0.7em;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .upload-grid:hover {
  box-shadow: none !important;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .upload-grid h3 {
  cursor: default !important;
}
.treatment-monitoring .treatment-head .section-inner .dates-grid .upload-grid h3:hover {
  opacity: 1 !important;
}
.treatment-monitoring .treatment-head .section-inner .image-upload-grid, .treatment-monitoring .treatment-head .section-inner .photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .treatment-monitoring .treatment-head .section-inner .image-upload-grid, .treatment-monitoring .treatment-head .section-inner .photo-grid {
    grid-gap: 20px;
  }
}
.treatment-monitoring .treatment-head .section-inner .image-upload-grid .img-container, .treatment-monitoring .treatment-head .section-inner .photo-grid .img-container {
  padding: 50px;
  background-color: #F8FEFF;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treatment-monitoring .treatment-head .section-inner .image-upload-grid .img-container input[type=file], .treatment-monitoring .treatment-head .section-inner .photo-grid .img-container input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.treatment-monitoring .treatment-head .section-inner .image-upload-grid .img-container:hover, .treatment-monitoring .treatment-head .section-inner .photo-grid .img-container:hover {
  opacity: 0.8;
}
.treatment-monitoring .treatment-head .section-inner .image-upload-grid .delete-btn img, .treatment-monitoring .treatment-head .section-inner .photo-grid .delete-btn img {
  cursor: pointer;
  margin-left: auto;
  margin-top: 5px;
  max-width: 30px;
  height: auto;
  width: 100%;
}
.treatment-monitoring .treatment-head .section-inner .form-and-content .outline {
  background: #F5F3F8;
}
.treatment-monitoring .treatment-head .section-inner .thanks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #582D86;
  color: #F8FEFF;
  text-align: center;
}
.treatment-monitoring .treatment-head .section-inner .thanks .h1 {
  color: #F8FEFF;
}
.treatment-monitoring .treatment-head .section-inner .thanks div {
  color: #F8FEFF;
}
.treatment-monitoring .treatment-head .section-inner .thanks .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 30px;
  height: auto;
  width: 100%;
  cursor: pointer;
}
.treatment-monitoring .treatment-head .section-inner .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.treatment-monitoring .treatment-head .section-inner .confirm-delete {
  padding: 30px;
}
.treatment-monitoring .treatment-head .section-inner .confirm-delete h3 {
  margin-bottom: 0;
}
.treatment-monitoring .treatment-head .section-inner .confirm-delete p {
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .treatment-monitoring .treatment-head .section-inner .confirm-delete .btn-container {
    flex-direction: column;
  }
}
.treatment-monitoring .treatment-head .section-inner .photo-container-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.treatment-monitoring .treatment-head .section-inner .photo-container-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottle-calculator .main-content .swiper {
  background: #F5F3F8;
}
.bottle-calculator .main-content .swiper .swiper-slide h2, .bottle-calculator .main-content .swiper .swiper-slide p {
  text-align: center;
  color: #582D86;
}
.bottle-calculator .main-content .swiper .swiper-slide .btn-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container {
  width: max-content;
  max-width: 100%;
  margin: auto;
  position: relative;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector {
  position: absolute;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  width: 8.235%;
  height: 0;
  padding-bottom: 8.235%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector.hide {
  display: none !important;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector .check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#left-0 {
  top: 35%;
  left: 0.5%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#left-1 {
  top: 24%;
  left: 7%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#left-2 {
  top: 15%;
  left: 14%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#left-3 {
  top: 4%;
  left: 22.5%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#left-4 {
  top: 1%;
  left: 33.25%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#right-0 {
  top: 35%;
  right: 0.5%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#right-1 {
  top: 24%;
  right: 7%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#right-2 {
  top: 15%;
  right: 14%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#right-3 {
  top: 4%;
  right: 22.5%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container .selector#right-4 {
  top: 1%;
  right: 33.25%;
}
.bottle-calculator .main-content .swiper .swiper-slide .calculator-results-container .foot-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 20px);
  height: 2px;
  background: black;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .bottle-calculator .main-content .swiper .swiper-slide .btn-container {
    gap: 20px;
  }
}

.contact-cards-container .section-inner .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
.contact-cards-container .section-inner .card-grid .card {
  margin-bottom: 0;
  padding: 50px 30px;
}
.contact-cards-container .section-inner .card-grid .card:nth-child(2) .grid div {
  white-space: normal !important;
  word-break: break-all;
}
.contact-cards-container .section-inner .card-grid .card:nth-child(2) .grid div a {
  white-space: normal !important;
  word-break: break-all;
}
@media only screen and (max-width: 1228px) {
  .contact-cards-container .section-inner .card-grid {
    grid-template-columns: 1fr;
  }
  .contact-cards-container .section-inner .card-grid .card {
    padding: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-cards-container .section-inner .card-grid {
    grid-gap: 20px;
  }
  .contact-cards-container .section-inner .card-grid .card {
    padding: 20px;
  }
}

.not-found-body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.not-found-body .not-found {
  height: 100%;
}
.not-found-body .not-found .section-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-body .not-found .section-inner h1 {
  text-transform: unset;
}
