/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #151F37;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  margin: 0;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 64px;
  margin: 25px 0;
}
h1 span {
  font-weight: 700;
}
@media (max-width: 1127px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (max-width: 590px) {
  h1 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 42px;
  }
}

h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 590px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 590px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

p {
  margin: 0;
}

.section-heading {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 90px;
  text-align: center;
}
@media (max-width: 590px) {
  .section-heading {
    font-size: 30px;
    font-size: 3rem;
  }
}

.caption {
  color: #41AEA8;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 590px) {
  .caption {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.caption::before {
  background-color: #41AEA8;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

a {
  text-decoration: none;
  transition: all 0.2s linear;
}

.button,
button {
  align-items: center;
  background-color: #01414B;
  border: 2px solid #fff;
  border-radius: 24px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  justify-content: center;
  padding: 14px 22px;
  text-align: center;
}
.button.outline,
button.outline {
  background-color: transparent;
  border: 2px solid #01414B;
}

figure {
  margin: 0;
}

.wrapper {
  display: grid;
  margin: 0 auto;
  max-width: 1128px;
}
@media (max-width: 1127px) {
  .wrapper {
    max-width: 730px;
  }
}
@media (max-width: 590px) {
  .wrapper {
    max-width: 335px;
  }
}

.wrapper-content {
  display: block;
  margin: 0 auto;
  width: 1128px;
}
@media (max-width: 1127px) {
  .wrapper-content {
    width: 100%;
    padding: 0px 5px;
  }
}
@media (max-width: 590px) {
  .wrapper-content {
    width: 100%;
    padding: 0px 10px;
  }
}

.call-us {
  bottom: 40px;
  position: fixed;
  right: 40px;
  z-index: 100;
}
@media (max-width: 1127px) {
  .call-us {
    bottom: 20px;
  }
}
.call-us__link, .call-us__info {
  align-items: center;
  background-color: #01414B;
  border: 2px solid #fff;
  border-radius: 48px;
  height: 72px;
  display: flex;
  justify-content: center;
  padding: 0 30px;
}
.call-us__link {
  cursor: pointer;
}
.call-us__close-btn img {
  display: block;
}
.call-us__info {
  bottom: 40px;
  position: fixed;
  right: 30px;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.call-us__info.open {
  opacity: 1;
  right: 40px;
  transform: translateX(0);
  visibility: visible;
}
.call-us__info.open .call-us__close-btn,
.call-us__info.open .call-us__number {
  opacity: 1;
}
@media (max-width: 1127px) {
  .call-us__info {
    bottom: 20px;
  }
}
.call-us__close-btn, .call-us__number {
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.2s linear;
}
.call-us__close-btn {
  margin-right: 20px;
}
.call-us__close-btn:hover {
  cursor: pointer;
}

.go-to-top {
  background-color: #fff !important;
  bottom: 40px;
  left: 90px;
  position: fixed;
  z-index: 100;
}
@media (max-width: 1127px) {
  .go-to-top {
    bottom: 20px;
  }
}
@media (max-width: 590px) {
  .go-to-top {
    display: none;
  }
}

.hero {
  background-image: linear-gradient(150deg, #D3EBEA, #FFF 45%);
  padding-top: 50px;
  z-index: 4;
}
@media (max-width: 590px) {
  .hero {
    padding-top: 0;
  }
}
.hero .wrapper {
  gap: 120px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1127px) {
  .hero .wrapper {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.hero__headings {
  padding-top: 100px;
}
.hero__headings h1 {
  font-size: 43px;
  font-size: 4.3rem;
}
.hero__headings .subheading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
@media (max-width: 590px) {
  .hero__headings .subheading {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.hero__headings .subheading ul {
  padding-left: 0;
}
.hero__headings .subheading ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.hero__headings .subheading ul li::before {
  background-image: url(/images/forward.svg?19fffc10b617508ccf9b8ee60f9d5f1d);
  background-position: 3px 0;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}
.hero__calculator {
  position: relative;
}
@media (max-width: 1127px) {
  .hero__calculator {
    margin-right: 0;
    padding: 0 100px;
  }
  .hero__calculator .square {
    display: none;
  }
  .hero__calculator .ellipse {
    display: none;
  }
}
@media (max-width: 590px) {
  .hero__calculator {
    padding: 0;
  }
  .hero__calculator .square {
    left: 60px !important;
  }
  .hero__calculator .ellipse {
    right: 55px !important;
  }
}
.hero__calculator .square {
  background-color: #FCC02F;
  border-radius: 32px;
  bottom: -40px;
  height: 254px;
  left: -40px;
  position: absolute;
  width: 254px;
  z-index: 5;
}
.hero__calculator .ellipse {
  background-image: url(/images/ellipse-green.svg?2ab4378c8a829742a5d59628e8638060);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  position: absolute;
  right: -45px;
  top: 60px;
  width: 100px;
  z-index: 5;
}
.hero__calculator .container {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  padding: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 590px) {
  .hero__calculator .container {
    padding: 20px;
  }
}
.hero__calculator .container h3 {
  margin-bottom: 20px;
}
.hero__calculator .container .description {
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 2;
  margin-bottom: 15px;
}
.hero__calculator .container .form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.hero__calculator .container .form-field .input-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 590px) {
  .hero__calculator .container .form-field .input-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero__calculator .container .form-field .input-wrapper .value {
    margin-bottom: 20px;
  }
}
.hero__calculator .container .form-field .input-wrapper .input-container input[type=number] {
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  outline: none;
  text-align: right;
}
.hero__calculator .container .form-field .input-wrapper .input-container span {
  margin-left: 5px;
}
.hero__calculator .container .form-field .input-wrapper .value {
  background-color: rgba(1, 65, 75, 0.05);
  border: none;
  border-radius: 16px;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.75px;
  outline: none;
  padding: 15px 24px;
}
.hero__calculator .container .form-field .input-wrapper input[type=number]::-webkit-inner-spin-button,
.hero__calculator .container .form-field .input-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hero__calculator .container .form-field .input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.hero__calculator .container .form-field .input-wrapper.percent .value {
  min-width: 93px;
  text-align: center;
}
.hero__calculator .container .form-field .input-wrapper.amount .value {
  max-width: 250px;
  width: 100%;
}
.hero__calculator .container .form-field .input-wrapper.amount .value input {
  text-align: left;
  width: 97px;
}
@media (max-width: 590px) {
  .hero__calculator .container .form-field .input-wrapper.amount .value input {
    text-align: right;
    width: 185px;
  }
}
.hero__calculator .container .form-field .input-wrapper.years .value {
  max-width: 110px;
  text-align: center;
}
@media (max-width: 590px) {
  .hero__calculator .container .form-field .input-wrapper.years .value {
    max-width: 250px;
  }
}
.hero__calculator .container .form-field .input-wrapper.years .value input {
  padding-right: 2px;
  width: 30px;
}
@media (max-width: 590px) {
  .hero__calculator .container .form-field .input-wrapper.years .value input {
    width: 165px;
  }
}
.hero__calculator .container .form-field .input-wrapper .range-wrapper {
  height: 60px;
  position: relative;
  overflow: hidden;
  width: 250px;
}
.hero__calculator .container .form-field .input-wrapper .range-wrapper > span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  position: absolute;
  top: -1px;
}
.hero__calculator .container .form-field .input-wrapper .range-wrapper > span.min {
  left: 0;
}
.hero__calculator .container .form-field .input-wrapper .range-wrapper > span.max {
  right: 0;
}
.hero__calculator .container .form-field .input-wrapper .range-wrapper .range-bar {
  background-color: #01414B;
  border-radius: 10px 0 0 10px;
  bottom: 24px;
  height: 12px;
  position: absolute;
  width: 28px;
}
.hero__calculator .container .form-field .input-wrapper .buttons {
  align-items: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.04);
  display: flex;
}
.hero__calculator .container .form-field .input-wrapper .buttons > a {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-size: 2rem;
  height: 42px;
  justify-content: center;
  text-align: center;
  width: 46px;
}
.hero__calculator .container .form-field .input-wrapper .buttons .qty-minus {
  border-radius: 8px 0 0 8px;
}
.hero__calculator .container .form-field .input-wrapper .buttons .qty-plus {
  border-radius: 0 8px 8px 0;
}
.hero__calculator .estimated {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.hero__calculator .read-more {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1.9;
  margin-top: 30px;
}
.hero__calculator .read-more a {
  color: #0082E7;
}

input[type=range] {
  height: 40px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f2f6f6;
  border-radius: 10px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #01414B;
  height: 32px;
  width: 32px;
  border-radius: 40px;
  background-color: #FFFFFF;
  background-image: url(/images/thumb-line.png?5d0edd870e991bcde9709d61945ccce1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #f2f6f6;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f2f6f6;
  border-radius: 10px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #01414B;
  height: 32px;
  width: 32px;
  border-radius: 40px;
  background-color: #FFFFFF;
  background-image: url(/images/thumb-line.png?5d0edd870e991bcde9709d61945ccce1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

input[type=range]::-moz-range-progress {
  background-color: #01414B;
  border-radius: 10px;
  height: 12px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #f2f6f6;
  border: 0px solid #000000;
  border-radius: 20px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #01414B;
  border: 0px solid #000000;
  border-radius: 20px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #01414B;
  height: 32px;
  width: 32px;
  border-radius: 40px;
  background-color: #FFFFFF;
  background-image: url(/images/thumb-line.png?5d0edd870e991bcde9709d61945ccce1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #f2f6f6;
}

input[type=range]:focus::-ms-fill-upper {
  background: #01414B;
}

.top-header {
  background-color: #01414B;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.top-header__wrapper {
  grid-template-columns: 1fr 2fr;
  padding: 24px 10px;
  position: relative;
}
.top-header__logo {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 999;
}
.top-header__logo img {
  display: block;
  height: 30px;
}
@media (max-width: 590px) {
  .top-header__logo img {
    max-width: 150px;
  }
}
.top-header__main-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.top-header__main-nav > a {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 40px;
  position: relative;
  text-align: center;
}
.top-header__main-nav > a:hover::before, .top-header__main-nav > a:active::before {
  opacity: 1;
  visibility: visible;
}
.top-header__main-nav > a::before {
  background-color: #fff;
  border-radius: 50%;
  bottom: -15px;
  content: "";
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  visibility: hidden;
  width: 6px;
}
.top-header__main-nav > a.button {
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-right: 0;
}
.top-header__main-nav > a.button::before {
  display: none;
}
@media (max-width: 1127px) {
  .top-header__main-nav {
    align-items: center;
    background-color: #01414B;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
    z-index: 99;
  }
  .top-header__main-nav.open {
    opacity: 1;
    transform: translateX(0);
  }
  .top-header__main-nav > a {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .top-header__main-nav > a.button {
    border-radius: 30px;
  }
}
.top-header__toggle-btn {
  display: none;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 100;
}
.top-header__toggle-btn.open .bar {
  top: 7px;
  width: 100%;
}
.top-header__toggle-btn.open .bar--top {
  transform: rotate(45deg);
}
.top-header__toggle-btn.open .bar--bottom {
  transform: rotate(-45deg);
}
.top-header__toggle-btn .bar {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
}
.top-header__toggle-btn .bar--top {
  top: 0;
  transition: all 0.2s linear;
  width: 100%;
}
.top-header__toggle-btn .bar--bottom {
  top: 100%;
  transition: all 0.2s linear;
  width: 60%;
}
@media (max-width: 1127px) {
  .top-header__toggle-btn {
    display: block;
  }
}

.how {
  padding-top: 90px;
}
.how__tiles {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 590px) {
  .how__tiles {
    grid-template-columns: 1fr;
  }
}
.how__tiles .tile {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  padding: 50px;
}
.how__tiles .tile.dark {
  background-color: #01414B;
  color: #fff;
  position: relative;
}
.how__tiles .tile.dark::before {
  background-image: url(/images/ellipse.svg?fb306a7d7945dbff81325cb49f1ec7cd);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 116px;
  left: -45px;
  position: absolute;
  top: -45px;
  width: 116px;
  z-index: -1;
}
.how__tiles .tile:nth-child(2) {
  align-self: start;
}
.how__tiles .tile:last-of-type {
  position: relative;
}
.how__tiles .tile:last-of-type::before {
  background-color: #F4BA2E;
  border-radius: 32px;
  bottom: -40px;
  content: "";
  height: 170px;
  position: absolute;
  right: -40px;
  width: 170px;
  z-index: -1;
}
@media (max-width: 1127px) {
  .how__tiles .tile:last-of-type::before {
    display: none;
  }
}
.how__tiles .tile .meta {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.how__tiles .tile .meta .number {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  margin-right: 30px;
}
.how__tiles .tile .description {
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 2;
}
.how__tiles .tile .button {
  margin-top: 20px;
}

.benefits {
  padding-top: 240px;
}
@media (max-width: 590px) {
  .benefits {
    padding-top: 80px;
  }
}
.benefits__tiles {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1127px) {
  .benefits__tiles {
    gap: 50px;
  }
}
@media (max-width: 590px) {
  .benefits__tiles {
    grid-template-columns: 1fr;
  }
}
.benefits__tiles .tile {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.benefits__tiles .tile:last-of-type {
  justify-content: center;
}
.benefits__tiles .tile:last-of-type .button {
  margin-top: 24px;
}
.benefits__tiles .tile img {
  margin-bottom: 20px;
}
@media (max-width: 1127px) {
  .benefits__tiles .tile strong {
    display: block;
    height: 40px;
  }
}
@media (max-width: 590px) {
  .benefits__tiles .tile strong {
    height: auto;
  }
}
.benefits__tiles .tile .description {
  letter-spacing: 0.75px;
  line-height: 2;
  margin-top: 10px;
}

.wholesaler {
  background-image: url(/images/cart.svg?a5165f656102689d0fc5bd2e5d452c32);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 240px;
  padding-bottom: 210px;
}
@media (max-width: 1127px) {
  .wholesaler {
    margin-top: 150px;
  }
}
.wholesaler__tiles {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wholesaler__tiles .tile {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-basis: 360px;
  flex-direction: column;
  padding: 40px;
}
@media (max-width: 590px) {
  .wholesaler__tiles .tile {
    padding: 20px;
  }
}
.wholesaler__tiles .tile:nth-child(odd) {
  margin-right: 24px;
}
@media (max-width: 590px) {
  .wholesaler__tiles .tile:nth-child(odd) {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.wholesaler__tiles .tile .location {
  background: rgba(65, 174, 168, 0.1);
  border-radius: 8px;
  color: #41AEA8;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 8px;
}
.wholesaler__tiles .tile .name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0;
}
.wholesaler__tiles .tile address {
  color: #262338;
  font-style: normal;
  letter-spacing: 0.75px;
}
.wholesaler__tiles .tile .logo {
  margin-top: 25px;
}

.banks {
  padding-top: 100px;
}
.banks h2 {
  margin: 20px 0 80px;
  text-align: left;
}
@media (max-width: 1127px) {
  .banks h2 {
    margin: 20px 0 40px;
  }
}
.banks__logos {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.banks__logos figure {
  align-items: center;
  display: flex;
  justify-content: center;
}
.banks__logos figure img {
  max-width: 200px;
}
@media (max-width: 1127px) {
  .banks__logos {
    display: none;
  }
  .banks__logos figure {
    height: 70px;
  }
}
@media (max-width: 590px) {
  .banks__logos {
    grid-template-columns: 1fr;
  }
  .banks__logos figure {
    height: 50px;
    margin-bottom: 20px;
  }
}
.banks .swiper-container {
  display: none;
  width: 100%;
}
.banks .swiper-container .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.banks .swiper-container .swiper-slide img {
  height: auto;
  max-width: 200px;
}
@media (max-width: 1127px) {
  .banks .swiper-container {
    display: block;
  }
}

.faq {
  padding-top: 240px;
}
@media (max-width: 1127px) {
  .faq {
    padding-top: 100px;
  }
}
.faq__container {
  border: 2px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.04);
  margin: 0 auto 24px;
  width: 936px;
}
.faq__container.open {
  border-color: #01414B;
}
@media (max-width: 1127px) {
  .faq__container {
    width: 100%;
  }
}
@media (max-width: 590px) {
  .faq__container {
    margin-bottom: 12px;
    padding: 10px;
  }
}
.faq__container .question {
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 38px;
  letter-spacing: 0.75px;
  padding: 40px 70px 40px 40px;
  position: relative;
}
.faq__container .question.open {
  font-weight: 600;
}
.faq__container .question.open::before {
  opacity: 0;
}
.faq__container .question::before {
  background-color: #01414B;
  content: "";
  height: 24px;
  opacity: 1;
  position: absolute;
  right: 40px;
  top: calc(50% - 12px);
  transition: all 0.2 ease-in-out;
  width: 2px;
}
.faq__container .question::after {
  background-color: #01414B;
  content: "";
  height: 2px;
  position: absolute;
  right: 29px;
  top: calc(50% - 1px);
  transition: all 0.2 ease-in-out;
  width: 24px;
}
.faq__container .answer {
  letter-spacing: 0.75px;
  line-height: 2;
  max-height: 0;
  opacity: 0;
  padding: 0 40px 0;
  transition: all 0.2s ease-in-out;
}
.faq__container .answer.open {
  max-height: 100%;
  opacity: 1;
  padding: 0 40px 40px;
}

.contact-form-wrapper {
  background-image: linear-gradient(40deg, #D3EBEA, #FFF 95%);
  margin-top: 240px;
  position: relative;
}
@media (max-width: 1127px) {
  .contact-form-wrapper {
    margin-top: 50px;
  }
}
.contact-form-wrapper .wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 70px 0;
}
.contact-form-wrapper .wrapper h2 {
  margin: 30px 0;
  text-align: left;
}
.contact-form-wrapper .wrapper .thank-you-container {
  align-items: center;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 30px 50px 50px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  max-width: 469px;
  width: 100%;
  z-index: 50;
}
@media (max-width: 1127px) {
  .contact-form-wrapper .wrapper .thank-you-container {
    top: 45%;
  }
}
@media (max-width: 590px) {
  .contact-form-wrapper .wrapper .thank-you-container {
    max-width: 340px;
  }
}
.contact-form-wrapper .wrapper .thank-you-container.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.contact-form-wrapper .wrapper .thank-you-container h2 {
  text-align: center;
}
.contact-form-wrapper .wrapper .thank-you-container p {
  letter-spacing: 0.75px;
  margin-bottom: 15px;
}
.contact-form-wrapper .wrapper .thank-you-container a {
  color: #01414B;
}
.contact-form-wrapper .wrapper .thank-you-container .ellipse {
  position: absolute;
}
.contact-form-wrapper .wrapper .thank-you-container .ellipse--green {
  top: 0;
  right: 0;
}
.contact-form-wrapper .wrapper .thank-you-container .ellipse--yellow {
  bottom: 24px;
  left: 24px;
}
.contact-form-wrapper .wrapper form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 360px;
}
.contact-form-wrapper .wrapper form.hide {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1127px) {
  .contact-form-wrapper .wrapper form {
    max-width: 100%;
  }
}
.contact-form-wrapper .wrapper form .label,
.contact-form-wrapper .wrapper form .small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
}
.contact-form-wrapper .wrapper form .label span,
.contact-form-wrapper .wrapper form .small span {
  color: #98014c;
}
.contact-form-wrapper .wrapper form .small {
  font-weight: 400;
  margin: -10px 0 15px;
}
.contact-form-wrapper .wrapper form .input-wrapper.error *,
.contact-form-wrapper .wrapper form .phone-mail.error * {
  color: red;
}
.contact-form-wrapper .wrapper form .input-wrapper.error label,
.contact-form-wrapper .wrapper form .phone-mail.error label {
  height: 50%;
  width: 50%;
}
.contact-form-wrapper .wrapper form .input-wrapper.error input,
.contact-form-wrapper .wrapper form .phone-mail.error input {
  background-image: url(/images/close.svg?bc240fd273be71945331a19f832ccd3f);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.contact-form-wrapper .wrapper form .input-wrapper .input-wrapper-inner.phone::before,
.contact-form-wrapper .wrapper form .phone-mail .input-wrapper-inner.phone::before {
  content: "+48";
  font-size: 15px;
  font-size: 1.5rem;
  height: 100%;
  left: 0;
  padding: 32px 25px 10px;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 4;
}
.contact-form-wrapper .wrapper form .input-wrapper-inner {
  margin-bottom: 25px;
  position: relative;
}
.contact-form-wrapper .wrapper form .input-wrapper-inner.active label {
  height: 50%;
  width: 50%;
}
.contact-form-wrapper .wrapper form .input-wrapper-inner label {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  height: 100%;
  letter-spacing: 0.75px;
  padding-left: 25px;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: 5;
}
.contact-form-wrapper .wrapper form .warning {
  color: #98014c;
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form-wrapper .wrapper form .warning--phone.show, .contact-form-wrapper .wrapper form .warning--email.show {
  margin-bottom: 15px;
  margin-top: -15px;
}
.contact-form-wrapper .wrapper form .warning.show {
  display: block;
}
.contact-form-wrapper .wrapper form input {
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  outline: none;
}
.contact-form-wrapper .wrapper form input.filled {
  background-image: url(/images/check.png?681401a0d02647b6662b8da750491a23);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.contact-form-wrapper .wrapper form input[type=text] {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  height: 60px;
  padding: 30px 25px 10px;
  width: 360px;
}
@media (max-width: 590px) {
  .contact-form-wrapper .wrapper form input[type=text] {
    width: 100%;
  }
}
.contact-form-wrapper .wrapper form input#phone {
  padding-left: 60px;
}
.contact-form-wrapper .wrapper form input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
}
.contact-form-wrapper .wrapper form input[type=checkbox]:checked + .acceptance-info::after {
  background-image: url(/images/check.png?681401a0d02647b6662b8da750491a23);
}
.contact-form-wrapper .wrapper form input[type=submit] {
  background-image: url(/images/send.svg?27d9be0424e3c8cd5e595106fa78f5b1);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  padding: 16px 25px 16px 50px;
}
.contact-form-wrapper .wrapper form input[type=submit].sending {
  -webkit-animation: animateBg 0.7s linear infinite;
          animation: animateBg 0.7s linear infinite;
}
@-webkit-keyframes animateBg {
  0% {
    background-position-x: 20px;
  }
  33% {
    background-position-x: 22px;
  }
  66% {
    background-position-x: 18px;
  }
  100% {
    background-position-x: 20px;
  }
}
@keyframes animateBg {
  0% {
    background-position-x: 20px;
  }
  33% {
    background-position-x: 22px;
  }
  66% {
    background-position-x: 18px;
  }
  100% {
    background-position-x: 20px;
  }
}
.contact-form-wrapper .wrapper form label {
  cursor: pointer;
}
.contact-form-wrapper .wrapper form .acceptance.error * {
  color: red;
}
.contact-form-wrapper .wrapper form .acceptance-info {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 2;
  margin-bottom: 30px;
  margin-top: -10px;
  padding-left: 40px;
  position: relative;
}
.contact-form-wrapper .wrapper form .acceptance-info::before, .contact-form-wrapper .wrapper form .acceptance-info::after {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.contact-form-wrapper .wrapper form .acceptance-info::after {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  left: 4px;
  height: 20px;
  top: 4px;
  transition: all 0.2s ease-in-out;
  width: 20px;
}
.contact-form-wrapper .testimonials {
  background-position: left top;
  background-repeat: no-repeat;
  height: 810px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 575px;
}
@media (max-width: 1127px) {
  .contact-form-wrapper .testimonials {
    background-size: cover;
    height: 300px;
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
}
@media (max-width: 590px) {
  .contact-form-wrapper .testimonials {
    height: 600px;
  }
}
.contact-form-wrapper .testimonials::before {
  background-image: url(/images/ellipse-light.svg?5c277a825db80eeca5cdd2ab5231357b);
  background-position: center;
  background-repeat: no-repeat;
  bottom: 290px;
  content: "";
  height: 79px;
  left: -175px;
  position: absolute;
  width: 79px;
  z-index: 4;
}
.contact-form-wrapper .testimonials .opinion {
  background-color: #fff;
  bottom: 50px;
  border-radius: 32px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  left: -140px;
  padding: 40px 32px;
  position: absolute;
  width: 285px;
  z-index: 5;
}
@media (max-width: 1127px) {
  .contact-form-wrapper .testimonials .opinion {
    bottom: auto;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 590px) {
  .contact-form-wrapper .testimonials .opinion {
    bottom: 20px;
    padding: 20px 16px;
    transform: translateY(0);
    top: auto;
  }
}
.contact-form-wrapper .testimonials .opinion .quote-star {
  align-items: center;
  display: flex;
}
.contact-form-wrapper .testimonials .opinion .quote-star .mark {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 700;
  margin-left: auto;
}
.contact-form-wrapper .testimonials .opinion .quote-star .star {
  height: 25px;
  margin-left: 10px;
  width: 25px;
}
.contact-form-wrapper .testimonials .opinion blockquote {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
  margin: 40px 0 15px;
}
@media (max-width: 1127px) {
  .contact-form-wrapper .testimonials .opinion blockquote {
    margin-top: 20px;
  }
}
.contact-form-wrapper .testimonials .opinion .author {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  margin: 0;
}

.first-steps {
  margin-top: 140px;
}
@media (max-width: 1127px) {
  .first-steps {
    margin-top: 100px;
  }
}
.first-steps header {
  align-items: center;
  display: flex;
  position: relative;
}
.first-steps header > div,
.first-steps header figure {
  flex: 1;
}
@media (max-width: 1127px) {
  .first-steps header {
    flex-direction: column;
  }
  .first-steps header::before {
    display: none;
  }
}
.first-steps header::before {
  border: 40px solid #E9F6F5;
  border-radius: 50%;
  bottom: 80px;
  content: "";
  height: 200px;
  left: -70px;
  position: absolute;
  width: 200px;
  z-index: -1;
}
.first-steps header h2 {
  margin-top: 25px;
  padding-right: 120px;
  text-align: left;
}
@media (max-width: 1127px) {
  .first-steps header h2 {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.first-steps header figure img {
  border-radius: 132px 0px 0px 0px;
  filter: drop-shadow(0px 32px 64px rgba(0, 0, 0, 0.05));
  max-width: 100%;
  padding: 60px 40px;
}
.first-steps h3 {
  font-size: 33px;
  font-size: 3.3rem;
  margin-bottom: 25px;
}
.first-steps .description {
  line-height: 2;
  letter-spacing: 0.75px;
  margin-bottom: 30px;
}
.first-steps .description:last-of-type {
  margin-bottom: 0;
}

.first-steps-container .first-steps:nth-child(1) header figure img {
  border-radius: 132px 0 0 0;
}
.first-steps-container .first-steps:nth-child(2) header figure img {
  border-radius: 0 132px 0 0;
}
.first-steps-container .first-steps:nth-child(3) header figure img {
  border-radius: 0 0 132px 0;
}
.first-steps-container .first-steps:nth-child(4) header figure img {
  border-radius: 0 0 0 132px;
}

.rrso {
  padding: 100px 0 170px;
}
.rrso strong {
  font-size: 20px;
  font-size: 2rem;
}
.rrso p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 30px;
}

.site-footer {
  background-color: #01414B;
  color: #fff;
  padding: 50px 0 30px;
}
.site-footer__logo,
.site-footer strong,
.site-footer p {
  margin-bottom: 20px;
}
.site-footer p {
  color: #FCFCFC;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.75px;
}
.site-footer .wrapper {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1127px) {
  .site-footer .wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 590px) {
  .site-footer .wrapper {
    grid-template-columns: 1fr;
  }
}
.site-footer .wrapper > div {
  display: flex;
  flex-direction: column;
}
.site-footer .wrapper > div a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.cookie-policy-container {
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 14px;
}
.cookie-policy-container a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
.cookie-policy-container .content-bar {
  background-color: #01414B;
  padding: 20px;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  -webkit-animation: scrollDown 0.3s ease 1s;
          animation: scrollDown 0.3s ease 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cookie-policy-container .button {
  white-space: nowrap;
  margin-left: 30px;
  background-color: #fff;
  color: #01414B !important;
}

@media screen and (max-width: 758px) {
  .cookie-policy-container .content-bar {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }
  .cookie-policy-container .content-bar .button {
    margin-top: 10px;
    margin-left: 0;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: #01414B;
  font-size: 10px;
  font-weight: 100;
  color: #fff;
  padding: 5px 0;
  border-radius: 6px;
  padding: 5px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.single-post p {
  line-height: 2;
  letter-spacing: 0.75px;
  margin-bottom: 30px;
}
.single-post .first-steps {
  margin: 100px 0 100px;
}
.single-post .first-steps header figure img {
  border-radius: 0px 0px 130px 0px;
  filter: drop-shadow(0px 32px 64px rgba(0, 0, 0, 0.05));
  padding: 60px 40px;
}
.single-post header {
  align-items: center;
  display: flex;
  position: relative;
}
.single-post header > div,
.single-post header figure {
  flex: 1;
}
@media (max-width: 1127px) {
  .single-post header {
    flex-direction: column;
  }
  .single-post header::before {
    display: none;
  }
}
.single-post header::before {
  border: 40px solid #E9F6F5;
  border-radius: 50%;
  bottom: 80px;
  content: "";
  height: 200px;
  left: -70px;
  position: absolute;
  width: 200px;
  z-index: -1;
}
.single-post header h2 {
  margin-top: 25px;
  padding-right: 120px;
  text-align: left;
}
@media (max-width: 1127px) {
  .single-post header h2 {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.single-post header figure img {
  border-radius: 132px 0px 0px 0px;
  filter: drop-shadow(0px 32px 64px rgba(0, 0, 0, 0.05));
  max-width: 100%;
  padding: 60px 40px;
}

.static-page {
  margin: 50px 0 50px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 2;
}
.static-page ol {
  list-style-type: decimal;
}
.static-page ol li {
  padding-bottom: 20px;
}
.static-page a, .static-page a:visited {
  text-decoration: none;
  transition: all 0.2s linear;
  color: #01414B;
}
.static-page a:hover {
  color: #41AEA8;
}
.static-page p {
  padding-bottom: 10px;
}
