@font-face {
  font-family: "DIN2014-Bold";
  src: url("../fonts/DIN2014-Bold.eot");
  src: url("../fonts/DIN2014-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Bold.woff2") format("woff2"), url("../fonts/DIN2014-Bold.woff") format("woff"), url("../fonts/DIN2014-Bold.ttf") format("truetype"), url("../fonts/DIN2014-Bold.svg#DIN2014-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-Demi";
  src: url("../fonts/DIN2014-Demi.eot");
  src: url("../fonts/DIN2014-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Demi.woff2") format("woff2"), url("../fonts/DIN2014-Demi.woff") format("woff"), url("../fonts/DIN2014-Demi.ttf") format("truetype"), url("../fonts/DIN2014-Demi.svg#DIN2014-Demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-Light";
  src: url("../fonts/DIN2014-Light.eot");
  src: url("../fonts/DIN2014-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Light.woff2") format("woff2"), url("../fonts/DIN2014-Light.woff") format("woff"), url("../fonts/DIN2014-Light.ttf") format("truetype"), url("../fonts/DIN2014-Light.svg#DIN2014-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-NarrowBold";
  src: url("../fonts/DIN2014-NarrowBold.eot");
  src: url("../fonts/DIN2014-NarrowBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-NarrowBold.woff2") format("woff2"), url("../fonts/DIN2014-NarrowBold.woff") format("woff"), url("../fonts/DIN2014-NarrowBold.ttf") format("truetype"), url("../fonts/DIN2014-NarrowBold.svg#DIN2014-NarrowBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-Regular";
  src: url("../fonts/DIN2014-Regular.eot");
  src: url("../fonts/DIN2014-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Regular.woff2") format("woff2"), url("../fonts/DIN2014-Regular.woff") format("woff"), url("../fonts/DIN2014-Regular.ttf") format("truetype"), url("../fonts/DIN2014-Regular.svg#DIN2014-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-NarrowDemi";
  src: url("../fonts/DIN2014-NarrowDemi.eot");
  src: url("../fonts/DIN2014-NarrowDemi.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-NarrowDemi.woff2") format("woff2"), url("../fonts/DIN2014-NarrowDemi.woff") format("woff"), url("../fonts/DIN2014-NarrowDemi.ttf") format("truetype"), url("../fonts/DIN2014-NarrowDemi.svg#DIN2014-NarrowDemi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN2014-Narrow";
  src: url("../fonts/DIN2014-Narrow.eot");
  src: url("../fonts/DIN2014-Narrow.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN2014-Narrow.woff2") format("woff2"), url("../fonts/DIN2014-Narrow.woff") format("woff"), url("../fonts/DIN2014-Narrow.ttf") format("truetype"), url("../fonts/DIN2014-Narrow.svg#DIN2014-Narrow") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINCondensed-Bold";
  src: url("../fonts/DINCondensed-Bold.eot");
  src: url("../fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCondensed-Bold.woff2") format("woff2"), url("../fonts/DINCondensed-Bold.woff") format("woff"), url("../fonts/DINCondensed-Bold.ttf") format("truetype"), url("../fonts/DINCondensed-Bold.svg#DINCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 18px;
  color: #ffffff;
  overflow-x: hidden;
  font-family: "DIN2014-Regular";
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  overflow-x: hidden;
  font-variant-ligatures: none;
  background: linear-gradient(45deg, #4678b7, #215c84, #002e3e, #195379);
  background-size: 500% 500%;
  animation: gradient 15s ease infinite;
}
@media (max-width: 767px) {
  body {
    line-height: 1.38;
  }
}
body.menu-open {
  overflow: hidden;
}
body.home-body .wrapper {
  padding-top: 0;
}
body.home-body .wrapper .home-section {
  padding-top: 166px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.home-body .wrapper .home-section {
    padding-top: 138px;
  }
}
body.inner-body .header-box .navbar {
  padding-top: 25px;
}
@media (max-width: 767px) {
  body.inner-body .header-box .navbar {
    padding-top: 0;
  }
}
body.inner-body .header-box .navbar .navbar-brand {
  top: 10px;
}
body.inner-body .header-box .navbar .navbar-brand img {
  width: 245px;
}
body.modal-open {
  background: rgba(0, 0, 0, 0.8);
}

.wrapper {
  padding-top: 166px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 125px;
  }
}

.container {
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1242px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 28px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DIN2014-NarrowBold";
}

strong, b {
  font-family: "DIN2014-Bold";
}

h1 {
  font-size: 52px;
  line-height: 1;
  font-weight: normal;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 1.24;
  }
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

p {
  line-height: 1.33;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 18px;
  }
}
p sup {
  top: -0.3em;
  font-size: 10px;
  vertical-align: middle;
}

li {
  list-style-type: none;
}

p sup, li sup, span sup {
  top: -0.5em;
  font-size: 12px;
  vertical-align: middle;
}

sup {
  font-family: "DIN2014-Regular";
}

.sup-6 {
  top: -0.6em;
}

.sup-7 {
  top: -0.7em;
}

.sup-8 {
  top: -0.8em;
}

.sup-9 {
  top: -0.9em;
}

.sup-10 {
  top: -1em;
}

.sup-11 {
  top: -1.1em;
}

.sup-12 {
  top: -1.2em;
}

.display-inline {
  display: inline;
}

.nowrap-space {
  white-space: nowrap;
}

.m0 {
  margin: 0px !important;
}

.p0 {
  padding: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.light-pink {
  color: #e6d6e8;
}

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

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

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

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

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

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

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

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

.fw-bold {
  font-weight: bold;
}

.f-8 {
  font-size: 8px;
}

.f-10 {
  font-size: 10px;
  font-family: "DIN2014-Narrow";
}

.f-14 {
  font-size: 14px;
  font-family: "DIN2014-Regular";
  line-height: 1.14;
}

.f-16 {
  font-size: 16px;
  font-family: "DIN2014-Regular";
  line-height: 1.44;
}
.f-16 sup {
  font-size: 10px;
}

.f-18 {
  font-size: 18px;
  font-family: "DIN2014-Regular";
  line-height: 1.33;
}

.f-22 {
  font-size: 22px;
  font-family: "DIN2014-Regular";
  line-height: 1.23;
}

.f-24 {
  font-size: 24px;
  font-family: "DIN2014-Bold";
  line-height: 1.13;
}

.f-28 {
  font-size: 28px;
  font-family: "DIN2014-Demi";
  line-height: 1;
  letter-spacing: -0.09px;
}
.f-28 sup {
  font-size: 18px;
}

.f-55 {
  font-size: 52px;
  font-family: "DIN2014-NarrowBold";
}

.f-34 {
  font-size: 34px;
  font-family: "DIN2014-NarrowBold";
  line-height: 1.24;
}

.wAuto {
  width: auto;
}

.text-color {
  color: #ffffff;
}

.primary-color {
  color: #38c7da;
}

.secondary-color {
  color: #af90c2;
}

.pink-color {
  color: #b620e0;
}

.white-color {
  color: #ffffff;
}

.light-pink-color {
  color: #e6d6e8;
}

.hidden-md {
  display: none;
}
@media (max-width: 991px) {
  .hidden-md {
    display: block;
  }
}

@media (min-width: 992px) {
  .visible-md {
    display: block;
  }
}
@media (max-width: 991px) {
  .visible-md {
    display: none;
  }
}

figure, ul {
  margin: 0;
}

a:focus, img:focus, button:focus, input:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
a:hover {
  color: #38c7da;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

@media (max-width: 767px) {
  .mob-hide {
    display: none;
  }
}

@media (min-width: 768px) {
  .desktop-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .mob-hide-n {
    display: none;
  }
}

@media (min-width: 992px) {
  .desktop-hide-n {
    display: none;
  }
}

@media (max-width: 991px) {
  .mob-show-n {
    display: block;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.italic-font {
  font-style: italic;
}

.form-control {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(72, 250, 248, 0.25);
  border-radius: 0;
  height: 51px;
  padding: 14px 15px;
  color: #ffffff;
  font-size: 18px;
}
.form-control:focus {
  box-shadow: none;
  color: #ffffff;
  background-color: rgba(72, 250, 248, 0.25);
  border: solid 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .form-control {
    font-size: 16px;
    line-height: 1.38;
  }
}
.form-control.is-invalid {
  border-width: 3px;
  border-color: #af90c2;
  background-color: rgba(175, 144, 194, 0.49);
}
.form-control.is-invalid:focus {
  border-color: #af90c2;
}

.invalid-feedback {
  font-size: 16px;
  line-height: 1.3;
  margin: 2px 0 0;
  font-family: "DIN2014-Demi";
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0px 30px rgba(72, 250, 248, 0.25) !important;
}

.btn {
  background-color: #38c7da;
  color: #fff;
  min-width: 150px;
  border-radius: 50px;
  font-family: "DIN2014-NarrowDemi";
  will-change: transform;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  height: 55px;
  padding: 0 24px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  vertical-align: middle;
}
.btn:focus, .btn:hover {
  color: #01526e;
  box-shadow: 0 0 15px 0 #38c7da;
  background-color: #b6f6ff;
}

.custom-liststyle {
  padding-left: 12px;
}
.custom-liststyle .dash-list {
  padding-left: 10px;
}
.custom-liststyle .dash-list li:before {
  top: 11px;
  width: 5px;
  height: 2px;
  border-radius: 0;
  background-color: #000000;
}
.custom-liststyle li {
  position: relative;
  padding-left: 22px;
  list-style-type: none;
  line-height: 1.33;
}
.custom-liststyle li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffffff;
  left: 0;
  top: 5px;
}
@media (max-width: 7677px) {
  .custom-liststyle li:before {
    top: 8px;
  }
}

label.error {
  color: red;
  font-size: 11px;
}

.radio-box .custom-radio {
  padding-left: 30px;
  position: relative;
  line-height: 1.4;
  cursor: pointer;
}
.radio-box .custom-radio:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #38c7da;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.radio-box .radio-input {
  display: none;
}
.radio-box .radio-input:checked ~ .custom-radio:before {
  background-color: #38c7da;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

.checkbox .custom-checkbox {
  padding-left: 38px;
  position: relative;
  line-height: 1.33;
  cursor: pointer;
}
.checkbox .custom-checkbox:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 23px;
  height: 23px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px solid #38c7da;
  box-shadow: inset 0 0 4px 0 rgba(27, 110, 144, 0.4);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
@media (max-width: 767px) {
  .checkbox .custom-checkbox:before {
    top: 3px;
  }
}
.checkbox .checkbox-input {
  display: none;
}
.checkbox .checkbox-input:checked ~ .custom-checkbox:before {
  background-color: #38c7da;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
.checkbox .checkbox-input:checked ~ .custom-checkbox:after {
  left: 8px;
  top: 7px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(50deg);
  content: "";
  position: absolute;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.51) !important;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.51) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.51) !important;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.51) !important;
  opacity: 1;
}

.inner-banner-section {
  padding: 50px 0 35px;
}
@media (max-width: 1199px) {
  .inner-banner-section {
    padding: 30px 0 35px;
  }
}
.inner-banner-section .inner-banner h1 {
  font-size: 75px;
}
@media (max-width: 1199px) {
  .inner-banner-section .inner-banner h1 {
    font-size: 62px;
  }
}
@media (max-width: 1023px) {
  .inner-banner-section .inner-banner h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .inner-banner-section .inner-banner h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .inner-banner-section .inner-banner h1 {
    font-size: 36px;
    line-height: 1.11;
  }
}
.inner-banner-section .inner-banner p {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .inner-banner-section .inner-banner p {
    margin-top: 25px;
  }
}
.inner-banner-section .inner-banner p sup {
  font-size: 10px;
}
.inner-banner-section .inner-banner.prevention-banner {
  max-width: 540px;
}

.absolute-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.select2-container .select2-selection--single {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(72, 250, 248, 0.25);
  border-radius: 0;
  height: 51px;
  padding: 12px;
  color: #ffffff;
  font-size: 18px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.51);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__clear {
  color: rgba(255, 255, 255, 0.51);
  margin-right: 10px;
}
.select2-container .select2-selection__arrow {
  top: 16px !important;
  right: 15px !important;
}
.select2-container .select2-selection__arrow:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 18px;
  background: url("/images/white-right-arrow.svg") no-repeat;
  background-size: 100%;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}
.select2-container .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-dropdown {
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: #196772;
}
.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__option {
  font-size: 16px;
  padding: 6px 15px;
}
.select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted, .select2-container .select2-dropdown .select2-results .select2-results__option.select2-results__option--selected {
  background-color: #217783;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes drop-out {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes fullSlideLeftToRight {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
@keyframes revealFromLeft {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.revealFromLeft {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: revealFromLeft 1s ease-in-out forwards;
}

/*********Progress Circle**********/
.progress-circle {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (max-width: 767px) {
  .progress-circle {
    margin-bottom: 22px;
  }
}
.progress-circle::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  border-radius: 2px;
  background: #7fe9f3;
  top: 2px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.progress-circle .progress-inner {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 33px);
  height: calc(100% - 33px);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgb(110, 136, 150);
  background: linear-gradient(285deg, rgb(129, 151, 163) 0%, rgb(110, 136, 150) 10%);
}
.progress-circle .progress-inner .progress-data {
  background: rgb(174, 188, 196);
  background: linear-gradient(235deg, rgb(174, 188, 196) 0%, rgb(250, 251, 251) 100%);
  color: #306774;
  height: 71%;
  width: 71%;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-family: "DIN2014-Light";
  font-size: 54px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.48;
  letter-spacing: -0.7px;
  text-align: center;
  color: #01526e;
}
.progress-circle .progress-inner .progress-data span {
  color: inherit;
}
.progress-circle .progress-inner .progress-data .number {
  margin-left: -5px;
  font-family: "DIN2014-Light";
}
.progress-circle .progress-inner .progress-data .symbol {
  font-size: 26px;
  letter-spacing: -0.77px;
  margin-top: -10px;
  font-family: "DIN2014-Light";
}
.progress-circle .progress-inner .progress-data.font-sm {
  font-size: 48px;
}
.progress-circle .progress-inner .progress-data.font-md {
  font-size: 58px;
  line-height: 1.38;
  letter-spacing: -0.75px;
}
.progress-circle .progress-inner .progress-data.font-md .symbol {
  margin-top: -5px;
}
.progress-circle .progress-inner .progress-data.font-lg {
  font-size: 64px;
  line-height: 1.25;
  letter-spacing: -0.83px;
}
.progress-circle .progress-inner .progress-data.font-lg .symbol {
  margin-top: 0px;
}
.progress-circle .progress-inner .circle-dash {
  position: absolute;
  width: 86%;
}
.progress-circle .dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
}
.progress-circle .dots::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: -5px;
  left: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ecf0f1;
  transform: translateX(-50%);
}
.progress-circle .progress-line {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.progress-circle .progress-line .circle {
  stroke: url(#gradientStyle);
  stroke-width: 3px;
  stroke-dasharray: 672;
  stroke-dashoffset: 672;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 2s stroke-dashoffset;
}

.heading-panel {
  margin: 30px 0 80px;
}
@media (max-width: 1199px) {
  .heading-panel {
    margin: 30px 0 70px;
  }
}
@media (max-width: 991px) {
  .heading-panel {
    margin: 30px 0 60px;
  }
}
@media (max-width: 767px) {
  .heading-panel {
    margin: 20px 0 60px;
  }
}
.heading-panel p sup {
  font-size: 12px;
}
.heading-panel .f-22 {
  font-size: 22px;
  font-family: "DIN2014-Narrow";
}
.heading-panel .strong-heading {
  font-size: 52px;
  font-family: "DIN2014-NarrowBold";
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .heading-panel .strong-heading {
    font-size: 42px;
    line-height: 1.24;
  }
}
@media (max-width: 767px) {
  .heading-panel .strong-heading {
    font-size: 34px;
    line-height: 1.24;
  }
  .heading-panel .strong-heading sup {
    font-size: 20px;
  }
}
.heading-panel .strong-heading sup {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .heading-panel .strong-heading sup {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .heading-panel .strong-heading sup {
    font-size: 20px;
  }
}
.heading-panel .bottom-text {
  font-family: "DIN2014-Regular";
  line-height: 1.33;
  max-width: 626px;
  margin-top: 24px;
}

.back-to-top-btn {
  position: fixed;
  right: 30px;
  bottom: 70px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 8px;
  z-index: 9;
  display: none;
}
@media (max-width: 1199px) {
  .back-to-top-btn {
    width: 20px;
    right: 10px;
    bottom: 117px;
  }
}
@media (max-width: 991px) {
  .back-to-top-btn {
    right: 5px;
  }
}
.back-to-top-btn .arrow-img {
  width: 32px;
  height: 32px;
  border: solid 1px #38c7da;
  background-color: #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 0 auto 5px;
}
@media (max-width: 1199px) {
  .back-to-top-btn .arrow-img {
    width: 18px;
    height: 18px;
  }
}
.back-to-top-btn .arrow-img img {
  transform: rotate(-90deg);
}
@media (max-width: 1199px) {
  .back-to-top-btn .arrow-img img {
    max-width: 7px;
  }
}
.back-to-top-btn .back-text {
  font-size: 10px;
  font-weight: 300;
  font-family: "DIN2014-Regular";
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .back-to-top-btn .back-text {
    transform: rotate(90deg);
    position: relative;
    top: 6px;
    white-space: pre;
  }
}

@media (max-width: 767px) {
  .next-resourses-btn, .reference-panel {
    margin-top: 40px !important;
  }
}

.button-box .button {
  border-radius: 46px;
  box-shadow: 0 0 2px 0 #48faf8, 0 0 2px 0 #48faf8 inset;
  border: solid 1px #48faf8;
  max-width: 214px;
  width: auto;
  min-width: 132px;
  padding: 5px 18px 5px 22px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #ffffff;
  line-height: 19px;
  font-family: "DIN2014-Narrow";
  font-size: 14px;
}
.button-box .button.w-196 {
  max-width: 196px;
}
.button-box .button.w-132 {
  max-width: 132px;
}
.button-box .button .left-text {
  margin-right: 13px;
}
.button-box .button .left-text .next-text {
  display: block;
}
.button-box .button .strong-text {
  font-size: 22px;
  font-family: "DIN2014-NarrowBold";
  line-height: 0.91;
}
.button-box .button:hover {
  background-color: #38c7da;
  border-color: #38c7da;
}

.gradient-bg {
  position: relative;
}
.gradient-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(1, 0, 2, 0.55) 100%, rgba(30, 16, 42, 0.31) 1%);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  z-index: -1;
}

.bg-color-green {
  background-color: #01526e;
  position: relative;
  z-index: 1;
}

.footnote {
  margin-top: 20px;
}
.footnote .small-text {
  padding-left: 10px;
  font-family: "DIN2014-Narrow";
}
.footnote .small-text sup {
  font-size: 8px;
  top: -6px;
}
.footnote .asterisk {
  font-size: 14px !important;
  top: -0.1em;
  margin-left: -6px;
}

@media (max-width: 991px) {
  .percentage-box .d-flex {
    flex-wrap: wrap;
  }
}
.percentage-box .left {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .percentage-box .left {
    margin: auto;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .percentage-box .left .progress-circle {
    margin: auto;
  }
}
.percentage-box .left figure img {
  width: 203px;
  height: 208px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .percentage-box .right {
    padding-top: 40px;
    flex: 0 0 100%;
    width: 100%;
  }
}
.percentage-box.percentage-2 {
  margin-top: 60px;
}
.percentage-box.percentage-2 .small-text sup {
  font-size: 14px;
}
.percentage-box.percentage-3, .percentage-box.percentage-4 {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .percentage-box.percentage-3, .percentage-box.percentage-4 {
    margin-top: 0px;
  }
}
.percentage-box.two-box .box-one, .percentage-box.two-box .box-two {
  flex: 1;
}
.percentage-box.two-box .box-two {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .percentage-box.two-box .box-two {
    margin-left: 0;
  }
}

.btn-box-gradient {
  box-shadow: 0 0 32px 0 #38c7da;
  border: solid 4px #38c7da;
  max-width: 100%;
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .btn-box-gradient {
    padding: 9px 14px;
  }
}
.btn-box-gradient:before {
  background: linear-gradient(to left, rgb(8, 29, 46) 0%, rgba(19, 52, 81, 0.35) 100%);
}
.btn-box-gradient .small-text sup {
  font-size: 18px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0) 83%);
  z-index: -1;
}
@media (max-width: 991px) {
  header:before {
    height: 120px;
  }
}
@media (max-width: 767px) {
  header .container {
    padding: 0px 20px;
  }
}

.header-box .top-bar {
  padding: 8px 0 0;
}
@media (max-width: 767px) {
  .header-box .top-bar {
    padding: 0px;
  }
}
.header-box .top-bar p {
  font-size: 14px;
  font-style: italic;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .header-box .top-bar p {
    max-width: 140px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .header-box .top-bar p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-box .top-bar ul {
    display: none !important;
  }
}
.header-box .top-bar ul li {
  position: relative;
}
.header-box .top-bar ul li a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .header-box .top-bar ul li a {
    font-size: 11px;
  }
}
.header-box .top-bar ul li a:hover {
  color: #38c7da;
}
.header-box .top-bar ul li a.sound-trigger {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../images/sound-off.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 43px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .header-box .top-bar ul li a.sound-trigger {
    display: none;
  }
}
.header-box .top-bar ul li a.sound-trigger.active {
  background-image: url(../images/sound-on.png);
}
.header-box .top-bar ul li + li {
  padding-left: 20px;
}
.header-box .top-bar ul li + li:before {
  position: absolute;
  content: "|";
  left: 8px;
  top: 8px;
  font-size: 12px;
}
.header-box .top-bar ul li:nth-child(2):before {
  content: none;
}
.header-box .navbar {
  padding-top: 0;
}
.header-box .navbar .navbar-brand {
  position: relative;
  top: 20px;
}
@media (max-width: 767px) {
  .header-box .navbar .navbar-brand {
    top: 6px;
  }
}
@media (max-width: 1199px) {
  .header-box .navbar .navbar-brand img {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .header-box .navbar .navbar-brand img {
    max-width: 236px;
  }
}
@media (max-width: 374px) {
  .header-box .navbar .navbar-brand img {
    max-width: 200px;
  }
}
.header-box .navbar .sound-trigger {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-image: url(../images/sound-off.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 24px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .header-box .navbar .sound-trigger {
    display: none;
  }
}
.header-box .navbar .sound-trigger.active {
  background-image: url(../images/sound-on.png);
}
.header-box .navbar .navbar-toggler {
  border: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .header-box .navbar .navbar-toggler {
    margin-top: 20px;
    padding: 0px 2px;
  }
}
.header-box .navbar .navbar-toggler .icon-bar {
  background-color: #38c7da;
  height: 3px;
  width: 32px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: block;
}
.header-box .navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .header-box .navbar .navbar-toggler[aria-expanded=true] {
    margin-top: -30px;
  }
}
.header-box .navbar .navbar-toggler[aria-expanded=true] .icon-bar {
  background-color: #ffffff;
}
.header-box .navbar .navbar-toggler[aria-expanded=true] .icon-bar:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.header-box .navbar .navbar-toggler[aria-expanded=true] .icon-bar:nth-child(2) {
  opacity: 0;
}
.header-box .navbar .navbar-toggler[aria-expanded=true] .icon-bar:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.header-box .navbar .navbar-collapse {
  flex-basis: auto;
  flex-grow: inherit;
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    background-color: #1e102a;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .header-box .navbar .navbar-collapse {
    overflow-y: auto;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .header-box .navbar .navbar-collapse {
    padding: 137px 96px 22px 96px;
  }
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse.show, .header-box .navbar .navbar-collapse.collapsing {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-box .navbar .navbar-collapse .close-btn {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .close-btn {
    display: block;
  }
}
.header-box .navbar .navbar-collapse .close-btn:hover {
  opacity: 1;
}
.header-box .navbar .navbar-collapse .close-btn:before, .header-box .navbar .navbar-collapse .close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 3px;
  background-color: #38c7da;
  border-radius: 10px;
}
.header-box .navbar .navbar-collapse .close-btn:before {
  transform: rotate(45deg);
}
.header-box .navbar .navbar-collapse .close-btn:after {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .navbar-nav {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .navbar-nav {
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item + .nav-item {
    margin-top: 24px;
  }
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 1.22;
  padding-left: 44px;
  padding-right: 0px;
}
@media (max-width: 1199px) {
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    padding: 0px;
    text-align: left;
  }
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item .nav-link br {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item:last-of-type:not(.nav-mobile) .nav-link {
  padding-right: 0;
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link, .header-box .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #38c7da;
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mobile {
  display: none;
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mobile.first {
  margin-top: 110px;
}
@media (max-width: 991px) {
  .header-box .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mobile {
    display: block;
  }
}
.header-box .navbar .navbar-collapse .navbar-nav .nav-item.nav-item-mobile .nav-link {
  font-size: 14px;
  text-decoration: underline;
}

footer {
  position: relative;
  padding: 33px 0 84px;
  background-color: #01526e;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 0 65px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding: 28px 0 36px;
  }
}
footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-image: linear-gradient(to left, rgba(1, 0, 2, 0.45) -100%, rgba(30, 16, 42, 0.31) 80%);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
}
footer .footer-details {
  position: relative;
}
footer .footer-details .main-logo img {
  width: 245px;
}
footer .footer-details ul {
  padding: 0;
  margin-top: 23px;
}
@media (max-width: 767px) {
  footer .footer-details ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
footer .footer-details ul li {
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-details ul li {
    display: block;
    width: 100%;
  }
}
footer .footer-details ul li a {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .footer-details ul li a {
    line-height: 1.22;
  }
}
footer .footer-details ul li a:hover {
  color: #38c7da;
}
footer .footer-details ul li + li {
  padding-left: 50px;
}
@media (max-width: 767px) {
  footer .footer-details ul li + li {
    padding: 25px 0 0;
  }
}
footer .footer-details ul li + li:before {
  position: absolute;
  content: "|";
  left: 20px;
  top: 1px;
  font-size: 18px;
}
@media (max-width: 767px) {
  footer .footer-details ul li + li:before {
    content: none;
  }
}
footer .footer-details .copyright {
  margin-top: 28px;
}
@media (max-width: 767px) {
  footer .footer-details .copyright {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center !important;
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    margin-top: 50px;
  }
}
footer .footer-details .copyright .copyright-box {
  padding-right: 20px;
}
@media (max-width: 767px) {
  footer .footer-details .copyright .copyright-box {
    margin-top: 20px;
    text-align: left;
    padding-right: 0;
  }
}
footer .footer-details .copyright p {
  font-size: 16px;
  max-width: 716px;
  line-height: 1.31;
}
@media (max-width: 767px) {
  footer .footer-details .copyright p {
    letter-spacing: -0.1px;
  }
}
footer .footer-details .copyright a img {
  width: 174px;
}
@media (max-width: 767px) {
  footer .footer-details .copyright a img {
    max-width: 145px;
  }
}

.home-banner {
  position: relative;
}
@media (max-width: 991px) {
  .home-banner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.home-banner .img-box {
  position: relative;
}
@media (max-width: 375px) {
  .home-banner .img-box {
    margin: 0 -28px;
  }
}
@media (max-width: 991px) {
  .home-banner .img-box .graphic {
    max-width: 100%;
    -webkit-mix-blend-mode: luminosity;
    -moz-mix-blend-mode: luminosity;
    -o-mix-blend-mode: luminosity;
    -ms-mix-blend-mode: luminosity;
    mix-blend-mode: luminosity;
  }
}
.home-banner .img-box .bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  -o-mix-blend-mode: screen;
  -ms-mix-blend-mode: screen;
  mix-blend-mode: screen;
}
@media (max-width: 991px) {
  .home-banner .img-box .bottle {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .home-banner .img-box .bottle {
    max-width: 150px;
    transform: translate(-50%, -50%) rotate(-6deg);
    transform-origin: center;
  }
}
@media (max-width: 575px) {
  .home-banner .img-box .bottle {
    max-width: 27vw;
  }
}
@media (max-width: 375px) {
  .home-banner .img-box .bottle {
    max-width: 31vw;
  }
}
.home-banner .text-box {
  max-width: 516px;
  padding: 4.5em 2em 4em 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-banner .text-box {
    max-width: 475px;
  }
}
@media (max-width: 991px) {
  .home-banner .text-box {
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .home-banner .text-box {
    padding: 0 0 46px;
  }
}
.home-banner .text-box h2 {
  letter-spacing: 0.3px;
  line-height: 1.08;
  margin-bottom: 15px;
}
.home-banner .text-box .divider {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  animation: fullSlideLeftToRight 1200ms ease 500ms backwards;
}
.home-banner .text-box .divider .line {
  width: 450px;
  height: 2px;
  background-color: #af90c2;
}
.home-banner .text-box .divider .square {
  width: 28px;
  height: 31px;
  background-color: transparent;
  position: relative;
}
.home-banner .text-box .divider .square:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #af90c2;
}
.home-banner .text-box p {
  margin-top: 57px;
  font-size: 24px;
  line-height: 1.25;
  animation: drop-out 1200ms ease 500ms backwards;
}
@media (max-width: 991px) {
  .home-banner .text-box p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .home-banner .text-box p {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .home-banner .text-box p.pioneering-text {
    margin-top: 57px;
  }
}
.home-banner .text-box .button {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .home-banner .text-box .button {
    margin-top: 20px;
    margin-left: -6px;
  }
}
.home-banner .text-box .button .btn {
  min-width: 205px;
}
.home-banner .text-box h1 {
  animation: drop-in 1200ms ease 500ms backwards;
}
@media (max-width: 991px) {
  .home-banner .text-box h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .home-banner .text-box h1 {
    margin-bottom: -2px;
    font-size: 34px;
  }
}
.home-banner .text-box h1 sup {
  font-size: 28px;
}
@media (max-width: 767px) {
  .home-banner .text-box h1 sup {
    font-size: 20px;
  }
}

.lighthouse-main {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  max-width: 1242px;
  height: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  .lighthouse-main {
    left: auto;
  }
}
.lighthouse-main .img-box {
  position: absolute;
  right: 50px;
  top: 0;
  width: 550px;
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
}
@media (max-width: 1199px) {
  .lighthouse-main .img-box {
    right: -60px;
    width: 520px;
  }
}
@media (max-width: 991px) {
  .lighthouse-main .img-box {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
  }
}
@media (max-width: 575px) {
  .lighthouse-main .img-box {
    width: auto;
    margin: 0 -28px;
  }
}
.lighthouse-main .img-box.bottle {
  right: 26px;
  top: -4em;
}
@media (max-width: 1439px) {
  .lighthouse-main .img-box.bottle {
    top: -1.5em;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .lighthouse-main .img-box.bottle {
    right: 0;
  }
}
@media (max-height: 800px) {
  .lighthouse-main .img-box.bottle {
    top: -10em;
  }
}
@media (max-width: 1439px) {
  .lighthouse-main .img-box #lottie-lighthouse {
    width: 520px !important;
    height: 934px !important;
  }
}
@media (max-width: 991px) {
  .lighthouse-main .img-box #lottie-lighthouse {
    width: 350px !important;
    height: 628px !important;
  }
}
.lighthouse-main .img-box .graphic {
  width: 100%;
  -webkit-mix-blend-mode: luminosity;
  -moz-mix-blend-mode: luminosity;
  -o-mix-blend-mode: luminosity;
  -ms-mix-blend-mode: luminosity;
  mix-blend-mode: luminosity;
}
.lighthouse-main .img-box .bottle {
  width: 235px;
  position: absolute;
  left: 49%;
  top: 46%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  -o-mix-blend-mode: screen;
  -ms-mix-blend-mode: screen;
  mix-blend-mode: screen;
}
@media (max-width: 991px) {
  .lighthouse-main .img-box .bottle {
    width: 255px;
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .lighthouse-main .img-box .bottle {
    width: 33vw;
    left: 50%;
  }
}
@media (max-width: 575px) {
  .lighthouse-main .img-box .bottle {
    width: 37vw;
  }
}
.lighthouse-main .img-box.active-img-box {
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateY(-400px);
  -o-transform: translateY(-400px);
  -ms-transform: translateY(-400px);
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
}

.home-isi {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 183px;
  background-color: #01526e;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out;
  z-index: 99;
}
@media (max-width: 767px) {
  .home-isi {
    height: 223px;
  }
}
@media (max-width: 767px) {
  .home-isi.expand {
    bottom: auto;
    top: 128px;
    height: calc(100vh - 128px);
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
  }
}
@media (max-width: 767px) {
  .home-isi.collapsed {
    bottom: auto;
    top: calc(100% - 34px);
    height: calc(100vh - 128px);
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
  }
}
.home-isi:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #010002 -70%, rgba(30, 16, 42, 0.31) 100%);
  transform: rotate(-180deg);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  z-index: -1;
}
.home-isi .home-isi-wrapper {
  position: relative;
  height: 100%;
}
.home-isi .home-isi-wrapper .overflow-wrap {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}
.home-isi .home-isi-wrapper .isi-detail-box {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .isi-detail-box {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.home-isi .home-isi-wrapper .isi-detail-box h4 {
  margin-bottom: 0;
}
.home-isi .home-isi-wrapper .isi-detail-box p {
  font-size: 18px;
  line-height: 1.22;
}
.home-isi .home-isi-wrapper .isi-detail-box p a {
  color: #ffffff;
  text-decoration: underline;
}
.home-isi .home-isi-wrapper .isi-detail-box p + p {
  margin-top: 5px;
}
.home-isi .home-isi-wrapper .isi-detail-box p sub {
  font-size: 10px;
}
.home-isi .home-isi-wrapper .isi-detail-box .no-wrap {
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .left-box {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .home-isi .home-isi-wrapper .right-box {
    padding-left: 44px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-isi .home-isi-wrapper .right-box {
    padding-left: 26px;
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .right-box {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.home-isi .home-isi-wrapper .show-hide-controls {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: absolute;
  right: 17px;
  top: 15px;
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .show-hide-controls {
    position: relative;
    column-gap: 14px;
    top: 0px;
    padding: 9px 0px 6px;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-justify-content: end;
  }
}
.home-isi .home-isi-wrapper .show-hide-controls .arrow-btn {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .show-hide-controls .arrow-btn {
    width: 19px;
    height: 19px;
  }
}
.home-isi .home-isi-wrapper .show-hide-controls .arrow-btn img {
  width: 29%;
}
@media (max-width: 767px) {
  .home-isi .home-isi-wrapper .show-hide-controls .arrow-btn img {
    filter: drop-shadow(0px 0px 0px #000);
  }
}
.home-isi .home-isi-wrapper .show-hide-controls .arrow-btn.down img {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .home-isi .home-isi-wrapper .show-hide-controls .arrow-btn.up {
    display: none;
  }
}
.home-isi .home-isi-wrapper .show-hide-controls .arrow-btn.up img {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.style-section {
  padding-top: 3.4em;
}
@media (max-width: 767px) {
  .style-section {
    padding-top: 30px;
  }
}

.style-boxes ul {
  padding: 0;
  max-width: 660px;
}
@media (max-width: 1399px) {
  .style-boxes ul {
    max-width: 580px;
  }
}
@media (max-width: 1199px) {
  .style-boxes ul {
    max-width: 475px;
  }
}
@media (max-width: 991px) {
  .style-boxes ul {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .style-boxes ul {
    max-width: 100%;
  }
}
.style-boxes ul li .link-type {
  padding: 38px 38px 38px 25px;
  display: block;
  color: #ffffff;
  transition: all 0.2s ease, transform 1ms;
}
@media (min-width: 768px) and (max-width: 991px) {
  .style-boxes ul li .link-type {
    padding: 38px 10px 38px 0;
  }
}
@media (max-width: 767px) {
  .style-boxes ul li .link-type {
    padding: 19px 0 16px;
  }
}
.style-boxes ul li .link-type:hover {
  padding-left: 80px;
}
@media (min-width: 768px) {
  .style-boxes ul li .link-type:hover {
    background-image: linear-gradient(to left, rgba(30, 16, 42, 0.31) 100%, rgba(1, 0, 2, 0.55) 1%);
  }
}
@media (max-width: 1199px) {
  .style-boxes ul li .link-type:hover {
    padding-left: 50px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .style-boxes ul li .link-type:hover {
    padding-left: 0px;
    padding-right: 0;
  }
}
.style-boxes ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .style-boxes .content-box {
    align-items: self-start !important;
    -webkit-align-items: self-start !important;
    -ms-align-items: self-start !important;
  }
}
.style-boxes .content-box figure {
  box-shadow: 0 0 70px #38c7da;
  background-color: rgba(1, 82, 110, 0.57);
  border: solid 3px #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 88px;
  height: 88px;
  -webkit-box-flex: 0 0 88px;
  -moz-box-flex: 0 0 88px;
  -webkit-flex: 0 0 88px;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
}
@media (max-width: 767px) {
  .style-boxes .content-box figure {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0 0 60px;
    -moz-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .style-boxes .content-box figure img {
    max-width: 60%;
    max-height: 60%;
  }
}
.style-boxes .content-box .text {
  padding-left: 21px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .style-boxes .content-box .text {
    padding-right: 22px;
    padding-top: 10px;
  }
}
.style-boxes .content-box .text h3 {
  margin: 0;
  font-family: "DINCondensed-Bold";
  line-height: 1;
}
.style-boxes .content-box .text p {
  margin: 5px 0 0;
  max-width: 410px;
}
@media (max-width: 767px) {
  .style-boxes .content-box .text p {
    font-size: 18px;
    line-height: 1.22;
  }
}

.indication-section, .indication-section-new {
  position: relative;
  padding: 83px 0 80px;
  margin-top: 79px;
  background: linear-gradient(45deg, #294a75, #264566, #264a5c, #203d4e);
}
@media (max-width: 991px) {
  .indication-section, .indication-section-new {
    padding: 60px 0 70px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .indication-section, .indication-section-new {
    padding: 28px 0 32px;
    margin-top: 40px;
  }
}
.indication-section:before, .indication-section-new:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(1, 0, 2, 0.55) 20%, rgba(30, 16, 42, 0.31) 100%);
  transform: rotate(-180deg);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.indication-section .container, .indication-section-new .container {
  position: relative;
}
.indication-section .no-wrap, .indication-section-new .no-wrap {
  text-wrap: nowrap;
}
.indication-section .isi-box .list h4, .indication-section-new .isi-box .list h4 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .indication-section .isi-box .list h4, .indication-section-new .isi-box .list h4 {
    line-height: 22px;
    margin-bottom: 2px;
  }
}
.indication-section .isi-box .list p, .indication-section-new .isi-box .list p {
  line-height: 1.22;
}
@media (max-width: 767px) {
  .indication-section .isi-box .list p, .indication-section-new .isi-box .list p {
    font-size: 18px;
    line-height: 22px;
  }
}
.indication-section .isi-box .list p a, .indication-section-new .isi-box .list p a {
  color: #ffffff;
  text-decoration: underline;
}
.indication-section .isi-box .list p a:hover, .indication-section-new .isi-box .list p a:hover {
  color: #38c7da;
}
.indication-section .isi-box .list p sub, .indication-section-new .isi-box .list p sub {
  font-size: 10px;
}
.indication-section .isi-box .list .small-margin, .indication-section-new .isi-box .list .small-margin {
  margin-top: 5px;
}

.animated-circle-box {
  position: absolute;
  right: 0;
  top: -5em;
  width: 580px;
  opacity: 0;
  visibility: hidden;
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
}
@media (max-width: 1199px) {
  .animated-circle-box {
    width: 480px;
  }
}
@media (max-width: 991px) {
  .animated-circle-box {
    display: none;
  }
}
.animated-circle-box .circle {
  width: 100%;
}
.animated-circle-box .bottle {
  width: 500px;
  position: absolute;
  right: -28px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mix-blend-mode: screen;
  -moz-mix-blend-mode: screen;
  -o-mix-blend-mode: screen;
  -ms-mix-blend-mode: screen;
  mix-blend-mode: screen;
}
@media (max-width: 1199px) {
  .animated-circle-box .bottle {
    width: 410px;
  }
}
.animated-circle-box.active-animated-circle {
  opacity: 1;
  visibility: visible;
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
}

.noteText-box {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .noteText-box {
    margin-top: 15px;
  }
}
.noteText-box p {
  font-size: 14px;
}

.customCursor .swiper {
  position: absolute;
  width: 231px;
  aspect-ratio: 1/1;
  height: 231px;
  overflow: hidden;
  left: clamp(0.63rem, 0.56rem + 0.34vw, 0.94rem);
  bottom: clamp(0.63rem, 0.56rem + 0.34vw, 0.94rem);
  -webkit-clip-path: inset(0 0 1px 0);
  clip-path: inset(0 0 1px 0);
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-scrollbar {
  display: none;
}

.customCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  transform-origin: center;
  aspect-ratio: 1/1;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .customCursor {
    display: none;
  }
}

.swiper-slide video {
  object-fit: cover;
}

.isi-container .isi-wrapper .indication-section {
  margin-top: 0 !important;
  padding-top: 57px;
}
.isi-container .isi-wrapper .indication-section:before {
  display: none !important;
}
.isi-container .indication-section {
  margin-top: 0 !important;
  background: transparent;
}
.isi-container .isi-box a {
  text-decoration: underline;
  color: #ffffff;
}
.isi-container .isi-box h4 {
  margin-bottom: 0 !important;
}

.site-map .home-section {
  padding: 40px 0 80px 0;
}
.site-map .home-section .text-box {
  padding: 0 0 74px 0;
}
.site-map .home-section .list-of-links ul.indication-section-new {
  padding: 40px 40px 44px 40px !important;
  margin-top: 0 !important;
}
.site-map .home-section .list-of-links ul li {
  padding-bottom: 18px;
}
.site-map .home-section .list-of-links ul li:last-child {
  padding-bottom: 0;
}
.site-map .home-section .list-of-links ul li a {
  position: relative;
  z-index: 99;
  color: #ffffff;
  text-decoration: underline;
  font-family: "DIN2014-Bold";
  font-size: 20px;
  line-height: 26px;
}
.site-map .home-section .list-of-links ul li a:hover {
  color: #38c7da;
}
.site-map .site-map-isi {
  position: relative;
}
.site-map .site-map-isi:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  opacity: 0.32;
  background-blend-mode: soft-light;
  background-image: linear-gradient(to left, rgba(1, 0, 2, 0.55) 100%, rgba(30, 16, 42, 0.31) 1%);
}

.cookie-section, .privacy-section {
  padding: 40px 0 80px 0;
}
.cookie-section .text-box, .privacy-section .text-box {
  padding: 0 0 74px 0;
}
.cookie-section .text-box .date-info p, .privacy-section .text-box .date-info p {
  margin: 5px 0 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cookie-section .text-box .date-info p, .privacy-section .text-box .date-info p {
    font-size: 14px;
  }
}

.static-text-box {
  padding: 40px 40px 44px 40px;
  margin-top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .static-text-box {
    padding: 35px 25px 35px 25px;
  }
}
.static-text-box .list {
  position: relative;
}
.static-text-box .list + .list {
  margin-top: 50px;
}
.static-text-box .list h3 {
  font-size: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .static-text-box .list h3 {
    font-size: 16px;
  }
}
.static-text-box .list h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .static-text-box .list h5 {
    font-size: 20px;
  }
}
.static-text-box .list p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .static-text-box .list p {
    font-size: 16px;
  }
}
.static-text-box .list p + p {
  margin-top: 20px;
}
.static-text-box .list p a {
  color: #fff;
  text-decoration: underline;
  word-wrap: break-word;
}
.static-text-box .list p a:hover {
  color: #38c7da;
}
.static-text-box .list p a.btn-element {
  text-decoration: none;
  margin-bottom: 15px;
  margin-top: 20px;
}
.static-text-box .list ul {
  padding: 0;
  margin: 20px 0;
}
.static-text-box .list ul li {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .static-text-box .list ul li {
    font-size: 16px;
  }
}
.static-text-box .list ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  background-color: #ffffff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.static-text-box .list .table-box .table-wrapper {
  margin: 5px 0 50px;
}
@media (max-width: 767px) {
  .static-text-box .list .table-box .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.static-text-box .list .table-box h3 {
  margin-bottom: 30px;
}
.static-text-box .list .table-box .cookie-audit-table:not(.variations) {
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.static-text-box .list .table-box .cookie-audit-table tr {
  /*&:first-child {
      td {
          border-top: 0;
      }
  }
  &:nth-child(2n + 1) {
      td {
          background: rgba(255, 255, 255, 0.05);
      }
  }*/
}
.static-text-box .list .table-box .cookie-audit-table tr th, .static-text-box .list .table-box .cookie-audit-table tr td {
  text-align: left;
  padding: 10px;
  word-break: normal;
}
.static-text-box .list .table-box .cookie-audit-table tr th {
  /*background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);*/
  font-size: 22px;
  padding: 10px 24px;
  border-bottom: 2px solid #ffffff;
  font-family: "DIN2014-NarrowBold";
}
@media (max-width: 767px) {
  .static-text-box .list .table-box .cookie-audit-table tr th {
    font-size: 20px;
  }
  .static-text-box .list .table-box .cookie-audit-table tr th:last-child {
    min-width: 350px;
  }
}
.static-text-box .list .table-box .cookie-audit-table tr th.light-pink {
  color: #e6d6e8 !important;
}
.static-text-box .list .table-box .cookie-audit-table tr th.bg-primary {
  background-color: #af90c2 !important;
}
.static-text-box .list .table-box .cookie-audit-table tr th.bg-sky-blue {
  background-color: #333333 !important;
}
.static-text-box .list .table-box .cookie-audit-table tr td {
  /*border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 24px;
  &:first-child {
      border-left: 0;
  }*/
  border: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 0.02px;
  color: #ffffff;
  font-family: "DIN2014-NarrowDemi";
}
@media (max-width: 767px) {
  .static-text-box .list .table-box .cookie-audit-table tr td {
    font-size: 14px;
    padding: 10px;
  }
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(2), .static-text-box .list .table-box .cookie-audit-table tr td:nth-child(3) {
  font-family: "DIN2014-Narrow";
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(2):before, .static-text-box .list .table-box .cookie-audit-table tr td:nth-child(3):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(2) {
  position: relative;
  text-align: center;
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(2):before {
  background-color: rgba(175, 144, 194, 0.5);
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(3) {
  position: relative;
}
.static-text-box .list .table-box .cookie-audit-table tr td:nth-child(3):before {
  background-color: rgba(51, 51, 51, 0.3);
}
.static-text-box .list .table-box .cookie-audit-table tr:nth-child(even) {
  background-color: rgba(30, 16, 42, 0.2);
}

.dosing-and-administration-wrapper .home-section {
  padding: 37px 0 80px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section {
    padding: 23px 0 40px;
  }
}
.dosing-and-administration-wrapper .home-section .text-box {
  max-width: 860px !important;
  padding: 0 !important;
}
.dosing-and-administration-wrapper .home-section .text-box .small-title {
  font-size: 22px !important;
  line-height: 26px !important;
  margin-top: 0 !important;
  font-family: "DIN2014-Narrow";
  animation: none;
}
.dosing-and-administration-wrapper .home-section .text-box h1 {
  animation: none;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper {
  margin-top: 80px;
  padding: 55px 5px 50px 40px !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper {
    padding: 30px 5px 50px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper {
    padding: 42px 15px 34px 15px !important;
    margin-top: 60px;
  }
  .dosing-and-administration-wrapper .home-section .administration-wrapper + .administration-wrapper {
    padding-top: 34px !important;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper h5 {
  font-size: 34px;
  line-height: 42px;
  font-family: "DIN2014-NarrowBold";
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper h5 {
    margin-bottom: 24px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper h6 {
  font-size: 24px;
  line-height: 27px;
  font-family: "DIN2014-Bold";
  color: #e6d6e8;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper h6 {
    max-width: 240px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper h6 sup {
  font-size: 15px;
  line-height: 27px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .right-bottle-section {
  max-width: 311px;
  margin-top: -234px;
}
@media screen and (max-width: 1199px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .right-bottle-section {
    max-width: 240px;
    margin-top: -157px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .right-bottle-section {
    max-width: 150px;
    margin-top: 0;
    position: absolute;
    right: -28px;
    top: -40px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .right-bottle-section img {
  width: 100%;
  mix-blend-mode: screen;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list {
  position: relative;
  padding: 0 223px 0 160px;
}
@media screen and (max-width: 991px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list {
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list {
    padding: 0;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper {
  padding-top: 22px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper {
    padding-top: 0;
    margin-top: -7px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 34px 0 40px;
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 43px 0 30px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists.first-figure-box {
  padding-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists.first-figure-box {
    padding-bottom: 28px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists.third-figure-box {
  padding: 47px 0 50px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists.third-figure-box {
    padding: 59px 0 30px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .with-icon {
  position: relative;
  max-width: 135px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .with-icon {
    margin: auto !important;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .with-icon img {
  width: 100%;
  height: 100%;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box {
    padding-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box.third-box {
    margin-top: 32px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box h3 {
  font-size: 34px;
  letter-spacing: -0.11px;
  font-family: "DIN2014-Narrow";
  margin-bottom: 2px !important;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box h3 {
    margin-bottom: 9px !important;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box .list-increament ul {
  padding-left: 0;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box .list-increament ul li {
  max-width: 540px;
  line-height: 24px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box .list-increament ul li + li {
  margin-top: 17px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .instruction-box .list-increament ul .number {
  padding-right: 5px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists + .number-of-lists {
  border-top: 1px solid #9862d3;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists .text {
  max-width: 534px;
  padding-top: 16px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists:last-child {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .reconstitution-instructions-list .list-wrapper .number-of-lists:last-child {
    padding-bottom: 0;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper {
  padding-bottom: 57px !important;
  padding-right: 60px !important;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper {
    padding-right: 20px !important;
    padding-bottom: 35px !important;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper ul {
  padding-left: 0 !important;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper ul li {
  position: relative;
  padding-left: 7px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper ul li {
    font-size: 18px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 10px;
  background-color: #ffffff;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper.storage-handling-wrapper ul li + li {
  margin-top: 10px;
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .button-box {
  position: relative;
  margin-top: -14px;
}
@media screen and (max-width: 1199px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .button-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .button-box {
    margin-top: 20px;
  }
}
.dosing-and-administration-wrapper .home-section .administration-wrapper .button-box a {
  background-color: #38c7da;
  max-width: max-content;
  height: 55px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  border: none;
  padding: 10px 40px;
  font-family: "DIN2014-NarrowDemi";
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .home-section .administration-wrapper .button-box a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.dosing-and-administration-wrapper .next-resourses-btn .button {
  max-width: 156px;
}
.dosing-and-administration-wrapper .next-resourses-btn .button.req-a-rep-btn {
  max-width: 272px;
}
.dosing-and-administration-wrapper .next-resourses-btn .button .left-text span {
  display: block;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .have-a-quetiens-section {
    margin-top: 42px;
  }
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper {
    justify-content: flex-start;
  }
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-icon {
  box-shadow: 0 0 70px #38c7da;
  background-color: rgba(1, 82, 110, 0.57);
  border: solid 3px #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box:hover .msg-icon {
  box-shadow: 0 0 15px 0 #38c7da;
  background-color: #b6f6ff;
  border-color: #b6f6ff;
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box:hover .msg-icon img {
  filter: invert(78%) sepia(18%) saturate(6338%) hue-rotate(170deg) brightness(94%) contrast(99%);
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .quetions-text h5 {
  font-size: 28px;
  margin-bottom: 0;
  font-family: "DINCondensed-Bold";
  line-height: 1;
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a {
  min-width: 403px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a {
    min-width: 100%;
  }
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a .quetions-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a .quetions-text {
    max-width: 200px;
    margin-left: 24px;
  }
}
.dosing-and-administration-wrapper .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a button {
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .dosing-and-administration-wrapper .reference-block {
    margin-top: 40px;
  }
}
.dosing-and-administration-wrapper .reference-block p {
  font-size: 14px;
  line-height: 16px;
}
.dosing-and-administration-wrapper .reference-block p strong {
  font-family: "DIN2014-Bold";
}

.modal-custom .close-btn {
  position: absolute;
  right: -16px;
  top: -13px;
}
.modal-custom .close-btn button {
  background-color: #38c7da;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.modal-custom .modal-header {
  padding: 0;
  position: absolute;
  top: 48px;
  right: 48px;
  border: none;
}
@media (max-width: 767px) {
  .modal-custom .modal-header {
    top: 20px;
    right: 15px;
  }
}
.modal-custom .modal-dialog {
  max-width: 509px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog {
    width: calc(100% - 28px);
    max-width: 450px;
    margin: 0 auto;
  }
}
.modal-custom .modal-dialog .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 46px;
  position: relative;
  background-color: #f1f1f1;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog .modal-content {
    margin: 0 15px;
  }
}
.modal-custom .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-custom .modal-dialog .modal-content .modal-body .title {
  max-width: 287px;
  margin: auto;
}
.modal-custom .modal-dialog .modal-content .modal-body .title h4 {
  color: #132048;
  font-size: 22px;
  line-height: 26px;
  font-family: "DIN2014-Bold";
}
.modal-custom .modal-dialog .modal-content .modal-body .title p {
  color: #222222;
  font-size: 16px;
  line-height: 23px;
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  max-width: 345px;
  margin: auto;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog .modal-content .modal-body .buttons-box {
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    max-width: 200px;
  }
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box a {
  color: #ffffff;
  max-width: 164px;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog .modal-content .modal-body .buttons-box a {
    padding: 15px 22px;
    font-size: 18px;
    line-height: 1.22;
  }
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box a + a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog .modal-content .modal-body .buttons-box a + a {
    margin: 15px 0 0;
  }
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box a img {
  max-width: 15px;
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box a.yes-btn {
  background-color: #38c7da;
}
.modal-custom .modal-dialog .modal-content .modal-body .buttons-box a.no-btn {
  background-color: #111111;
}

.us-healthcare-popup.modal-static .modal-dialog {
  transform: none !important;
}
.us-healthcare-popup .modal-content {
  padding: 40px 46px 46px !important;
}
@media (max-width: 767px) {
  .us-healthcare-popup .modal-content {
    padding: 40px 30px !important;
  }
}

.about-chikungunya h2 sup, .about-chikungunya h3 sup {
  vertical-align: super;
}
.about-chikungunya h2 {
  margin-bottom: 0;
}
.about-chikungunya sup {
  font-size: 12px;
}
.about-chikungunya strong {
  font-family: "DIN2014-Bold";
}
.about-chikungunya .map-panel {
  /*.map-box{
  	background: url(/images/map-chikungunya.png) no-repeat;
  	background-size: cover;
  	background-position: center;
  	position: relative;
  	max-width: 100%;
  	height: 607px;
  	.content-text{
  		position: absolute;
  	    width: auto;
  	    min-width: 382px;
  	    max-width: 502px;
  	    &.box-1{
  			top: 27px;
  	    	left: 221px;
  	    	.heding-text{
  	    		line-height: 0.8;
  	    	}
  	    }
  	    &.box-2{
  				top: 206px;
  	    	left: 565px;
  	    }
  	    &.box-3{
  				bottom: 105px;
  	    	left: 316px;
  	    	.heding-text{
  				letter-spacing: -1.08px;
  			}
  	    }
  		.small-text{
  			font-family: 'DIN2014-Regular';
  			letter-spacing: -0.18px;
  			line-height: 1.94;
  		}
  		.heding-text{
  			line-height: 47px;
  		}
  		.count-number{
  			letter-spacing: -3.79px;
  		}
  	}
  }*/
}
.about-chikungunya .map-panel .map-bg-text {
  padding: 55px 39px 44px 40px;
}
.about-chikungunya .map-panel .map-bg-text .map-heding {
  margin-bottom: 32px;
}
.about-chikungunya .manifestation-panel .phase-img-box {
  padding: 55px 90px 55px 40px;
}
@media (max-width: 1199px) {
  .about-chikungunya .manifestation-panel .phase-img-box {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box {
    padding: 40px 15px 49px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .manifestation-box {
  margin-left: 57px;
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .manifestation-box {
    margin-left: 0px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .manifestation-box .percentage-box1 {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .box-heading {
    text-align: center;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .heding {
  margin-bottom: 70px;
  font-family: "DIN2014-NarrowBold";
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .heding {
    margin-bottom: 60px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .heding.line {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, rgba(255, 255, 255, 0.08), #ffffff 47%, rgba(255, 255, 255, 0.08) 100%);
  border-image-slice: 1;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  width: auto;
  display: inline-block;
  padding-bottom: 3px;
  font-family: "DIN2014-Narrow";
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .heding.line {
    margin-bottom: 60px !important;
    text-align: center;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-box {
  margin-top: 81px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-box {
    margin-top: 53px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-box .img-box {
  box-shadow: 0 0 70px #38c7da;
  background-color: rgba(1, 82, 110, 0.57);
  border: solid 3px #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 172px;
  height: 172px;
  flex: 0 0 172px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-box .img-box {
    margin: auto;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator {
    margin-left: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator {
    margin-right: 0;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .mr-5 {
  margin-right: 57px;
}
@media (max-width: 1199px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .mr-5 {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .mr-5 {
    margin: 0px auto;
  }
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .left {
    flex: 0 0 100%;
    width: 100%;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .right {
  max-width: 777px;
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .right {
    margin-top: 47px;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .right .small-heading {
    margin-bottom: 20px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .right .small-heading sup {
  font-size: 16px;
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator {
    display: grid;
    grid-template-columns: 44px auto;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .small-heading {
  font-family: "DIN2014-Bold";
  margin-bottom: 8px;
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator {
  height: 44px;
  max-width: 100%;
  clip-path: polygon(0% 0%, 98% 0, 100% 50%, 98% 100%, 0% 100%);
  position: relative;
  width: 0;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator {
    height: auto;
    width: 44px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 50% 100%, 0% 96%);
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator:before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator.animate {
  animation: slideIn 3s linear forwards;
}
@keyframes slideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .indicator.animate {
    animation: slideInVertical 3s linear forwards;
  }
  @keyframes slideInVertical {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text {
    display: block !important;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days {
  flex: 1;
  max-width: 160px;
  padding-top: 15px !important;
  opacity: 0;
  transform: translateY(-20px);
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days.two {
  max-width: 251px;
  padding: 0 47px 0 67px;
  margin-right: 92px;
  margin-left: 40px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days.two {
    padding: 0 35px;
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days.two {
    padding: 0 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days.two {
    margin: 0px;
    padding: 0px;
    border: 0px;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text .days + .days {
    margin-top: 25px;
    padding-top: 17px !important;
    border: 0px;
    border-style: solid;
    border-top-width: 1px;
    border-image-source: linear-gradient(to left, rgba(255, 255, 255, 0.31) 97%, #ffffff 68%, #ffffff 27%, rgba(255, 255, 255, 0.31) 1%);
    border-image-slice: 1;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text.animate .days {
  transform: translateY(0px);
  transition: opacity 1s, transform 1s;
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text.animate :nth-child(1) {
  opacity: 1;
  transition-delay: 0s;
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text.animate :nth-child(2) {
  opacity: 1;
  transition-delay: 1s;
}
.about-chikungunya .manifestation-panel .phase-img-box .phase-img-indicator .days-indicator .days-text.animate :nth-child(3) {
  opacity: 1;
  transition-delay: 2s;
}
.about-chikungunya .manifestation-panel .phase-img-box .chronic-phase-box {
  margin-top: 60px;
}
.about-chikungunya .manifestation-panel .phase-img-box .chronic-phase-box .mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .percentage-box .d-flex {
    column-gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-chikungunya .manifestation-panel .phase-img-box .percentage-box .right {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .phase-img-box .percentage-box .right {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about-chikungunya .manifestation-panel .phase-img-box .percentage-box.two-box > .d-flex {
    flex-wrap: wrap;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .percentage-box.two-box .box-one, .about-chikungunya .manifestation-panel .phase-img-box .percentage-box.two-box .box-two {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .about-chikungunya .manifestation-panel .phase-img-box .percentage-box.two-box .box-one, .about-chikungunya .manifestation-panel .phase-img-box .percentage-box.two-box .box-two {
    flex: 0 0 100%;
    margin-left: 0px;
  }
}
.about-chikungunya .manifestation-panel .phase-img-box .percentage-box.percentage-3, .about-chikungunya .manifestation-panel .phase-img-box .percentage-box.percentage-4 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .about-chikungunya .manifestation-panel .btn-box-gradient {
    padding: 39px 10px;
    margin-left: 9px;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel {
    margin-top: 60px;
  }
}
.about-chikungunya .vaccination-panel .img-list-box {
  padding: 55px 52px;
}
@media (max-width: 1199px) {
  .about-chikungunya .vaccination-panel .img-list-box {
    padding: 45px 40px;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel .img-list-box {
    padding: 38px 15px 38px;
  }
}
.about-chikungunya .vaccination-panel .img-list-box .icon-box {
  box-shadow: 0 0 70px #38c7da;
  background-color: rgba(1, 82, 110, 0.57);
  border: solid 3px #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 109px;
  height: 111px;
  flex: 0 0 109px;
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel .img-list-box .icon-box {
    width: 87px;
    height: 93px;
  }
  .about-chikungunya .vaccination-panel .img-list-box .icon-box img {
    height: 60%;
  }
}
.about-chikungunya .vaccination-panel .img-list-box .vaccination-box {
  display: grid;
  grid-template-columns: 1fr 1.17fr;
  column-gap: 48px;
  row-gap: 48px;
  padding: 0px 32px;
  margin-top: 43px;
}
@media (max-width: 1199px) {
  .about-chikungunya .vaccination-panel .img-list-box .vaccination-box {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .about-chikungunya .vaccination-panel .img-list-box .vaccination-box {
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 36px;
  }
}
.about-chikungunya .vaccination-panel .img-list-box .vaccination-box .list .left {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel .img-list-box .vaccination-box .list .left {
    margin-right: 0px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel .img-list-box .vaccination-box .list .right {
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-chikungunya .vaccination-panel .img-list-box .vaccination-box .list .right p {
    font-size: 18px;
    line-height: 1.33;
  }
}

.full-map-box {
  padding: 55px 40px;
  position: relative;
  background: url("../images/GradientBackground.png") no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .full-map-box {
    padding: 45px 25px 40px;
  }
}
@media (max-width: 767px) {
  .full-map-box {
    padding: 34px 9px 39px 8px;
    background: #004e69;
    position: relative;
    z-index: 1;
  }
}
.full-map-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(32, 32, 32, 0.65) 100%, rgba(30, 16, 42, 0.31) 100%);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
}
.full-map-box .heading-text h3 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .full-map-box .heading-text h3 {
    margin-bottom: 55px;
  }
}
.map-scroll-bar {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1199px) {
  .map-scroll-bar {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .map-scroll-bar {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .map-scroll-bar {
    margin-top: 5px;
  }
}
.map-scroll-bar .map-box {
  height: 100%;
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .map-scroll-bar .map-box {
    padding: 0px;
  }
}
.map-scroll-bar .map-box .img-box img {
  width: 100%;
  opacity: 0.7;
}
.map-scroll-bar .map-box .fade-box {
  height: 100%;
}
@media (max-width: 1199px) {
  .map-scroll-bar .map-box .fade-box.one {
    height: 100%;
  }
  .map-scroll-bar .map-box .fade-box.one .img-box {
    height: 100%;
  }
  .map-scroll-bar .map-box .fade-box.one .img-box img {
    height: 100%;
  }
}
.map-scroll-bar .map .content-text {
  /*opacity: 0;
  visibility: hidden;*/
  transition: all 0.7s;
  transition-delay: 0.4s;
  position: absolute;
}
.map-scroll-bar .map .content-text .small-text {
  font-family: "DIN2014-Regular";
  letter-spacing: -0.18px;
  line-height: 1.94;
}
.map-scroll-bar .map .content-text .heding-text {
  line-height: 47px;
}
.map-scroll-bar .map .content-text .count-number {
  letter-spacing: -3.79px;
}
.map-scroll-bar .map.two .content-text {
  top: -12px;
  left: 215px;
}
.map-scroll-bar .map.two .content-text .heding-text {
  margin-top: -5px;
}
.map-scroll-bar .map.three .content-text {
  top: 158px;
  left: 565px;
}
.map-scroll-bar .map.four .content-text {
  bottom: 145px;
  left: 316px;
}
.map-scroll-bar .map.four .content-text .heading-text {
  letter-spacing: -1.08px;
}
.map-scroll-bar .map.activeAnimation {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
.map-scroll-bar .map.activeAnimation .content-text {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
  transition-delay: 0.4s;
}
.map-scroll-bar .text-box {
  position: absolute;
  width: auto;
  top: 48%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  padding: 0px 18px;
  margin: 0px -59.5px;
  display: grid;
  grid-template-columns: 32% 1fr 1fr;
}
@media (max-width: 1199px) {
  .map-scroll-bar .text-box {
    margin: 0px -45px;
  }
}
@media (max-width: 991px) {
  .map-scroll-bar .text-box {
    margin: 0px -30px;
  }
}
@media (max-width: 767px) {
  .map-scroll-bar .text-box {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
}
.map-scroll-bar .text-box .text-item {
  padding: 52px 59.5px 51px;
}
@media (max-width: 1199px) {
  .map-scroll-bar .text-box .text-item {
    padding: 40px 45px 40px;
  }
}
@media (max-width: 991px) {
  .map-scroll-bar .text-box .text-item {
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .map-scroll-bar .text-box .text-item {
    padding: 33px 25px 24px;
  }
}
.map-scroll-bar .text-box .text-item + .text-item {
  border-style: solid;
  border-width: 0;
  border-left-width: 1px;
  border-image-source: linear-gradient(to top, rgba(255, 255, 255, 0.31), #ffffff 50%, #ffffff 50%, rgba(255, 255, 255, 0.31));
  border-image-slice: 1;
}
@media (max-width: 767px) {
  .map-scroll-bar .text-box .text-item + .text-item {
    border-left-width: 0px;
  }
}
.map-scroll-bar .text-box .text-item .content-text p {
  font-size: 34px;
  font-family: "DIN2014-Narrow";
  line-height: 1.12;
  letter-spacing: -0.11px;
}
@media (max-width: 1199px) {
  .map-scroll-bar .text-box .text-item .content-text p {
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.09px;
  }
}
.map-scroll-bar .text-box .text-item .content-text sup {
  font-size: 18px;
  letter-spacing: -0.06px;
}
@media (max-width: 767px) {
  .map-scroll-bar .text-box .text-item .content-text sup {
    font-size: 16px;
    letter-spacing: -0.05px;
  }
}
.map-scroll-bar .owl-nav {
  position: absolute;
  top: 47%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.map-scroll-bar .owl-nav button span {
  display: none;
}
.map-scroll-bar .owl-nav button.owl-next {
  position: relative;
  width: 17.7px;
  height: 17.7px;
  padding: 6.2px 4.6px 6.9px 5.4px;
  box-shadow: 0 0 6px 0 rgba(72, 250, 248, 0.5);
  border: solid 1px #38c7da !important;
  background-color: #01526e !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.map-scroll-bar .owl-nav button.owl-next::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.85;
  text-align: right;
  width: 100%;
  padding: 0 2px;
  font-size: 20px;
}
.map-scroll-bar .owl-nav button.owl-prev {
  position: relative;
  width: 17.7px;
  height: 17.7px;
  padding: 6.2px 4.6px 6.9px 5.4px;
  box-shadow: 0 0 6px 0 rgba(72, 250, 248, 0.5);
  border: solid 1px #38c7da !important;
  background-color: #01526e !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.map-scroll-bar .owl-nav button.owl-prev::before {
  content: "<";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.85;
  text-align: left;
  width: 100%;
  padding: 0 2px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .next-resourses-btn {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .reference-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  }
}
.reference-text a[href] {
  color: #fff;
}

.request-panel .form-box {
  position: relative;
  padding: 54px 56px;
}
@media (max-width: 991px) {
  .request-panel .form-box {
    padding: 45px 30px;
  }
}
@media (max-width: 767px) {
  .request-panel .form-box {
    padding: 39px 15px 50px;
  }
}
.request-panel .form-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(1, 0, 2, 0.55) 0%, rgba(30, 16, 42, 0.31) 100%);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
  z-index: -1;
}

@media (max-width: 767px) {
  .form-box .form .row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .form-box .form div[class|=col] {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.form-box .form-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-box .form-group {
    margin-bottom: 14px;
  }
}
.form-box .form-group .form-control {
  font-size: 20px;
}
.form-box .form-group .form-control.is-invalid {
  background-image: url("/images/invalid-icon.png");
  background-position: right calc(0.8em + 0.1875rem) center;
}
.form-box .form-group .invalid-feedback {
  font-size: 20px;
  font-family: "DIN2014-Demi";
  line-height: 1.3;
  padding-left: 17px;
}
@media (max-width: 767px) {
  .form-box .form-group .invalid-feedback {
    font-size: 18px;
    line-height: 1.2;
  }
}
.form-box .form-group .selectBox {
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.form-box .form-group .selectBox__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.form-box .form-group .selectBox:after {
  position: absolute;
  right: 17px;
  top: 50%;
  -moz-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  content: "";
  background-image: url("/images/arrow-green.png") !important;
  width: 16px;
  height: 11px;
  background-size: cover;
}
.form-box .form-group .selectBox .dropdown-menu {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  opacity: 0;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 210px;
  z-index: -1;
  overflow-y: auto;
  transform: translateY(-15%);
  visibility: hidden;
  background-color: #1f6b85;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  padding: 18px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box .form-group .selectBox .dropdown-menu {
    min-width: 139px;
  }
}
.form-box .form-group .selectBox .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  border-radius: 0px 0px 10px 0px;
  background-color: rgba(255, 255, 255, 0.2);
}
.form-box .form-group .selectBox .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #1f6b85;
  border-radius: 0px 0px 10px 0px;
}
.form-box .form-group .selectBox .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 12px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dddddd;
}
.form-box .form-group .selectBox .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 7px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-box .form-group .selectBox .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 700;
  }
}
.form-box .form-group .selectBox .dropdown-menu .dropdown-item:hover, .form-box .form-group .selectBox .dropdown-menu .dropdown-item.active {
  background-color: #38c7da;
  color: #ffffff;
}
.form-box .form-group .selectBox.show:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.form-box .form-group .selectBox.show .dropdown-menu {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.form-box .text-info {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .form-box .text-info {
    margin-top: 10px;
  }
}
.form-box .text-info p {
  color: #ffffff;
}
.form-box .text-info p a {
  text-decoration: underline;
}
.form-box .text-info p a:hover {
  color: #ffffff;
}
.form-box .form-button-box {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .form-box .form-button-box {
    margin-top: 24px;
  }
}
.form-box .form-button-box .button .btn {
  height: 45px;
  min-width: 164px;
  font-family: "DIN2014-Narrow";
}
@media (max-width: 767px) {
  .form-box .form-button-box .button .btn {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .form-box .form-button-box .captcha-img img {
    max-width: 50px;
  }
}
.form-box .form-heading {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .form-box .form-heading {
    margin-bottom: 40px;
  }
}
.form-box .form-heading h2 {
  line-height: 1.24;
}
@media (max-width: 767px) {
  .form-box .form-heading h2 {
    margin-bottom: 14px;
  }
}
.form-box .form-heading p {
  margin-top: 18px;
  line-height: 22px;
}
.form-box .select-box {
  margin-bottom: 24px;
  max-width: 540px;
  width: 540px;
}
@media (max-width: 767px) {
  .form-box .select-box {
    width: 100%;
  }
}
.form-box .select-box.open .selected-form-control {
  border-radius: 31px 31px 0 0;
  -webkit-border-radius: 31px 31px 0 0;
  -moz-border-radius: 31px 31px 0 0;
}
.form-box .select-box .selected-form-control {
  background-color: #38c7da;
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  padding: 8px 24px;
  position: relative;
  font-size: 22px;
  font-family: "DIN2014-NarrowDemi";
  cursor: pointer;
}
@media (max-width: 767px) {
  .form-box .select-box .selected-form-control {
    height: auto;
    min-height: 51px;
    border-radius: 41px;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    line-height: 1.09;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.form-box .select-box .selected-form-control:before {
  position: absolute;
  content: "";
  right: 30px;
  top: 16px;
  width: 10px;
  height: 18px;
  background: url("/images/white-right-arrow.svg") no-repeat;
  background-size: 100%;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .form-box .select-box .selected-form-control:before {
    right: 17px;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.form-box .select-box .selected-form-control.bottom-border-radtius:before {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .form-box .select-box .selected-form-control.bottom-border-radtius:before {
    -moz-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
.form-box .select-box ul {
  border-radius: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border: solid 1px #38c7da;
  padding: 65px 0 0;
  margin-top: -50px;
  overflow: hidden;
  display: none;
}
.form-box .select-box ul li a {
  padding: 6px 25px;
  color: #ffffff;
  display: block;
}
.form-box .select-box ul li a:hover {
  background-color: #38c7da;
  cursor: pointer;
}
.form-box .select-box ul li:last-child a:hover {
  border-radius: 0 0 31px 31px;
  -webkit-border-radius: 0 0 31px 31px;
  -moz-border-radius: 0 0 31px 31px;
}
.form-box .select-box.closed ul {
  display: none;
}
.form-box .select-box.open ul {
  display: block;
}
.form-box .select-box.invalid-group .selected-form-control {
  border-color: #af90c2;
  background-color: #af90c2;
}
.form-box .otherinfo-wrapper.hide {
  display: none;
}
.form-box .otherinfo-wrapper.show {
  display: block;
}
.form-box .btn:focus {
  background-color: #38c7da;
  color: #fff;
}

.explore-panel {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .explore-panel {
    padding-top: 40px;
  }
}

.explore-data {
  padding: 0 23px;
}
@media (max-width: 767px) {
  .explore-data {
    padding: 0;
  }
}
.explore-data ul {
  padding: 0;
}
@media (max-width: 767px) {
  .explore-data ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.explore-data ul li {
  box-shadow: 0 0 8px 0 #38c7da;
  border: solid 1px #38c7da;
  max-width: 322px;
  position: relative;
  width: 33.333%;
}
@media (max-width: 767px) {
  .explore-data ul li {
    width: 100%;
  }
}
.explore-data ul li:hover {
  box-shadow: 0 0 35px #38c7da;
  background-color: rgba(56, 199, 218, 0.58);
}
.explore-data ul li + li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .explore-data ul li + li {
    margin: 16px 0 0;
  }
}
.explore-data ul li a {
  color: #ffffff;
}
.explore-data ul li a:hover .img-box {
  overflow: hidden;
}
.explore-data ul li a:hover .img-box img {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
}
.explore-data ul li .img-box {
  position: relative;
  height: 100%;
}
.explore-data ul li .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .explore-data ul li .img-box img {
    height: 154px;
  }
}
.explore-data ul li .img-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, rgba(1, 82, 110, 0.41) -150%, rgba(30, 16, 42, 0.88) 100%);
  -webkit-mix-blend-mode: soft-light;
  -moz-mix-blend-mode: soft-light;
  -o-mix-blend-mode: soft-light;
  -ms-mix-blend-mode: soft-light;
  mix-blend-mode: soft-light;
}
.explore-data ul li .above-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px 34px;
}
@media (max-width: 1199px) {
  .explore-data ul li .above-img {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .explore-data ul li .above-img {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .explore-data ul li .above-img {
    padding: 18px 24px 25px 33px;
  }
}
.explore-data ul li .above-img h2 {
  min-height: 82px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .explore-data ul li .above-img h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .explore-data ul li .above-img h2 {
    min-height: auto;
  }
}
.explore-data ul li .above-img h2 > span {
  padding-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .explore-data ul li .above-img h2 svg {
    max-width: 18px;
  }
}
.explore-data ul li .above-img p {
  font-family: "DIN2014-Narrow";
}

.page-not-found .heading-panel {
  margin-top: 45px;
}
.page-not-found .heading-panel p {
  max-width: 600px;
}
.page-not-found .explore-panel {
  padding-top: 0;
}

.resources .home-section {
  padding-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .resources .home-section {
    padding-top: 23px !important;
  }
}
.resources .resources-box {
  padding: 15px 50px 16px 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .resources .resources-box {
    padding: 15px 25px 16px 25px;
  }
}
@media screen and (max-width: 767px) {
  .resources .resources-box {
    padding: 15px;
    margin-top: 63px;
  }
}
.resources .resources-box h2 {
  margin-bottom: 0;
}
.resources .resources-box .common .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1199px) {
  .resources .resources-box .common .video-wrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
  }
}
.resources .resources-box .common .video-wrapper .common-box {
  max-width: 179px;
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box {
    max-width: 162px;
  }
}
@media (max-width: 375px) {
  .resources .resources-box .common .video-wrapper .common-box {
    max-width: 137px;
  }
}
@media (max-width: 585px) {
  .resources .resources-box .common .video-wrapper .common-box {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 374px) {
  .resources .resources-box .common .video-wrapper .common-box.pt-40 {
    padding-top: 40px;
  }
}
.resources .resources-box .common .video-wrapper .common-box.mxw-custom {
  max-width: 241px;
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box.mxw-custom {
    max-width: 218px;
  }
}
@media (max-width: 585px) {
  .resources .resources-box .common .video-wrapper .common-box.mxw-custom {
    max-width: 100%;
  }
}
.resources .resources-box .common .video-wrapper .common-box.video-item {
  max-width: 350px;
}
@media (max-width: 1199px) {
  .resources .resources-box .common .video-wrapper .common-box.video-item {
    max-width: 265px;
  }
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box.video-item {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.resources .resources-box .common .video-wrapper .common-box.video-item .video .video-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 33px;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
}
.resources .resources-box .common .video-wrapper .common-box.video-item .video .video-play-icon img {
  border: none;
}
@media (min-width: 1200px) {
  .resources .resources-box .common .video-wrapper .common-box .img-box {
    height: 100%;
    max-height: 232px;
  }
}
@media (max-width: 585px) {
  .resources .resources-box .common .video-wrapper .common-box .img-box {
    max-width: 162px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .resources .resources-box .common .video-wrapper .common-box .img-box .thumbnail-img img {
    height: 100%;
  }
}
.resources .resources-box .common .video-wrapper .common-box .video-box {
  background-color: #e6e6e6;
  position: relative;
}
.resources .resources-box .common .video-wrapper .common-box .video-box video {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.resources .resources-box .common .video-wrapper .common-box .video-box .thumbnail-img img {
  cursor: pointer;
  width: 100%;
  border: solid 0.5px #979797;
}
.resources .resources-box .common .video-wrapper .common-box .video-box .download-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.resources .resources-box .common .video-wrapper .common-box .video-box .download-btn a {
  background-color: #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box .video-box .download-btn a {
    width: 26px;
    height: 26px;
  }
}
.resources .resources-box .common .video-wrapper .common-box .video-box .download-btn a img {
  max-width: 17px;
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box .video-box .download-btn a img {
    max-width: 12px;
  }
}
.resources .resources-box .common .video-wrapper .common-box .info-box {
  margin-top: 13px;
}
@media (max-width: 585px) {
  .resources .resources-box .common .video-wrapper .common-box .info-box {
    text-align: center;
  }
}
.resources .resources-box .common .video-wrapper .common-box .info-box h6 {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 0;
}
.resources .resources-box .common .video-wrapper .common-box .info-box p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .resources .resources-box .common .video-wrapper .common-box .info-box p {
    margin-top: 9px;
  }
}
.resources .resources-box .common.healthcare-professional-section {
  border-bottom: 1px solid #9862d3;
}
@media (max-width: 767px) {
  .resources .resources-box .common.healthcare-professional-section {
    margin-top: 25px;
  }
}
.resources .resources-box .common.for-your-patient-section h3 {
  font-size: 34px;
  line-height: 1.24;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .resources .resources-box .common.for-your-patient-section .video-wrapper {
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .resources .have-a-quetiens-section {
    margin-top: 42px;
  }
}
.resources .have-a-quetiens-section .have-quetiens-wrapper {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
@media (max-width: 767px) {
  .resources .have-a-quetiens-section .have-quetiens-wrapper {
    justify-content: flex-start;
  }
}
.resources .have-a-quetiens-section .have-quetiens-wrapper .msg-icon {
  box-shadow: 0 0 70px #38c7da;
  background-color: rgba(1, 82, 110, 0.57);
  border: solid 3px #38c7da;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.resources .have-a-quetiens-section .have-quetiens-wrapper .quetions-text h5 {
  font-size: 28px;
  margin-bottom: 0;
  font-family: "DINCondensed-Bold";
  line-height: 1;
}
.resources .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a {
  min-width: 403px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media (max-width: 767px) {
  .resources .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a {
    min-width: 100%;
  }
}
.resources .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a .quetions-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .resources .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a .quetions-text {
    max-width: 200px;
    margin-left: 24px;
  }
}
.resources .have-a-quetiens-section .have-quetiens-wrapper .msg-info-box a button {
  background: transparent;
  border: none;
}
.resources .reconstitution-video-wrapper video {
  width: 100%;
}

.safety-section .heading-panel {
  margin-top: 35px !important;
}
@media (max-width: 991px) {
  .safety-section .heading-panel {
    margin-top: 30px !important;
  }
}
.safety-section .safety-table {
  padding: 54px 74px 55px 39px;
}
@media (max-width: 991px) {
  .safety-section .safety-table {
    padding: 35px 25px 35px 25px;
  }
}
@media (max-width: 767px) {
  .safety-section .safety-table {
    padding: 25px 15px;
  }
}
.safety-section .safety-table .heding {
  margin-bottom: 7px;
  line-height: 1.24;
}
@media (max-width: 767px) {
  .safety-section .safety-table .heding {
    font-size: 28px;
  }
}
.safety-section .safety-table .heding sup {
  font-size: 20px;
}
.safety-section .table-panel {
  max-width: 100%;
}
.safety-section .table-panel .table {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .safety-section .table-panel .table {
    margin-top: 30px;
  }
}
.safety-section .table-panel .table.table-one tbody tr:nth-child(even) {
  background-color: rgba(30, 16, 42, 0.2);
}
.safety-section .table-panel .table.table-one tbody tr .number {
  text-align: right;
  width: 30px;
  display: inline-block;
}
.safety-section .table-panel .table.table-one tbody tr .number.style-2 {
  width: 62px;
}
.safety-section .table-panel .table thead tr td {
  font-size: 24px;
  line-height: 1.13;
  border-bottom: 2px solid #ffffff;
  padding: 8.5px 0;
  color: #ffffff;
  font-family: "DIN2014-Narrow";
}
.safety-section .table-panel .table thead tr td:first-child {
  font-family: "DIN2014-NarrowBold";
}
@media (max-width: 767px) {
  .safety-section .table-panel .table thead tr td {
    font-size: 20px;
  }
}
.safety-section .table-panel .table thead tr td strong {
  font-family: "DIN2014-NarrowBold";
}
.safety-section .table-panel .table thead tr td:first-child {
  width: 47.3%;
}
.safety-section .table-panel .table thead tr td.light-pink {
  color: #e6d6e8 !important;
}
.safety-section .table-panel .table thead tr td.bg-primary {
  background-color: #af90c2 !important;
}
.safety-section .table-panel .table thead tr td.bg-sky-blue {
  background-color: #333333 !important;
}
.safety-section .table-panel .table thead tr td .number {
  position: relative;
  z-index: 1;
}
.safety-section .table-panel .table tbody tr.small-tr .small-td {
  font-size: 18px;
  letter-spacing: 0.01px;
  padding-left: 18px;
  font-family: "DIN2014-Narrow";
}
.safety-section .table-panel .table tbody tr.bg-color {
  background-color: rgba(30, 16, 42, 0.2);
}
.safety-section .table-panel .table tbody tr.bg-color-1 {
  background-color: rgba(30, 16, 42, 0.1);
}
.safety-section .table-panel .table tbody tr.bg-color-2 {
  background-color: rgba(30, 16, 42, 0);
}
.safety-section .table-panel .table tbody tr td {
  border: none;
  padding: 0 8px;
  font-size: 21px;
  vertical-align: middle;
  letter-spacing: 0.02px;
  color: #ffffff;
  font-family: "DIN2014-NarrowDemi";
}
@media (max-width: 767px) {
  .safety-section .table-panel .table tbody tr td {
    padding: 2px 5px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .safety-section .table-panel .table tbody tr td .text-nowrap {
    display: block;
  }
}
.safety-section .table-panel .table tbody tr td:nth-child(2), .safety-section .table-panel .table tbody tr td:nth-child(3) {
  text-align: center;
}
.safety-section .table-panel .table tbody tr td:nth-child(2) {
  position: relative;
}
.safety-section .table-panel .table tbody tr td:nth-child(2):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(175, 144, 194, 0.5);
  z-index: -1;
}
.safety-section .table-panel .table tbody tr td:nth-child(3) {
  position: relative;
}
.safety-section .table-panel .table tbody tr td:nth-child(3):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  z-index: -1;
}
.safety-section .table-panel .table tbody tr td:nth-child(2), .safety-section .table-panel .table tbody tr td:nth-child(3) {
  font-family: "DIN2014-Narrow";
}

.immunogenicity-section .heading-panel {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .immunogenicity-section .heading-panel {
    margin-top: 23px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart {
  padding: 54px 72px 56px 53px;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart {
    padding: 50px 30px 55px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart {
    padding: 35px 15px 38px;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .chart-box > .d-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .indicator-list {
    margin: 15px 0 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .indicator-list {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .indicator-list {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .indicator-list .list p {
    font-size: 15px;
    letter-spacing: 0.11px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart.bar-chart-section .indicator-list .list + .list {
    margin: 0 0 0 12px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .medium-heding {
  margin-bottom: 7px;
  line-height: 1.24;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .medium-heding {
    margin-bottom: 24px !important;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .medium-heding sup {
  font-size: 20px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .small-heading sup {
  font-size: 14px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left {
  position: relative;
  max-width: 885px;
  width: 100%;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left {
    max-width: 680px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .chart-img img {
  max-width: 100%;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper {
  padding-left: 66px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper {
    padding-left: 52px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper .bar-chart-title {
  position: absolute;
  height: 100%;
  left: 0;
  font-family: "DIN2014-Narrow";
  font-size: 20px;
  display: flex;
  align-items: self-start;
  -webkit-align-items: self-start;
  -ms-align-items: self-start;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  writing-mode: vertical-lr;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper .bar-chart-title p {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper .bar-chart-title p {
    font-size: 12px;
    letter-spacing: -0.01px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart-wrapper .placebo-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  /*@media (min-width: $sm + 1){
  	display: none;
  }*/
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart {
    height: 246px;
    margin-top: 20px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .horizontal-label {
  font-family: "DIN2014-Narrow";
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding-left: 29px;
  height: 37px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .horizontal-label {
    font-size: 12px;
    letter-spacing: 0.05px;
    padding-right: 66px;
    height: auto;
    margin-top: 10px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0px;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li {
  text-align: left;
  list-style: none;
  position: relative;
  font-family: "DIN2014-Narrow";
  font-size: 15px;
  color: #eee;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li {
    font-size: 9px;
    max-height: 61px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li:after {
  content: none;
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  right: 0px;
  top: 100%;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li:first-of-type {
  flex-grow: 0;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li:last-of-type span {
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li span {
  position: absolute;
  left: -38px;
  top: 100%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  width: 20px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li span {
    font-size: 9px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li span.placebo-number {
  position: absolute;
  left: 60px;
  bottom: -82px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li span.placebo-number {
    left: 13px;
    bottom: -45px;
    width: auto;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li:last-child .placebo-item {
  transform: none;
  left: 73px;
  top: auto;
  bottom: 0;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .numbers li:last-child .placebo-item {
    left: 11px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  column-gap: 7px;
  width: 100%;
  height: calc(100% - 2px);
  margin: 0;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    padding-right: 8px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li {
  display: inline-block;
  -webkit-box-flex: 0 1 92px;
  -moz-box-flex: 0 1 92px;
  -webkit-flex: 0 1 92px;
  -ms-flex: 0 1 92px;
  flex: 0 1 92px;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li {
    -webkit-box-flex: 0 1 44px;
    -moz-box-flex: 0 1 44px;
    -webkit-flex: 0 1 44px;
    -ms-flex: 0 1 44px;
    flex: 0 1 44px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 0em;
  color: #ffffff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li .data {
  color: #eee;
  width: 100%;
  position: absolute;
  top: -39px;
  left: 0;
  font-size: 20px;
  text-align: center;
  font-family: "DIN2014-Narrow";
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li .data {
    font-size: 12px;
    letter-spacing: -0.04px;
    top: -21px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li:nth-child(n+1) .bar {
  background-color: #38c6da;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li:nth-child(n+2) .bar {
  background-color: #e6d6e8;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .bar-chart .bars li:nth-child(n+3) .bar {
  background-color: #af90c1;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper {
  position: relative;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img {
  max-width: 100%;
  position: absolute;
  opacity: 1;
  visibility: visible;
  width: 83%;
}
@media screen and (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img {
    width: 77%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img img {
  max-width: 100%;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.hidden {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  animation: none;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.first {
  top: 11.5%;
  left: 13.1%;
}
@media screen and (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.first {
    top: 11.5%;
    left: 18.1%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.second {
  top: 10.5%;
  left: 15.2%;
}
@media screen and (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.second {
    top: 10.5%;
    left: 20.2%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.third {
  top: 63.9%;
  left: 14.7%;
  width: 82%;
}
@media screen and (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.third {
    top: 65.9%;
    left: 20.7%;
    width: 75%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.fourth {
  top: 63.5%;
  left: 16.5%;
}
@media screen and (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chart-box .left .line-chart-wrapper .chart-data .chart-data-img.fourth {
    top: 65.5%;
    left: 20.5%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list {
  margin: 18px 0 0 39px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box.color-1 {
  background-color: #7f7f7f;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box.color-2 {
  background-color: #38c7da;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box.color-3 {
  background-color: #e6d6e8;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box.color-4 {
  background-color: #af90c2;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .bg-box.color-5 {
  background-color: #bcbcbc;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .text-box {
  font-size: 15px;
  font-family: "DIN2014-Narrow";
  letter-spacing: 0.11px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list .text-box p {
  font-size: 15px;
  font-family: "DIN2014-Narrow";
  letter-spacing: 0.11px;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list + .list {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .indicator-list .list.view-all a {
    padding-left: 54px !important;
    font-size: 15px;
    font-family: "DIN2014-Narrow";
    letter-spacing: 0.11px;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .chronic-phase-box {
    padding-top: 17px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box, .immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box, .immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two {
    margin: 52px 0 0 !important;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one .d-flex, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two .d-flex {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one .d-flex, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two .d-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one .left, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two .left {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one .right, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two .right {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-one .right, .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box > .d-flex .box-two .right {
    margin: 0 0 0 -25px;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box.two-box .box-two {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box.two-box .box-two {
    margin: 0;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box .small-text {
  font-family: "DIN2014-Demi";
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .percentage-box .left {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .btn-box-gradient {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .btn-box-gradient {
    margin-left: 0px;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-item {
  background: none;
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-button {
  background: none;
  font-size: 22px;
  padding: 14px 20px 14px 0;
  color: #ffffff;
  font-family: "DIN2014-NarrowDemi";
  position: relative;
  border-bottom: 3px solid #38c7da;
  box-shadow: none;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-button {
    padding: 0 24px 15px 0;
    line-height: 1.09;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-button:after {
  background-image: url(/images/arrow.png);
  position: absolute;
  right: 20px;
  top: 22px;
  height: 12px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-button:after {
    right: 0;
    top: 6px;
    height: 10px;
    width: 14px;
    background-size: 100%;
  }
}
.immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-collapse .accordion-body {
  color: #ffffff;
  padding: 14px 5px 0 0;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel .seroresponse-chart .accordion-panel .accordion-collapse .accordion-body {
    padding: 15px 0 0;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart {
  padding: 55px 64px 56px 47px;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart {
    padding: 50px 30px 55px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart {
    padding: 34px 15px 43px;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .vaccination-box {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .vaccination-box {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .vaccination-box {
    padding-left: 0;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .accordion-panel {
  margin-left: 0;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box {
  margin-top: 47px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box > .d-flex {
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box > .d-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left {
  max-width: 755px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list {
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 0 21px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list .list {
    width: 100%;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list .list + .list {
  margin: 0 0 0 22px;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list .list + .list {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .left .indicator-list .list + .list {
    margin: 14px 0 0;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .right {
  margin-left: 36px;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .right {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .right {
    margin: 0 0 35px 0;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .right {
    margin: 42px 0 0;
    width: 100%;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn {
  width: 277px;
  text-transform: initial;
  text-align: left;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  font-size: 22px;
  font-family: "DIN2014-NarrowDemi";
  font-weight: normal;
  color: #ffffff;
  padding: 0 21px 0 25px;
  border-radius: 31px;
  border: solid 1px #38c7da;
  height: 58px;
  background-color: #38c7da;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn {
    max-width: 100%;
    width: 100%;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn:hover, .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn:focus {
  background-color: #38c7da;
  box-shadow: none;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn:after {
  position: absolute;
  right: 21px;
  top: 24px;
  width: 15px;
  height: 12px;
  border: none;
  background: url(/images/arrow.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn.show {
  border-radius: 31px 31px 0 0;
  border-bottom: 0 !important;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .btn.show:after {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu {
  width: 100%;
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #38c7da;
  border-top: 0;
  padding: 19px 0 24px;
  border-radius: 0 0 31px 31px;
  -webkit-border-radius: 0 0 31px 31px;
  -moz-border-radius: 0 0 31px 31px;
  top: -2px !important;
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu {
    width: 277px;
    position: relative !important;
    top: -60px !important;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu {
    width: 100%;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list + .list {
  margin-top: 0px;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list .dropdown-item {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #ffffff;
  padding: 9px 52px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list .dropdown-item {
    padding: 9px 35px;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list .dropdown-item .bg-box {
  margin-right: 10px;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list.active .dropdown-item, .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .chart-box .dropdown .dropdown-menu.indicator-list .list:hover .dropdown-item {
  background-color: #01526e;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel {
  max-width: 100%;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .description {
  font-size: 20px;
  margin-bottom: 8px;
  font-family: "DIN2014-Narrow";
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .description {
    letter-spacing: 0.06px;
    margin-bottom: 4px;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .table {
  max-width: 758px;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .table tbody tr td {
  border-bottom: none;
  border-top: solid 0.4px rgba(255, 255, 255, 0.4);
  padding: 0;
  font-size: 18px;
  vertical-align: middle;
  color: #ffffff;
  font-family: "DIN2014-Narrow";
  width: 18.8%;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .table tbody tr td {
    letter-spacing: -0.01px;
    width: 10.8%;
    padding: 1px 0px;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .table tbody tr td:first-child {
    width: 28.8%;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .table-panel .table tbody tr td:first-child {
    width: 57.8%;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient {
  padding: 16px 20px;
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text {
  line-height: 1.36;
}
@media (max-width: 1199px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text br {
    display: none;
  }
}
@media (max-width: 991px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text {
    font-size: 22px;
  }
}
.immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text sup {
  font-size: 18px;
}
@media (max-width: 767px) {
  .immunogenicity-section .seroresponse-panel.vaccination-panel .seroresponse-chart .btn-box-gradient .small-text sup {
    font-size: 16px;
  }
}

.placebo-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: 13px;
  transition: 1.5s top cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.placebo-item img {
  vertical-align: top;
}
.placebo-item .placebo-icon {
  position: relative;
  z-index: 1;
  display: block;
  border-right: 1px solid #ffffff;
  padding: 0 1px 0 0;
  width: 1.1px;
  height: 15.5px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .placebo-item .placebo-icon {
    width: 1.5px;
    height: 10.1px;
  }
}
.placebo-item .placebo-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1.5px;
  width: 7px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .placebo-item .placebo-icon::after {
    width: 4px;
    height: 1px;
    left: -0.5px;
  }
}
.placebo-item .placebo-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  height: 1.5px;
  width: 7px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .placebo-item .placebo-icon::before {
    width: 4px;
    height: 1px;
    left: -0.5px;
  }
}
.placebo-item.first .placebo-icon {
  width: 1.1px;
  height: 10px;
}
@media (max-width: 767px) {
  .placebo-item.first .placebo-icon {
    width: 1.5px;
    height: 7.1px;
  }
}
.placebo-item.second .placebo-icon {
  width: 1.1px;
  height: 11.5px;
}
@media (max-width: 767px) {
  .placebo-item.second .placebo-icon {
    width: 1.5px;
    height: 8.1px;
  }
}