:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  width: 100%;
}

html {
  min-height: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  height: 100vh;
  /* Chrome + Safari =/- */
  text-rendering: geometricPrecision;
  /* Safari */
  -webkit-font-smoothing: antialiased;
  /* Firefox */
  -moz-osx-font-smoothing: grayscale;
  /* Just in case */
  font-smooth: antialiased;
}
body[data-fixed=true] {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

picture img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

sup {
  line-height: 0;
}

button,
input[type=submit],
input[type=button] {
  border: none;
  outline: none;
  appearance: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s;
  color: inherit;
}

svg {
  transition: fill 0.3s;
}

.a-layout {
  min-height: 100%;
  max-width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
}
.a-layout_blue {
  background: #f3fbff;
}

.a-menu-gap {
  padding: 64px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-menu-gap {
    padding: 90px 0 0 0;
  }
}

.a-container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .a-container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-container {
    max-width: 1288px;
    padding: 0 56px;
  }
}

.a-anchor {
  position: relative;
}
.a-anchor__top {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

h2.a-title-sub {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 74px;
}
@media only screen and (min-width: 768px) {
  h2.a-title-sub {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

h2.a-title,
h1.a-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  h2.a-title,
  h1.a-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
h2.a-title:after,
h1.a-title:after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background-color: #01a9c1;
  margin: 20px auto 0;
}
h2.a-title_mobile-left,
h1.a-title_mobile-left {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  h2.a-title_mobile-left,
  h1.a-title_mobile-left {
    text-align: center;
  }
}
h2.a-title_mobile-left:after,
h1.a-title_mobile-left:after {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  h2.a-title_mobile-left:after,
  h1.a-title_mobile-left:after {
    margin: 20px auto 0;
  }
}
h2.a-title span,
h1.a-title span {
  color: #01a9c1;
}
h2.a-title--compact,
h1.a-title--compact {
  max-width: 880px;
  margin: 0 auto;
}

h3.a-title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #01a9c1;
}

.a-none {
  display: none;
}

.a-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.a-transition {
  pointer-events: auto;
  transition: opacity 0.5s;
}

.a-subtitle {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000000;
  text-align: center;
  margin: 28px 0 0 0;
}
.a-subtitle--compact {
  max-width: 880px;
  margin: 0 auto;
  margin-top: 28px;
}
.a-subtitle--promo {
  font-size: 1.625rem;
  line-height: 2.625rem;
}

.a-decorated-text {
  max-width: 720px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .a-decorated-text {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
.a-decorated-text:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #019ab8;
  content: "";
  display: block;
}
.a-decorated-text h2.a-title {
  text-align: left;
}
.a-decorated-text h2.a-title:after {
  display: none;
}
.a-decorated-text .a-subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: left;
  color: #01a9c1;
  font-weight: 600;
  margin: 28px 0;
}
@media only screen and (min-width: 768px) {
  .a-decorated-text .a-subtitle {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

.a-free-btn-block {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
}
.a-free-btn-block a {
  margin-left: 16px;
}
.a-free-btn-block a:first-child {
  margin-left: 0;
}
.a-free-btn-block div {
  margin-left: 16px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #019ab8;
}

.a-page {
  padding: 32px 0 48px;
}
@media only screen and (min-width: 768px) {
  .a-page {
    padding: 48px 0 56px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-page {
    padding: 56px 0 96px;
  }
}
.a-page--blue {
  background-color: #f3fbff;
}

.a-promo-block {
  padding: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .a-promo-block {
    padding: 64px;
  }
}
.a-promo-block .a-subtitle {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 32px;
}
.a-promo-block--white {
  background: #ffffff;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 8px 4px 0px #C9E6F0;
}
.a-promo-block--margin {
  margin-top: 88px;
  margin-bottom: 88px;
}
.a-promo-block--no-line h2.a-title:after {
  display: none;
}

.a-blue {
  color: #01a9c1;
}

.a-green {
  color: #38cf77;
}

.a-purple {
  color: #9c88bc;
}

.a-js-fadein-1, .a-js-fadein-2, .a-js-fadein-3 {
  opacity: 0;
  transition: opacity 1s; /* You can adjust the transition duration */
}