.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Mine, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Mine, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Mine, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .125rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.fs-styleguide_color-sample.is-text-color {
  background-color: #525252;
}

.fs-styleguide_color-sample.is-primary {
  background-color: #92c3d4;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #92c3d4;
  border: 1px solid #92c3d4;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: #bae3f1;
  border-color: #bae3f1;
  box-shadow: 0 13px 20px -2px rgba(0, 0, 0, .22);
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-family: Opensans Mine, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.custom-text {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.background-color-grey {
  background-color: rgba(168, 193, 216, .2);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.1rem;
  line-height: 1.4;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-family: Opensans Mine, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  justify-content: center;
}

.text-size-tiny {
  font-size: .75rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.max-width-full._70-vh {
  height: 70vh;
  background-image: url('../images/hero-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large.max-width-full._70-vh.padding-bottom {
  background-image: none;
}

.container-large.max-width-full._70-vh.padding-bottom.padding-huge {
  position: relative;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  z-index: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-secondary {
  color: #92c3d4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #92c3d4;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-secondary.grey {
  color: #525252;
  border-color: #525252;
  transition: border-color .2s ease-in-out, opacity .2s ease-in-out;
}

.button-secondary.grey:hover {
  color: #bbb;
  border-color: #bbb;
  box-shadow: 0 13px 20px -2px rgba(0, 0, 0, .16);
}

.button-text {
  color: #92c3d4;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-custom2 {
  padding-top: 14rem;
  padding-bottom: 8rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.body {
  font-family: Opensans Mine, sans-serif;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.paragraph.custom-footer {
  color: #fff;
  font-weight: 400;
}

.button-white {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #fff;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.hero-section {
  background-color: #92c3d4;
  justify-content: center;
}

.hero-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 80px;
  display: grid;
}

.nav_menu-button {
  padding: 1.25rem;
}

.nav_drop-list {
  background-color: #fff;
  transition: all .2s;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
}

.nav_drop-list.divided {
  column-count: 2;
  column-rule: .125rem solid #e9e9e9;
  flex-flow: column wrap;
  column-gap: 0;
}

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

.nav_dropdown-toggle {
  align-items: center;
  padding: .75rem 2.5rem .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav_dropdown-toggle:hover {
  color: #0385ce;
}

.nav_brand {
  padding-bottom: 10px;
  padding-left: 0;
}

.nav_brand.w--current {
  position: relative;
}

.nav_component {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 16px;
}

.nav_link {
  color: #525252;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav_link:hover {
  color: #92c3d4;
  text-decoration: none;
}

.nav_link.w--current {
  color: #92c3d4;
}

.nav_link.is-dropdown-link {
  width: 100%;
  border-top: .0625rem solid #e9e9e9;
  border-bottom: .0625rem solid #e9e9e9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  display: inline-block;
}

.nav_link.is-dropdown-link.w--current {
  box-shadow: none;
  background-color: #e9f0f4;
}

.nav_container {
  width: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-content-1 {
  padding-bottom: 90px;
}

._2-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accent-text {
  margin-top: -1rem;
  font-weight: 300;
}

.hero-figure {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 10%;
}

.section-services {
  position: relative;
}

.service-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -5rem;
  margin-bottom: -5rem;
  padding: 1rem 1.5rem;
  display: grid;
  overflow: hidden;
}

.service-item {
  cursor: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-item.padding-medium {
  position: relative;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  background-image: url('../images/hero-bg2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
}

.section-about {
  background-image: url('../images/wave-haikei-1.svg');
  background-position: 50% 1%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5rem;
}

.wrapper-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.section-operations {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section-operations.nav-in {
  background-image: linear-gradient(rgba(12, 12, 12, .14), rgba(12, 12, 12, .14)), url('../images/bg-section.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.op-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.op-content-item.padding-small {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.op-icon {
  width: 125px;
  height: 125px;
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-img {
  z-index: 2;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-bg {
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .26);
}

.home-anchor {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.quote-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quote-item {
  max-width: 40rem;
}

.quote-block {
  color: #525252;
  text-align: center;
  font-family: Amatic SC;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
}

.quote-side-bg {
  background-image: url('../images/fleur-kaan-e7jpGYe7OtU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.quote-img {
  z-index: 1;
  max-height: 700px;
  max-width: 500px;
  object-fit: fill;
  position: relative;
}

.nav-in {
  display: block;
}

.quote-img-wrapper {
  position: relative;
}

.quote-decor {
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 500px;
  border: 2px solid #92c3d4;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: 40px;
  right: 0%;
}

.section-contact {
  background-image: url('../images/wave.svg'), url('../images/hero-bg-contact.jpg');
  background-position: 50% 101%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-contact.nav-in {
  height: 50vh;
  background-image: url('../images/wave-haikei.svg'), url('../images/hero-bg-contact.jpg');
  background-position: 50% 95%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-block.padding-vertical.padding-custom3 {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.contact-form {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  max-width: 100%;
  min-height: 120px;
}

.image {
  z-index: 1;
  transform-style: preserve-3d;
  border: 2px #92c3d4;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.about-img-box {
  object-fit: fill;
  position: relative;
}

.about-decor {
  width: 100%;
  height: 100%;
  max-height: 700px;
  max-width: 500px;
  border: 2px solid #92c3d4;
  position: absolute;
  top: 40px;
  bottom: 0%;
  left: -40px;
  right: 0;
}

.about-text {
  text-align: left;
  padding-top: .5rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.service-img-wrapper {
  width: 225px;
  height: 225px;
  position: relative;
}

.service-img-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
  filter: blur(10px);
  background-image: linear-gradient(#ffcce4 18%, #92c3d4);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-item-gradient {
  z-index: 1;
  height: 50%;
  opacity: .75;
  filter: blur(8px);
  background-image: radial-gradient(circle at 50% 100%, #fcecf6, rgba(0, 0, 0, 0));
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-item-text-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #292222;
  border-radius: 50%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-circle {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 0, 119, .23);
  border-radius: 50%;
  position: absolute;
}

.footer {
  background-color: #92c3d4;
}

.blob-nav {
  z-index: -1;
  width: 250px;
  object-fit: fill;
  position: absolute;
  top: -97%;
  left: -47px;
  right: auto;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-info-text {
  color: #fff;
  text-align: left;
}

.tabs {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-bottom-style: none;
}

.tabs.w--current {
  color: #525252;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-style: none;
}

.tabs-content {
  max-height: 225px;
  color: #525252;
  background-color: #fff;
  background-image: url('../images/hero-bg-light.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #fff;
}

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

.tabs-menu {
  display: flex;
}

.tab-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.text-custom {
  text-align: left;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.footer-datenschutz {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.footer-info {
  color: #fff;
}

.fa-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.grid {
  grid-template-columns: auto 1fr;
}

.info-grid {
  grid-row-gap: 8px;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: start;
}

.nav-name {
  color: #525252;
  flex: 1;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 300;
}

.max-height-80 {
  max-height: 80px;
}

.max-height-auto {
  max-height: none;
}

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

.imp-grid {
  grid-template-columns: 66% 33%;
}

.nav_component-imp {
  z-index: 10;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
}

.heading {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .text-size-large.custom-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .container-large.max-width-full._70-vh.padding-bottom.padding-huge {
    height: auto;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-custom1 {
    padding-top: 12rem;
  }

  .padding-custom2 {
    padding-top: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-2-col {
    grid-template-columns: 1fr;
  }

  .nav_menu-button {
    color: #0385ce;
    font-size: 2rem;
  }

  .nav_menu-button.w--open {
    color: #0385ce;
    background-color: #e9f0f4;
  }

  .nav_menu {
    max-height: 90vh;
    text-align: left;
    background-color: #fff;
    overflow: auto;
  }

  .nav_dropdown-toggle {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
  }

  .nav_component {
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_link {
    color: #525252;
    text-align: left;
    justify-content: center;
    padding: 1.25rem 2.5rem;
  }

  .nav_link.is-dropdown-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .header-content-1 {
    z-index: 1;
    padding-bottom: 78px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: relative;
  }

  .header-content-1.padding-vertical.padding-huge {
    text-align: center;
  }

  .hero-figure {
    opacity: .4;
    right: auto;
  }

  .service-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .hero-content-wrapper {
    margin-top: 100px;
    padding-top: 0;
  }

  .hero-img {
    height: 500px;
  }

  .wrapper-about {
    grid-template-columns: 1fr;
  }

  .section-operations.nav-in {
    background-position: 50% -8%, 0 0;
  }

  .op-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-item {
    margin-bottom: 4rem;
  }

  .quote-img {
    max-width: 500px;
  }

  .section-contact {
    background-image: url('../images/wave.svg'), linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), url('../images/hero-bg-contact.jpg');
    background-position: 50% 100%, 0 0, 0%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .contact-wrapper {
    grid-template-columns: 1fr 2fr;
  }

  .image {
    object-fit: cover;
  }

  .about-img-box {
    margin-top: 60px;
  }

  .about-decor {
    top: 30px;
    left: -30px;
  }

  .cursor-wrapper, .contact-img-box {
    display: none;
  }

  .footer-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    max-height: 225px;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .text-custom {
    font-size: 15px;
    line-height: 1.5;
  }

  .nav_component-imp {
    background-color: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-custom1 {
    padding-top: 8rem;
  }

  .padding-custom2 {
    padding-top: 7rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1rem;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu-button {
    padding: 1rem;
  }

  .nav_menu {
    max-height: 80vh;
  }

  .nav_dropdown-toggle {
    padding-left: 1.25rem;
  }

  .nav_brand-image {
    max-width: 8rem;
  }

  .nav_component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-content-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-img {
    height: 450px;
  }

  .wrapper-about {
    grid-template-columns: 1fr;
  }

  .section-operations.nav-in {
    background-position: 50% 0, 0 0;
  }

  .op-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quote-item {
    margin-bottom: 2rem;
  }

  .quote-decor {
    max-width: 350px;
  }

  .tabs-content {
    max-height: 450px;
  }

  .tab-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-custom {
    text-align: center;
    font-size: 14px;
  }

  .nav_component-imp {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular.padding-top.padding-small {
    text-align: center;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge {
    text-align: center;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .padding-custom1 {
    padding-top: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .header-content-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2-button-box.margin-top.margin-medium {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

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

  .service-wrapper {
    margin-bottom: 0;
  }

  .hero-img {
    height: 400px;
  }

  .about-content {
    text-align: center;
  }

  .op-grid {
    grid-template-columns: 1fr;
  }

  .quote-img {
    max-width: 250px;
    margin-left: -30px;
  }

  .quote-decor {
    width: 250px;
    max-width: 350px;
    display: block;
    top: 30px;
    left: 10px;
  }

  .image {
    max-height: 500px;
    margin-left: 10px;
  }

  .about-decor {
    left: -10px;
  }

  .tabs-menu {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }
}

#w-node-baefa4ac-f745-d150-5c2d-d293b1f80dc5-1e7047d0 {
  justify-self: center;
}

#w-node-_51093a73-5790-51cb-daf1-7f9acabfbff0-1e7047d0, #w-node-dbb2ebbe-877c-d6ed-4918-828643526442-1e7047d0, #w-node-acb53fa8-f6c5-9fc9-fcc6-f33073ab64d1-1e7047d0, #w-node-ca89ad20-a5ef-9d94-fbfb-b7e6954dc669-1e7047d0 {
  align-self: start;
  justify-self: center;
}

#w-node-_44ce12a5-9f96-020d-7321-832edaee9687-1e7047d0 {
  align-self: center;
  justify-self: center;
}

#w-node-cc3b9af0-77ae-8b42-a633-a9aa464c2cc4-1e7047d0, #w-node-_73e07c64-55fe-e545-45f8-f78ab3ae9d82-1e7047d0, #w-node-e0fa87d1-969c-4513-a2a8-62ce44a5e02c-1e7047d0, #w-node-dc7ac8d8-91b9-5e5d-09cb-e7eacef5a742-1e7047d0, #w-node-_4697e44d-be22-d792-d36d-3776d9db3d92-1e7047d0, #w-node-_2a6bb0c8-d6d8-f21f-ab2e-cdea345d3e09-1e7047d0, #w-node-cb462b45-4753-48bb-801e-d41fcbde0865-1e7047d0, #w-node-_6f6d43d9-6976-e7aa-bcd3-907b2cc80b8c-1e7047d0 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_4a744e0c-4a5b-5394-3897-7f8e692bf465-1e7047d0 {
  align-self: center;
  justify-self: end;
}

#w-node-_15fabe95-c333-bfb4-c3ae-04a80d6bc014-1e7047d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2e30c17-4cd9-6bca-5a3b-e7b5c51910fa-1e7047d0 {
  align-self: center;
  justify-self: center;
}

#w-node-d956b728-346f-6f15-ccfb-93513ce3a942-1e7047d0, #w-node-aecf1fed-d08f-186d-918f-d5e95dead616-1e7047d0, #w-node-_8be1f3a1-f53a-ecce-ed0a-7ea681bce5a1-1e7047d0 {
  justify-self: center;
}

#w-node-_227a5ee7-368a-a1d1-0ac2-e14cc28e5a7e-1e7047d0, #w-node-fd6caaba-2bad-a5be-e27c-f711c039f3a9-1e7047d0 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3e6153e7-9806-c06d-c090-3c2b8abe6a6f-1e7047d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfb0-a371f721 {
  align-self: center;
  justify-self: center;
}

#w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfb6-a371f721, #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfba-a371f721, #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfbe-a371f721 {
  justify-self: center;
}

#w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfce-a371f721, #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfdc-a371f721 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-baefa4ac-f745-d150-5c2d-d293b1f80dc5-1e7047d0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_91216cbb-e51b-e70a-9ffc-2b2ca27e654f-1e7047d0 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_44ce12a5-9f96-020d-7321-832edaee9687-1e7047d0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4a744e0c-4a5b-5394-3897-7f8e692bf465-1e7047d0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_15fabe95-c333-bfb4-c3ae-04a80d6bc014-1e7047d0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e2e30c17-4cd9-6bca-5a3b-e7b5c51910fa-1e7047d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4462ed45-ba5f-8d77-f8c3-ada3bf2cbe32-1e7047d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aad69d14-bfa1-db80-e314-c338e1395f04-1e7047d0 {
    align-self: auto;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfb0-a371f721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfc2-a371f721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfe6-a371f721 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44ce12a5-9f96-020d-7321-832edaee9687-1e7047d0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_227a5ee7-368a-a1d1-0ac2-e14cc28e5a7e-1e7047d0 {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_227a5ee7-368a-a1d1-0ac2-e14cc28e5a8f-1e7047d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd6caaba-2bad-a5be-e27c-f711c039f3a9-1e7047d0 {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-aad69d14-bfa1-db80-e314-c338e1395f04-1e7047d0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfce-a371f721 {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfd9-a371f721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfdc-a371f721 {
    grid-area: 2 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8cb57a85-fa3b-bb23-c66d-21690803dfe6-a371f721 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a2b623f-edc9-1bee-f303-92eae074c3cc-1e7047d0, #w-node-b5f307a4-3cbe-6c45-fa80-64200e77e9e5-1e7047d0 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-d7cfdcc8-abfc-465a-92fc-08be4d0bab23-1e7047d0 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Mine';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Mine';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Mine';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Mine';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mine';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mine';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mine';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mine';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mine';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}