/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
}

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

img {
  max-width: 100%;
}

.container {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

.columns {
  display: flex;
}
.columns--is-reversed {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .columns {
    flex-direction: column;
  }
}
.columns .column {
  flex-basis: 50%;
}
.columns .column--small {
  flex-basis: 45%;
}
@media (max-width: 1024px) {
  .columns .column {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .aos-animate {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  font-size: 4.8rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 4.6rem;
  }
}

h2 {
  font-size: 4.4rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 3.8rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 1.8rem;
  }
}

p, span, li, ol, a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}

a {
  color: #005ba6;
}

.nunito-regular, form select, form textarea, form input, body, p, span, li, ol, a {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.nunito-bold, h1, h2, h3, h4, h5, h6, a {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.has-spacing {
  padding: 100px 0px;
}
@media (max-width: 1024px) {
  .has-spacing {
    padding: 50px 0px;
  }
}

.dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0px 4px;
  border-radius: 100%;
}
.dot--brand-blue-lighter {
  background-color: #005ba6;
}
.dot--brand-blue-lightest {
  background-color: #0070cc;
}
.dot--black {
  background-color: #000;
}

.line {
  height: 2px;
  width: 100px;
  background-color: #005ba6;
  display: block;
}
.line--brand-blue-lightest {
  background-color: #0070cc;
}

.is-visible {
  display: flex !important;
}

.is-hidden {
  display: none;
}

.pre-line {
  white-space: pre-line;
}

.hide-overflow {
  overflow: hidden;
}

.margin-auto {
  margin: 0 auto;
}

.circle {
  width: 300px;
  height: 300px;
  background-color: #003b6c;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}

.button {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  background: #005ba6;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  color: #eeeeee;
  border-radius: 8px;
  border: 2px solid #005ba6;
  transition: 0.3s ease all;
  cursor: pointer;
}
.button:hover {
  background-color: transparent;
  color: #005ba6;
}

.button-border {
  display: inline-flex;
  background: transparent;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  color: #005ba6;
  border-radius: 8px;
  border: 2px solid #005ba6;
  transition: 0.3s ease all;
}
.button-border:hover {
  background-color: #005ba6;
  color: #ffffff;
}

.button-alt {
  display: inline-flex;
  background: transparent;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 8px;
  border: 2px solid #ffffff;
  transition: 0.3s ease all;
}
.button-alt:hover {
  background-color: #ffffff;
  color: #000;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
form label {
  margin-top: 10px;
}
form input {
  padding: 5px 10px;
}
form textarea {
  padding: 5px 10px;
  height: 150px;
  margin-bottom: 10px;
}
form select {
  padding: 5px 10px;
}
form .form-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
form .form-checkbox label {
  padding-left: 5px;
  margin: 0px;
}
form input[type=checkbox] {
  min-width: 24px;
  min-height: 24px;
}
form .button {
  margin-top: 15px;
  text-align: center;
}

/* Captcha */
.submit__generated {
  display: inline-block;
}
.submit__generated span {
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: center;
  line-height: 35px;
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.submit__generated.valid:after, .submit__generated.unvalid:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
}
.submit__generated.valid:after {
  content: "\f00c";
  color: #2ecc71;
}
.submit__generated.valid .submit__input {
  border: 1px solid #2ecc71;
  color: #2ecc71 !important;
}
.submit__generated.unvalid:after {
  content: "\f00d";
  color: #e74c3c;
}
.submit__generated.unvalid .submit__input {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.submit__generated .submit__input {
  position: relative;
  outline: 0;
  height: 35px;
  width: 35px;
  border-radius: 4px;
  border: 1px solid #42A0DD;
  color: #42A0DD;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
}

i.fa-refresh {
  margin: 4px 0 0px 5px;
  padding: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
i.fa-refresh:hover {
  color: rgba(0, 0, 0, 0.4);
  transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
  color: #e74c3c;
  position: absolute;
  margin-top: 5px;
  margin-left: 75px;
}

.submit {
  display: block;
  margin: 50px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42A0DD;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2C81BA;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.submit:hover {
  background-color: #3498db;
}
.submit:active, .submit.enter-press, .submit.overlay {
  margin: 55px 0 46px 0;
  box-shadow: none;
}

.submit__overlay {
  height: 50px;
  width: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  margin-top: -90px;
  margin-left: -5px;
}

.hide {
  display: none !important;
}

.header {
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s ease all;
  background: #ffffff;
}
.header .homepage-header {
  background: initial;
}
@media (max-width: 1024px) {
  .header {
    height: 55px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}
.header__inner__left {
  display: flex;
  align-items: center;
}
.header__inner__left__logo a {
  display: flex;
  align-items: center;
  margin-right: 40px;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .header__inner__left__logo a {
    margin-right: 10px;
  }
}
.header__inner__left__logo a img {
  max-width: 60px;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .header__inner__left__logo a img {
    max-width: 40px;
  }
}
.header__inner__left__logo a h1 {
  font-size: 3rem;
  line-height: 1;
  color: #000;
}
@media (max-width: 1440px) {
  .header__inner__left__logo a h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .header__inner__left__nav {
    display: none;
  }
}
.header__inner__left__nav ul li {
  display: inline-flex;
  margin: 0px 20px;
}
.header__inner__left__nav ul li a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease all;
}
.header__inner__left__nav ul li a:hover {
  color: #0070cc;
}
.header__inner__right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__inner__right {
    height: 100%;
  }
}
.header__inner__right .button {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .header__inner__right .button {
    display: none;
  }
}
.header__inner__right .mobile-menu {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .header__inner__right .mobile-menu {
    display: flex;
  }
}
.header__inner__right .mobile-menu button {
  background: none;
  border: none;
  cursor: pointer;
}
.header__inner__right .mobile-menu.is-visible ul {
  display: flex;
}
.header__inner__right .mobile-menu i {
  font-size: 3rem;
  color: #000;
}
.header__inner__right .mobile-menu ul {
  display: none;
  flex-direction: column;
  width: 250px;
  padding: 0px 15px;
  background-color: #005ba6;
  position: absolute;
  top: 100%;
  right: -10px;
  border-radius: 8px;
}
.header__inner__right .mobile-menu ul li {
  display: inline-flex;
}
.header__inner__right .mobile-menu ul li a {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
}

.banner {
  height: 900px;
  overflow: hidden;
  background-color: rgba(165, 221, 242, 0.48);
  position: relative;
}
@media (max-width: 1024px) {
  .banner {
    height: 700px;
  }
}
.banner .container {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .banner .container {
    padding-top: 0;
  }
}
.banner .circle:nth-child(1) {
  top: -100px;
  left: -150px;
}
.banner .circle:nth-child(2) {
  bottom: -150px;
  left: -50px;
  background-color: #005ba6;
}
@media (max-width: 560px) {
  .banner .circle {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner {
    padding: 50px 0px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .banner .columns {
    flex-direction: row;
  }
}
.banner__left {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .banner__left {
    padding-right: 0px;
  }
}
.banner__left h1 {
  margin: 50px 0px 15px 0px;
  white-space: nowrap;
}
@media (max-width: 1320px) {
  .banner__left h1 {
    white-space: initial;
    max-width: 375px;
  }
}
@media (max-width: 1024px) {
  .banner__left h1 {
    margin: 30px 0px 15px 0px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .banner__left h1 {
    max-width: 500px;
  }
}
@media (max-width: 560px) {
  .banner__left h1 {
    max-width: 300px;
  }
}
.banner__left .button {
  margin-top: 30px;
}
.banner__right {
  position: relative;
  padding-bottom: 32%;
}
@media (max-width: 768px) {
  .banner__right {
    display: none;
  }
}
.banner__right img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .banner__right img {
    object-position: 20%;
  }
}

.features h3 {
  margin-bottom: 40px;
}
.features ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .features ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .features ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .features ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features ul li:last-child {
  padding-right: 0px;
}
.features ul li h6 {
  margin-bottom: 5px;
}
.features ul li img {
  border-radius: 8px;
  margin-bottom: 15px;
}
.features__cta {
  margin: 75px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 560px) {
  .features__cta {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .features__cta h6 {
    text-align: center;
  }
}
.features__cta__buttons {
  margin: 20px 0px;
}
@media (max-width: 560px) {
  .features__cta__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.features__cta__buttons a:first-child {
  margin-right: 8px;
}
@media (max-width: 560px) {
  .features__cta__buttons a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.features-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 10;
}
.features-popup__inner {
  width: 90%;
  height: 90%;
  padding: 50px;
  background-color: #ffffff;
  margin: 3% auto;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .features-popup__inner {
    padding: 30px;
  }
}
.features-popup__inner__content h2 {
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .features-popup__inner__content h2 {
    padding-top: 50px;
  }
}
@media (max-width: 560px) {
  .features-popup__inner__content h2 .dot {
    display: none;
  }
}
.features-popup__inner__content p {
  text-align: center;
  padding-bottom: 15px;
}
.features-popup__inner__content h6 {
  margin-bottom: 5px;
}
.features-popup__inner__content ul {
  list-style: initial;
  padding-left: 20px;
  display: block;
  margin-bottom: 30px;
}
.features-popup__inner .features-popup-close {
  text-transform: uppercase;
  text-decoration: none;
  top: 8%;
  right: 8%;
  color: #ffffff;
  background-color: #005ba6;
  padding: 10px 15px;
  position: fixed;
}
@media (max-width: 1024px) {
  .features-popup__inner .features-popup-close {
    top: 6%;
  }
}
@media (max-width: 768px) {
  .features-popup__inner .features-popup-close {
    top: 5%;
  }
}
@media (max-width: 768px) {
  .features-popup__inner .features-popup-close {
    top: 4%;
    right: 12%;
  }
}
.features-popup__inner .features-popup-close span {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 560px) {
  .features-popup__inner .features-popup-close span {
    display: none;
  }
}

.testimonials {
  background-color: #fafafa;
}
@media (max-width: 1024px) {
  .testimonials {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .testimonials .columns .column:first-of-type {
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .testimonials .columns .column:first-of-type br:first-of-type {
    display: none;
  }
}
.testimonials__approved {
  margin-top: 20px;
}
.testimonials__approved ul li {
  display: flex;
  align-items: center;
}
.testimonials__approved ul li i {
  color: #2e2e2e;
}
.testimonials__approved ul li p {
  margin: 0;
  margin-left: 15px;
  color: #2e2e2e;
}
.testimonials__rating {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .testimonials__rating {
    padding-top: 30px;
  }
}
.testimonials__rating i {
  display: inline-block;
  margin-right: 5px;
  font-size: 2rem;
  color: rgb(255, 213, 0);
}
.testimonials__description {
  margin-bottom: 15px;
}
.testimonials__author {
  display: flex;
  align-items: center;
}
.testimonials__author img {
  display: inline-block;
  border-radius: 100%;
  margin-right: 15px;
  max-width: 50px;
}

.benefits__image {
  position: relative;
  padding-bottom: 35%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .benefits__image {
    padding-bottom: 62%;
  }
}
@media (max-width: 560px) {
  .benefits__image {
    padding-bottom: 80%;
  }
}
.benefits__text {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .benefits__text {
    padding: 0px 0px 50px 0px;
  }
}
.benefits__text h4 {
  padding-bottom: 10px;
}
.benefits__text p {
  color: #000;
}
.benefits__text__buttons {
  margin-top: 20px;
}

.pricing {
  padding: 175px 0px;
  background: rgba(165, 221, 242, 0.48);
}
@media (max-width: 1024px) {
  .pricing {
    padding: 100px 0px;
  }
}
.pricing__title {
  text-align: center;
  padding-bottom: 30px;
}
.pricing__title p {
  margin-top: 10px;
}
.pricing__description {
  max-width: 1024px;
  background-color: #ffffff;
  margin: 0 auto;
  display: flex;
  padding: 30px;
  border-radius: 8px;
  border: 2px solid #005ba6;
  -webkit-box-shadow: 8px 8px 0px 0px rgb(0, 91, 166);
  -moz-box-shadow: 8px 8px 0px 0px rgb(0, 91, 166);
  box-shadow: 8px 8px 0px 0px rgb(0, 91, 166);
}
@media (max-width: 1024px) {
  .pricing__description {
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .pricing__description {
    flex-direction: column;
  }
}
.pricing__description__left {
  flex-basis: 45%;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .pricing__description__left {
    flex-basis: 100%;
    padding-right: 0px;
  }
}
.pricing__description__left h2 {
  font-size: 5.6rem;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .pricing__description__left h2 {
    font-size: 4rem;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pricing__description__left h4 {
    display: none;
  }
}
.pricing__description__right {
  flex-basis: 55%;
}
@media (max-width: 768px) {
  .pricing__description__right {
    flex-basis: 100%;
  }
}
.pricing__description__right h6 {
  margin-bottom: 10px;
}
.pricing__description__right .dot {
  width: 6px;
  height: 6px;
  position: relative;
  top: -4px;
}
.pricing__description__right ul {
  list-style: initial;
  padding-left: 20px;
}
.pricing__description__right ul li {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .pricing__description__right ul li {
    font-size: 1.6rem;
  }
}
.pricing__description__right__button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .pricing__description__right__button {
    margin-top: 20px;
  }
}

.faq {
  background-color: #fafafa;
}
.faq .container {
  max-width: 1040px;
}
.faq__title {
  margin-bottom: 30px;
  text-align: center;
}
.faq__accordion {
  padding: 30px;
  border: 2px solid #003b6c;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .faq__accordion {
    padding: 30px 15px;
  }
}
.faq__accordion__title {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.faq__accordion__title h6 {
  line-height: 1;
  padding-right: 40px;
}
.faq__accordion__title i {
  font-size: 2rem;
}
.faq__accordion__content {
  display: none;
  padding-top: 15px;
}

.support .columns {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .support .columns {
    flex-direction: column-reverse;
  }
}
.support__image {
  position: relative;
  padding-bottom: 35%;
}
@media (max-width: 1024px) {
  .support__image {
    padding-bottom: 50%;
  }
}
@media (max-width: 768px) {
  .support__image {
    padding-bottom: 62%;
  }
}
@media (max-width: 560px) {
  .support__image {
    padding-bottom: 80%;
  }
}
.support__text {
  background: #003b6c;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .support__text {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .support__text {
    padding: 50px 40px;
  }
}
@media (max-width: 560px) {
  .support__text {
    padding: 30px;
  }
}
.support__text h4 {
  padding-bottom: 10px;
}
.support__text p {
  color: #ffffff;
}
.support__text__buttons {
  margin-top: 20px;
}

.footer {
  background: #003b6c;
  padding: 30px;
  text-align: center;
}
.footer p {
  font-size: 1.4rem;
  color: #ffffff;
}

.cookie-banner {
  display: none;
  position: fixed;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005ba6;
  bottom: 0;
  left: 0;
  z-index: 20;
}
@media (max-width: 1024px) {
  .cookie-banner {
    flex-direction: column;
  }
}
.cookie-banner p {
  font-weight: 700;
  margin-right: 30px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .cookie-banner p {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.page-title {
  height: 150px;
  background-color: #003b6c;
  position: relative;
  top: 100px;
}
@media (max-width: 1024px) {
  .page-title {
    height: 125px;
    margin-top: 50px;
    top: 0px;
  }
}
.page-title .container {
  height: 100%;
}
.page-title__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .page-title__content h1 {
    font-size: 3.6rem;
  }
}
.page-title__content p {
  color: #ffffff;
  margin-top: 8px;
}

.contact {
  padding: 125px 0px 50px 0px;
  min-height: 800px;
}
@media (max-width: 1024px) {
  .contact {
    padding: 25px 0px;
  }
}
.contact__title h4 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .contact__title h4 {
    margin-bottom: 15px;
  }
}
.contact__options {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  .contact__options {
    flex-direction: column;
  }
}
.contact__options .button {
  margin-right: 15px;
  text-align: center !important;
}
@media (max-width: 520px) {
  .contact__options .button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.contact__options .button:last-child {
  margin-right: 0px;
}
.contact__options .button-border {
  margin-right: 15px;
  text-align: center !important;
}
@media (max-width: 520px) {
  .contact__options .button-border {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.contact__options .button-border:hover {
  background-color: transparent !important;
  border: 2px solid #005ba6 !important;
  color: #005ba6 !important;
}
.contact__options .button-border:last-child {
  margin-right: 0px;
}
.contact__sales__form {
  margin: 50px 0px;
}
@media (max-width: 560px) {
  .contact__sales__form {
    margin: 15px 0px;
  }
}
.contact__sales__form__title {
  text-align: center;
  margin-bottom: 15px;
}
.contact__sales__form__title h4 {
  margin-bottom: 5px;
}
.contact__sales__form form {
  margin: 0 auto;
}
.contact__sales__form form p {
  margin-top: 10px;
}
.contact__sales__form form p:last-of-type {
  margin-top: 0px;
  margin-bottom: 10px;
}
.contact__general__form {
  margin: 50px 0px;
}
@media (max-width: 560px) {
  .contact__general__form {
    margin: 15px 0px;
  }
}
.contact__general__form__title {
  text-align: center;
  margin-bottom: 15px;
}
.contact__general__form__title h4 {
  margin-bottom: 5px;
}
.contact__general__form form {
  margin: 0 auto;
}
.contact__general__form form p {
  margin-bottom: 15px;
}
.contact__support__form {
  margin: 50px 0px;
}
@media (max-width: 560px) {
  .contact__support__form {
    margin: 15px 0px;
  }
}
.contact__support__form__title {
  text-align: center;
  margin-bottom: 15px;
}
.contact__support__form__title h4 {
  margin-bottom: 5px;
}
.contact__support__form form {
  margin: 0 auto;
}
.contact__support__form form p {
  margin-bottom: 15px;
}

.privacy {
  padding: 125px 0px 50px 0px;
  min-height: 800px;
}
@media (max-width: 1024px) {
  .privacy {
    padding: 25px 0px;
  }
}
.privacy__title h4 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .privacy__title h4 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .about-page-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .about-page-title {
    height: 175px;
  }
}

.about-benefits .columns {
  align-items: center;
}
.about-benefits__image {
  border-radius: 8px;
  overflow: hidden;
}
.about-benefits__image--multiple {
  display: flex;
  flex-direction: column;
}
.about-benefits__image--multiple img {
  max-width: 400px;
}
@media (max-width: 1024px) {
  .about-benefits__image--multiple img {
    position: static !important;
  }
}
@media (max-width: 560px) {
  .about-benefits__image--multiple img {
    max-width: 100%;
  }
}
.about-benefits__image--multiple img:last-of-type {
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .about-benefits__image--multiple img:last-of-type {
    margin-top: 15px;
  }
}
.about-benefits__text {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .about-benefits__text {
    padding: 0px 0px 50px 0px;
  }
}
.about-benefits__text h4 {
  padding-bottom: 10px;
}
.about-benefits__text p {
  color: #000;
}
.about-benefits__text__buttons {
  margin-top: 20px;
}

.about-cta__inner {
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 560px) {
  .about-cta__inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) {
  .about-cta__inner h6 {
    text-align: center;
  }
}
.about-cta__inner__buttons {
  margin: 20px 0px;
}
@media (max-width: 560px) {
  .about-cta__inner__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-cta__inner__buttons a:first-child {
  margin-right: 8px;
}
@media (max-width: 560px) {
  .about-cta__inner__buttons a:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

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