@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
@import url('https://fonts.googleapis.com/css?family=Roboto:300, 400,500');
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
  margin: 0;
}

.with-lumigan {
  margin-top: -10px;
  margin-left: 2px;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/** Add the correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template,
[hidden] {
  display: none;
}

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b,
strong {
  font-weight: inherit;
}

/** Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/** Add the correct font style in Android 4.3-. */
dfn {
  font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Correct the line-height for all headings in Chrome mobile, Firefox, iOS Safari, Microsoft Edge and IE. */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}

/** Add the correct background and color in IE 9-. */
mark {
  background-color: #ff0;
  color: #000;
}

/** Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img {
  border-style: none;
}

/** Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/** Add the correct margin in IE 8. */
figure {
  margin: 1em 40px;
}

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/** Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button,
select {
  /* 1 */
  text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/** Remove the default vertical scrollbar in IE. */
textarea {
  overflow: auto;
}

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/********************
    COLORS
********************/
/********************
   HEADER
********************/
/********************
    FONTS
********************/
/********************
    BREAKPOINTS
********************/
/********************
    MIXINS
********************/
body,
html {
  background-color: #e1e7e7;
  color: #2d3f3f;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.fontsize body,
.fontsize html {
  font-size: 20px;
}

body.noscroll {
  overflow: hidden;
}

.big-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

.mobile-img {
  display: none;
}

@media (max-width: 1100px) {
  .mobile {
    display: block;
  }
}

@media (min-width: 1101px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1100px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1101px) {
  .desktop {
    display: block;
  }
}

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

.white {
  background-color: white;
}

.grey {
  background-color: rgba(179, 195, 195, 0.12);
}

.relative {
  position: relative;
}

.no-wrap {
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.hangingasterisk {
  position: absolute;
  left: -5px;
  line-height: inherit;
  top: 0.1em !important;
}

.footnote .hangingasterisk {
  top: -0.3em !important;
}

.hangingasterisk--high {
  top: 0;
}

.hide {
  display: none;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.flex {
  display: flex;
}

.teal {
  color: #00b1b0;
}

.container-inner {
  max-width: 1255px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container-inner {
    max-width: unset;
    width: 100%;
  }
}

.full-bleed {
  width: calc(100% + 200px);
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 1100px) {
  .with-lumigan {
    margin: 0;
  }
  .full-bleed {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

section {
  box-sizing: border-box;
  padding: 70px 100px 110px;
  position: relative;
  top: 0px;
}
@media (max-width: 1100px) {
  section {
    padding: 40px 20px;
    top: 0;
  }
}

h2 {
  font-family: din-condensed, sans-serif;
  font-size: 18px;
  color: #008382;
  letter-spacing: 0.1px;
  font-weight: 400;
}
.fontsize h2 {
  font-size: 24px;
}

h3 {
  font-size: 40px;
  color: #00b1b0;
  margin: 0;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.27px;
  line-height: 44px;
}
.fontsize h3 {
  font-size: 50px;
}

h4 {
  font-size: 18px;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  color: #004b4b;
  letter-spacing: 0.1px;
}
.fontsize h4 {
  font-size: 24px;
}

h5 {
  font-size: 30px;
  color: #9b9b9b;
  font-family: din-condensed, sans-serif;
  font-weight: 700;
  margin: 60px 0 30px;
}
.fontsize h5 {
  font-size: 36px;
}

p {
  line-height: 1.5;
}

a.button {
  font-size: 15px;
  width: 280px;
  padding: 15px 30px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  background-color: #2d3f3f;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  transition: 0.25s;
  cursor: pointer;
}
.fontsize a.button {
  font-size: 18px;
}
a.button:hover,
a.button:focus {
  border-color: var(--hover);
  color: #fff;
  box-shadow: inset 280px 0 0 0 #00b1b0;
}

a.button-short,
.button-short {
  font-size: 15px;
  width: 151px;
  padding: 15px 0px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  background-color: #2d3f3f;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  transition: 0.25s;
  cursor: pointer;
}
.fontsize a.button-short,
.fontsize .button-short {
  font-size: 18px;
}
a.button-short:hover,
a.button-short:focus,
.button-short:hover,
.button-short:focus {
  border-color: var(--hover);
  color: #fff;
  box-shadow: inset 151px 0 0 0 #00b1b0;
}

a.button.button-blue {
  background-color: #2657a7;
  color: white;
}

a.button:hover,
a.button:focus,
a.button-short:hover,
a.button-short:focus {
  border-color: inherit;
  color: white;
  box-shadow: none;
}

ul {
  padding-left: 20px;
  list-style: none;
}
ul li {
  font-size: 16px;
  color: #2d3f3f;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.fontsize ul li {
  font-size: 24px;
}
ul li:before {
  content: '\2022';
  color: #00b1b0;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
}
ul li ul li:before {
  content: '—';
  color: #2d3f3f;
}

.ribbon {
  background-color: #2d3f3f;
  color: #b3c3c3;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  position: inherit;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 99;
}
.ribbon:after {
  content: '';
  clear: both;
  display: table;
}
.fontsize .ribbon {
  font-size: 16px;
}
.ribbon p {
  float: left;
  margin: 15px 40px 15px 40px;
}
.ribbon a {
  float: right;
  font-size: 13px;
  color: #00b1b0;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin: 15px 40px 15px 0;
  cursor: pointer;
}
.fontsize .ribbon a {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .ribbon {
    display: none;
  }
}

header.desktop {
  background-color: black;
  position: relative;
  top: 0px;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 99;
  width: 100%;
  overflow: visible;
  /* END .nav */
}
@media (max-width: 1100px) {
  header.desktop {
    display: none;
  }
}
header.desktop button.toggle-font {
  color: #4f4d4d;
  border: none;
  background: none;
  background-color: none;
  cursor: pointer;
  float: right;
  margin: 22px 50px;
}
header.desktop button.toggle-font .small {
  font-size: 16px;
}
.fontsize header.desktop button.toggle-font .small {
  font-size: 20px;
}
header.desktop button.toggle-font .big {
  font-size: 25px;
}
.fontsize header.desktop button.toggle-font .big {
  font-size: 30px;
}
header.desktop button.toggle-font img {
  display: inline;
  vertical-align: super;
}
header.desktop .logo {
  position: absolute;
  top: 15px;
  left: 40px;
}
header.desktop .logo img {
  width: 223px;
  opacity: 1;
  margin-bottom: 40px;
  transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
}
header.desktop .nav {
  display: block;
  padding: 75px 45px 0;
}
header.desktop .nav .tab-right {
  position: absolute;
  top: 15px;
  left: 0;
  width: 300px;
  background-color: #2d3f3f;
  padding: 30px 10px 30px 40px;
  color: white;
  z-index: 1;
  box-sizing: border-box;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 18px;
}
.fontsize header.desktop .nav .tab-right {
  font-size: 24px;
}
@media (max-width: 1100px) {
  header.desktop .nav .tab-right {
    left: 0;
    right: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
    font-size: 14px;
    letter-spacing: 0.13px;
    line-height: 18px;
    padding: 15px 15px 15px 25px;
    width: 300px;
  }
  .fontsize header.desktop .nav .tab-right {
    font-size: 18px;
  }
}
header.desktop .nav .tab-left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -45px;
  width: 284px;
  background-color: #004b4b;
  padding: 0px 10px 0px 13px;
  color: white;
  z-index: 1;
  box-sizing: border-box;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
header.desktop .nav .tab-left img {
  height: 48px;
  max-height: 100%;
}
header.desktop .nav .tab-left__number {
  font-size: 49px;
}
.fontsize header.desktop .nav .tab-left__number {
  font-size: 56px;
}
header.desktop .nav .tab-left__number span {
  font-size: 36px;
  vertical-align: text-top;
}
.fontsize header.desktop .nav .tab-left__number span {
  font-size: 41px;
}
header.desktop .nav .tab-left__text {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Roboto-Bold;
  letter-spacing: 0;
  line-height: 18px;
}
.fontsize header.desktop .nav .tab-left__text {
  font-size: 15px;
}
@media (max-width: 1100px) {
  header.desktop .nav .tab-left {
    display: none;
  }
}
header.desktop .nav ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  margin-left: 300px;
  margin-bottom: 0;
}
header.desktop .nav ul li {
  display: block;
  list-style-type: none;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  text-align: center;
  float: left;
  font-family: din-condensed, sans-serif;
  font-size: 16px;
  color: #b3c3c3;
  letter-spacing: 0;
}
.fontsize header.desktop .nav ul li {
  font-size: 20px;
}
header.desktop .nav ul li:before {
  display: none;
}
header.desktop .nav ul li a:not(.savings-link) {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #b3c3c3;
  font-weight: 400;
}
.fontsize header.desktop .nav ul li a:not(.savings-link) {
  font-size: 18px;
}
header.desktop .nav ul li a:not(.savings-link).active {
  border-bottom: 2px solid teal;
  color: white;
}
header.desktop .nav ul li a:not(.savings-link):hover {
  border-bottom: 2px solid teal;
  color: white;
}

.savings-link span {
  margin-right: 20px;
}
.savings-link {
  background-color: #27569a;
  color: white;
  border-radius: 100px;
  padding: 15px 37px 15px 37px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.fontsize .savings-link {
  font-size: 18px;
}
.savings-link img {
  height: 28px;
  width: auto;
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
  top: 50%;
}

main:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

@media (max-width: 1100px) {
  main {
    width: 100%;
    float: none;
  }
}

header.mobile {
  display: none;
}

@media (max-width: 1100px) {
  .savings-link {
    width: 250px;
  }
  header.mobile {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto auto -1px auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-sizing: border-box;
    background-color: black;
  }
  header.mobile .mobile-ribbon-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 12px;
    margin: 0 8px;
  }
  .fontsize header.mobile .mobile-ribbon-text {
    font-size: 16px;
  }
  header.mobile .mobile-ribbon-number {
    font-family: 'Roboto', sans-serif;
    font-size: 43px;
    color: #ffffff;
    letter-spacing: 0.04px;
    line-height: 19px;
    margin-right: 34px;
  }
  .fontsize header.mobile .mobile-ribbon-number {
    font-size: 49px;
  }
  header.mobile .mobile-ribbon-number span {
    font-size: 20px;
    vertical-align: super;
  }
  .fontsize header.mobile .mobile-ribbon-number span {
    font-size: 25px;
  }
  header.mobile.scroll {
    background-color: black;
    top: 0;
  }
  header.mobile .ribbon-mobile {
    background-color: #001818;
  }
  header.mobile .ribbon-mobile p {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #b3c3c3;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 10px;
    margin: 0;
  }
  .fontsize header.mobile .ribbon-mobile p {
    font-size: 15px;
  }
  header.mobile .ribbon-mobile .additional-links {
    display: flex;
    justify-content: center;
  }
  header.mobile .ribbon-mobile .additional-links a:first-of-type() {
    margin-right: 5px;
  }
  header.mobile .ribbon-mobile a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: white;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 400;
    margin: 10px 5px;
    cursor: pointer;
  }
  .fontsize header.mobile .ribbon-mobile a {
    font-size: 18px;
  }
  header.mobile .header-wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    /* END .hamburger */
  }
  header.mobile .header-wrapper .logo {
    display: inline-block;
    margin-bottom: 20px;
  }
  header.mobile .header-wrapper .logo img {
    width: auto;
    height: 100px;
  }
  header.mobile .header-wrapper .hamburger {
    display: inline-block;
    float: right;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    right: 0;
    height: 24px;
    width: 24px;
    top: 36px;
  }
  header.mobile .header-wrapper .hamburger:hover {
    cursor: pointer;
  }
  header.mobile .header-wrapper .hamburger:focus {
    outline: 0;
  }
  header.mobile .header-wrapper .hamburger.active span {
    background-color: #00b1b0;
  }
  header.mobile .header-wrapper .hamburger.active span:nth-child(1) {
    display: none;
  }
  header.mobile .header-wrapper .hamburger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
  }
  header.mobile .header-wrapper .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.mobile .header-wrapper .hamburger.active span:nth-child(4) {
    display: none;
  }
  header.mobile .header-wrapper .hamburger span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 24px;
    height: 2px;
    background-color: #979797;
    display: block;
    position: absolute;
  }
  header.mobile .header-wrapper .hamburger span:nth-child(1) {
    top: 0;
  }
  header.mobile .header-wrapper .hamburger span:nth-child(2) {
    display: none;
    top: 7px;
  }
  header.mobile .header-wrapper .hamburger span:nth-child(3) {
    top: 7px;
  }
  header.mobile .header-wrapper .hamburger span:nth-child(4) {
    top: 14px;
  }
  header.mobile .header-wrapper .nav {
    display: none;
    height: calc(100vh - 167px);
    background-color: black;
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header.mobile .header-wrapper .nav .mobile-menu-bottom {
    background-color: #007e7d;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px 0;
  }
  header.mobile .header-wrapper .nav .mobile-menu-bottom img {
    height: 54px;
    width: auto;
  }
  header.mobile .header-wrapper .nav .mainNav {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  header.mobile .header-wrapper .nav .mainNav ul {
    padding-left: 0;
  }
  header.mobile .header-wrapper .nav .mainNav ul li {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 0;
  }
  header.mobile .header-wrapper .nav .mainNav ul li:before {
    display: none;
  }
  header.mobile .header-wrapper .nav .mainNav ul li a {
    color: white;
    font-size: 20px;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    letter-spacing: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  .fontsize header.mobile .header-wrapper .nav .mainNav ul li a {
    font-size: 25px;
  }
  header.mobile .header-wrapper .nav .mainNav ul li .savings-link {
    position: absolute;
    bottom: calc(5% + 140px);
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    line-height: 21px;
  }
}
@media (max-width: 1100px) and (max-height: 540px) {
  header.mobile .header-wrapper .nav .mainNav ul li .savings-link {
    position: relative;
    left: auto;
    right: auto;
    transform: auto;
  }
}

footer {
  position: relative;
  z-index: 99;
  top: 0px;
}
footer:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
footer .container {
  padding: 60px;
  box-sizing: border-box;
  background: #2d3f3f;
}
footer .container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  footer .container {
    padding: 60px 20px;
  }
}
footer .container .left {
  display: inline-block;
  float: left;
  width: 50%;
}
@media (max-width: 1100px) {
  footer .container .left {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 1100px) {
  footer .container .left {
    text-align: center;
  }
}
footer .container .left img {
  max-width: 225px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  footer .container .left img {
    position: relative;
  }
}
footer .container .right {
  display: inline-block;
  float: right;
  width: 100%;
}
@media (max-width: 1100px) {
  footer .container .right {
    display: block;
    width: 100%;
    float: none;
  }
}
footer .container .right .links {
  display: block;
  text-align: right;
}
.ot-sdk-show-settings:hover {
  background-color: transparent !important;
}

footer .container .right .links a {
  color: white;
  margin: 0 8px;
  font-size: 14px;
}
.fontsize footer .container .right .links a {
  font-size: 16px;
}
footer .container .right .links span {
  color: #00b1b0;
  display: inline-block;
}
@media (max-width: 1100px) {
  footer .container .right .links {
    text-align: center;
  }
}
footer .container .right p {
  text-align: right;
  color: #b3c3c3;
}
@media (max-width: 1100px) {
  footer .container .right p {
    text-align: center;
  }
}
@media (max-width: 1100px) {
  footer {
    width: 100%;
    top: 0px;
  }
}

/********************
    HERO VID SECTION
********************/
section.first {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: black;
  height: calc(75vh - 161px);
  min-height: 440px;
  z-index: 0;
}
section.first:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.first {
    top: 0;
    padding: 0;
  }
  section.first br {
    display: none;
  }
}
@media (max-width: 768px) {
  section.first {
    min-height: 0;
    height: calc(75vh - 270px);
  }
}
section.first .hero-overlay {
  background-image: linear-gradient(to right, transparent 0%, black 10%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1100px) {
  section.first .hero-overlay {
    display: none;
  }
}
section.first h1 {
  padding-left: 10%;
  margin-bottom: 10px;
  line-height: 44px;
  font-family: din-condensed, sans-serif;
  font-size: 44px;
  color: #00b1b0;
  letter-spacing: 0.2px;
  min-width: 680px;
  font-weight: 300;
}
.fontsize section.first h1 {
  font-size: 50px;
}
@media (max-width: 1100px) {
  section.first h1 {
    font-size: 44px;
    padding-left: 0;
    max-width: 100%;
    min-width: unset;
    line-height: 44px;
  }
  .fontsize section.first h1 {
    font-size: 50px;
  }
}
section.first h1 span {
  color: white;
  font-size: 44px;
}
.fontsize section.first h1 span {
  font-size: 50px;
}
@media (max-width: 1100px) {
  section.first h1 span {
    font-size: 44px;
  }
  .fontsize section.first h1 span {
    font-size: 50px;
  }
}
section.first h1 img {
  position: relative;
  right: -25px;
  height: 80px;
}
@media (max-width: 1100px) {
  section.first h1 img {
    display: none;
  }
}
section.first .tab-right {
  position: absolute;
  top: 75px;
  right: 0;
  width: 260px;
  background-color: rgba(25, 62, 62, 0.85);
  padding: 30px 10px 30px 40px;
  color: white;
  z-index: 1;
  box-sizing: border-box;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 18px;
}
.fontsize section.first .tab-right {
  font-size: 24px;
}
@media (max-width: 1100px) {
  section.first .tab-right {
    left: 0;
    right: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
    font-size: 14px;
    letter-spacing: 0.13px;
    line-height: 18px;
    padding: 15px 15px 15px 25px;
    width: 300px;
  }
  .fontsize section.first .tab-right {
    font-size: 18px;
  }
}
section.first .badge {
  position: absolute;
  top: 185px;
  right: 5px;
  z-index: 99;
}
@media (max-width: 1100px) {
  section.first .badge {
    display: none;
  }
}
section.first .badge.active {
  top: 65px;
  position: fixed;
}
section.first .badge.active .onload {
  display: none;
}
section.first .badge.active .onscroll {
  display: block;
}
section.first .badge .onload {
  display: block;
}
section.first .badge .onscroll {
  display: none;
}
section.first .bg-media {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: black;
  width: 65%;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  overflow: hidden;
  background-color: black;
  top: -50px;
}
section.first .bg-media video,
section.first .bg-media img {
  max-height: 100%;
  float: left;
  width: auto;
  max-width: 130%;
  display: block;
}
@media (max-width: 1100px) {
  section.first .bg-media video,
  section.first .bg-media img {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 1100px) {
  section.first .bg-media {
    width: auto;
    height: 100%;
    position: relative;
  }
  section.first .bg-media video {
    display: none;
  }
  section.first .bg-media img {
    height: auto;
    width: 100% !important;
    padding: 20px 0px 20px 0px;
  }
  .mobile-home-img {
    margin-top: -40px !important;
  }
}
section.first .scroll-down {
  position: absolute;
  bottom: -15px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@media (max-width: 1100px) {
  section.first .scroll-down {
    display: none;
  }
}

.scroll-section {
  position: absolute;
  bottom: 0;
  left: 9%;
  right: 0;
  margin: auto;
  width: 1025px;
  max-width: 90%;
}
@media (max-width: 1100px) {
  .scroll-section {
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}

.inner-title {
  left: 0;
  z-index: 1;
  top: 30%;
  transform: translateY(-30%);
  position: absolute;
}
@media (max-width: 1100px) {
  .inner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
  }
}
@media (max-width: 1100px) {
  .inner-title h1 {
    text-align: left;
    margin: 0 30px;
  }
}

.inner {
  z-index: 2;
  background-color: #00b1b0;
  color: white;
  padding: 25px 40px;
  box-sizing: border-box;
  font-size: 18px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
}
.fontsize .inner {
  font-size: 24px;
}
@media (max-width: 1100px) {
  .inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 0;
    display: none;
  }
}
.inner .scroll-copy {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .inner .scroll-copy {
    max-width: 90%;
    margin: 0;
  }
}
.inner .sub-text {
  margin: 0;
  font-size: 14px;
  color: white;
  letter-spacing: 0.1px;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
  text-align: right;
}
.fontsize .inner .sub-text {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .inner .sub-text {
    display: none;
  }
}

@media (max-width: 1100px) {
  .inner.mobile {
    display: block;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 20px;
  }
  .fontsize .inner.mobile {
    font-size: 20px;
  }
  .inner.mobile .scroll-copy {
    margin: 0 auto;
  }
}

@media (min-width: 1101px) {
  .inner.mobile {
    display: none;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(15px);
  }
  60% {
    transform: translateY(5px);
  }
}

.home section.first {
  height: calc(75vh - 211px);
  min-height: 470px;
}
@media (max-width: 1100px) {
  .home section.first {
    min-height: auto;
    height: auto;
    top: 0;
    padding: 0;
  }
  .home section.first br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home section.first {
    height: auto;
  }
}
.home section.first .bg-media {
  width: 76%;
  left: 0;
  top: -20px;
}
@media (max-width: 1100px) {
  .home section.first .bg-media {
    width: 100%;
    padding-top: 30px;
    top: -5%;
    left: -2%;
  }
}
.home section.first .inner-title {
  width: 475px;
  margin: 0 120px;
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateY(-25%);
  left: auto;
}
@media (max-width: 1100px) {
  .home section.first .inner-title {
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 40px);
    transform: none;
    left: 0;
    bottom: 0;
    position: relative;
    top: -2em;
    background-color: transparent;
  }
}
.home section.first .inner-title h1 {
  padding: 0;
  font-size: 48px;
  color: #00b1b0;
  margin: 0;
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.3px;
  line-height: 48px;
  text-shadow: 0 2px 9px rgba(12, 5, 19, 0.13);
}
.fontsize .home section.first .inner-title h1 {
  font-size: 54px;
}
@media (max-width: 1100px) {
  .home section.first .inner-title h1 {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    top: -5%;
  }
  .fontsize .home section.first .inner-title h1 {
    font-size: 36px;
  }
  .home section.first .inner-title h1 span {
    line-height: 70px;
  }
}
.home section.first .inner-title h1 br {
  display: block;
}
.home section.first .inner-title h1 span {
  font-size: 72px;
  letter-spacing: 0.93px;
}
.fontsize .home section.first .inner-title h1 span {
  font-size: 77px;
}
@media (max-width: 1100px) {
  .home section.first .inner-title h1 span {
    font-size: 46px;
    line-height: 50px;
  }
  .fontsize .home section.first .inner-title h1 span {
    font-size: 55px;
  }
}
.home section.first .inner-title p {
  color: white;
}
.home section.first .inner-title img {
  max-width: 250px;
  float: right;
}
@media (max-width: 1100px) {
  .home section.first .inner-title img {
    display: none;
  }
}
.home section.first .inner {
  bottom: 0;
  width: 90%;
  position: absolute;
  max-width: 997px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1100px) {
  .home section.first .inner {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1100px) {
  .home section.first {
    min-height: 0;
  }
}

section.second {
  /* END .callout */
}
@media (max-width: 1100px) {
  section.second {
    padding-bottom: 0;
  }
  section.second .callout-wrapper {
    max-width: 324px;
    margin: 0 auto;
  }
}
section.second .callout {
  background-color: #e1e7e7;
  color: #00b1b0;
  border-radius: 5px;
  padding: 80px 55px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}
section.second .callout:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.second .callout {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: unset;
    border-radius: 0;
    display: block;
    padding-top: 40px;
    background-color: #00b1b0;
    color: white;
    padding: 60px 20px;
    margin-bottom: 5px;
  }
}
section.second .callout:first-of-type {
  margin-top: 50px;
}
section.second .callout__text {
  display: flex;
  max-width: 615px;
}
@media (max-width: 1100px) {
  section.second .callout__text {
    width: 100%;
    flex-direction: column;
    max-width: 100%;
  }
}
section.second .callout .right {
  align-self: flex-end;
}
section.second .callout .right p {
  font-size: 21px;
  letter-spacing: 0.27px;
  line-height: 32px;
  margin: 0;
}
.fontsize section.second .callout .right p {
  font-size: 27px;
}
@media (max-width: 1100px) {
  section.second .callout .right p {
    font-size: 21px;
    letter-spacing: 0.27px;
    line-height: 28px;
    text-align: left;
  }
  .fontsize section.second .callout .right p {
    font-size: 27px;
  }
}
@media (max-width: 1100px) {
  section.second .callout .right {
    align-self: center;
  }
}
section.second .callout .left {
  margin-right: 20px;
}
@media (max-width: 1100px) {
  section.second .callout .left {
    display: block;
    width: 100%;
    float: none;
  }
}
section.second .callout .left:first-of-type span {
  float: left;
  margin-right: 15px;
}
section.second .callout .left span {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  margin-right: 5px;
}
.fontsize section.second .callout .left span {
  font-size: 26px;
}
@media (max-width: 1100px) {
  section.second .callout .left span {
    font-size: 24px;
    letter-spacing: 0.31px;
    margin-bottom: 30px;
  }
  .fontsize section.second .callout .left span {
    font-size: 28px;
  }
}
section.second .callout .left .number {
  font-size: 72px;
  font-family: 'Roboto', sans-serif;
  line-height: 64px;
  letter-spacing: 0;
}
.fontsize section.second .callout .left .number {
  font-size: 77px;
}
section.second .callout .left .number sup {
  vertical-align: sub;
}
@media (max-width: 1100px) {
  section.second .callout .left .number {
    font-size: 120px;
    letter-spacing: 0;
    line-height: 100px;
    margin-bottom: 20px;
  }
  .fontsize section.second .callout .left .number {
    font-size: 122px;
  }
}
@media (max-width: 1100px) {
  section.second .callout .left {
    align-self: center;
  }
}
section.second .callout .right {
  display: inline-block;
  float: left;
}
@media (max-width: 1100px) {
  section.second .callout .right {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 1100px) {
  section.second .callout .right {
    text-align: center;
  }
}
section.second .callout .right p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.fontsize section.second .callout .right p {
  font-size: 24px;
}
section.second .callout .footnote {
  display: none;
}
section.second .button-container {
  max-width: 615px;
  width: 100%;
  margin: 35px 0 0 2em;
}
section.second .button-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.second .button-container {
    margin: 0 auto;
    max-width: unset;
    border-radius: 0;
    display: block;
    background-color: #00b1b0;
    text-align: center;
    padding-bottom: 40px;
  }
}
section.second .button-container a.button {
  max-width: 45%;
  width: 280px;
}
section.second .button-container a.button:first-child {
  margin-right: 20px;
}
@media (max-width: 1100px) {
  section.second .button-container a.button {
    float: none;
    margin-top: 20px;
    width: 324px;
    max-width: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  section.second .button-container a.button:first-child {
    float: none !important;
  }
  section.second .button-container a.button:hover,
  section.second .button-container a.button:focus {
    border-color: var(--hover);
    color: #fff;
    box-shadow: inset 324px 0 0 0 #00b1b0;
  }
}
section.second .right .button-container {
  margin: 31px 0 0 0;
}
section.second .right .button-container a.button {
  max-width: 100%;
}
section.second .footnote {
  font-size: 14px;
  color: #2d3f3f;
  letter-spacing: -0.08px;
  line-height: 22px;
}
.fontsize section.second .footnote {
  font-size: 18px;
}

section.third {
  background-color: white;
}
@media (max-width: 1100px) {
  section.third {
    padding-bottom: 0;
  }
}
section.third .image {
  margin-top: 65px;
}
section.third .image img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1100px) {
  section.third .image {
    width: 100%;
    margin-top: 10px;
    display: block;
    background-color: white;
  }
}

#dual-action {
  margin: 0;
  padding: 0;
}

section.fourth {
  background-color: white;
}
section.fourth .grey-note {
  font-size: 30px;
  font-family: din-condensed, sans-serif;
  color: #9b9b9b;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.27px;
  margin-top: 0px;
}
.fontsize section.fourth .grey-note {
  font-size: 35px;
}
@media (max-width: 1100px) {
  section.fourth .grey-note {
    margin: 30px 0;
  }
}
section.fourth .teal-h4 {
  font-size: 22px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  font-size: 22px;
  letter-spacing: 0.26px;
  font-weight: 700;
}
.fontsize section.fourth .teal-h4 {
  font-size: 30px;
}
.fontsize section.fourth .teal-h4 {
  font-size: 25px;
}
section.fourth .column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 25px 0 0;
}
@media (max-width: 1100px) {
  section.fourth .column-container {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  section.fourth .column-container .column {
    display: block;
    width: 100%;
    float: none;
  }
}
section.fourth .column-container .column:last-of-type {
  margin-right: 0;
}
section.fourth .column-container .column img {
  max-width: 100%;
}
@media (max-width: 1100px) {
  section.fourth .column-container .column {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}
section.fourth .button-container {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1100px) {
  section.fourth .button-container a {
    cursor: pointer;
    background-color: #00b1b0;
  }
  section.fourth .button-container a:hover,
  section.fourth .button-container a:focus {
    border-color: var(--hover);
    color: #fff;
    box-shadow: inset 280px 0 0 0 #004b4b;
  }
}
section.fourth .text-image-container {
  margin-top: 110px;
}
section.fourth .text-image-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
section.fourth .text-image-container .left {
  display: inline-block;
  float: left;
  margin-right: 10%;
  width: 60%;
}
@media (max-width: 1100px) {
  section.fourth .text-image-container .left {
    display: block;
    width: 100%;
    float: none;
  }
}
section.fourth .text-image-container .left p {
  font-size: 27px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.5;
}
.fontsize section.fourth .text-image-container .left p {
  font-size: 32px;
}
section.fourth .text-image-container .left p span {
  font-weight: 700;
}
section.fourth .text-image-container .left p.notes {
  font-size: 14px;
  line-height: 1.5;
}
.fontsize section.fourth .text-image-container .left p.notes {
  font-size: 18px;
}
section.fourth .text-image-container .right {
  display: inline-block;
  float: left;
  width: 30%;
}
@media (max-width: 1100px) {
  section.fourth .text-image-container .right {
    display: block;
    width: 100%;
    float: none;
  }
}
@media (max-width: 1100px) {
  section.fourth .text-image-container .right {
    text-align: center;
  }
  section.fourth .text-image-container .right .notes {
    text-align: left;
  }
}
section.fourth .text-image-container .right img {
  width: 100%;
}
@media (max-width: 1100px) {
  section.fourth .text-image-container .right img {
    max-width: 325px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  section.fourth .mobile-dark-teal {
    background-color: #004b4b;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 0;
  }
  section.fourth .mobile-dark-teal .tolerability-wrapper {
    padding: 0 20px;
    color: white;
  }
  section.fourth .mobile-dark-teal .tolerability-wrapper li,
  section.fourth .mobile-dark-teal .tolerability-wrapper ul,
  section.fourth .mobile-dark-teal .tolerability-wrapper p.footnote {
    color: white;
  }
}

section.fifth {
  padding-bottom: 0;
}
section.fifth .column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1100px) {
  section.fifth .column-container {
    flex-direction: column;
    align-items: center;
  }
}
section.fifth .column-container .column {
  flex-grow: 1;
  max-width: 334px;
  flex-basis: 0;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1100px) {
  section.fifth .column-container .column {
    display: block;
    width: 100%;
    float: none;
  }
}
section.fifth .column-container .column:last-of-type {
  margin-right: 0;
}
@media (max-width: 1100px) {
  section.fifth .column-container .column {
    padding: 0;
    margin-bottom: 50px;
  }
}
section.fifth .dosing-container {
  padding-bottom: 70px;
}
section.fifth .dosing-container h2 {
  text-align: center;
  font-size: 22px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  font-size: 22px;
  letter-spacing: 0.26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #008382;
  letter-spacing: 0;
  line-height: 32px;
}
.fontsize section.fifth .dosing-container h2 {
  font-size: 30px;
}
.fontsize section.fifth .dosing-container h2 {
  font-size: 25px;
}
section.fifth .resources-container {
  margin-top: 70px;
  background-color: black;
  background-image: url(../assets/images/header_image.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  text-align: center;
  padding: 75px 0;
  color: white;
}
section.fifth .resources-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.fifth .resources-container {
    background-size: auto 300px;
    background-position: right -70px top 0;
  }
}
section.fifth .resources-container hr {
  margin-top: 15px;
}
section.fifth .resources-container hr:first-of-type {
  float: left;
  width: 17%;
}
section.fifth .resources-container hr:last-of-type {
  float: right;
  width: 17%;
}
section.fifth .resources-container h3 {
  color: white;
  font-family: din-condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
}
.fontsize section.fifth .resources-container h3 {
  font-size: 33px;
}
section.fifth .resources-container h5 {
  width: 65%;
  text-align: center;
  display: inline-block;
  color: #b3c3c3;
  font-weight: 400;
  margin-top: 0;
}
section.fifth .resources-container p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 29px;
}
.fontsize section.fifth .resources-container p {
  font-size: 24px;
}
section.fifth .resources-container .button-container {
  display: inline-block;
  width: calc(100% - 240px);
}
section.fifth .resources-container .button-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.fifth .resources-container .button-container {
    width: 100%;
  }
}
section.fifth .resources-container .button-container a.button {
  margin: 0 auto;
  width: 280px;
}
section.fifth .resources-container .button-container a.button:hover,
section.fifth .resources-container .button-container a.button:focus {
  border-color: var(--hover);
  color: #fff;
  box-shadow: inset 280px 0 0 0 #00b1b0;
}
section.fifth .brand-container {
  padding: 70px 100px;
}
@media (max-width: 1100px) {
  section.fifth .brand-container {
    padding: 70px 20px 0px;
  }
}
section.fifth .brand-container .instruction-block {
  display: flex;
  margin-bottom: 30px;
}
section.fifth .brand-container h3 {
  font-size: 32px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 8px;
}
.fontsize section.fifth .brand-container h3 {
  font-size: 36x;
}
section.fifth .brand-container h2 {
  font-size: 22px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  font-size: 22px;
  letter-spacing: 0.26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}
.fontsize section.fifth .brand-container h2 {
  font-size: 30px;
}
.fontsize section.fifth .brand-container h2 {
  font-size: 25px;
}
section.fifth .brand-container img {
  width: 117px;
  min-width: 117px;
  height: 117px;
  display: block;
  margin-right: 25px;
}
@media (max-width: 1100px) {
  section.fifth .brand-container img {
    display: none;
  }
}
section.fifth .brand-container p,
section.fifth .brand-container li {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
}
.fontsize section.fifth .brand-container p,
.fontsize section.fifth .brand-container li {
  font-size: 25px;
}
section.fifth .brand-container li {
  font-size: 18px;
}
.fontsize section.fifth .brand-container li {
  font-size: 24px;
}
section.fifth .brand-container h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  margin-top: 0;
}
.fontsize section.fifth .brand-container h6 {
  font-size: 32px;
}
section.fifth .brand-container .left {
  display: inline-block;
  float: left;
  width: 50%;
}
@media (max-width: 1100px) {
  section.fifth .brand-container .left {
    display: block;
    width: 100%;
    float: none;
  }
}
section.fifth .brand-container .left h6 {
  margin-bottom: 10px;
}
section.fifth .brand-container .left p {
  margin-bottom: 80px;
}
section.fifth .brand-container .left a.button {
  margin-bottom: 30px;
}
section.fifth .brand-container .right {
  display: inline-block;
  float: left;
  width: 50%;
}
@media (max-width: 1100px) {
  section.fifth .brand-container .right {
    display: block;
    width: 100%;
    float: none;
  }
}
section.fifth .brand-container .right img {
  width: 100%;
}
section.fifth .share-container {
  text-align: center;
}
@media (max-width: 1100px) {
  section.fifth .share-container {
    padding: 32px 0 52px;
  }
}
section.fifth .share-container .icon {
  content: '';
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
  vertical-align: middle;
  width: auto;
}
section.fifth .share-container .download-icon {
  background-image: url('../assets/Icons/download.png');
  height: 21px;
  width: 21px;
}
@media (max-width: 1100px) {
  section.fifth .share-container .download-icon {
    height: 15px;
    width: 15px;
  }
}
section.fifth .share-container .email-icon {
  background-image: url('../assets/Icons/Shape.png');
  height: 21px;
  width: 28px;
}
@media (max-width: 1100px) {
  section.fifth .share-container .email-icon {
    height: 15px;
    width: 21px;
  }
}
section.fifth .share-container h3 {
  margin-bottom: 25px;
}
section.fifth .share-container a {
  text-transform: none;
  margin: 0 15px;
  width: 213px;
  text-align: center;
}
@media (max-width: 1100px) {
  section.fifth .share-container a {
    width: 90%;
    max-width: 325px;
    font-size: 13.5px;
    padding: 15px;
    margin-bottom: 5px;
  }
  .fontsize section.fifth .share-container a {
    font-size: 16px;
  }
}

section.sixth {
  background-color: white;
}
section.sixth .column-container {
  margin-top: 40px;
}
section.sixth .column-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
@media (max-width: 1100px) {
  section.sixth .column-container {
    margin-top: 0;
  }
}
section.sixth .column-container.second {
  margin-top: 80px;
}
section.sixth .column-container.second h6 {
  margin-bottom: 30px !important;
}
section.sixth .column-container .one-third {
  display: inline-block;
  float: left;
  width: 30%;
}
@media (max-width: 1100px) {
  section.sixth .column-container .one-third {
    display: block;
    width: 100%;
    float: none;
  }
}
section.sixth .column-container .one-third.center {
  text-align: center;
}
@media (max-width: 1100px) {
  section.sixth .column-container .one-third {
    text-align: center;
    display: none;
  }
}
section.sixth .column-container .two-third {
  display: inline-block;
  float: left;
  width: 70%;
}
@media (max-width: 1100px) {
  section.sixth .column-container .two-third {
    display: block;
    width: 100%;
    float: none;
  }
}
section.sixth .column-container .two-third a.button {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: din-condensed, sans-serif;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.75px;
  text-align: center;
}
.fontsize section.sixth .column-container .two-third a.button {
  font-size: 24px;
}
@media (max-width: 1100px) {
  section.sixth .column-container .two-third a.button {
    display: block;
    margin: 30px auto;
  }
}
section.sixth .column-container .two-third h2 {
  margin-bottom: 0;
}
section.sixth .column-container .two-third h3 {
  font-size: 64px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  letter-spacing: -0.1px;
  line-height: 64px;
  letter-spacing: -1px;
  font-weight: 300;
}
.fontsize section.sixth .column-container .two-third h3 {
  font-size: 68x;
}
section.sixth .column-container .two-third h3 sup {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  vertical-align: super;
}
.fontsize section.sixth .column-container .two-third h3 sup {
  font-size: 25px;
}
section.sixth .column-container .two-third .din-dark {
  font-style: italic;
  font-weight: 200;
  font-size: 24px;
  font-family: din-condensed, sans-serif;
  color: #2d3f3f;
  letter-spacing: 0.31px;
  font-family: 'Roboto', sans-serif;
}
.fontsize section.sixth .column-container .two-third .din-dark {
  font-size: 28x;
}
@media (max-width: 1100px) {
  section.sixth .column-container .two-third .din-dark {
    font-size: 20px;
  }
  .fontsize section.sixth .column-container .two-third .din-dark {
    font-size: 25px;
  }
}
section.sixth .column-container .two-third .din {
  color: #2d3f3f;
  letter-spacing: 0.2px;
  line-height: 20.58px;
}
section.sixth .column-container .two-third .din a,
section.sixth .column-container .two-third .din span {
  text-decoration: none;
  color: #00b1b0;
  text-align: left;
  display: inline-block;
}
section.sixth .column-container .two-third img {
  float: right;
  margin-top: -10px;
}
section.sixth .column-container .two-third .cta-wrapper {
  justify-content: space-between;
}
@media (max-width: 1100px) {
  section.sixth .column-container .two-third .cta-wrapper .button-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
  }
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .button-wrapper
  .button-short {
  text-transform: none;
  margin-top: 48px;
}
@media (max-width: 1100px) {
  section.sixth
    .column-container
    .two-third
    .cta-wrapper
    .button-wrapper
    .button-short {
    margin-top: 0;
    width: 325px;
  }
  section.sixth
    .column-container
    .two-third
    .cta-wrapper
    .button-wrapper
    .button-short:hover,
  section.sixth
    .column-container
    .two-third
    .cta-wrapper
    .button-wrapper
    .button-short:focus {
    border-color: var(--hover);
    color: #fff;
    box-shadow: inset 325px 0 0 0 #00b1b0;
  }
}
section.sixth .column-container .two-third .cta-wrapper .contact-wrapper {
  text-align: center;
  flex: auto;
  max-width: 590px;
}
section.sixth .column-container .two-third .cta-wrapper .contact-wrapper p {
  margin: 12px 0;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info {
  text-align: center;
  color: #00b1b0;
  background: rgba(128, 144, 144, 0.1);
  border-radius: 10px;
  padding: 35px;
  justify-content: space-between;
  margin-left: 5px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info
  p {
  font-family: din-condensed, sans-serif;
  font-size: 36px;
  letter-spacing: 1.34px;
  line-height: 24.26px;
  margin: 5px 0;
  text-align: left;
  white-space: nowrap;
}
.fontsize
  section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info
  p {
  font-size: 41px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info
  .left {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 25.27px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
.fontsize
  section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info
  .left {
  font-size: 20px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper
  .contact-info
  .right {
  text-align: right;
  display: block;
}
@media (max-width: 1100px) {
  section.sixth .column-container .two-third .cta-wrapper {
    flex-direction: column;
  }
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile {
  text-align: center;
  color: #00b1b0;
  background: rgba(128, 144, 144, 0.1);
  border-radius: 10px;
  padding: 35px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .line {
  width: calc(50% - 60px);
  height: 1px;
  position: relative;
  background-color: #979797;
  left: auto;
  right: auto;
  transform: none;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .divider-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .divider-container
  span {
  position: relative;
  text-transform: uppercase;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  p {
  font-family: din-condensed, sans-serif;
  font-size: 36px;
  letter-spacing: 1.34px;
  line-height: 24.26px;
  margin: 10px 0;
  text-align: center;
  white-space: nowrap;
}
.fontsize
  section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  p {
  font-size: 41px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .contact-info {
  margin-left: 0px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .contact-info--call {
  margin-bottom: 25px;
}
section.sixth
  .column-container
  .two-third
  .cta-wrapper
  .contact-wrapper-mobile
  .contact-info--call
  .dark-phone {
  color: #2d3f3f;
}
section.sixth .column-container .two-third .divider-container {
  position: relative;
  width: 28px;
}
section.sixth .column-container .two-third .divider-container #or {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.sixth .column-container .two-third .divider-container .line {
  height: calc(50% - 15px);
  background-color: #979797;
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.24;
}
section.sixth .column-container .two-third .divider-container .line-top {
  top: 0;
}
section.sixth .column-container .two-third .divider-container .line-bottom {
  bottom: 0;
}
section.sixth .second img {
  width: 223px;
  height: auto;
}
@media (max-width: 1100px) {
  section.sixth .second img {
    margin-bottom: 30px;
  }
}
section.sixth .second h4 {
  font-size: 24px;
  font-family: din-condensed, sans-serif;
  color: #2d3f3f;
  letter-spacing: 0.31px;
  margin-bottom: 15px;
  margin-top: 0;
}
.fontsize section.sixth .second h4 {
  font-size: 28x;
}
section.sixth .second h5 {
  margin-top: 0;
  margin-bottom: 30px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  letter-spacing: 0.21px;
  line-height: 27px;
  font-weight: 700;
  color: #2d3f3f;
}
.fontsize section.sixth .second h5 {
  font-size: 36px;
}
section.sixth .second h5 .blue {
  color: #3a80c0;
}
section.sixth .second h5 .green {
  color: #2bab77;
}
@media (max-width: 1100px) {
  section.sixth .second {
    text-align: center;
  }
}
section.sixth .content-container {
  margin-top: 30px;
}
section.sixth .content-container p {
  font-size: 12.5px;
}
.fontsize section.sixth .content-container p {
  font-size: 16px;
}
section.sixth .content-container p span {
  color: #00b1b0;
}
section.sixth .content-container p.din {
  font-family: din-condensed, sans-serif;
  font-size: 17px;
  margin-bottom: 30px;
}
.fontsize section.sixth .content-container p.din {
  font-size: 24px;
}

.references-section {
  padding: 40px 100px;
}
@media (max-width: 1100px) {
  .references-section {
    padding: 40px 20px;
  }
}
.references-section ol.references {
  font-size: 18px;
  line-height: 40px;
  padding-left: 0;
}
.fontsize .references-section ol.references {
  font-size: 24px;
}
@media (max-width: 1100px) {
  .references-section ol.references {
    padding-left: 32px;
  }
}
.references-section ol.references a {
  word-break: break-word;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  color: #2d3f3f;
  text-decoration: none;
}
.fontsize .references-section ol.references a {
  font-size: 24px;
}
.references-section ol.references ol {
  margin-left: 0;
  padding-left: 3em;
  list-style-position: outside;
}
.references-section ol.references li {
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  color: #2d3f3f;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 15px;
  counter-increment: item;
  list-style-type: none;
}
.references-section ol.references li:before {
  margin-left: -32px;
}
.fontsize .references-section ol.references li {
  font-size: 24px;
}
.references-section ol.references li::before {
  content: counter(item) '.';
  display: inline-block;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
  font-weight: 700;
}

.references-header h2 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #2d3f3f;
  letter-spacing: 0.21px;
  font-weight: 700;
}
.fontsize .references-header h2 {
  font-size: 28x;
}

.references-header button {
  right: 0;
  background: transparent;
  width: 50px;
  height: 50px;
  border: 0;
  position: relative;
  float: right;
  top: -10px;
}
.references-header button span {
  position: absolute;
  transition: 0.3s;
  background: #2d3f3f;
  border-radius: 2px;
}
.references-header button span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.references-header button span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.references-header button.active span:first-of-type,
.references-header button.active span:last-of-type {
  transform: rotate(90deg);
}
.references-header button.active span:last-of-type {
  left: 50%;
  right: 50%;
}

section.isi-bottom {
  background-color: white;
  position: relative;
  z-index: 101;
}
section.isi-bottom h2,
section.isi-bottom h3,
section.isi-bottom h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.23px;
  color: #00b1b0;
}
.fontsize section.isi-bottom h2,
.fontsize section.isi-bottom h3,
.fontsize section.isi-bottom h4 {
  font-size: 24px;
}
section.isi-bottom h3 {
  font-size: 18px;
}
.fontsize section.isi-bottom h3 {
  font-size: 22px;
}
section.isi-bottom h4 {
  font-size: 16px;
  color: #2d3f3f;
}
.fontsize section.isi-bottom h4 {
  font-size: 20px;
}
section.isi-bottom a {
  color: #00b1b0;
  text-decoration: none;
  border-bottom: 1px solid #00b1b0;
}
section.isi-bottom p {
  font-size: 18px;
  line-height: 24px;
  margin: 14px 0px 14px 0px;
}
.fontsize section.isi-bottom p {
  font-size: 22px;
}
section.isi-bottom div.isi {
  height: 25vh;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  transition: height 0.6s;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 32px 100px 110px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  section.isi-bottom div.isi {
    z-index: 9998;
    width: 100%;
    padding: 32px 20px;
  }
}
section.isi-bottom div.isi.active {
  height: 75vh;
  overflow: auto;
}
section.isi-bottom.not-fixed div.isi {
  position: relative;
  box-shadow: none;
  height: auto;
  width: 100%;
  padding: 0;
}
section.isi-bottom.not-fixed div.isi #isi-button {
  display: none;
}
section.isi-bottom.not-fixed div.isi.active {
  height: auto;
  overflow: auto;
}
section.isi-bottom #isi-button {
  background: transparent;
  border: none;
  float: right;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
section.isi-bottom #isi-button.active {
  transform: rotate(180deg);
}
section.isi-bottom .content-container h5 {
  margin: 0 0 20px 0;
}
section.isi-bottom .indication-section {
  display: none;
}
section.isi-bottom.not-fixed .indication-section,
section.isi-bottom .active .indication-section {
  display: block;
}

.popup-modal-underlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.35s;
  z-index: 9999;
}
@media (max-width: 1100px) {
  .popup-modal-underlay {
    background-color: #001818;
  }
}

.popup-modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: transparent;
  margin: 0;
  max-height: 95vh;
  transition: all 0.35s;
  z-index: 999999;
}
@media (max-width: 1100px) {
  .popup-modal {
    z-index: 9999;
    width: 90vw;
    height: auto;
  }
}
.popup-modal h2 {
  font-size: 40px;
  color: #00b1b0;
  margin: 0;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.27px;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0.52px;
}
.fontsize .popup-modal h2 {
  font-size: 50px;
}
.popup-modal .white {
  color: white;
}
.popup-modal .inner {
  width: 100%;
  max-width: 959px;
  padding: 60px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 5px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .popup-modal .inner {
    padding: 25px;
  }
}
.popup-modal .inner .flex {
  margin-top: 30px;
  justify-content: space-between;
}
.popup-modal .inner .flex img {
  width: 55%;
  height: auto;
}
.popup-modal .inner .flex .right {
  width: 40%;
}
.popup-modal .inner .button-container {
  justify-content: center;
}
.popup-modal .inner .button-container .button-short {
  margin: 0 10px;
}
.popup-modal .inner p {
  line-height: 2;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}
.fontsize .popup-modal .inner p {
  font-size: 27px;
}
.popup-modal .inner img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.popup-modal .inner .modal-logo {
  max-width: 215px;
  display: block;
  margin: 0 auto 50px;
}
@media (max-width: 1100px) {
  .popup-modal .inner .modal-logo {
    position: fixed;
    top: 15px;
    left: 15px;
    max-width: 154px;
    height: auto;
  }
}
@media (max-width: 1100px) {
  .popup-modal .inner {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.popup-modal .footnote {
  max-width: 800px;
  display: block;
  margin: 30px auto;
  font-family: din-condensed, sans-serif;
  font-size: 14px;
  color: #b3b3b3;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}
.fontsize .popup-modal .footnote {
  font-size: 18px;
}

@media (max-width: 768px) {
  .wide .inner {
    width: 900px;
  }
}

#scrollBar-hr {
  border-radius: 100px;
  border: 1px solid #00b1b0;
  z-index: 99999;
}

.nicescroll-rails-vr {
  display: none !important;
}

[data-popup='data'] .inner {
  padding-left: 30px;
}

/********************
    SHOW MODAL
********************/
body.active-modal .popup-modal-underlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body.active-modal .popup-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.faq-button-container {
  text-align: right;
}
.faq-button-container .toggle-all {
  margin-bottom: 35px;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #2d3f3f;
  letter-spacing: 0.5px;
  background: transparent;
  line-height: 28px;
}
.fontsize .faq-button-container .toggle-all {
  font-size: 20px;
}
@media (max-width: 1100px) {
  .faq-button-container .toggle-all {
    padding: 0 25px;
  }
}

.faq-wrapper {
  margin-bottom: 10px;
  padding: 25px 25px 25px 35px;
  background: #ffffff;
  border-radius: 5px;
}
.faq-wrapper .faq-header {
  cursor: pointer;
}
.faq-wrapper .faq-header,
.faq-wrapper .faq-accordion {
  width: 100%;
  position: relative;
}
.faq-wrapper .faq-header h3,
.faq-wrapper .faq-accordion h3 {
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 32px;
  font-size: 18px;
  margin-right: 40px;
}
.fontsize .faq-wrapper .faq-header h3,
.fontsize .faq-wrapper .faq-accordion h3 {
  font-size: 25px;
}
.faq-wrapper .faq-header h3 .no-wrap,
.faq-wrapper .faq-accordion h3 .no-wrap {
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.faq-wrapper .faq-header p,
.faq-wrapper .faq-accordion p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: 0;
  font-weight: lighter;
  line-height: 28px;
  line-height: 28px;
  margin-top: 15px;
}
.fontsize .faq-wrapper .faq-header p,
.fontsize .faq-wrapper .faq-accordion p {
  font-size: 25px;
}
.faq-wrapper .faq-header span:not(.no-wrap),
.faq-wrapper .faq-accordion span:not(.no-wrap) {
  color: #00b1b0;
  font-weight: 700;
}
.faq-wrapper .faq-header a,
.faq-wrapper .faq-accordion a {
  color: #00b1b0;
  text-decoration: underline;
}
.faq-wrapper .faq-header .footnote,
.faq-wrapper .faq-accordion .footnote {
  font-family: Sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 20px;
}
.faq-wrapper .faq-header .footnote .hangingasterisk--high,
.faq-wrapper .faq-accordion .footnote .hangingasterisk--high {
  top: -4px;
}
.fontsize .faq-wrapper .faq-header .footnote,
.fontsize .faq-wrapper .faq-accordion .footnote {
  font-size: 18px;
}
.faq-wrapper button {
  right: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  float: right;
  top: 50%;
  transform: translateY(-50%);
}
.faq-wrapper button span {
  position: absolute;
  transition: 0.3s;
  background: #00b1b0;
  border-radius: 2px;
}
.faq-wrapper button span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.faq-wrapper button span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}
.faq-wrapper button.active span:first-of-type,
.faq-wrapper button.active span:last-of-type {
  transform: rotate(90deg);
}
.faq-wrapper button.active span:last-of-type {
  left: 50%;
  right: 50%;
}
@media (max-width: 1100px) {
  .faq-wrapper {
    margin-bottom: 3px;
    width: calc(100% - 20px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.tips {
  padding-bottom: 0;
}
.tips h2 {
  font-size: 22px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  font-size: 22px;
  letter-spacing: 0.26px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 70px 0;
  color: #008382;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  line-height: 32px;
}
.fontsize .tips h2 {
  font-size: 30px;
}
.fontsize .tips h2 {
  font-size: 25px;
}
@media (max-width: 1100px) {
  .tips h2 {
    border-bottom: #e1e7e7 3px solid;
    text-align: left;
  }
}
.tips .tips-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .tips .tips-wrapper {
    flex-direction: column;
  }
}
.tips .tip {
  width: 47%;
  display: flex;
  /* justify-content: end; */
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .tips .tip {
    width: 100%;
    border-bottom: #d8d8d8 1px solid;
    margin-bottom: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.tips .tip img {
  width: 90px;
  height: 90px;
  min-width: 90px;
}
@media (max-width: 1100px) {
  .tips .tip img {
    display: none;
  }
}
.tips .tip p {
  margin: 30px;
  font-weight: 300;
}

.side-effects {
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .side-effects .flex {
    flex-direction: column;
  }
}
.side-effects h2 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
}
.fontsize .side-effects h2 {
  font-size: 26px;
}
@media (max-width: 1100px) {
  .side-effects h2 {
    text-align: left;
  }
}
.side-effects .effects-list {
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
}
.side-effects .effects-list p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00b1b0;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  margin-bottom: 0;
}
.fontsize .side-effects .effects-list p {
  font-size: 24px;
}
@media (max-width: 1100px) {
  .side-effects .effects-list p {
    text-align: left;
  }
}
.side-effects .effects-list .footnote {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 200;
  display: block;
}
.fontsize .side-effects .effects-list .footnote {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .side-effects .effects-list .footnote {
    text-align: left;
  }
}

.studies .container {
  max-width: 960px;
  margin: auto;
}

@media (max-width: 1100px) {
  .studies .flex {
    flex-direction: column;
  }
}

.studies img {
  width: 114px;
  height: auto;
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .studies img {
    margin: 40px 0;
  }
}

.studies ul,
.studies li {
  color: #4a4a4a;
}

.studies p,
.studies li {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.studies p {
  font-size: 20px;
  margin-bottom: 0em;
}
.fontsize .studies p {
  font-size: 25px;
}

.studies li {
  font-size: 18px;
}
.fontsize .studies li {
  font-size: 24px;
}

.studies .doctor-cta {
  margin-top: 50px;
  align-items: center;
}
.studies .doctor-cta p {
  font-weight: 400;
  font-size: 28px;
}
.fontsize .studies .doctor-cta p {
  font-size: 33px;
}

.what-is-glaucoma {
  padding: 70px 100px 0px;
}
.what-is-glaucoma h2 {
  font-size: 22px;
  font-family: din-condensed, sans-serif;
  color: #00b1b0;
  font-size: 22px;
  letter-spacing: 0.26px;
  font-weight: 700;
  color: #008382;
  font-family: 'Roboto', sans-serif;
  margin-bottom: -10px;
}
.fontsize .what-is-glaucoma h2 {
  font-size: 30px;
}
.fontsize .what-is-glaucoma h2 {
  font-size: 25px;
}
.what-is-glaucoma p {
  font-weight: 300;
  font-size: 18px;
}
.fontsize .what-is-glaucoma p {
  font-size: 24px;
}
.what-is-glaucoma .footnote {
  margin-top: 2em;
  font-size: 12px;
}
.fontsize .what-is-glaucoma .footnote {
  font-size: 18px;
}
@media (max-width: 1100px) {
  .what-is-glaucoma {
    padding: 40px 20px;
  }
}

.dual-action img {
  width: 100%;
}

section.right-foot {
  background-color: #007e7d;
}

section.left-foot {
  background-color: #00b1b0;
}

#nav-module {
  padding: 0;
}
#nav-module .hangingasterisk {
  top: -2px;
}
#nav-module img {
  max-width: 224px;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  #nav-module img {
    display: none;
  }
}
#nav-module h2 {
  font-size: 48px;
  color: #00b1b0;
  margin: 0;
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.3px;
  line-height: 48px;
  text-shadow: 0 2px 9px rgba(12, 5, 19, 0.13);
  color: white;
  letter-spacing: 0.78px;
  line-height: 56px;
  margin-bottom: 20px;
}
.fontsize #nav-module h2 {
  font-size: 54px;
}
#nav-module .img-wrapper {
  position: relative;
  margin: auto;
}
#nav-module .content {
  margin-left: 80px;
}
@media (max-width: 1100px) {
  #nav-module .content {
    margin-left: 0;
  }
}
#nav-module .content p:not(.pre-content) {
  display: none;
}
#nav-module .left,
#nav-module .right {
  padding: 50px;
  width: calc(50% - 100px);
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  #nav-module .left,
  #nav-module .right {
    width: 100vw;
    padding: 50px 20px;
    width: calc(100% - 40px);
    flex-direction: column;
    align-items: baseline;
  }
}
#nav-module .left {
  background-color: #00b1b0;
}
#nav-module .left .pre-content {
  color: #2d3f3f;
}
#nav-module .left .savings .pre-content {
  color: #18fffe;
}
#nav-module .left a.button-short:hover,
#nav-module .left a.button-short:focus,
#nav-module .left .button-short:hover,
#nav-module .left .button-short:focus {
  box-shadow: inset 151px 0 0 0 #007e7d;
}
#nav-module .right {
  background-color: #007e7d;
}
#nav-module .right .pre-content {
  color: #18fffe;
}
#nav-module .right a.button-short:hover,
#nav-module .right a.button-short:focus,
#nav-module .right .button-short:hover,
#nav-module .right .button-short:focus {
  box-shadow: inset 151px 0 0 0 #00b1b0;
}
#nav-module .pre-content {
  font-family: din-condensed-light, sans-serif;
  font-size: 21px;
  letter-spacing: 0.27px;
  width: 100%;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}
.fontsize #nav-module .pre-content {
  font-size: 27px;
}
#nav-module .left .savings .pre-content {
  color: #2d3f3f;
}
#nav-module .button-short {
  max-height: 50px;
}
#nav-module .has-foot-note {
  padding-bottom: 10px;
  padding-top: 0px;
  position: relative;
  flex-direction: column;
  align-self: center;
}
@media (max-width: 1100px) {
  #nav-module .has-foot-note .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#nav-module .footnote {
  font-family: din-condensed-light, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.23px;
  line-height: 20px;
  margin: 1.5em 0;
}
#nav-module .footnote a {
  color: #fff !important;
}
.fontsize #nav-module .footnote {
  font-size: 18px;
}
@media (max-width: 1100px) {
  #nav-module .footnote {
    position: relative;
    margin: 2em 0;
  }
}
@media (max-width: 1100px) {
  #nav-module {
    flex-direction: column;
  }
}

.popup-modal.popup-modal-cookies .inner p {
  font-size: 18px;
  line-height: 26px;
}
.popup-modal.popup-modal-cookies .inner a.ccpa-link {
  color: #328f4d;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .popup-modal.popup-modal-cookies .inner p {
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .popup-modal.popup-modal-cookies .inner p {
    line-height: 18px;
    font-size: 14px;
  }
}

/* Cookie Banner */
.cookie-banner {
  display: block;
  z-index: 9999;
  position: sticky;
  bottom: 0;
}

.cookie-banner.opened {
  height: auto;
}

#cookies-more,
#cookies-less {
  color: #90d7ad;
  cursor: pointer;
}

.cookie-banner .inner {
  padding: 20px 40px;
  border-radius: 0;
  display: none;
}

.cookie-banner .inner.visible.closed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-banner .inner.visible.open {
  display: inline-block;
}

.cookie-banner-title {
  text-decoration: underline;
}

.cookie-banner .text {
  text-align: left;
  font-size: 15px;
  font-weight: 100;
}

.cookie-banner .inner.closed .text {
  max-width: 80%;
}

.cookie-banner .ccpa-link {
  color: white;
}

.cookie-banner .button-container {
}

@media screen and (max-width: 800px) {
  .cookie-banner .inner.visible.closed {
    display: block;
  }

  .cookie-banner .inner.closed .text {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .cookie-banner .text {
    text-align: left;
    font-size: 12px;
  }

  .cookie-banner .cookie-accept {
    font-size: 14px !important;
    padding: 12px 8px;
  }
}
