/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * 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; }

/* Grouping content
     ========================================================================== */
/**
   * 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 */ }

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

/**
   * 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: 75%;
  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; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * 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; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * 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; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 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 */ }

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
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 in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 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 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

@font-face {
  font-family: 'Flounder Pro';
  src: url(../fonts/FlounderPro.eot);
  src: url(../fonts/FlounderPro.eot?#iefix) format("embedded-opentype"), url(../fonts/FlounderPro.woff2) format("woff2"), url(../fonts/FlounderPro.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

body {
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "neue-haas-unica";
  font-size: 16px;
  line-height: 1.375;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%)); }

body.noscroll,
body.menu-open {
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.hidden {
  display: none !important; }

a {
  display: inline-block;
  color: inherit; }

/*Generic*/
.text-center {
  text-align: center; }

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

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

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

.flex {
  display: flex;
  align-items: center; }

.wrapper {
  max-width: 1920px;
  margin: auto;
  padding: 0px 9.7rem; }
  @media (max-width: 1440px) {
    .wrapper {
      padding: 0px 5rem; } }
  @media (max-width: 1680px) {
    .wrapper {
      padding: 0px 1rem; } }

.col-row {
  display: flex;
  flex-wrap: wrap; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.main-cont {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.blue {
  color: #00A0B6; }
  .blue p {
    color: #00A0B6; }

.lightblue {
  color: #00F0FF; }
  .lightblue p {
    color: #00F0FF; }

.gray {
  color: #e6ebeb; }
  .gray p {
    color: #e6ebeb; }

.white {
  color: #fff; }
  .white p {
    color: #fff; }

.bg_lightblue {
  background-color: #00F0FF; }

.bg_gray {
  background-color: #e6ebeb; }

.bg_blue {
  background-color: #00A0B6; }

.bg_white {
  background-color: #fff; }

.bg_grayblue {
  background-color: #dae4e5; }

h1 {
  font-size: 190px;
  font-family: "Flounder Pro"; }
  @media (max-width: 991px) {
    h1 {
      line-height: 1.2 !important; } }

h2 {
  font-size: 190px;
  font-family: "Flounder Pro"; }
  @media (max-width: 991px) {
    h2 {
      line-height: 1.2 !important; } }

.heading {
  font-size: 32px;
  font-weight: 400; }
  @media (max-width: 1440px) {
    .heading {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .heading {
      font-size: 20px;
      display: block;
      line-height: 2.2; } }

a {
  font-family: "neue-haas-unica";
  color: #00A0B6;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  /**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */ }
  a.roundlink {
    font-size: 18px;
    border-radius: 100%;
    border: 2px solid #00A0B6;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: auto;
    transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715); }
    a.roundlink:hover {
      background-color: #00A0B6;
      color: #fff; }
    @media (max-width: 991px) {
      a.roundlink {
        margin: 0 auto !important;
        margin-top: 50px !important;
        width: 120px;
        height: 120px;
        font-size: 16px; } }

@-webkit-keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(0.75, 1.25, 1); }
  40% {
    transform: scale3d(1.25, 0.75, 1); }
  50% {
    transform: scale3d(0.85, 1.15, 1); }
  65% {
    transform: scale3d(1.05, 0.95, 1); }
  75% {
    transform: scale3d(0.95, 1.05, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(0.75, 1.25, 1); }
  40% {
    transform: scale3d(1.25, 0.75, 1); }
  50% {
    transform: scale3d(0.85, 1.15, 1); }
  65% {
    transform: scale3d(1.05, 0.95, 1); }
  75% {
    transform: scale3d(0.95, 1.05, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
  a.link {
    font-size: 32px;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: auto;
    padding-bottom: 4px;
    position: relative; }
    a.link::after {
      content: "";
      height: 2px;
      position: absolute;
      bottom: 4px;
      left: 0px;
      right: 0px;
      width: 0%;
      background-color: #00A0B6;
      display: block;
      margin: auto;
      transition: width 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    a.link:hover::after {
      width: 100%; }

p {
  font-family: "neue-haas-unica";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }
  p.presentation.small {
    font-size: 30px; }
  p.presentation.big {
    font-size: 32px; }

.presentation.small p {
  font-size: 30px; }

.presentation.big p {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300; }
  .presentation.big p strong {
    font-weight: 600; }
  @media (max-width: 1440px) {
    .presentation.big p {
      font-size: 22px; } }
  @media (max-width: 1280px) {
    .presentation.big p {
      font-size: 20px; } }

.fullheight {
  height: 100vh; }

.width100 {
  width: 100%; }

/*Custom Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 7px;
  -webkit-transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: background-color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #067d8d;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #00F0FF; }

.text-page-container {
  margin-top: 100px; }
  .text-page-container .post-title-wrapper {
    padding-top: 100px; }
    .text-page-container .post-title-wrapper h1.post-title {
      font-size: 70px;
      text-align: center;
      color: #00A0B6; }
  .text-page-container .col {
    padding: 100px 0; }
    .text-page-container .col p {
      font-size: 16px; }
    .text-page-container .col h2, .text-page-container .col h3 {
      font-size: 25px;
      font-family: "neue-haas-unica";
      font-weight: 600;
      text-transform: uppercase;
      color: #00A0B6; }
    .text-page-container .col h4, .text-page-container .col h5 {
      font-size: 22px;
      font-family: "neue-haas-unica";
      font-weight: 600;
      text-transform: uppercase;
      color: #00A0B6; }

/*-- float utilities --*/
.float-left {
  float: left   !important; }

.float-right {
  float: right  !important; }

.float-none {
  float: none   !important; }

@media (min-width: 768px) {
  .float-sm-left {
    float: left   !important; }
  .float-sm-right {
    float: right  !important; }
  .float-sm-none {
    float: none   !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left   !important; }
  .float-md-right {
    float: right  !important; }
  .float-md-none {
    float: none   !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left   !important; }
  .float-lg-right {
    float: right  !important; }
  .float-lg-none {
    float: none   !important; } }

/*-- text utilities --*/
.text-left {
  text-align: left   !important; }

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left   !important; }
  .text-sm-right {
    text-align: right  !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left   !important; }
  .text-md-right {
    text-align: right  !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left   !important; }
  .text-lg-right {
    text-align: right  !important; }
  .text-lg-center {
    text-align: center !important; } }

/*-- spacing utilities --*/
.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

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

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

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

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

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

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

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

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

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

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

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

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

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

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.p-0 {
  padding: 0 !important; }

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

.pr-0 {
  padding-right: 0 !important; }

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

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

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

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

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

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

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

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

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

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

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

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

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

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

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

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

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

h1, h2 {
  font-family: "Flounder Pro";
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }

@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80% { }
  100% {
    opacity: 0; } }

@keyframes pulse-ring {
  0% {
    transform: scale(0.33); }
  80% { }
  100% {
    opacity: 0; } }

.hearing_test {
  position: fixed;
  left: 0px;
  top: 13.5rem;
  z-index: 4; }
  .hearing_test a {
    padding-left: 0px;
    background-color: #00a0b6;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }
    .hearing_test a:hover {
      padding-left: 40px; }
    .hearing_test a img {
      display: block;
      width: 130px; }

.headermenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
  background-color: #00F0FF;
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.5s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex; }
  .headermenu .header_menu_social {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    right: 6.25rem;
    display: flex; }
    .headermenu .header_menu_social a {
      color: #ccecf0;
      font-size: 16px;
      font-weight: 400;
      margin: auto;
      margin-right: 5rem;
      transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }
      .headermenu .header_menu_social a:hover {
        color: #00F0FF; }
      .headermenu .header_menu_social a:last-of-type {
        margin-right: 0px; }
  .headermenu.is-active {
    transform: translateX(0%);
    background-color: #00A0B6; }
  .headermenu .menu-main-menu-en-container, .headermenu .menu-main-menu-gr-container {
    margin: auto;
    display: flex;
    width: 100%;
    padding: 6.25rem;
    overflow-y: scroll;
    max-height: 70vh; }
    .headermenu .menu-main-menu-en-container ul, .headermenu .menu-main-menu-gr-container ul {
      margin: auto;
      width: 100%;
      padding: 0px; }
      @media (max-width: 768px) {
        .headermenu .menu-main-menu-en-container ul, .headermenu .menu-main-menu-gr-container ul {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          max-height: 75vh;
          overflow-y: auto; } }
      .headermenu .menu-main-menu-en-container ul:nth-child(1) li:hover > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li:hover > a {
        color: #00F0FF; }
      .headermenu .menu-main-menu-en-container ul:nth-child(1) li.has-active > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li.has-active > a {
        font-size: 90px;
        color: #00F0FF;
        transition: font-size 0.3s ease; }
        @media (max-width: 991px) {
          .headermenu .menu-main-menu-en-container ul:nth-child(1) li.has-active > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li.has-active > a {
            font-size: 40px; } }
      .headermenu .menu-main-menu-en-container ul:nth-child(1) li.has-active:hover a.clicked, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li.has-active:hover a.clicked {
        font-size: 90px !important;
        transition: font-size 0.3s ease; }
        @media (max-width: 991px) {
          .headermenu .menu-main-menu-en-container ul:nth-child(1) li.has-active:hover a.clicked, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li.has-active:hover a.clicked {
            font-size: 40px !important; } }
      .headermenu .menu-main-menu-en-container ul li, .headermenu .menu-main-menu-gr-container ul li {
        list-style-type: none;
        text-align: left; }
        .headermenu .menu-main-menu-en-container ul li a, .headermenu .menu-main-menu-gr-container ul li a {
          display: block;
          color: #fff;
          font-size: 40px;
          line-height: 1;
          margin-bottom: 10px;
          font-family: "Flounder Pro";
          transition: font-size 0.22s cubic-bezier(0.47, 0, 0.745, 0.715), font-weight 0.22s cubic-bezier(0.47, 0, 0.745, 0.715), color 0.5s ease; }
          .headermenu .menu-main-menu-en-container ul li a:after, .headermenu .menu-main-menu-gr-container ul li a:after {
            content: "";
            transition: top 0.6s ease;
            opacity: 0;
            top: -35px; }
          .headermenu .menu-main-menu-en-container ul li a.clicked, .headermenu .menu-main-menu-gr-container ul li a.clicked {
            position: relative; }
            .headermenu .menu-main-menu-en-container ul li a.clicked:after, .headermenu .menu-main-menu-gr-container ul li a.clicked:after {
              opacity: 0.8;
              content: "";
              display: inline-block;
              width: 40px;
              height: 40px;
              position: relative;
              margin-left: 20px;
              top: 0;
              bottom: 0;
              background-size: cover;
              background-image: url("data:image/svg+xml,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ic_fluent_arrow_down_28_regular' fill='%23fff' fill-rule='nonzero'%3E%3Cpath d='M23.7916,15.2664 C24.0788,14.9679 24.0696,14.4931 23.7711,14.206 C23.4726,13.9188 22.9978,13.928 22.7106,14.2265 L14.7511,22.5007 L14.7511,3.74792 C14.7511,3.33371 14.4153,2.99792 14.0011,2.99792 C13.5869,2.99792 13.2511,3.33371 13.2511,3.74793 L13.2511,22.4998 L5.29259,14.2265 C5.00543,13.928 4.53064,13.9188 4.23213,14.206 C3.93361,14.4931 3.9244,14.9679 4.21157,15.2664 L13.2809,24.6944 C13.6743,25.1034 14.3289,25.1034 14.7223,24.6944 L23.7916,15.2664 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
              @media (max-width: 991px) {
                .headermenu .menu-main-menu-en-container ul li a.clicked:after, .headermenu .menu-main-menu-gr-container ul li a.clicked:after {
                  width: 30px;
                  height: 30px; } }
        .headermenu .menu-main-menu-en-container ul li ul, .headermenu .menu-main-menu-gr-container ul li ul {
          padding: 0px;
          height: 0px;
          opacity: 0;
          border-bottom: 1px solid #ffffff75;
          visibility: hidden; }
          .headermenu .menu-main-menu-en-container ul li ul.active, .headermenu .menu-main-menu-gr-container ul li ul.active {
            padding-bottom: 2rem;
            opacity: 1;
            height: auto;
            visibility: visible;
            transition: padding 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.35s 0.35s cubic-bezier(0.47, 0, 0.745, 0.715), height 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
            margin-bottom: 30px; }
          .headermenu .menu-main-menu-en-container ul li ul li a, .headermenu .menu-main-menu-gr-container ul li ul li a {
            font-size: 75px;
            color: #fff;
            transition: color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715); }
          .headermenu .menu-main-menu-en-container ul li ul li:hover > a, .headermenu .menu-main-menu-gr-container ul li ul li:hover > a {
            font-size: 75px !important;
            color: #00F0FF; }
          .headermenu .menu-main-menu-en-container ul li ul li ul, .headermenu .menu-main-menu-gr-container ul li ul li ul {
            border-bottom: 0px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%; }
            .headermenu .menu-main-menu-en-container ul li ul li ul.active, .headermenu .menu-main-menu-gr-container ul li ul li ul.active {
              padding-bottom: 0px;
              margin: auto;
              margin-left: 0px;
              margin-bottom: 0px;
              margin-top: 30px; }
            .headermenu .menu-main-menu-en-container ul li ul li ul li, .headermenu .menu-main-menu-gr-container ul li ul li ul li {
              display: flex;
              flex-direction: column;
              flex-basis: auto; }
              .headermenu .menu-main-menu-en-container ul li ul li ul li a, .headermenu .menu-main-menu-gr-container ul li ul li ul li a {
                font-size: 28px;
                border-top: 1px solid #00F0FF;
                padding-top: 15px;
                padding-bottom: 12px;
                font-family: "neue-haas-unica";
                transition: color 0.4s ease;
                padding-right: 60px; }
              .headermenu .menu-main-menu-en-container ul li ul li ul li:last-child a, .headermenu .menu-main-menu-gr-container ul li ul li ul li:last-child a {
                padding-right: 0; }
              .headermenu .menu-main-menu-en-container ul li ul li ul li:hover > a, .headermenu .menu-main-menu-gr-container ul li ul li ul li:hover > a {
                color: #00F0FF;
                font-size: 28px !important; }
  .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu {
    margin-top: 0; }
    .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li {
      flex-basis: 100%; }
      .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li a, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li a {
        border-top: 0;
        padding-top: 10px;
        font-size: 22px !important;
        padding-left: 15px;
        padding-bottom: 15px;
        position: relative;
        margin-bottom: 0; }
        .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li a:first-child, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li a:first-child {
          padding-top: 0; }
        .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li a:before, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li a:before {
          content: "";
          display: inline-block;
          width: 5px;
          height: 5px;
          top: 10px;
          left: 0;
          position: absolute;
          background: #00f0ff;
          border-radius: 50%; }

.header_wrapper {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 7.813rem;
  z-index: 10;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: auto;
  transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
  .header_wrapper::after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    background-color: #e6ebeb;
    height: 0%;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    z-index: -1; }
  .header_wrapper.scrolled {
    top: 0px;
    padding: 10px 15px;
    box-shadow: 0 0 20px #00000024; }
    .header_wrapper.scrolled::after {
      height: 100%; }
    .header_wrapper.scrolled .right_wrapper .call a svg,
    .header_wrapper.scrolled .right_wrapper .call a img {
      padding: 12px;
      width: 25px;
      height: 25px; }
  .header_wrapper.openmenu {
    top: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px; }
  .header_wrapper .left_wrapper {
    margin: auto;
    margin-left: 0px;
    flex-basis: 50%; }
    @media (max-width: 768px) {
      .header_wrapper .left_wrapper {
        flex-basis: 35%; } }
    .header_wrapper .left_wrapper .header_logo a {
      display: inline-block;
      margin: auto;
      margin-left: 0px; }
      .header_wrapper .left_wrapper .header_logo a img {
        display: block;
        width: 190px; }
        @media (max-width: 991px) {
          .header_wrapper .left_wrapper .header_logo a img {
            width: 140px; } }
  .header_wrapper .right_wrapper {
    margin: auto;
    margin-right: 0px;
    flex-basis: 50%;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .header_wrapper .right_wrapper {
        flex-basis: 65%; } }
    .header_wrapper .right_wrapper .languages {
      margin: auto;
      margin-right: 0px; }
    .header_wrapper .right_wrapper .call {
      margin: auto;
      margin-right: 0px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .header_wrapper .right_wrapper .call {
          margin-right: 0px;
          margin-left: 10px; } }
      .header_wrapper .right_wrapper .call a {
        display: block;
        position: relative; }
        .header_wrapper .right_wrapper .call a svg,
        .header_wrapper .right_wrapper .call a img {
          display: block;
          width: 30px;
          max-height: 30px;
          overflow: visible;
          margin: auto;
          padding: 24px;
          border: 1px solid #00A0B6;
          border-radius: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          transition: all 0.4s ease; }
        .header_wrapper .right_wrapper .call a svg path {
          fill: #00A0B6; }
        .header_wrapper .right_wrapper .call a::before {
          content: '';
          position: absolute;
          display: block;
          width: calc(100% - (-20px));
          height: calc(100% - (-20px));
          box-sizing: border-box;
          margin-left: -10px;
          margin-top: -10px;
          border-radius: 100%;
          display: block;
          border: 2px solid #00F0FF;
          transform: scale(1);
          opacity: 0; }
        .header_wrapper .right_wrapper .call a:hover:before {
          opacity: 1;
          -webkit-animation: pulse-ring 1.25s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite;
                  animation: pulse-ring 1.25s cubic-bezier(0.68, -0.6, 0.32, 1.6) infinite; }
    .header_wrapper .right_wrapper .book {
      margin: auto;
      margin-right: 0px;
      margin-left: 20px; }
      .header_wrapper .right_wrapper .book a {
        background-color: #00A0B6;
        color: #fff;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        border-radius: 33px;
        padding: 15px 40px;
        display: block; }
    .header_wrapper .right_wrapper .menu_open {
      margin: auto;
      margin-right: 0px;
      margin-left: 20px; }
      .header_wrapper .right_wrapper .menu_open button {
        background-color: transparent;
        display: flex;
        border: none;
        box-shadow: none;
        outline: 0;
        cursor: pointer;
        padding: 0px;
        width: 70px; }
        .header_wrapper .right_wrapper .menu_open button .button_icon {
          margin: auto; }
          .header_wrapper .right_wrapper .menu_open button .button_icon span {
            width: 70px;
            height: 2px;
            background-color: #00A0B6;
            display: block;
            margin-bottom: 9px;
            transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
            .header_wrapper .right_wrapper .menu_open button .button_icon span:nth-child(3) {
              margin-bottom: 0px;
              width: 55px;
              margin: auto;
              margin-right: 0px; }
        .header_wrapper .right_wrapper .menu_open button.is-active .button_icon span:nth-child(1) {
          width: 0px; }
        .header_wrapper .right_wrapper .menu_open button.is-active .button_icon span:nth-child(3) {
          width: 0px; }

@media (max-width: 1680px) {
  h1 {
    font-size: 160px; }
  h2 {
    font-size: 130px; } }

@media (max-width: 1440px) {
  h1 {
    font-size: 140px; }
  h2 {
    font-size: 140px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 50px; } }

@media (max-width: 1440px) {
  .header_wrapper {
    padding: 0px 2.5rem; }
  .headermenu .menu-main-menu-en-container ul:nth-child(1) li:hover > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li:hover > a {
    font-size: 90px;
    color: #00F0FF; }
  .headermenu .menu-main-menu-en-container ul li ul li a, .headermenu .menu-main-menu-gr-container ul li ul li a {
    font-size: 70px; }
  .headermenu .menu-main-menu-en-container ul li ul li:hover > a, .headermenu .menu-main-menu-gr-container ul li ul li:hover > a {
    font-size: 70px !important; }
  .header_wrapper .right_wrapper .call a svg,
  .header_wrapper .right_wrapper .call a img {
    padding: 12px; } }

@media (max-width: 1024px) {
  .headermenu .menu-main-menu-en-container ul:nth-child(1) li:hover > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li:hover > a {
    font-size: 90px;
    color: #00F0FF; }
  .headermenu .menu-main-menu-en-container ul li ul li a, .headermenu .menu-main-menu-gr-container ul li ul li a {
    font-size: 50px; }
  .headermenu .menu-main-menu-en-container ul li ul li:hover > a, .headermenu .menu-main-menu-gr-container ul li ul li:hover > a {
    font-size: 50px !important; } }

@media (max-width: 1280px) {
  .hearing_test {
    display: none; }
    .hearing_test a img {
      width: 80px; } }

@media (max-width: 991px) {
  .headermenu .header_menu_social {
    bottom: 15px;
    right: 15px;
    display: none; }
    .headermenu .header_menu_social a {
      margin-right: 20px;
      font-size: 14px; }
  .headermenu .menu-main-menu-en-container, .headermenu .menu-main-menu-gr-container {
    max-height: 100%;
    height: 92vh; }
    .headermenu .menu-main-menu-en-container ul li ul.active, .headermenu .menu-main-menu-gr-container ul li ul.active {
      padding-bottom: 20px !important; }
      .headermenu .menu-main-menu-en-container ul li ul.active li ul.sub-menu, .headermenu .menu-main-menu-gr-container ul li ul.active li ul.sub-menu {
        margin-top: 20px;
        padding-bottom: 0px !important;
        justify-content: left; }
        .headermenu .menu-main-menu-en-container ul li ul.active li ul.sub-menu li a, .headermenu .menu-main-menu-gr-container ul li ul.active li ul.sub-menu li a {
          font-size: 18px !important;
          padding-right: 10px;
          line-height: 1.1; }
  .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu {
    margin-top: -10px; }
    .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li a, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li a {
      font-size: 15px !important;
      padding-bottom: 12px; }
      .headermenu .menu-main-menu-en-container ul li .sub-menu li .sub-menu li .sub-menu li a:before, .headermenu .menu-main-menu-gr-container ul li .sub-menu li .sub-menu li .sub-menu li a:before {
        top: 6px; } }

@media (max-width: 768px) {
  .headermenu .header_menu_social {
    flex-direction: column; }
    .headermenu .header_menu_social a {
      margin-right: 0px; }
  .headermenu .menu-main-menu-en-container, .headermenu .menu-main-menu-gr-container {
    padding: 1rem; }
    .headermenu .menu-main-menu-en-container ul:nth-child(1) li:hover > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li:hover > a {
      font-size: 40px;
      color: #00F0FF; }
    .headermenu .menu-main-menu-en-container ul li ul li a, .headermenu .menu-main-menu-gr-container ul li ul li a {
      font-size: 25px !important; }
    .headermenu .menu-main-menu-en-container ul li ul li:hover > a, .headermenu .menu-main-menu-gr-container ul li ul li:hover > a {
      font-size: 25px !important; }
    .headermenu .menu-main-menu-en-container ul li ul.sub-menu li:hover a, .headermenu .menu-main-menu-gr-container ul li ul.sub-menu li:hover a {
      font-size: 25px !important; }
  .header_wrapper {
    padding: 0px 15px;
    top: 20px; }
    .header_wrapper .right_wrapper .book {
      position: fixed;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      text-align: center; }
      .header_wrapper .right_wrapper .book a {
        border-radius: 0px; }
    .header_wrapper .right_wrapper .call a svg,
    .header_wrapper .right_wrapper .call a img {
      width: 22px;
      height: 22px;
      padding: 10px; } }

@media (max-width: 450px) {
  .headermenu .menu-main-menu-en-container ul:nth-child(1) li:hover > a, .headermenu .menu-main-menu-gr-container ul:nth-child(1) li:hover > a {
    font-size: 40px;
    color: #00F0FF; }
  .headermenu .menu-main-menu-en-container ul li ul.active, .headermenu .menu-main-menu-gr-container ul li ul.active {
    padding-bottom: 2.5rem; }
  .headermenu .menu-main-menu-en-container ul li ul li ul, .headermenu .menu-main-menu-gr-container ul li ul li ul {
    margin-top: 2.5rem;
    -moz-column-count: 1;
         column-count: 1;
    -moz-columns: 1;
         columns: 1; } }

#backtotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #00A0B6;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #backtotop:hover {
    background-color: #fff; }
  @media (max-width: 1680px) {
    #backtotop {
      width: 40px;
      height: 40px;
      right: 10px;
      bottom: 10px; } }

.site-footer__container {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #00A0B6;
  max-width: 100%; }
  @media (max-width: 768px) {
    .site-footer__container {
      padding-bottom: 5rem; } }
  .site-footer__container .footer_row {
    border-top: 1px solid #fff;
    padding-top: 3.125rem;
    padding-bottom: 10rem; }
  @media (max-width: 991px) {
    .site-footer__container .col-row {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
      .site-footer__container .col-row.footer_row {
        flex-direction: column;
        padding-bottom: 0px; } }
  @media (max-width: 991px) {
    .site-footer__container .col-row .col {
      text-align: center;
      margin-bottom: 20px; } }
  .site-footer__container .col-row .col h3 {
    color: #00F0FF;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3.75px;
    margin-top: 0; }
    @media (max-width: 991px) {
      .site-footer__container .col-row .col h3 {
        margin-bottom: 0; } }
  .site-footer__container .col-row .col ul {
    padding: 0px;
    margin: auto; }
    .site-footer__container .col-row .col ul li {
      list-style-type: none;
      margin: auto; }
      .site-footer__container .col-row .col ul li a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
  .site-footer__container .col-row .col a, .site-footer__container .col-row .col p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .site-footer__container .col-row .col a:hover {
    color: #00F0FF; }
  .site-footer__container .col-row .col.social {
    display: flex;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    .site-footer__container .col-row .col.social a {
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 15px;
      letter-spacing: 0.5px;
      margin-left: 40px; }
      .site-footer__container .col-row .col.social a:first-of-type {
        margin-left: 0px; }
      @media (max-width: 991px) {
        .site-footer__container .col-row .col.social a {
          padding: 0 10px;
          font-size: 14px;
          margin: 0; } }
  .site-footer__container .col-row .col.footer_menu ul {
    display: flex;
    justify-content: flex-end; }
    .site-footer__container .col-row .col.footer_menu ul li {
      margin-top: 0px;
      margin: 0;
      margin-left: 40px; }
      @media (max-width: 991px) {
        .site-footer__container .col-row .col.footer_menu ul li {
          margin-left: 10px; } }
      .site-footer__container .col-row .col.footer_menu ul li:first-of-type {
        margin-left: 0px; }
      @media (max-width: 991px) {
        .site-footer__container .col-row .col.footer_menu ul li {
          padding: 0 10px; } }
  .site-footer__container .col-row .col.site-info {
    color: #00F0FF;
    font-size: 14px;
    font-weight: 300;
    display: flex; }
    @media (max-width: 991px) {
      .site-footer__container .col-row .col.site-info {
        margin: 0;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center; } }
    .site-footer__container .col-row .col.site-info a {
      margin-top: 0px;
      font-size: 14px;
      color: #00F0FF;
      margin-left: 5px; }
      @media (max-width: 991px) {
        .site-footer__container .col-row .col.site-info a {
          margin: 0;
          padding-top: 5px; } }

.menu-footer-logo-menu-en-container ul li a, .menu-footer-logo-menu-el-container ul li a {
  font-size: 25px !important;
  font-weight: 400 !important; }

/*Slider*/
.home section {
  transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715); }
  .home section#slider {
    padding-top: 100px; }

.home_swipe .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .home_swipe .swiper-wrapper .swiper-slide .slider_title {
    opacity: 0;
    position: relative;
    z-index: 1;
    margin: auto;
    transition: opacity 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    margin-top: 20%;
    margin-bottom: 0px; }
    @media (max-width: 1280px) {
      .home_swipe .swiper-wrapper .swiper-slide .slider_title {
        margin-top: 50px; } }
    @media (min-width: 1280px) {
      .home_swipe .swiper-wrapper .swiper-slide .slider_title {
        transform: translateX(-50%);
        left: 50%; } }
    .home_swipe .swiper-wrapper .swiper-slide .slider_title p {
      margin: auto;
      line-height: 1;
      text-transform: none; }
      @media (max-width: 991px) {
        .home_swipe .swiper-wrapper .swiper-slide .slider_title p {
          margin-bottom: 20px;
          display: block; } }
    .home_swipe .swiper-wrapper .swiper-slide .slider_title h1 {
      line-height: 1;
      margin: auto; }
  .home_swipe .swiper-wrapper .swiper-slide img {
    margin: auto;
    margin-bottom: 20%;
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    @media (max-width: 1280px) {
      .home_swipe .swiper-wrapper .swiper-slide img {
        max-width: 80%;
        margin-bottom: 50px; } }
  .home_swipe .swiper-wrapper .swiper-slide p {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20%;
    opacity: 0;
    transition: opacity 0s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    text-transform: uppercase; }
    @media (max-width: 1280px) {
      .home_swipe .swiper-wrapper .swiper-slide p {
        margin-bottom: 100px; } }
  .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 2; }
    .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-active .slider_title {
      opacity: 1;
      transition: opacity 1s 0.2s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-active img {
      transform: scale(1.5) translateY(0%); }
      @media (max-width: 1280px) {
        .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-active img {
          transform: scale(1.1) translateY(0%); } }
    .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-active p {
      opacity: 1;
      transition: opacity 0.5s 0.2s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
  @media (min-width: 1280px) {
    .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-next img {
      transform: translateY(-50%) scale(1); } }
  @media (min-width: 1280px) {
    .home_swipe .swiper-wrapper .swiper-slide.swiper-slide-prev img {
      transform: translateY(50%) scale(1); } }

.home_swipe .buttons {
  max-width: 60%;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 100; }
  @media (max-width: 1280px) {
    .home_swipe .buttons {
      max-width: 80%; } }
  .home_swipe .buttons .swiper-button-next {
    top: unset;
    bottom: 35%;
    width: 80px;
    transition: all 0.4s ease; }
    @media (max-width: 1280px) {
      .home_swipe .buttons .swiper-button-next {
        bottom: 45%; } }
    @media (max-width: 991px) {
      .home_swipe .buttons .swiper-button-next {
        width: 60px; } }
    .home_swipe .buttons .swiper-button-next svg {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
    .home_swipe .buttons .swiper-button-next:hover {
      margin-right: -20px; }
    .home_swipe .buttons .swiper-button-next:after, .home_swipe .buttons .swiper-button-next:before {
      display: none; }

/*About*/
#about {
  padding: 9.375rem 0px; }
  @media (max-width: 991px) {
    #about {
      padding: 6rem 0px; } }
  #about .section_title h2 {
    margin-bottom: 40px; }

/*Categories*/
#categories {
  padding: 5.625rem 0px; }
  #categories .section_title h2 {
    margin-bottom: 70px;
    line-height: 1; }
  #categories .product-col .col {
    padding: 0px 25px;
    flex: 25%;
    box-sizing: border-box; }
    #categories .product-col .col a {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 22px;
      border-top: 1px solid #00A0B6;
      position: relative;
      z-index: 3; }
      #categories .product-col .col a p {
        margin-top: 0; }
        @media (max-width: 991px) {
          #categories .product-col .col a p {
            font-size: 15px; } }
      #categories .product-col .col a span {
        font-size: 30px;
        display: block;
        margin-bottom: 25px; }
        @media (max-width: 1680px) {
          #categories .product-col .col a span {
            font-size: 28px; } }
        @media (max-width: 1440px) {
          #categories .product-col .col a span {
            font-size: 20px; } }
      #categories .product-col .col a .product_image {
        position: relative;
        height: 470px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 25px; }
        #categories .product-col .col a .product_image::after {
          background-image: linear-gradient(180deg, #ffffff 0%, rgba(37, 64, 143, 0) 0%, #00A0B6 80.301%, #00A0B6 100%);
          content: "";
          position: absolute;
          top: 0px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          width: 100%;
          height: 0%;
          z-index: 1;
          transition: height 0.7s ease; }
        #categories .product-col .col a .product_image::before {
          content: "";
          opacity: 0;
          transition: opacity 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: auto;
          left: 0px;
          right: 0px;
          width: 130px;
          height: 130px;
          background-image: url("https://www.earplus.gr/wp-content/themes/earplus/assets/images/plus.png");
          background-position: center;
          background-image: contain;
          background-repeat: no-repeat;
          z-index: 2; }
      #categories .product-col .col a:hover .product_image::after {
        height: 100%; }
      #categories .product-col .col a:hover .product_image::before {
        opacity: 1; }
    #categories .product-col .col:nth-child(1) {
      padding-left: 0px; }
    #categories .product-col .col:last-of-type {
      padding-right: 0px; }
    @media (max-width: 1280px) {
      #categories .product-col .col {
        flex: 0 0 45%;
        max-width: 45%;
        padding: 0px 20px; }
        #categories .product-col .col:nth-child(1) {
          padding-left: 20px; }
        #categories .product-col .col:last-of-type {
          padding-right: 20px; } }
    @media (max-width: 991px) {
      #categories .product-col .col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important; } }

/*Text Loop*/
#textloop {
  padding-bottom: 100px;
  position: relative; }
  #textloop .text-loop {
    width: 100%;
    white-space: nowrap;
    z-index: 1;
    position: relative; }
    #textloop .text-loop #marquee0 {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px; }
    #textloop .text-loop span {
      color: #00A0B6;
      font-size: 200px;
      text-align: left;
      font-family: "Flounder Pro";
      font-weight: 400;
      display: flex;
      align-items: center;
      line-height: 1; }
      @media (max-width: 1680px) {
        #textloop .text-loop span {
          font-size: 100px; } }
      @media (max-width: 991px) {
        #textloop .text-loop span {
          font-size: 50px; } }
      #textloop .text-loop span em {
        font-style: normal;
        text-transform: uppercase;
        margin: auto; }
      #textloop .text-loop span img {
        margin: auto;
        padding: 0px 120px;
        position: relative;
        top: 12px;
        padding-bottom: 10px; }
        @media (max-width: 991px) {
          #textloop .text-loop span img {
            max-width: 80px;
            padding: 0px 40px;
            top: 4px; } }
    #textloop .text-loop .marquee0 div:first-child {
      width: 100% !important; }
    #textloop .text-loop .marquee0 div div:first-child {
      width: auto !important; }
  #textloop a {
    margin-top: 80px; }
    @media (max-width: 1280px) {
      #textloop a {
        font-size: 25px; } }
    @media (max-width: 991px) {
      #textloop a {
        font-size: 20px;
        margin-top: 40px; } }
    #textloop a:after {
      width: 100%; }

/*Services*/
#services {
  padding: 7.5rem 0px; }
  @media (max-width: 991px) {
    #services {
      padding: 2.5rem 0px; } }
  #services .section_title h2 {
    line-height: 1;
    margin-bottom: -50px; }
    @media (max-width: 991px) {
      #services .section_title h2 {
        margin-bottom: 30px; } }
  #services .services-col {
    max-width: 70%;
    margin: auto; }
    @media (max-width: 1680px) {
      #services .services-col {
        max-width: 80%; } }
    @media (max-width: 1440px) {
      #services .services-col {
        max-width: 90%; } }
    #services .services-col .col {
      padding: 0px 25px; }
      @media (max-width: 1440px) {
        #services .services-col .col {
          padding: 0px 10px; } }
      #services .services-col .col:nth-child(1) {
        padding-left: 0px; }
      #services .services-col .col:last-of-type {
        padding-right: 0px; }
      #services .services-col .col a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #00A0B6; }
        #services .services-col .col a .section_title {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0px;
          right: 0px;
          margin: auto;
          z-index: 1;
          transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
          text-align: center; }
          #services .services-col .col a .section_title img {
            display: block;
            margin: auto;
            max-height: 200px;
            max-width: 200px; }
            @media (max-width: 1440px) {
              #services .services-col .col a .section_title img {
                max-width: 66px; } }
          #services .services-col .col a .section_title span {
            font-size: 25px;
            margin-top: 30px;
            font-weight: 400;
            display: block; }
            @media (max-width: 1440px) {
              #services .services-col .col a .section_title span {
                font-size: 22px; } }
        #services .services-col .col a .excerpt_wrap {
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
          padding: 90px;
          height: 100%;
          box-sizing: border-box; }
          @media (max-width: 1440px) {
            #services .services-col .col a .excerpt_wrap {
              padding: 60px; } }
          #services .services-col .col a .excerpt_wrap p {
            color: #00F0FF;
            font-size: 22px;
            font-weight: 400; }
            @media (max-width: 1440px) {
              #services .services-col .col a .excerpt_wrap p {
                font-size: 18px; } }
        #services .services-col .col a:hover .excerpt_wrap {
          opacity: 1; }
        #services .services-col .col a:hover .section_title {
          opacity: 0; }
      @media (max-width: 991px) {
        #services .services-col .col {
          max-width: 100%;
          flex-basis: 100%;
          padding: 0 !important;
          margin-bottom: 35px; } }
  #services .roundlink {
    margin-top: 100px; }

/*Lab*/
#lab .section_title h2 {
  line-height: 1;
  margin-bottom: -20px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    #lab .section_title h2 {
      margin-bottom: 30px; } }

#lab .swiper .swiper-wrapper .swiper-slide {
  opacity: 0.2;
  transition: opacity 0.4s ease;
  text-align: center; }
  #lab .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1; }
  @media (max-width: 991px) {
    #lab .swiper .swiper-wrapper .swiper-slide img {
      max-width: 80%; } }

#lab .swiper .buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #lab .swiper .buttons .swiper-button-next {
    right: 8%;
    width: 60px;
    transition: all 0.4s ease; }
    @media (max-width: 991px) {
      #lab .swiper .buttons .swiper-button-next {
        right: 6%; } }
    #lab .swiper .buttons .swiper-button-next svg {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }
    #lab .swiper .buttons .swiper-button-next:after, #lab .swiper .buttons .swiper-button-next:before {
      display: none; }
    #lab .swiper .buttons .swiper-button-next:hover {
      right: 7%; }

#lab .wrapper {
  padding-top: 4rem;
  padding-bottom: 6.25rem; }
  @media (max-width: 991px) {
    #lab .wrapper {
      padding-top: 3rem; } }
  #lab .wrapper .col:nth-child(1) {
    max-width: 45%;
    margin-left: 0px; }
  #lab .wrapper .col:last-of-type {
    max-width: 38%;
    margin: auto;
    margin-right: 0px; }
  #lab .wrapper .section_text.presentation p {
    margin: auto; }
    #lab .wrapper .section_text.presentation p:nth-child(1) {
      font-size: 16px;
      margin-bottom: 25px; }
  #lab .wrapper .roundlink {
    margin-top: 150px; }
  @media (max-width: 991px) {
    #lab .wrapper .col-row {
      flex-direction: column; }
      #lab .wrapper .col-row .col {
        max-width: 100%; }
        #lab .wrapper .col-row .col:first-child p:last-child {
          font-size: 22px; }
        #lab .wrapper .col-row .col .section_text {
          text-align: center !important;
          margin-bottom: 15px; } }

/*Offers*/
#offers {
  padding: 6.875rem 0px; }
  #offers .section_title h2 {
    line-height: 1;
    margin-bottom: 50px; }
  #offers .col-offers {
    max-width: 70%;
    margin: auto; }
    @media (max-width: 1440px) {
      #offers .col-offers {
        max-width: 90%; } }
    #offers .col-offers .col {
      padding: 0px 25px;
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border-top: 1px solid #fff;
      padding-top: 20px; }
      #offers .col-offers .col:nth-child(1) {
        padding-left: 0px; }
      #offers .col-offers .col:last-of-type {
        padding-right: 0px; }
      #offers .col-offers .col .date {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 15px;
        color: white; }
      #offers .col-offers .col img {
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
        height: 420px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: white; }
      #offers .col-offers .col .lightblue p {
        font-weight: 300; }
      #offers .col-offers .col span {
        font-size: 30px;
        display: block;
        margin-bottom: 10px; }
        @media (max-width: 991px) {
          #offers .col-offers .col span {
            font-size: 25px; } }
      #offers .col-offers .col p {
        margin: auto; }
      @media (max-width: 991px) {
        #offers .col-offers .col {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 15px 0;
          margin-bottom: 15px; } }
  #offers .roundlink {
    border-color: #fff;
    color: #fff;
    margin-top: 70px; }
    #offers .roundlink:hover {
      background-color: #fff;
      color: #00A0B6; }

.text-animation {
  opacity: 0; }
  .text-animation.aos-animate {
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/**
 * ----------------------------------------
 * animation scale-in-top
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
    opacity: 1; } }

@keyframes scale-in-top {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
    opacity: 1; } }

.page-template-tmpl_contact footer #home_contact {
  display: none; }

@media (max-width: 991px) {
  .page-template-tmpl_contact #def_title .section_content {
    padding-top: 140px; } }

.page-template-tmpl_contact #def_title .section_content p {
  font-size: 55px; }
  @media (max-width: 991px) {
    .page-template-tmpl_contact #def_title .section_content p {
      font-size: 30px; } }

.page-template-tmpl_contact #def_title .section_content h1 {
  max-width: 800px; }

.clearfix {
  overflow: hidden; }
  .clearfix::after {
    content: "";
    clear: both;
    display: table; }

#form {
  padding-bottom: 12.5rem;
  padding-top: 2rem; }
  #form .screen-reader-response {
    display: none; }
  #form .wpcf7-not-valid-tip {
    color: red;
    position: absolute;
    bottom: 10px; }
  #form .wpcf7-response-output {
    position: absolute;
    bottom: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    color: red; }
  #form .contact_form {
    max-width: 70%;
    margin: auto;
    position: relative; }
    @media (max-width: 991px) {
      #form .contact_form {
        max-width: 100%;
        padding: 0px 30px;
        box-sizing: border-box; } }
    #form .contact_form .width100 {
      width: 100%;
      float: left;
      position: relative; }
    #form .contact_form .captcha {
      text-align: center; }
      #form .contact_form .captcha div {
        margin: auto;
        margin-top: 50px;
        padding-bottom: 20px; }
      #form .contact_form .captcha .cf7sr-recaptcha span {
        width: 100%;
        display: inline-block;
        position: relative; }
    #form .contact_form .gdpr {
      text-align: center; }
    #form .contact_form .wpcf7-acceptance label {
      cursor: pointer;
      text-align: left;
      position: relative;
      line-height: 25px;
      font-size: 18px;
      display: inline-block; }
      #form .contact_form .wpcf7-acceptance label span {
        position: relative;
        cursor: pointer;
        padding: 0;
        display: inline-block;
        color: #00A0B6; }
        #form .contact_form .wpcf7-acceptance label span:before {
          content: '';
          margin-right: 10px;
          display: inline-block;
          vertical-align: text-top;
          width: 20px;
          height: 20px;
          background: white;
          margin-top: 5px; }
    #form .contact_form .wpcf7-acceptance input {
      position: absolute;
      opacity: 0; }
    #form .contact_form .wpcf7-acceptance input:checked + span:before {
      background: #00A0B6; }
    #form .contact_form .wpcf7-acceptance input:checked + span:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 15px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }
    #form .contact_form .width50 {
      width: calc(50% - (25px));
      float: left;
      padding: 0px 25px;
      position: relative; }
      @media (max-width: 991px) {
        #form .contact_form .width50 {
          width: calc(100%);
          padding: 0; } }
      @media (min-width: 991px) {
        #form .contact_form .width50:nth-child(2) {
          padding-left: 0px; } }
      @media (min-width: 991px) {
        #form .contact_form .width50:nth-child(3) {
          padding-right: 0px; } }
    #form .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #00A0B6;
      font-weight: 300; }
    #form .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #00A0B6;
      font-weight: 300; }
    #form .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: #00A0B6;
      font-weight: 300; }
    #form .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: #00A0B6;
      font-weight: 300; }
    #form .contact_form input {
      display: block;
      width: 100%;
      color: #00A0B6;
      font-family: "neue-haas-unica";
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 40px;
      height: 30px;
      border: none;
      box-shadow: none;
      outline: 0;
      border-bottom: 1px solid #808080;
      background-color: transparent;
      padding-bottom: 30px;
      padding-top: 30px; }
      @media (max-width: 991px) {
        #form .contact_form input {
          font-size: 22px; } }
      #form .contact_form input.wpcf7-submit {
        font-size: 30px;
        font-weight: 400;
        height: auto;
        border: none;
        padding: 0px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: auto;
        cursor: pointer;
        border-bottom: 2px solid #00A0B6;
        padding-bottom: 3px;
        transition: color 0.4s ease; }
        #form .contact_form input.wpcf7-submit:hover {
          color: black; }
        @media (max-width: 991px) {
          #form .contact_form input.wpcf7-submit {
            margin-top: 25px;
            font-size: 26px; } }
    #form .contact_form textarea {
      display: block;
      width: 100%;
      color: #00A0B6;
      font-family: "neue-haas-unica";
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 40px;
      height: 120px;
      border: none;
      box-shadow: none;
      outline: 0;
      border-bottom: 1px solid #808080;
      background-color: transparent; }
      @media (max-width: 991px) {
        #form .contact_form textarea {
          font-size: 22px; } }

#bookform {
  height: 0px;
  opacity: 0;
  flex-wrap: wrap; }
  #bookform h2 {
    font-size: 50px;
    margin: auto;
    margin-bottom: 5rem;
    height: 0px;
    opacity: 0; }
  #bookform.active {
    height: auto;
    opacity: 1;
    transition: all 0.5s 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    left: 0px;
    right: 0px;
    padding: 5rem;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 20px #0000004f;
    z-index: 100;
    margin: auto;
    width: 50%;
    max-height: 85vh;
    overflow-y: scroll; }
    @media (max-width: 1440px) {
      #bookform.active {
        padding: 3rem;
        width: 70%; } }
    @media (max-width: 991px) {
      #bookform.active {
        padding: 1rem;
        width: 80%; } }
    @media (max-width: 768px) {
      #bookform.active {
        padding: 1rem;
        width: 90%; } }
    #bookform.active .contact_form {
      height: auto;
      opacity: 1; }
    #bookform.active h2 {
      height: auto;
      opacity: 1; }
  #bookform .contact_form {
    max-width: 100%;
    margin: auto;
    position: relative;
    height: 0px;
    opacity: 0; }
    #bookform .contact_form .width100 {
      width: 100%;
      float: left;
      position: relative; }
    #bookform .contact_form .captcha {
      text-align: center; }
      #bookform .contact_form .captcha div {
        margin: auto;
        margin-top: 50px;
        padding-bottom: 20px; }
      #bookform .contact_form .captcha .cf7sr-recaptcha span {
        width: 100%;
        display: inline-block;
        position: relative; }
    #bookform .contact_form .gdpr {
      text-align: center; }
    #bookform .contact_form .wpcf7-acceptance label {
      cursor: pointer;
      text-align: left;
      position: relative;
      line-height: 25px;
      font-size: 18px;
      display: inline-block; }
      #bookform .contact_form .wpcf7-acceptance label span {
        position: relative;
        cursor: pointer;
        padding: 0;
        display: inline-block;
        color: #00A0B6; }
        #bookform .contact_form .wpcf7-acceptance label span:before {
          content: '';
          margin-right: 10px;
          display: inline-block;
          vertical-align: text-top;
          width: 20px;
          height: 20px;
          background: #e6ebeb;
          margin-top: 5px; }
    #bookform .contact_form .wpcf7-acceptance input {
      position: absolute;
      opacity: 0; }
    #bookform .contact_form .wpcf7-acceptance input:checked + span:before {
      background: #00A0B6; }
    #bookform .contact_form .wpcf7-acceptance input:checked + span:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 15px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }
    #bookform .contact_form .width50 {
      width: calc(50% - (25px));
      float: left;
      padding: 0px 25px;
      position: relative; }
      @media (max-width: 991px) {
        #bookform .contact_form .width50 {
          width: calc(100%);
          padding: 0; } }
      @media (min-width: 991px) {
        #bookform .contact_form .width50:nth-child(2) {
          padding-left: 0px; } }
      @media (min-width: 991px) {
        #bookform .contact_form .width50:nth-child(3) {
          padding-right: 0px; } }
    #bookform .contact_form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #00A0B6;
      font-weight: 300; }
    #bookform .contact_form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #00A0B6;
      font-weight: 300; }
    #bookform .contact_form :-ms-input-placeholder {
      /* IE 10+ */
      color: #00A0B6;
      font-weight: 300; }
    #bookform .contact_form :-moz-placeholder {
      /* Firefox 18- */
      color: #00A0B6;
      font-weight: 300; }
    #bookform .contact_form input, #bookform .contact_form select {
      display: block;
      width: 100%;
      color: #00A0B6;
      font-family: "neue-haas-unica";
      font-size: 25px;
      font-weight: 300;
      margin-bottom: 25px;
      height: auto;
      border: none;
      box-shadow: none;
      outline: 0;
      border-bottom: 1px solid #808080;
      background-color: transparent;
      min-height: 50px; }
      @media (max-width: 991px) {
        #bookform .contact_form input, #bookform .contact_form select {
          font-size: 22px; } }
      #bookform .contact_form input.wpcf7-submit, #bookform .contact_form select.wpcf7-submit {
        font-size: 30px;
        font-weight: 400;
        height: auto;
        border: none;
        padding: 0px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: auto;
        cursor: pointer;
        border-bottom: 2px solid #00A0B6;
        padding-bottom: 3px;
        transition: color 0.4s ease; }
        #bookform .contact_form input.wpcf7-submit:hover, #bookform .contact_form select.wpcf7-submit:hover {
          color: black; }
        @media (max-width: 991px) {
          #bookform .contact_form input.wpcf7-submit, #bookform .contact_form select.wpcf7-submit {
            margin-top: 25px;
            font-size: 26px; } }
    #bookform .contact_form textarea {
      display: block;
      width: 100%;
      color: #00A0B6;
      font-family: "neue-haas-unica";
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 40px;
      height: 120px;
      border: none;
      box-shadow: none;
      outline: 0;
      border-bottom: 1px solid #808080;
      background-color: transparent; }
      @media (max-width: 991px) {
        #bookform .contact_form textarea {
          font-size: 22px; } }
  #bookform span.button_close {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 65px;
    height: 65px;
    border: 1px solid #00A0B6;
    border-radius: 100%;
    display: block;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media (max-width: 1440px) {
      #bookform span.button_close {
        top: 20px;
        right: 15px; } }
    @media (max-width: 1024px) {
      #bookform span.button_close {
        width: 45px;
        height: 45px;
        top: 15px;
        right: 10px; } }
    #bookform span.button_close::after {
      content: "";
      width: 19px;
      height: 1px;
      background-color: #00A0B6;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      margin: auto;
      display: block;
      transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #bookform span.button_close::before {
      content: "";
      width: 1px;
      height: 19px;
      background-color: #00A0B6;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      margin: auto;
      display: block;
      transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #bookform span.button_close:hover {
      background-color: #00A0B6; }
      #bookform span.button_close:hover::after {
        background-color: #fff; }
      #bookform span.button_close:hover::before {
        background-color: #fff; }

#offers.offerspage .col-offers {
  max-width: 100%; }
  #offers.offerspage .col-offers .col a {
    border-top-color: #00A0B6; }
    #offers.offerspage .col-offers .col a .date {
      margin-bottom: 25px; }
      #offers.offerspage .col-offers .col a .date h3 {
        font-size: 40px;
        margin: auto;
        margin-bottom: 0px; }
      #offers.offerspage .col-offers .col a .date p {
        font-size: 40px; }
    #offers.offerspage .col-offers .col a .black p {
      color: #000;
      font-size: 34px;
      font-weight: 400;
      line-height: 1; }

/*About page and Lab page*/
/*Info*/
#info {
  padding-bottom: 6.25rem; }
  @media (max-width: 991px) {
    #info .wrapper {
      flex-direction: column; } }
  #info .wrapper .left {
    width: 50%;
    margin: auto;
    margin-top: 5.625rem;
    margin-left: 0px; }
    #info .wrapper .left p {
      color: #00A0B6;
      font-size: 38px;
      line-height: 1.3;
      font-weight: 300;
      margin: auto; }
      @media (max-width: 1440px) {
        #info .wrapper .left p {
          font-size: 30px !important; } }
      #info .wrapper .left p strong {
        font-weight: 600; }
      #info .wrapper .left p:last-of-type {
        margin-bottom: 45px; }
      @media (max-width: 991px) {
        #info .wrapper .left p {
          text-align: center;
          line-height: 1.1;
          font-size: 35px; } }
    @media (max-width: 991px) {
      #info .wrapper .left {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px; } }
  #info .wrapper .right {
    width: 38%;
    margin: auto;
    margin-top: 0px;
    margin-right: 0px; }
    #info .wrapper .right img {
      height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991px) {
        #info .wrapper .right img {
          width: 100%; } }
    @media (max-width: 991px) {
      #info .wrapper .right {
        width: 100%; } }

/*More Info*/
#moreinfo {
  padding: 6.25rem 0px; }
  #moreinfo .section_content {
    max-width: 1200px;
    margin: auto; }
    #moreinfo .section_content p {
      font-size: 20px;
      font-weight: 300;
      color: #4c4c4c;
      line-height: 1.5; }
      #moreinfo .section_content p:last-of-type {
        margin-bottom: 0px; }
      @media (max-width: 991px) {
        #moreinfo .section_content p {
          font-size: 16px; } }
    #moreinfo .section_content h3 {
      color: #00A0B6;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 40px;
      margin-top: 40px; }
      #moreinfo .section_content h3:first-of-type {
        margin-top: 0px; }

/*Gallery*/
.about_gallery {
  padding-bottom: 6.25rem; }

/*About page*/
#basicpoints {
  padding: 6.25rem 0px;
  padding-bottom: 2rem; }
  #basicpoints .wrapper {
    max-width: 1500px;
    margin: auto;
    padding: 0 40px; }
    @media (max-width: 991px) {
      #basicpoints .wrapper {
        padding: 0px 1rem; } }
    #basicpoints .wrapper h2 {
      max-width: 70%;
      margin: auto;
      margin-bottom: 6.25rem;
      font-size: 100px;
      line-height: 1; }
      @media (max-width: 1280px) {
        #basicpoints .wrapper h2 {
          font-size: 70px;
          max-width: 100%; } }
      @media (max-width: 991px) {
        #basicpoints .wrapper h2 {
          font-size: 38px;
          line-height: 1.1;
          margin-bottom: 4rem; } }
    #basicpoints .wrapper .wrapper_row .row {
      padding-bottom: 40px;
      border-bottom: 1px solid #00A0B6;
      margin-bottom: 40px; }
      #basicpoints .wrapper .wrapper_row .row p {
        margin: auto;
        font-weight: 300;
        font-size: 30px;
        padding-right: 30%;
        display: inline-block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
        line-height: 1.4; }
        @media (max-width: 1440px) {
          #basicpoints .wrapper .wrapper_row .row p {
            font-size: 25px; } }
        @media (max-width: 991px) {
          #basicpoints .wrapper .wrapper_row .row p {
            padding-right: 0;
            font-size: 18px; } }
        #basicpoints .wrapper .wrapper_row .row p strong {
          font-weight: 600; }
        #basicpoints .wrapper .wrapper_row .row p .number {
          position: absolute;
          right: 0;
          top: 50%;
          color: #00A0B6;
          transform: translateY(-50%);
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0.5px; }
          @media (max-width: 991px) {
            #basicpoints .wrapper .wrapper_row .row p .number {
              top: unset;
              transform: none;
              left: unset;
              right: 0;
              bottom: -30px; } }
      #basicpoints .wrapper .wrapper_row .row:first-of-type {
        padding-top: 40px;
        border-top: 1px solid #00A0B6; }
    #basicpoints .wrapper .section_the_content {
      max-width: 60%;
      margin: auto;
      margin-top: 6.25rem;
      margin-bottom: 3rem; }
      @media (max-width: 991px) {
        #basicpoints .wrapper .section_the_content {
          max-width: 100%;
          margin-top: 4rem; } }
      #basicpoints .wrapper .section_the_content h3 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        color: #00A0B6;
        margin: auto;
        margin-bottom: 40px; }
      #basicpoints .wrapper .section_the_content p {
        font-size: 20px;
        font-weight: 300;
        color: #4c4c4c;
        line-height: 1.5; }
        @media (max-width: 991px) {
          #basicpoints .wrapper .section_the_content p {
            font-size: 16px; } }

.page-template-tmpl_about #details {
  padding-top: 0; }

#details {
  padding-bottom: 6.25rem; }
  #details .wrapper .arrow_section {
    display: flex;
    max-width: 1300px;
    margin: auto; }
    @media (max-width: 991px) {
      #details .wrapper .arrow_section {
        flex-direction: column; } }
    #details .wrapper .arrow_section h3 {
      width: 35%;
      margin: auto;
      margin-left: 0px;
      font-size: 40px;
      font-weight: 300; }
      #details .wrapper .arrow_section h3 strong {
        font-weight: 600; }
      @media (max-width: 1440px) {
        #details .wrapper .arrow_section h3 {
          font-size: 35px;
          line-height: 1.2; } }
      @media (max-width: 991px) {
        #details .wrapper .arrow_section h3 {
          width: 100%;
          font-size: 28px;
          text-align: center !important; } }
    #details .wrapper .arrow_section .arrow_content {
      margin: auto;
      margin-right: 0px;
      width: 46%; }
      @media (max-width: 991px) {
        #details .wrapper .arrow_section .arrow_content {
          width: 100%; } }
      #details .wrapper .arrow_section .arrow_content p {
        font-size: 22px;
        font-weight: 600;
        position: relative;
        line-height: 1.3; }
        @media (max-width: 1440px) {
          #details .wrapper .arrow_section .arrow_content p {
            font-size: 18px; } }
        @media (max-width: 991px) {
          #details .wrapper .arrow_section .arrow_content p {
            text-align: center !important;
            padding-top: 10px; } }
        #details .wrapper .arrow_section .arrow_content p span {
          margin: 25px;
          display: inline-block;
          height: 12px;
          position: absolute;
          top: calc(50% - 25px);
          left: -100px;
          width: 12px;
          transform: translateY(-50%) rotate(315deg);
          transition: all 1.2s ease; }
          @media (max-width: 991px) {
            #details .wrapper .arrow_section .arrow_content p span {
              display: none; } }
          #details .wrapper .arrow_section .arrow_content p span.aos-animate {
            left: -80px; }
          #details .wrapper .arrow_section .arrow_content p span:before {
            bottom: 1px;
            content: "";
            height: 120px;
            position: absolute;
            right: 0;
            transform-origin: bottom;
            width: 1px;
            transform: rotate(-45deg);
            background: #00A0B6; }
          #details .wrapper .arrow_section .arrow_content p span:after {
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-right-width: 1px;
            content: "";
            display: inline-block;
            height: 12px;
            left: 0;
            position: absolute;
            top: 0;
            width: 12px;
            border-color: #00A0B6; }
        #details .wrapper .arrow_section .arrow_content p:first-child span::before {
          height: 160px; }
        #details .wrapper .arrow_section .arrow_content p:nth-child(2) span.aos-animate {
          left: -120px; }
  #details .wrapper .section_the_content {
    max-width: 60%;
    margin: auto;
    margin-top: 6.25rem; }
    @media (max-width: 991px) {
      #details .wrapper .section_the_content {
        max-width: 100%; } }
    #details .wrapper .section_the_content h3 {
      font-size: 20px;
      font-weight: 400;
      color: #00A0B6;
      margin: auto;
      margin-bottom: 40px; }
    #details .wrapper .section_the_content p {
      font-size: 20px;
      font-weight: 300;
      color: #4c4c4c;
      line-height: 1.5; }
      @media (max-width: 991px) {
        #details .wrapper .section_the_content p {
          font-size: 16px; } }

@media (max-width: 991px) {
  .page-template-tmpl_stores #def_title .section_content {
    margin-top: 30px; } }

.page-template-tmpl_stores #def_title .section_content h1 {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .page-template-tmpl_stores #def_title .section_content h1 {
      margin-bottom: 0; } }

#stores {
  padding: 6.25rem 0px; }
  #stores .section_title h3 {
    font-size: 70px;
    line-height: 1.1;
    margin: auto;
    max-width: 70%;
    margin-bottom: 75px;
    font-weight: 300; }
    @media (max-width: 1440px) {
      #stores .section_title h3 {
        font-size: 55px; } }
    @media (max-width: 991px) {
      #stores .section_title h3 {
        font-size: 40px; } }
  #stores .stores-col {
    justify-content: center; }
    #stores .stores-col .col {
      flex: 1 1 30%;
      margin-bottom: 50px;
      margin-bottom: 90px; }
      #stores .stores-col .col:nth-child(3n-1) {
        padding: 0px 50px; }
        @media (max-width: 1440px) {
          #stores .stores-col .col:nth-child(3n-1) {
            padding: 0px 2%; } }
        @media (max-width: 991px) {
          #stores .stores-col .col:nth-child(3n-1) {
            padding: 0; } }
      @media (max-width: 1440px) {
        #stores .stores-col .col {
          flex: 0 0 45%;
          padding: 0px 2%; } }
      @media (max-width: 991px) {
        #stores .stores-col .col {
          flex: 0 0 100%;
          padding: 0; } }
      #stores .stores-col .col p {
        color: #00A0B6;
        font-size: 20px;
        font-weight: 300;
        margin: auto;
        margin-bottom: 25px; }
      #stores .stores-col .col h4 {
        color: #00A0B6;
        font-size: 30px;
        font-weight: 600;
        margin: auto;
        padding: 22px 0px;
        border-top: 1px solid #00A0B6;
        border-bottom: 1px solid #00A0B6;
        margin-bottom: 22px; }
        @media (max-width: 1440px) {
          #stores .stores-col .col h4 {
            font-size: 25px; } }
      #stores .stores-col .col .phone {
        display: flex;
        margin-bottom: 20px; }
        #stores .stores-col .col .phone img {
          margin: auto;
          margin-left: 0px;
          display: block;
          width: auto;
          margin-right: 15px; }
        #stores .stores-col .col .phone a {
          color: #00A0B6;
          font-size: 22px;
          font-weight: 600;
          display: block;
          margin: auto;
          margin-left: 0px;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          padding-bottom: 3px;
          border-bottom: 1px solid #00A0B6;
          transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
          #stores .stores-col .col .phone a:hover {
            border-color: #00F0FF;
            color: #000; }
      #stores .stores-col .col .open_hours {
        display: flex;
        margin-bottom: 20px; }
        #stores .stores-col .col .open_hours img {
          margin: auto;
          margin-left: 0px;
          display: block;
          width: auto;
          margin-right: 15px; }
        #stores .stores-col .col .open_hours ul {
          margin: auto;
          margin-left: 0px;
          padding: 0px; }
          #stores .stores-col .col .open_hours ul li {
            list-style-type: none;
            color: #00A0B6;
            font-size: 20px;
            font-weight: 300; }
      #stores .stores-col .col .email {
        margin-bottom: 30px; }
        #stores .stores-col .col .email a {
          color: #00A0B6;
          font-size: 22px;
          font-weight: 300;
          display: block;
          margin: auto;
          margin-left: 0px;
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content;
          padding-bottom: 3px;
          border-bottom: 1px solid #00A0B6;
          transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
          #stores .stores-col .col .email a:hover {
            border-color: #00F0FF;
            color: #000; }
      #stores .stores-col .col .directions a {
        display: flex;
        align-items: center;
        color: #00A0B6;
        font-size: 20px;
        font-weight: 600;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        #stores .stores-col .col .directions a img {
          margin: auto;
          margin-left: 15px;
          transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
        #stores .stores-col .col .directions a:hover {
          color: black; }
          #stores .stores-col .col .directions a:hover img {
            margin-left: 30px; }

#storemap {
  display: flex; }
  @media (max-width: 991px) {
    #storemap {
      flex-direction: column; } }
  #storemap .select_stores {
    margin: auto;
    margin-top: 0px;
    width: auto;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 12.5rem;
    border: 1px solid #808080;
    padding: 10px 30px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 50px;
    box-sizing: border-box;
    box-shadow: -3px 3px 5px #808080; }
    @media (max-width: 1440px) {
      #storemap .select_stores {
        padding-left: 150px;
        padding-right: 50px; } }
    @media (max-width: 1280px) {
      #storemap .select_stores {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      #storemap .select_stores {
        width: 100%; } }
    #storemap .select_stores select {
      display: block;
      width: 100%;
      color: #00A0B6;
      font-family: "neue-haas-unica";
      font-size: 25px;
      font-weight: 300;
      margin-bottom: 25px;
      height: auto;
      border: none;
      box-shadow: none;
      outline: 0;
      border-bottom: 1px solid #808080;
      background-color: transparent;
      min-height: 50px; }
  #storemap #map {
    width: 70%;
    margin: auto;
    margin-right: 0px;
    height: 833px;
    max-height: 100vh;
    margin-left: 0px; }
    @media (max-width: 1440px) {
      #storemap #map {
        height: 500px; } }
    @media (max-width: 991px) {
      #storemap #map {
        width: 100%; } }

.gm-style-iw {
  border-radius: 0px !important;
  padding: 15px !important;
  border: 2px solid #00A0B6 !important; }
  .gm-style-iw p {
    font-weight: 300;
    margin: auto;
    margin-bottom: 5px; }
    .gm-style-iw p:first-of-type {
      color: #00A0B6;
      font-size: 20px;
      font-weight: 700;
      margin: auto;
      margin-bottom: 15px;
      line-height: 1;
      text-transform: uppercase; }
    .gm-style-iw p:last-of-type {
      margin-bottom: 0px; }

.page-template-tmpl_faq #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text {
  padding-left: 0px;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  margin-left: 0px; }

.page-template-tmpl_faq #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text p {
  max-width: 100%; }

#def_title .section_content {
  padding-top: 180px;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 8vh; }
  @media (max-width: 991px) {
    #def_title .section_content {
      padding-top: 110px; } }
  #def_title .section_content span {
    margin: auto;
    margin-bottom: 70px;
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 35px; }
    @media (max-width: 991px) {
      #def_title .section_content span {
        font-size: 20px;
        line-height: 20px; } }
  #def_title .section_content h1 {
    margin: auto;
    line-height: 1;
    margin-bottom: -70px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 5px #ffffff; }
    @media (max-width: 991px) {
      #def_title .section_content h1 {
        margin-bottom: 35px; } }
  #def_title .section_content img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    height: 100%;
    max-height: 100vh;
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 991px) {
      #def_title .section_content img {
        height: auto;
        max-height: unset;
        -o-object-fit: unset;
           object-fit: unset;
        vertical-align: middle; } }
  #def_title .section_content p {
    color: #00A0B6;
    font-size: 70px;
    font-weight: 300;
    margin: auto;
    max-width: 80%;
    line-height: 1.1; }
    @media (max-width: 1440px) {
      #def_title .section_content p {
        font-size: 50px;
        line-height: 1.1; } }
    @media (max-width: 991px) {
      #def_title .section_content p {
        font-size: 30px; } }

#def_title.noimage .section_content h1 {
  margin-bottom: 50px; }

#def_title .def_image {
  height: 790px;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 40px; }

#def_title .section_the_content {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 80px; }
  #def_title .section_the_content h3 {
    color: #00A0B6;
    font-weight: 400;
    text-transform: uppercase; }
  #def_title .section_the_content p {
    font-size: 20px;
    font-weight: 300;
    color: #4c4c4c;
    line-height: 1.5; }
    @media (max-width: 991px) {
      #def_title .section_the_content p {
        font-size: 16px; } }

/*Footer Contact*/
#home_contact .wrapper {
  padding-bottom: 40px;
  padding-top: 8rem; }
  @media (max-width: 991px) {
    #home_contact .wrapper {
      padding-top: 4rem;
      padding-bottom: 0; } }

#home_contact .section_title h2 {
  font-size: 130px;
  max-width: 60%;
  margin: auto;
  margin-left: 0px;
  margin-right: 40px;
  line-height: 1.1; }
  @media (max-width: 1440px) {
    #home_contact .section_title h2 {
      font-size: 95px;
      margin: 0; } }
  @media (max-width: 991px) {
    #home_contact .section_title h2 {
      font-size: 40px;
      max-width: 100%; } }

#home_contact .section_title .roundlink {
  border-color: #fff;
  color: #fff;
  margin: auto;
  margin-left: 0px; }
  #home_contact .section_title .roundlink:hover {
    background-color: #fff;
    color: #00A0B6; }

@media (max-width: 991px) {
  #home_contact .section_title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; } }

.page-template-tmpl_faq #def_title .section_content h1 {
  font-size: 130px; }
  @media (max-width: 1280px) {
    .page-template-tmpl_faq #def_title .section_content h1 {
      font-size: 110px; } }
  @media (max-width: 991px) {
    .page-template-tmpl_faq #def_title .section_content h1 {
      font-size: 50px;
      margin-bottom: 0px; } }

.page-template-tmpl_faq #def_title .section_content p {
  font-size: 20px;
  font-weight: 300;
  color: #4c4c4c;
  margin: auto;
  margin-bottom: 20px;
  max-width: 100%;
  line-height: 1.5; }

.page-template-tmpl_faq #def_title .section_content h3, .page-template-tmpl_faq #def_title .section_content h4, .page-template-tmpl_faq #def_title .section_content h5 {
  font-size: 22px;
  color: #00A0B6;
  font-weight: 400;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .page-template-tmpl_faq #def_title .section_content {
    padding-bottom: 50px; } }

.page-template-tmpl_faq #def_title .section_the_content {
  padding-bottom: 80px;
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    .page-template-tmpl_faq #def_title .section_the_content {
      padding-bottom: 50px; } }

.single #def_title .section_content h1 {
  font-size: 130px;
  margin-bottom: 0px; }
  @media (max-width: 1280px) {
    .single #def_title .section_content h1 {
      font-size: 110px; } }
  @media (max-width: 991px) {
    .single #def_title .section_content h1 {
      font-size: 50px; } }

.single #def_title .section_content p {
  font-size: 20px;
  font-weight: 300;
  color: #4c4c4c;
  margin: auto;
  margin-bottom: 20px;
  max-width: 100%;
  line-height: 1.5; }

.single #def_title .section_content h3, .single #def_title .section_content h4, .single #def_title .section_content h5 {
  font-size: 22px;
  color: #00A0B6;
  font-weight: 400;
  margin-bottom: 40px; }

.single-services #def_title .section_content,
.page-template-tmpl_earplugs_overview #def_title .section_content {
  padding-top: 22vh;
  padding-bottom: 11vh;
  margin-top: 0px;
  margin-bottom: 0px; }
  @media (max-width: 1440px) {
    .single-services #def_title .section_content,
    .page-template-tmpl_earplugs_overview #def_title .section_content {
      padding-bottom: 4vh; } }
  @media (max-width: 991px) {
    .single-services #def_title .section_content,
    .page-template-tmpl_earplugs_overview #def_title .section_content {
      padding-top: 15vh; } }

.single-services #def_title .section_the_content,
.page-template-tmpl_earplugs_overview #def_title .section_the_content {
  margin-bottom: 0px;
  padding-bottom: 6.25rem;
  max-width: 100%; }
  .single-services #def_title .section_the_content h3,
  .page-template-tmpl_earplugs_overview #def_title .section_the_content h3 {
    color: #00A0B6;
    font-size: 22px;
    font-weight: 400;
    max-width: 70%;
    margin: auto;
    margin-bottom: 40px; }
  .single-services #def_title .section_the_content p,
  .page-template-tmpl_earplugs_overview #def_title .section_the_content p {
    max-width: 70%;
    margin: auto;
    margin-bottom: 40px; }
    @media (max-width: 1440px) {
      .single-services #def_title .section_the_content p,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content p {
        max-width: 95%; } }
  .single-services #def_title .section_the_content ol,
  .single-services #def_title .section_the_content ul,
  .page-template-tmpl_earplugs_overview #def_title .section_the_content ol,
  .page-template-tmpl_earplugs_overview #def_title .section_the_content ul {
    margin: auto;
    padding: 0 20px;
    list-style: none;
    counter-reset: my-counter; }
    .single-services #def_title .section_the_content ol li,
    .single-services #def_title .section_the_content ul li,
    .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li,
    .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li {
      list-style-type: none;
      color: #00A0B6;
      font-size: 25px;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #00A0B6;
      counter-increment: my-counter; }
      @media (max-width: 991px) {
        .single-services #def_title .section_the_content ol li,
        .single-services #def_title .section_the_content ul li,
        .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li,
        .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li {
          margin-bottom: 35px; } }
      .single-services #def_title .section_the_content ol li:before,
      .single-services #def_title .section_the_content ul li:before,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li:before,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li:before {
        content: "0" counter(my-counter) ".";
        font-weight: 600;
        font-size: 25px;
        margin-right: 0.5rem;
        line-height: 1; }
      .single-services #def_title .section_the_content ol li:first-of-type,
      .single-services #def_title .section_the_content ul li:first-of-type,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li:first-of-type,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li:first-of-type {
        padding-top: 30px;
        border-top: 1px solid #00A0B6; }
      .single-services #def_title .section_the_content ol li:last-of-type,
      .single-services #def_title .section_the_content ul li:last-of-type,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li:last-of-type,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li:last-of-type {
        margin-bottom: 0px; }
      .single-services #def_title .section_the_content ol li strong,
      .single-services #def_title .section_the_content ul li strong,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ol li strong,
      .page-template-tmpl_earplugs_overview #def_title .section_the_content ul li strong {
        font-weight: 700; }

.single-services #services .services-col .col a .section_title::after,
.page-template-tmpl_earplugs_overview #services .services-col .col a .section_title::after {
  display: none; }

.single-services #services .services-col .col a .excerpt_wrap,
.page-template-tmpl_earplugs_overview #services .services-col .col a .excerpt_wrap {
  padding: 50px; }

/*only earplugs*/
.page-template-tmpl_earplugs_overview #def_title .section_the_content ol li:before,
.page-template-tmpl_earplugs_overview #def_title .section_the_content ul li:before {
  content: "";
  margin-right: 0.5rem;
  line-height: 1;
  width: 15px;
  height: 15px;
  background-color: #00A0B6;
  border-radius: 100%;
  display: inline-flex; }

/*Specs*/
#specs {
  padding: 6.25rem 0px; }
  @media (max-width: 991px) {
    #specs {
      padding-top: 2.5rem;
      padding-bottom: 3.5rem; } }
  #specs h2 {
    margin: auto;
    margin-bottom: 5rem;
    line-height: 1;
    font-size: 100px;
    letter-spacing: 1.5px; }
  #specs .custom_accordion_question .title {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #808080;
    margin-bottom: 40px;
    cursor: pointer; }
    #specs .custom_accordion_question .title:first-of-type {
      padding-top: 40px;
      border-top: 1px solid #808080; }
    #specs .custom_accordion_question .title:last-of-type {
      margin-bottom: 0px; }
    #specs .custom_accordion_question .title span.counter {
      margin: auto;
      margin-left: 0px;
      margin-right: 30px;
      font-size: 22px;
      font-weight: 600; }
      @media (max-width: 991px) {
        #specs .custom_accordion_question .title span.counter {
          margin-right: 15px; } }
    #specs .custom_accordion_question .title p {
      font-size: 30px;
      font-weight: 300;
      line-height: 1.2;
      margin: auto;
      margin-left: 0px;
      max-width: 70%; }
      #specs .custom_accordion_question .title p strong {
        font-weight: 700;
        display: inline-block; }
      #specs .custom_accordion_question .title p p {
        max-width: 100%;
        display: inline-block; }
      @media (max-width: 991px) {
        #specs .custom_accordion_question .title p {
          font-size: 20px; } }
    #specs .custom_accordion_question .title.active p.blue {
      font-weight: 600; }
    #specs .custom_accordion_question .title span.icon {
      margin: auto;
      margin-right: 0px;
      position: relative;
      width: 65px;
      height: 65px;
      border-radius: 100%;
      border: 1px solid #808080;
      transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
      @media (max-width: 991px) {
        #specs .custom_accordion_question .title span.icon {
          width: 30px;
          height: 30px; } }
      #specs .custom_accordion_question .title span.icon::after {
        content: "";
        width: 19px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        transform: translateY(-50%);
        display: block;
        background-color: #808080;
        margin: auto;
        transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
      #specs .custom_accordion_question .title span.icon::before {
        content: "";
        height: 19px;
        width: 1px;
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        transform: translateY(-50%);
        display: block;
        background-color: #808080;
        margin: auto;
        transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
    #specs .custom_accordion_question .title.active span.icon {
      border-color: #00A0B6; }
      #specs .custom_accordion_question .title.active span.icon::after {
        background-color: #00A0B6; }
      #specs .custom_accordion_question .title.active span.icon::before {
        background-color: #00A0B6;
        height: 0px; }
  #specs .custom_accordion_answer .text h3 {
    color: #00A0B6;
    font-size: 100px;
    letter-spacing: 1.5px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1; }
  #specs .custom_accordion_answer .text p {
    color: #00A0B6;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    max-width: 70%;
    margin: auto; }
  #specs .custom_accordion_answer .text ul {
    margin: auto;
    padding: 0px; }
    #specs .custom_accordion_answer .text ul li {
      list-style-type: none;
      text-align: left;
      color: #00A0B6;
      font-size: 40px;
      font-weight: 300;
      padding-bottom: 50px;
      margin-bottom: 40px;
      border-bottom: 1px solid #00A0B6; }
      #specs .custom_accordion_answer .text ul li strong {
        font-weight: 700; }
      #specs .custom_accordion_answer .text ul li:first-of-type {
        padding-top: 50px;
        border-top: 1px solid #00A0B6; }

/*Details*/
.page-template-tmpl_hearingaids #details {
  padding-bottom: 0; }

#details {
  padding: 6.25rem 0px; }
  #details .custom_accordion_answer .text {
    display: none; }
    #details .custom_accordion_answer .text.active {
      display: block; }
    #details .custom_accordion_answer .text h3 {
      color: #00A0B6;
      font-size: 100px;
      letter-spacing: 1.5px;
      margin: auto;
      margin-bottom: 20px;
      text-align: center;
      font-weight: 400;
      line-height: 1; }
    #details .custom_accordion_answer .text p {
      color: #00A0B6;
      font-size: 40px;
      font-weight: 300;
      text-align: center;
      max-width: 70%;
      margin: auto;
      margin-bottom: 40px; }
    #details .custom_accordion_answer .text ul {
      margin: auto;
      padding: 0px; }
      #details .custom_accordion_answer .text ul li {
        list-style-type: none;
        text-align: left;
        color: #00A0B6;
        font-size: 40px;
        font-weight: 300;
        padding-bottom: 50px;
        margin-bottom: 40px;
        border-bottom: 1px solid #00A0B6; }
        #details .custom_accordion_answer .text ul li strong {
          font-weight: 700; }
        #details .custom_accordion_answer .text ul li:first-of-type {
          padding-top: 50px;
          border-top: 1px solid #00A0B6; }
  #details .text_wrapper .text {
    display: none; }
    #details .text_wrapper .text.active {
      display: block; }
    #details .text_wrapper .text h3 {
      color: #00A0B6;
      font-size: 16px;
      letter-spacing: 0px;
      text-align: left;
      font-weight: 400;
      line-height: 1;
      max-width: 70%;
      margin: auto;
      margin-bottom: 40px; }
    #details .text_wrapper .text p {
      font-size: 20px;
      line-height: 1.5;
      font-weight: 300;
      color: #4c4c4c;
      text-align: left; }
    #details .text_wrapper .text ul {
      margin: auto;
      padding: 0px; }
      #details .text_wrapper .text ul li {
        list-style-type: none;
        text-align: left;
        color: #00A0B6;
        font-size: 40px;
        font-weight: 300;
        padding-bottom: 50px;
        margin-bottom: 40px;
        border-bottom: 1px solid #00A0B6; }
        #details .text_wrapper .text ul li strong {
          font-weight: 700; }
        #details .text_wrapper .text ul li:first-of-type {
          padding-top: 50px;
          border-top: 1px solid #00A0B6; }
  #details.hearing_aids_details .custom_accordion_answer .text h3 {
    color: #00A0B6;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    max-width: 70%;
    margin: auto;
    margin-bottom: 40px; }
  #details.hearing_aids_details .custom_accordion_answer .text p {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    text-align: left; }

.page-template-tmpl_hearingaids #services .services-col {
  max-width: 100%; }
  .page-template-tmpl_hearingaids #services .services-col .col a .section_title::after {
    display: none; }

.page-template-tmpl_earplugs_overview #services .services-col {
  max-width: 100%; }
  .page-template-tmpl_earplugs_overview #services .services-col .col {
    width: 25%;
    padding: 0px 25px; }
    .page-template-tmpl_earplugs_overview #services .services-col .col:nth-child(1) {
      padding-left: 25px; }
    .page-template-tmpl_earplugs_overview #services .services-col .col:last-of-type {
      padding-right: 25px; }
    .page-template-tmpl_earplugs_overview #services .services-col .col a .section_title::after {
      display: none; }
    .page-template-tmpl_earplugs_overview #services .services-col .col a .excerpt_wrap {
      padding: 50px; }

.page-template-tmpl_service #def_title .section_content p.black {
  color: #000;
  font-size: 28px;
  letter-spacing: 2.8px;
  font-weight: 700; }

.page-template-tmpl_service #def_title .section_the_content {
  padding-bottom: 6.25rem;
  margin-bottom: 0px; }

.page-template-tmpl_service #moreinfo {
  padding-top: 0px; }
  .page-template-tmpl_service #moreinfo .section_content p {
    margin-top: 0px;
    margin-bottom: 40px; }

#seealso {
  padding: 6.25rem 0px; }
  #seealso .wrapper .more_services {
    display: flex; }
    @media (max-width: 991px) {
      #seealso .wrapper .more_services {
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    #seealso .wrapper .more_services a {
      font-size: 30px;
      font-weight: 300;
      color: #00A0B6;
      width: 250px;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      border: 1px solid #00A0B6;
      margin: auto;
      transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715); }
      #seealso .wrapper .more_services a:nth-child(1) {
        margin-right: 0px;
        order: 1; }
      #seealso .wrapper .more_services a:nth-child(2) {
        margin-left: 0px;
        order: 3; }
      #seealso .wrapper .more_services a:hover {
        color: #fff;
        background-color: #00A0B6; }
      @media (max-width: 991px) {
        #seealso .wrapper .more_services a {
          font-size: 22px;
          width: 180px;
          height: 180px;
          margin: auto !important; } }
    #seealso .wrapper .more_services p {
      color: #00A0B6;
      font-size: 40px;
      font-weight: 700;
      order: 2;
      margin: auto 5rem; }
      @media (max-width: 991px) {
        #seealso .wrapper .more_services p {
          margin: 2rem 0;
          font-size: 25px; } }

#text {
  padding-top: 6.25rem; }
  @media (max-width: 991px) {
    #text {
      padding-top: 45px; } }
  #text .wrapper .section_the_content {
    max-width: 80%;
    margin: auto; }
    @media (max-width: 1280px) {
      #text .wrapper .section_the_content {
        max-width: 95%; } }
    #text .wrapper .section_the_content h3 {
      color: #00A0B6;
      margin: auto;
      margin-bottom: 40px;
      font-size: 22px;
      font-weight: 400;
      text-transform: uppercase; }
    #text .wrapper .section_the_content p {
      color: #000;
      font-size: 20px;
      line-height: 1.5;
      color: #4c4c4c;
      font-weight: 300; }
      #text .wrapper .section_the_content p:last-of-type {
        margin: auto; }
      @media (max-width: 991px) {
        #text .wrapper .section_the_content p {
          line-height: 1.4;
          font-size: 20px; } }

#consumables {
  padding: 12.5rem 0px; }
  @media (max-width: 1280px) {
    #consumables {
      padding-top: 80px; } }
  #consumables .wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    #consumables .wrapper .row .col {
      position: relative;
      max-width: calc(33.333% - 40px);
      flex-basis: calc(33.333% - 40px);
      margin: auto 20px;
      margin-bottom: 50px;
      padding-top: 22px;
      border-top: 1px solid #00A0B6;
      display: flex;
      flex-direction: column; }
      #consumables .wrapper .row .col p {
        font-size: 28px;
        margin-bottom: 22px;
        margin-top: 0; }
      #consumables .wrapper .row .col img {
        display: block;
        margin: auto;
        height: 400px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: white;
        width: 100%; }
      #consumables .wrapper .row .col .section_text {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        opacity: 0;
        padding: 30px;
        background-color: #00A0B6;
        height: 400px;
        transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        box-sizing: border-box;
        overflow-y: auto; }
        #consumables .wrapper .row .col .section_text p {
          font-size: 22px;
          font-weight: 300;
          line-height: 1.3;
          margin: auto;
          text-align: left;
          color: #fff;
          cursor: default; }
          @media (max-width: 991px) {
            #consumables .wrapper .row .col .section_text p {
              font-size: 18px; } }
      #consumables .wrapper .row .col:hover .section_text {
        opacity: 1; }
      @media (max-width: 1280px) {
        #consumables .wrapper .row .col {
          max-width: calc(50% - 40px);
          flex-basis: calc(50% - 40px); } }
      @media (max-width: 991px) {
        #consumables .wrapper .row .col {
          max-width: calc(100% - 40px);
          flex-basis: calc(100% - 40px); } }

#accesories {
  padding: 10rem 0px;
  padding-bottom: 80px; }
  #accesories .wrapper .row {
    padding: 0 20px; }
    #accesories .wrapper .row .col {
      position: relative;
      width: calc(50% - (50px));
      margin: auto 25px;
      margin-bottom: 50px;
      padding-top: 22px;
      border-top: 1px solid #00A0B6;
      float: left;
      min-height: 75vh; }
      #accesories .wrapper .row .col .swiper .swiper-slide {
        opacity: 0.2;
        transition: opacity 0.8s ease; }
        #accesories .wrapper .row .col .swiper .swiper-slide.swiper-slide-active {
          opacity: 1; }
      #accesories .wrapper .row .col .swiper .buttons {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #accesories .wrapper .row .col .swiper .buttons .swiper-button-next {
          right: 8%;
          width: 60px;
          transition: all 0.4s ease; }
          #accesories .wrapper .row .col .swiper .buttons .swiper-button-next:after {
            display: none; }
          #accesories .wrapper .row .col .swiper .buttons .swiper-button-next svg {
            -o-object-fit: contain;
               object-fit: contain;
            width: 100%; }
      #accesories .wrapper .row .col:nth-child(2n-1) {
        margin-left: 0px;
        margin-right: 50px; }
        @media (max-width: 991px) {
          #accesories .wrapper .row .col:nth-child(2n-1) {
            margin-right: 0px; } }
      #accesories .wrapper .row .col:nth-child(2n) {
        margin-right: 0px;
        margin-left: 50px; }
        @media (max-width: 991px) {
          #accesories .wrapper .row .col:nth-child(2n) {
            margin-left: 0px; } }
      @media (max-width: 1280px) {
        #accesories .wrapper .row .col {
          width: 100%; } }
      @media (max-width: 991px) {
        #accesories .wrapper .row .col {
          min-height: 100%; } }
      #accesories .wrapper .row .col .swiper-slide.swiper-slide-next p, #accesories .wrapper .row .col .swiper-slide.swiper-slide-next h4 {
        display: none; }
      #accesories .wrapper .row .col .swiper-slide.swiper-slide-prev p, #accesories .wrapper .row .col .swiper-slide.swiper-slide-prev h4 {
        display: none; }
      #accesories .wrapper .row .col h3 {
        color: #00A0B6;
        font-size: 28px;
        font-weight: 400;
        margin: auto;
        margin-bottom: 25px; }
      #accesories .wrapper .row .col h4 {
        font-size: 35px;
        font-weight: 300;
        margin: auto;
        margin-bottom: 10px;
        color: #00A0B6; }
      #accesories .wrapper .row .col img {
        display: block;
        margin: auto;
        height: 445px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: white;
        width: 100%;
        margin-bottom: 20px; }
      #accesories .wrapper .row .col p {
        font-size: 20px;
        font-weight: 300;
        margin: auto;
        line-height: 1.4;
        color: #4c4c4c; }
        @media (max-width: 1280px) {
          #accesories .wrapper .row .col p {
            font-size: 18px; } }
      #accesories .wrapper .row .col .swiper-slide h3 {
        font-size: 22px;
        color: #00A0B6;
        font-weight: 600; }

.page-template-tmpl_hearingproducts #def_title .wrapper .section_content h1,
.page-template-tmpl_hearingproducts_plugs #def_title .wrapper .section_content h1,
.page-template-tmpl_hearingproducts_protection #def_title .wrapper .section_content h1 {
  margin-bottom: 6.25rem; }
  @media (max-width: 991px) {
    .page-template-tmpl_hearingproducts #def_title .wrapper .section_content h1,
    .page-template-tmpl_hearingproducts_plugs #def_title .wrapper .section_content h1,
    .page-template-tmpl_hearingproducts_protection #def_title .wrapper .section_content h1 {
      margin-bottom: 2.5rem; } }

.page-template-tmpl_hearingproducts #def_title .wrapper .section_the_content,
.page-template-tmpl_hearingproducts_plugs #def_title .wrapper .section_the_content,
.page-template-tmpl_hearingproducts_protection #def_title .wrapper .section_the_content {
  margin-bottom: 0px;
  padding-bottom: 6.25rem; }
  @media (max-width: 991px) {
    .page-template-tmpl_hearingproducts #def_title .wrapper .section_the_content,
    .page-template-tmpl_hearingproducts_plugs #def_title .wrapper .section_the_content,
    .page-template-tmpl_hearingproducts_protection #def_title .wrapper .section_the_content {
      padding-bottom: 2.5rem; } }
  .page-template-tmpl_hearingproducts #def_title .wrapper .section_the_content p:last-of-type,
  .page-template-tmpl_hearingproducts_plugs #def_title .wrapper .section_the_content p:last-of-type,
  .page-template-tmpl_hearingproducts_protection #def_title .wrapper .section_the_content p:last-of-type {
    margin-bottom: 0px; }

.page-template-tmpl_hearingproducts #services .wrapper h2,
.page-template-tmpl_hearingproducts_plugs #services .wrapper h2,
.page-template-tmpl_hearingproducts_protection #services .wrapper h2 {
  line-height: 1.1;
  margin: auto;
  margin-bottom: 6.25rem;
  font-size: 60px;
  max-width: 70%;
  font-family: "neue-haas-unica";
  font-weight: 300; }
  @media (max-width: 991px) {
    .page-template-tmpl_hearingproducts #services .wrapper h2,
    .page-template-tmpl_hearingproducts_plugs #services .wrapper h2,
    .page-template-tmpl_hearingproducts_protection #services .wrapper h2 {
      font-size: 35px;
      max-width: 100%;
      margin-bottom: 2.5rem; } }

.page-template-tmpl_hearingproducts #services .wrapper .services-col .col a .section_title::after,
.page-template-tmpl_hearingproducts_plugs #services .wrapper .services-col .col a .section_title::after,
.page-template-tmpl_hearingproducts_protection #services .wrapper .services-col .col a .section_title::after {
  display: none; }

.page-template-tmpl_hearingproducts #textloop .text-loop span,
.page-template-tmpl_hearingproducts_plugs #textloop .text-loop span,
.page-template-tmpl_hearingproducts_protection #textloop .text-loop span {
  font-size: 180px;
  line-height: normal; }

.page-template-tmpl_hearingproducts_protection #specs {
  display: none; }

.page-template-tmpl_hearingproducts_protection #products {
  padding-top: 6.25rem; }
  @media (max-width: 991px) {
    .page-template-tmpl_hearingproducts_protection #products {
      padding-bottom: 2.5rem; } }
  .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.products-row .col {
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 1024px) {
      .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.products-row .col {
        flex: 0 0 100%;
        max-width: 100%; } }
  .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.thespecs .col.textspecs p {
    color: #000;
    font-size: 23px;
    font-weight: 300; }
  .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.thespecs .col ul {
    padding: 0px; }
    .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.thespecs .col ul li {
      list-style-type: none;
      color: #00A0B6;
      font-size: 30px;
      font-weight: 300;
      margin: auto;
      margin-bottom: 25px; }
      .page-template-tmpl_hearingproducts_protection #products .wrapper .col-row.thespecs .col ul li:last-of-type {
        margin-bottom: 0px; }

.page-template-tmpl_hearingproducts_plugs #services .services-col {
  max-width: 100%; }

/*Product Specs*/
#specs.products_specs .wrapper .custom_accordion_question .title {
  flex-direction: column; }
  #specs.products_specs .wrapper .custom_accordion_question .title .inner_title {
    display: flex; }
  #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text {
    height: 0px;
    opacity: 0;
    transition: all 0.5s 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active {
      display: flex;
      margin-bottom: 5rem;
      margin-top: 5rem;
      height: auto;
      opacity: 1; }
      @media (max-width: 991px) {
        #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active {
          flex-direction: column;
          margin-bottom: 2.5rem;
          margin-top: 2.5rem; } }
      #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text {
        padding-left: 60px;
        width: 50%;
        margin: auto;
        margin-top: 0px;
        margin-left: 0px; }
        @media (max-width: 991px) {
          #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text {
            padding-left: 0px;
            width: 100%; } }
        #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text h3 {
          font-size: 60px;
          font-weight: 300;
          line-height: 1;
          margin: auto;
          margin-bottom: 6.25rem;
          color: #00A0B6; }
          @media (max-width: 991px) {
            #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text h3 {
              font-size: 50px;
              margin-bottom: 35px; } }
          @media (max-width: 768px) {
            #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text h3 {
              font-size: 40px; } }
        @media (max-width: 991px) {
          #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active .inner_text p {
            width: 100%;
            max-width: 100%; } }
      #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active img {
        width: 30%;
        margin: auto;
        margin-top: 45px;
        margin-right: 0px; }
        @media (max-width: 991px) {
          #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer .text.active img {
            display: block;
            max-height: 50vh;
            -o-object-fit: contain;
               object-fit: contain;
            background-color: #fff;
            width: 100%; } }
  #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer.noflex .text.active {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer.noflex .text.active .inner_text {
      width: 100%; }
      #specs.products_specs .wrapper .custom_accordion_question .title .custom_accordion_answer.noflex .text.active .inner_text p {
        width: 100%;
        max-width: 100%; }

/*Products*/
#products {
  padding-bottom: 6.25rem; }
  #products .wrapper h2 {
    line-height: 1.2;
    margin: auto;
    margin-bottom: 6.25rem;
    font-size: 70px; }
    @media (max-width: 1024px) {
      #products .wrapper h2 {
        font-size: 45px;
        margin-bottom: 35px; } }
  #products .wrapper .col-row.products-row {
    margin-left: -10px;
    margin-right: -10px; }
    #products .wrapper .col-row.products-row .col {
      box-sizing: border-box;
      padding: 0px 25px;
      padding-bottom: 10px;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
      @media (max-width: 1440px) {
        #products .wrapper .col-row.products-row .col {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 991px) {
        #products .wrapper .col-row.products-row .col {
          flex: 0 0 100%;
          max-width: 100%; } }
      #products .wrapper .col-row.products-row .col p.blue {
        font-size: 28px;
        font-weight: 400;
        line-height: 1.2;
        padding-top: 25px;
        margin-bottom: 25px;
        border-top: 1px solid #00A0B6; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.products-row .col p.blue {
            font-size: 22px; } }
      #products .wrapper .col-row.products-row .col img {
        height: 440px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: white;
        display: block;
        width: 100%; }
      #products .wrapper .col-row.products-row .col .description_and_image {
        position: relative; }
        #products .wrapper .col-row.products-row .col .description_and_image p {
          position: absolute;
          opacity: 0;
          transition: all 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
          padding: 50px;
          box-sizing: border-box;
          height: 440px;
          color: #00F0FF;
          font-size: 22px;
          font-weight: 400;
          overflow-y: auto;
          z-index: 1;
          background-color: #00A0B6;
          top: 0px;
          margin-top: 0px;
          margin-bottom: 0px; }
        #products .wrapper .col-row.products-row .col .description_and_image:hover p {
          opacity: 1; }
      #products .wrapper .col-row.products-row .col .spec {
        display: flex;
        margin-top: 25px;
        cursor: pointer; }
        #products .wrapper .col-row.products-row .col .spec .icon {
          position: relative;
          margin: auto;
          margin-left: 0px;
          width: 65px;
          height: 65px;
          border: 1px solid #999999;
          border-radius: 100%;
          margin-right: 0px;
          transition: all 0.6s ease; }
          #products .wrapper .col-row.products-row .col .spec .icon::after {
            content: "";
            width: 19px;
            height: 1px;
            background-color: #999999;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            margin: auto;
            display: block; }
          #products .wrapper .col-row.products-row .col .spec .icon::before {
            content: "";
            width: 1px;
            height: 19px;
            background-color: #999999;
            position: absolute;
            left: 0px;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            margin: auto;
            display: block; }
          #products .wrapper .col-row.products-row .col .spec .icon:hover {
            background: #00A0B6;
            border-color: #00A0B6; }
            #products .wrapper .col-row.products-row .col .spec .icon:hover:after, #products .wrapper .col-row.products-row .col .spec .icon:hover:before {
              background-color: white; }
        #products .wrapper .col-row.products-row .col .spec p {
          font-size: 20px;
          font-weight: 300;
          margin: auto;
          margin-left: 15px;
          color: #999999;
          transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
        #products .wrapper .col-row.products-row .col .spec .counter {
          color: #999999;
          font-size: 18px;
          font-weight: 400;
          margin: auto;
          margin-right: 0px;
          transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #products .wrapper .col-row.products-row .col.active .spec .icon {
        border-color: #00A0B6; }
        #products .wrapper .col-row.products-row .col.active .spec .icon::before {
          height: 0px;
          background-color: #00A0B6; }
        #products .wrapper .col-row.products-row .col.active .spec .icon::after {
          background-color: #00A0B6; }
      #products .wrapper .col-row.products-row .col.active .spec p {
        color: #00A0B6; }
      #products .wrapper .col-row.products-row .col.active .spec .counter {
        color: #00A0B6; }
  #products .wrapper .col-row.thespecs {
    height: 0px;
    opacity: 0;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      #products .wrapper .col-row.thespecs {
        flex-wrap: nowrap;
        flex-direction: column; } }
    #products .wrapper .col-row.thespecs.active {
      height: auto;
      opacity: 1;
      transition: all 0.5s 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      max-height: 85vh;
      overflow-y: scroll;
      background-color: #fff;
      left: 0px;
      right: 0px;
      padding: 5rem;
      box-sizing: border-box;
      border-radius: 6px;
      box-shadow: 0 0 20px #0000004f;
      z-index: 100;
      margin: auto;
      width: 90%; }
      @media (max-width: 1440px) {
        #products .wrapper .col-row.thespecs.active {
          padding: 3rem; } }
      @media (max-width: 991px) {
        #products .wrapper .col-row.thespecs.active {
          padding: 1rem; } }
      #products .wrapper .col-row.thespecs.active .col {
        height: auto;
        opacity: 1;
        transition: all 0.5s 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
        #products .wrapper .col-row.thespecs.active .col p {
          height: auto;
          opacity: 1;
          transition: all 0.5s 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
    #products .wrapper .col-row.thespecs .modal_info {
      display: flex;
      margin: auto;
      margin-bottom: 4rem;
      margin-top: 30px;
      flex-basis: 100%;
      width: 100%; }
      @media (max-width: 1024px) {
        #products .wrapper .col-row.thespecs .modal_info {
          display: block;
          margin-bottom: 2rem;
          margin-top: 50px; } }
      #products .wrapper .col-row.thespecs .modal_info img {
        display: block;
        height: 300px;
        -o-object-fit: contain;
           object-fit: contain;
        margin: auto;
        flex-basis: 50%;
        -o-object-position: right;
           object-position: right;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-width: 50%; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.thespecs .modal_info img {
            margin: initial;
            margin-top: 40px;
            -o-object-position: left;
               object-position: left;
            width: 100%; } }
      #products .wrapper .col-row.thespecs .modal_info p {
        margin: auto;
        margin-left: 0px;
        flex-basis: 50%;
        font-size: 55px;
        line-height: 1.1;
        font-family: "Flounder Pro"; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.thespecs .modal_info p {
            flex-basis: 100%;
            font-size: 40px;
            display: inline-block;
            width: 100%; } }
    #products .wrapper .col-row.thespecs span.button_close {
      position: absolute;
      top: 2.5rem;
      right: 2.5rem;
      width: 65px;
      height: 65px;
      border: 1px solid #00A0B6;
      border-radius: 100%;
      display: block;
      cursor: pointer;
      transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
      @media (max-width: 1440px) {
        #products .wrapper .col-row.thespecs span.button_close {
          top: 20px;
          right: 15px; } }
      @media (max-width: 1024px) {
        #products .wrapper .col-row.thespecs span.button_close {
          width: 45px;
          height: 45px;
          top: 15px;
          right: 10px; } }
      #products .wrapper .col-row.thespecs span.button_close::after {
        content: "";
        width: 19px;
        height: 1px;
        background-color: #00A0B6;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        margin: auto;
        display: block;
        transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #products .wrapper .col-row.thespecs span.button_close::before {
        content: "";
        width: 1px;
        height: 19px;
        background-color: #00A0B6;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        margin: auto;
        display: block;
        transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1); }
      #products .wrapper .col-row.thespecs span.button_close:hover {
        background-color: #00A0B6; }
        #products .wrapper .col-row.thespecs span.button_close:hover::after {
          background-color: #fff; }
        #products .wrapper .col-row.thespecs span.button_close:hover::before {
          background-color: #fff; }
    #products .wrapper .col-row.thespecs .col {
      height: 0px;
      opacity: 0; }
      #products .wrapper .col-row.thespecs .col.half {
        max-width: 50%;
        flex-basis: 50%; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.thespecs .col.half {
            max-width: 100%;
            flex-basis: 100%; } }
        #products .wrapper .col-row.thespecs .col.half p {
          border-top: 0px; }
      #products .wrapper .col-row.thespecs .col p {
        color: #00A0B6;
        font-size: 25px;
        font-weight: 300;
        margin: auto;
        margin-bottom: 25px;
        padding-top: 25px;
        border-top: 1px solid #b3b3b3;
        height: 0px;
        opacity: 0; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.thespecs .col p {
            font-size: 20px; } }
      #products .wrapper .col-row.thespecs .col span {
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 300;
        line-height: 1;
        padding-bottom: 25px;
        border-bottom: 1px solid #b3b3b3; }
        @media (max-width: 1024px) {
          #products .wrapper .col-row.thespecs .col span {
            font-size: 18px; } }
        #products .wrapper .col-row.thespecs .col span span {
          width: 15px;
          height: 15px;
          border-radius: 100%;
          display: inline-block;
          background-color: #00A0B6;
          padding: 0px;
          border: none;
          font-size: unset;
          line-height: 1;
          font-weight: unset;
          margin: auto 5px; }

.backdrop.active {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #02191c;
  opacity: 0.5;
  z-index: 50;
  width: 100%;
  height: 100%; }

#footnote {
  padding: 8rem 0px;
  border-top: 1px solid #00A0B6; }
  #footnote .wrapper {
    padding: 0px 25px;
    max-width: 1400px; }
    #footnote .wrapper .footnote_notice {
      display: flex; }
      @media (max-width: 991px) {
        #footnote .wrapper .footnote_notice {
          align-items: center;
          flex-direction: column; } }
      #footnote .wrapper .footnote_notice p {
        font-size: 70px;
        font-family: "Flounder Pro";
        margin: auto;
        margin-left: 0px;
        max-width: 80%;
        font-weight: 400;
        line-height: 1.1; }
        @media (max-width: 1440px) {
          #footnote .wrapper .footnote_notice p {
            font-size: 50px; } }
        @media (max-width: 991px) {
          #footnote .wrapper .footnote_notice p {
            max-width: 100%;
            text-align: center; } }
      #footnote .wrapper .footnote_notice a {
        margin: auto;
        margin-right: 0px; }

.error404 .page-404-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative; }
  .error404 .page-404-content::after {
    display: none; }
  .error404 .page-404-content .content-container {
    margin: auto;
    width: 70%;
    max-width: 100%;
    text-align: center;
    z-index: 1; }
    .error404 .page-404-content .content-container p {
      margin: auto;
      color: #00F0FF;
      font-size: 23px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 50px; }
    .error404 .page-404-content .content-container h1 {
      color: #00A0B6;
      font-size: 120px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      margin: auto;
      margin-bottom: 50px; }
      .error404 .page-404-content .content-container h1 span {
        display: block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: auto;
        text-align: center; }
    .error404 .page-404-content .content-container .content a {
      font-size: 23px; }


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