html,
body {
  background-color: #013742;
  font-family: "Open Sans", sans-serif;
  color: #41414a;
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #41414a;
}

div {
  box-sizing: border-box;
}

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

svg.icon {
  display: inline-block;
  stroke: #41414a;
  stroke-width: 2px;
  height: 24px;
  width: 24px;
}

strong {
  font-weight: 600;
}

p {
  margin: 12px 0;
  padding: 0;
}
p svg {
  vertical-align: middle;
}

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
div,
form {
  margin: 0;
  padding: 0;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

video {
  pointer-events: none;
}

iframe {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

h1, .h1 {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
  padding: 0;
}

h2, .h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
  padding: 0;
}

h3, .h3 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
  padding: 0;
}

h4, .h4 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0;
  padding: 0;
}

h5, .h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

h6, .h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

hgroup {
  margin-bottom: 20px;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 18px 0;
}

small {
  font-size: 14px;
}

a {
  color: #4373B5;
}

a:hover {
  color: #9AD1EA;
}

ol, ul {
  list-style-position: outside;
  padding-left: 20px;
  margin-top: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #ececed;
  border: 1px solid #a0a0a4;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

hr {
  margin: 48px 0;
  border-width: 0;
  border-top: 1px solid #a0a0a4;
}

blockquote {
  margin-bottom: 0;
  margin: 0;
  padding-left: 40px;
}

table {
  border-collapse: collapse;
  border: 0;
}
table thead th, table thead td {
  text-align: left;
  font-weight: 500;
  color: #99999f;
  padding: 6px 0 6px 12px;
  font-size: 16px;
}
table tbody tr {
  border-top: 1px solid #cfcfd2;
}
table tbody th, table tbody td {
  text-align: left;
  padding: 6px 0 6px 12px;
}

/* Definition lists
-------------------------------------------------- */
dt {
  display: block;
  font-size: 16px;
  color: #999;
  padding-top: 5px;
}

dd {
  margin: 0;
  padding: 0;
}

.icon {
  stroke: currentColor;
  stroke-width: 2px;
  width: 30px;
  height: 30px;
}

.hidden {
  display: none;
}

.text-centered,
.txt-center {
  text-align: center;
}

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

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

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

.admin-link {
  display: block;
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: #41414a;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.desktop-hidden {
  display: none;
}

@media all and ( max-width : 800px ) {
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
}
@media all and ( max-width : 1023px ) {
  body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .icon {
    width: 24px;
    height: 24px;
  }
  p {
    margin: 10px 0;
  }
}
@media all and ( max-width : 1023px ) {
  h1, .h1 {
    font-size: 40px;
    line-height: 42px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 36px;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 28px;
  }
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h5, h5 {
    font-size: 18px;
    line-height: 30px;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and ( max-width : 800px ) {
  body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: 36px;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 30px;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.article__title h1 {
  font-size: 40px;
  line-height: 48px;
}

.article__inner {
  max-width: 1200px;
  margin: auto;
}

.article__body {
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 40px;
}
.article__body h1, .article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6, .article__body p {
  max-width: 768px;
}
.article__body h1, .article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6 {
  margin: 10px 0 20px 0;
}
.article__body h1 svg, .article__body h2 svg, .article__body h3 svg, .article__body h4 svg, .article__body h5 svg, .article__body h6 svg {
  vertical-align: top;
  margin-right: 5px;
}
.article__body h1, .article__body h2 {
  margin: 40px 0 20px 0;
}
.article__body h3, .article__body h4 {
  margin-bottom: 30px 0 20px 0;
}
.article__body ul {
  margin: 10px 0;
}

.article__label {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #00c2ff;
}

.article--center .article__content {
  text-align: center;
}
.article--center .article__content h1 {
  max-width: 100%;
}

.article--with-image .article__inner {
  position: relative;
  margin-top: -100px;
  background: #ffffff;
  z-index: 2;
  padding: 0 40px;
  max-width: 1024px;
}
.article--with-image .article__inner .article__body {
  background: #ffffff;
}

@media all and ( max-width : 800px ) {
  .article__inner {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .article--with-image .article__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .article__body {
    margin: 0 20px;
  }
}
@media all and ( max-width : 1200px ) {
  .article--with-image .article__inner {
    max-width: 900px;
  }
}
@media all and ( max-width : 1023px ) {
  .article--with-image {
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .article__inner {
    padding-top: 40px;
  }
}
.aspa {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
}

.aspa__inner {
  z-index: 2;
  position: relative;
  background: #fff;
  padding: 60px 80px;
  margin: 0 50px;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
}

.aspa .aspa__image {
  padding-top: 0;
  margin-top: -100px;
  z-index: 1;
  overflow: hidden;
}
.aspa .aspa__image .image__image {
  aspect-ratio: 1600/420;
}

.aspa__title {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.aspa__title h1 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.aspa__title a {
  text-decoration: none;
  color: #41414a;
}

.aspa__button {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and ( max-width : 800px ) {
  .aspa__inner {
    flex-direction: column;
    gap: 10px;
    padding: 40px;
  }
  .aspa .aspa__image .image__image {
    padding: 0;
    margin: 0;
  }
}
button,
.button {
  display: inline-block;
  border: 0;
  padding: 12px 20px;
  background-color: #013742;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
button:hover,
.button:hover {
  cursor: pointer;
}
button svg,
.button svg {
  display: inline-block;
  width: 64px;
  height: auto;
  stroke-width: 2px;
  stroke: #ffffff;
}

.button--mega {
  padding: 20px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
.button--mega svg {
  margin-left: 30px;
}
.button--mega:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.button--cta {
  background-color: #FFCC00;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
}
.button--cta:hover {
  color: #000000;
}
.button--cta svg {
  stroke: #000000;
  width: 32px;
}

@media all and ( max-width : 800px ) {
  .button--mega {
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .button--mega svg {
    display: none;
  }
}
.call {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #013742;
}

.call__inner {
  z-index: 2;
  position: relative;
  max-width: 1200px;
  padding: 0 20px 10px 20px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.call__cta {
  font-size: 14px;
  color: #ffffff;
}
.call__cta a {
  text-decoration: underline;
  color: #ffffff;
}

@media all and ( max-width : 800px ) {
  .call {
    display: none;
  }
  .call__inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.cards {
  margin: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.cards__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
}

.cards__title {
  padding: 0 0 40px 0;
  margin: 0;
}

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

.cards__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.cards__card-content p {
  margin: 12px 0;
}
.cards__card-content p:last-of-type {
  margin-bottom: 0;
}
.cards__card-content h1:first-of-type, .cards__card-content h2:first-of-type, .cards__card-content h3:first-of-type, .cards__card-content h4:first-of-type, .cards__card-content h5:first-of-type, .cards__card-content h6:first-of-type {
  margin-top: 0;
}

.cards__card {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  max-width: 75%;
  display: flex;
  background-color: #F2FAFF;
  color: #41414a;
  padding: 20px 20px 75px 20px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.cards__card h2 {
  color: #013742;
  font-size: 26px;
  margin: 0;
}
.cards__card p:first-of-type {
  margin: 10px 0 20px 0;
}
.cards__card h3 {
  color: #00c2ff;
  font-size: 22px;
}
.cards__card ul {
  padding: 0;
}
.cards__card ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.cards__card button {
  line-height: 30px;
}

.cards__card--with-form {
  padding-bottom: 20px;
}

.cards__card--highlight {
  border: 4px solid #FFCC00;
}

.cards__card-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px 2px 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFCC00;
}

.cards__card-content {
  margin-bottom: 40px;
  width: 100%;
}

.cards__card-button {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  font-weight: 700;
}
.cards__card-button svg {
  margin-left: 10px;
}

.cards__card--20 {
  max-width: 20%;
  min-width: 18%;
}

.cards__card--25 {
  max-width: 25%;
  min-width: 22%;
}

.cards__card--33 {
  max-width: 33%;
  min-width: 29%;
}

.cards__card--50 {
  max-width: 50%;
  min-width: 48%;
}

.cards__card--100 {
  max-width: 75%;
  min-width: none;
}

.cards__card--box {
  flex-grow: 4;
  padding: 40px 0;
  width: 100%;
  border-radius: 20px;
}

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

.cards--remove-spacing {
  margin-top: 0;
}

.cards--color-stripe {
  margin-top: 75px;
}
.cards--color-stripe.cards--remove-spacing {
  margin-top: 0;
}
.cards--color-stripe .cards__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cards--light-blue {
  background-color: #80ECFF;
}

.cards--soft-sage-green {
  background-color: #B3D6C6;
}

.cards--crystal-blue {
  background-color: #F2FAFF;
}

.cards--light-gray {
  background-color: #f5f5f6;
}

@media all and ( max-width : 1023px ) {
  .cards__container {
    gap: 20px;
  }
}
@media all and ( max-width : 800px ) {
  .cards__inner {
    padding-top: 40px;
    margin: 0 12px;
  }
  .cards__container {
    display: block;
  }
  .cards__container .cards__card {
    width: 100%;
    max-width: none !important;
    margin-bottom: 20px;
  }
}
.columns {
  margin: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.columns__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
}

.columns__title {
  padding: 0 0 80px 0;
  margin: 0;
}

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

.columns__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  gap: 40px;
}

.columns__content p {
  margin: 12px 0;
}
.columns__content p:last-of-type {
  margin-bottom: 0;
}
.columns__content h1:first-of-type, .columns__content h2:first-of-type, .columns__content h3:first-of-type, .columns__content h4:first-of-type, .columns__content h5:first-of-type, .columns__content h6:first-of-type {
  margin-top: 0;
}
.columns__content h1 svg, .columns__content h2 svg, .columns__content h3 svg, .columns__content h4 svg, .columns__content h5 svg, .columns__content h6 svg {
  vertical-align: top;
  margin-right: 5px;
}

.columns__column {
  flex-grow: 4;
  width: 100%;
  display: block;
  color: #41414a;
  text-decoration: none;
}
.columns__column:hover {
  color: #41414a;
}

.columns__column--center-content {
  text-align: center;
}
.columns__column--center-content h1, .columns__column--center-content h2, .columns__column--center-content h3, .columns__column--center-content h4, .columns__column--center-content h5, .columns__column--center-content p {
  text-align: center;
}

.columns__column--20 {
  max-width: 20%;
}

.columns__column--25 {
  max-width: 25%;
}

.columns__column--33 {
  max-width: 33%;
}

.columns__column--50 {
  max-width: 50%;
}

.columns__column--100 {
  max-width: 100%;
}

.columns__column--box {
  flex-grow: 4;
  padding: 40px 0;
  width: 100%;
  border-radius: 20px;
}

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

.columns--remove-spacing {
  margin-top: 0;
}

.columns--color-stripe {
  margin-top: 75px;
}
.columns--color-stripe.columns--remove-spacing {
  margin-top: 0;
}
.columns--color-stripe .columns__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns--light-blue {
  background-color: #80ECFF;
}

.columns--soft-sage-green {
  background-color: #B3D6C6;
}

.columns--crystal-blue {
  background-color: #F2FAFF;
}

.columns--light-gray {
  background-color: #f5f5f6;
}

@media all and ( max-width : 1023px ) {
  .columns__container {
    gap: 20px;
  }
}
@media all and ( max-width : 800px ) {
  .columns__inner {
    padding-top: 40px;
    margin: 0 12px;
  }
  .columns__container {
    display: block;
  }
  .columns__container .columns__column {
    width: 100%;
    max-width: none !important;
    margin-bottom: 20px;
  }
}
.container {
  margin: 10px;
  min-height: 100vh;
  background-color: #fff;
}

.content {
  max-width: 1200px;
  margin: auto;
}

.content--remove-spacing .content__inner {
  padding-top: 0;
}

.content__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
}

.content__content h1, .content__content h2, .content__content h3, .content__content h4, .content__content h5, .content__content h6, .content__content p {
  max-width: 768px;
}
.content__content h1, .content__content h2, .content__content h3, .content__content h4, .content__content h5, .content__content h6 {
  margin: 10px 0 20px 0;
}
.content__content h1 svg, .content__content h2 svg, .content__content h3 svg, .content__content h4 svg, .content__content h5 svg, .content__content h6 svg {
  vertical-align: top;
  margin-right: 5px;
}
.content__content h1, .content__content h2 {
  margin-bottom: 40px;
}
.content__content h3 {
  margin-bottom: 30px;
}
.content__content ul {
  margin: 10px 0;
}

.content__label {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #00c2ff;
}

.content--center .content__content {
  text-align: center;
}
.content--center .content__content h1 {
  max-width: 100%;
}

.content--with-image {
  position: relative;
  margin-top: -100px;
  background: #ffffff;
  z-index: 2;
  padding: 0 40px;
  max-width: 1024px;
}
.content--with-image .content__inner {
  background: #ffffff;
}
.content--with-image .content__inner h1, .content--with-image .content__inner h2, .content--with-image .content__inner h3, .content--with-image .content__inner h4, .content--with-image .content__inner h5, .content--with-image .content__inner p {
  max-width: none;
}

@media all and ( max-width : 800px ) {
  .content__inner {
    padding-top: 40px;
    margin: 0 12px;
  }
}
@media all and ( max-width : 1200px ) {
  .content--with-image {
    max-width: 900px;
  }
}
@media all and ( max-width : 1023px ) {
  .content--with-image {
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .content__inner {
    padding-top: 40px;
  }
}
.faq {
  margin: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.faq__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
}

.faq__title {
  padding: 0 0 40px 0;
  margin: 0;
}

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

.faq--color-stripe {
  margin-top: 75px;
}
.faq--color-stripe .faq__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq--light-blue {
  background-color: #80ECFF;
}

.faq--soft-sage-green {
  background-color: #B3D6C6;
}

.faq--crystal-blue {
  background-color: #F2FAFF;
}

.faq--light-gray {
  background-color: #f5f5f6;
}

.faq__group {
  color: #41414a;
}

.faq__question {
  position: relative;
  display: block;
  font-weight: 500;
  padding: 12px 0;
  text-decoration: none;
  color: #41414a;
}
.faq__question:hover {
  text-decoration: underline;
  color: #013742;
}
.faq__question.active {
  font-weight: 600;
}
.faq__question.active:hover {
  text-decoration: none;
}
.faq__question svg {
  position: absolute;
  top: 15px;
  right: 0px;
  stroke: #41414a;
  stroke-width: 2;
}

.faq__answer {
  max-width: 800px;
  padding: 0 20px 20px 20px;
  font-size: 16px;
}

.faq__item a.faq__question {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.faq__item:first-of-type a.faq__question {
  border: 0;
}
.faq__item:first-of-type a.faq__question.active {
  border-bottom: 1px solid #00c2ff;
}

@media all and ( max-width : 800px ) {
  .faq__question.h3 {
    font-size: 28px;
  }
}
@media all and ( max-width : 800px ) {
  .faq__inner {
    padding-top: 40px;
    margin: 0 12px;
  }
}
.footer {
  max-width: auto;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  padding-bottom: 40px;
  background-color: #f5f5f6;
}

.footer__inner {
  max-width: 1200px;
  padding: 60px 20px 20px 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.footer__column {
  flex-grow: 1;
  flex-basis: 0;
  font-size: 16px;
}
.footer__column h3 {
  font-size: 18px;
  color: #00c2ff;
  font-weight: 600;
}

.footer__column--info {
  line-height: 24px;
}

.footer__logo svg {
  width: 140px;
  display: block;
  margin-bottom: 20px;
}

.footer__column--links h6 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.footer__column--links a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 400;
}
.footer__column--links .sub {
  padding-left: 10px;
  border-left: 3px solid #00c2ff;
}

.footer__legal {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-right: 10px;
  max-width: 1200px;
  text-align: right;
  margin: auto;
}
.footer__legal a {
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  color: #fff;
}

@media all and ( max-width : 800px ) {
  .footer__inner {
    margin: 0 10px;
    max-width: 100%;
    display: block;
  }
  .footer__column {
    width: 100%;
  }
}
.image {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-top: 80px;
}

.image__image {
  margin: 0 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1600/520;
  max-width: 100%;
}
@supports not (aspect-ratio: 1600/520) {
  .image__image {
    padding: 35%;
  }
}

.image__inner {
  position: relative;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.image__inner .button {
  margin: 0 50px;
  border: 10px solid #ffffff;
}

.image--button-top-left {
  padding-top: 100px;
}
.image--button-top-left .image__inner .button {
  position: absolute;
  top: -46px;
  z-index: 2;
}

.image--with-body {
  padding-top: 100px;
}
.image--with-body .image__inner {
  max-width: 1024px;
  background: #fff;
  margin: auto;
  padding: 0 50px 50px 50px;
  top: -50px;
}

.image--for-content {
  z-index: 1;
}

@media all and ( max-width : 800px ) {
  .image--no-space {
    padding-top: 0;
  }
  .image__image {
    aspect-ratio: auto;
    height: 250px;
    margin: 0 12px;
  }
  .image__inner .button {
    margin: 0 0 0 20px;
    border: 4px solid #ffffff;
  }
  .image--with-button {
    padding-top: 40px;
  }
  .image--with-button .image__inner {
    position: relative;
  }
  .image--with-button .image__inner .button {
    position: relative;
    top: -30px;
  }
}
.navigation__inner {
  display: block;
}

.navigation__mobile-toggle {
  display: none;
}

.navigation__mobile-head {
  display: none;
}

.navigation__link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.navigation__link a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  color: #013742;
  text-decoration: none;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
}
.navigation__link a:hover {
  color: #013742;
  border-bottom: 3px solid #013742;
}
.navigation__link.active a {
  color: #013742;
  border-bottom: 3px solid #013742;
}
.navigation__link .sub {
  display: none;
  z-index: 4;
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.navigation__link .sub a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  height: auto;
  padding: 15px 15px;
  min-width: 250px;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.navigation__link:hover .sub {
  display: block;
}

.sub-category h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 10px;
  color: #013742;
}

.sub-category a {
  font-size: 16px;
}

@media all and ( max-width : 800px ) {
  .navigation__inner {
    display: none;
  }
  .navigation__inner--visible {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #ffffff;
    width: 300px;
    border-right: 10px solid #FFCC00;
    box-shadow: -2px 0 18px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
  }
  .navigation__link {
    display: block;
  }
  .navigation__link a {
    display: block;
    border-left: 4px solid #ffffff;
  }
  .navigation__link a:hover {
    color: #013742;
    border-bottom: 0;
    border-left: 4px solid #013742;
  }
  .navigation__link.active a {
    border-bottom: 0;
    border-left: 4px solid #013742;
  }
  .navigation__link .sub {
    display: block;
    position: relative;
    top: auto;
    border-left: 0;
    border-top: 0;
    border-right: 0;
  }
  .navigation__link .sub a {
    display: block;
    padding-left: 40px;
    min-width: auto;
    border: 0;
  }
  .navigation__mobile-head {
    display: block;
    height: 100px;
  }
  .navigation__mobile-close,
  .navigation__mobile-toggle {
    display: block;
    position: absolute;
    right: 20px;
    color: #41414a;
    height: 60px;
  }
  .navigation__mobile-close svg,
  .navigation__mobile-toggle svg {
    width: 32px;
    height: 32px;
    padding-top: 10px;
  }
  .navigation__mobile-close:hover,
  .navigation__mobile-toggle:hover {
    color: #013742;
  }
  .navigation__mobile-close {
    top: 30px;
    right: 10px;
  }
}
.text-and-image {
  max-width: 1200px;
  margin: auto;
}

.text-and-image--remove-spacing .text-and-image__inner {
  padding-top: 0;
}

.text-and-image--color-stripe {
  margin-top: 75px;
}
.text-and-image--color-stripe.text-and-image--remove-spacing {
  margin-top: 0;
}
.text-and-image--color-stripe .text-and-image__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-and-image--light-blue {
  background-color: #80ECFF;
}

.text-and-image--soft-sage-green {
  background-color: #B3D6C6;
}

.text-and-image--crystal-blue {
  background-color: #F2FAFF;
}

.text-and-image--light-gray {
  background-color: #f5f5f6;
}

.text-and-image__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  gap: 80px;
  align-items: center;
}

.text-and-image__inner--reverse {
  flex-direction: row-reverse;
}

.text-and-image__image {
  min-width: 50%;
  width: 50%;
  background-position: center;
  background-size: cover;
  aspect-ratio: 16/10;
  max-width: 100%;
}
@supports not (aspect-ratio: 16/10) {
  .text-and-image__image {
    padding: 40%;
  }
}

.text-and-image__content {
  width: 50%;
  max-width: 50%;
}

@media all and ( max-width : 800px ) {
  .text-and-image__inner {
    flex-direction: column;
    gap: 20px;
  }
  .text-and-image--as-hero .text-and-image__inner {
    flex-direction: column-reverse;
    margin: 0 20px;
    padding-top: 20px;
  }
  .text-and-image--as-hero .text-and-image__inner h1 {
    padding: 20px 0;
  }
  .text-and-image__image {
    width: 100%;
  }
  .text-and-image__content {
    width: 100%;
    max-width: none;
  }
}
@media all and ( max-width : 1023px ) {
  .text-and-image--as-hero .text-and-image__inner {
    gap: 40px;
  }
}
.title-box {
  max-width: 1200px;
  margin: auto;
}

.title-box__inner {
  padding-top: 80px;
  padding-bottom: 0;
  margin: 0 50px;
}

.title-box__content {
  max-width: 768px;
}
.title-box__content h1, .title-box__content h2, .title-box__content h3, .title-box__content h4, .title-box__content h5 {
  margin: 0;
}

.title-box__label {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #00c2ff;
}

@media all and ( max-width : 800px ) {
  .title-box__inner {
    padding-top: 40px;
    margin: 0 12px;
  }
}
.top {
  max-width: 1200px;
  margin: auto;
}

.top__inner {
  padding-top: 40px;
  padding-bottom: 0;
  margin: 0 50px;
  border-bottom: 1px solid #cfcfd2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  box-sizing: content-box;
}

.top__logo {
  max-width: 30%;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.top__logo svg {
  max-height: 50px;
}

.top__navigation {
  height: 60px;
}

@media all and ( max-width : 800px ) {
  .top__inner {
    margin: 0;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cfcfd2;
    justify-content: space-between;
  }
}
.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 5px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon--phone::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone"><path d="M22 16.92V23a1 1 0 0 1-1.11 1c-5.05-.5-9.8-3.24-13.36-6.8C3.24 14.8.5 10.05 0 5.11A1 1 0 0 1 1 4h6.09a1 1 0 0 1 1 .75c.2.81.5 1.6.88 2.33a1 1 0 0 1-.23 1.11l-2.54 2.54a16 16 0 0 0 6.8 6.8l2.54-2.54a1 1 0 0 1 1.11-.23c.73.38 1.52.68 2.33.88a1 1 0 0 1 .75 1V16.92z"/></svg>');
}
.icon--email::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>');
}

.demo-box {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
.demo-box .form-thanks-large {
  font-size: 42px;
  padding: 40px 0;
}

.demo-box__inner {
  padding: 40px;
  margin: 0 20px;
  max-width: 100%;
}
.demo-box__inner button:disabled {
  background-color: #717177;
}
.demo-box__inner input[type=text],
.demo-box__inner input[type=email] {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.demo-box--sage .demo-box__inner {
  background-color: #B3D6C6;
}

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

@media all and ( max-width : 800px ) {
  .demo-box {
    margin-top: 40px;
  }
  .demo-box__inner {
    padding: 20px;
    margin: 0 12px;
  }
  .demo-box__inner input[type=text],
  .demo-box__inner input[type=email] {
    width: 100%;
  }
}

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