* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Inter", sans-serif;
}

.navigation-top {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #9ca3b4;
  background-color: #fff;
  border-bottom: 1px solid #eef1f6;
  position: relative;
  z-index: 4;
}
.navigation-top > .container > .row {
  display: flex;
  align-items: center;
}

.navigation-top__social {
  text-align: right;
  margin: 0 -0.5rem 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.navigation-top__social-item {
  text-decoration: none;
  margin-left: 0.5rem;
  display: inline-block;
}
.navigation-top__social-item > a {
  height: 2rem;
  width: 2rem;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.navigation-top__social-item > a:hover {
  opacity: 0.6;
}
.navigation-top__social-item > a > img {
  display: inline-block;
}
.navigation-top__social-item--facebook > a > img {
  height: 18px;
}
.navigation-top__social-item--instagram > a > img {
  height: 19px;
}
.navigation-top__social-item--youtube > a > img {
  height: 21px;
}

.navigation-top__contact {
  margin: 0 0 0 -0.5rem;
  padding: 0;
  display: flex;
  align-items: center;
}

.navigation-top__contact-item {
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  color: #9ca3b4;
}
@media screen and (max-width: 767px) {
  .navigation-top__contact-item {
    margin-right: 0.5rem;
  }
  .navigation-top__contact-item:first-child {
    display: none;
  }
}
.navigation-top__contact-item > a {
  text-decoration: none;
  color: inherit;
  font-size: 0.85em;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.navigation-top__contact-item > a:hover {
  opacity: 0.6;
}
.navigation-top__contact-item > a > img {
  width: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #eef1f6;
}
.navigation > .container > .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .navigation > .container > .row {
    display: block;
    padding: 0.5rem 0;
  }
}

.navigation-brands {
  display: flex;
  align-items: center;
}

.navigation-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2667AC;
  margin-right: 1rem;
  padding-right: 1rem;
}
.navigation-brand:first-child {
  padding: 1rem 0.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 400px) {
  .navigation-brand:first-child {
    font-size: 1rem;
    padding-right: 1rem;
  }
}
.navigation-brand > a {
  display: inline-block;
  height: 44px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .navigation-brand > a {
    height: 40px;
  }
}
.navigation-brand > a > img {
  object-fit: contain;
  height: 100%;
  display: inline-block;
}
.navigation-brand:first-child {
  border-right: 1px solid #eef1f6;
}

.nav-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  margin-right: -2rem;
}
@media screen and (max-width: 767px) {
  .nav-items {
    display: none;
  }
}

.nav-item {
  display: inline-block;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  cursor: pointer;
  color: #0C1C3A;
  border-bottom: 5px solid transparent;
}
.nav-item:hover {
  color: #2667AC;
  border-bottom-color: #2667AC;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 2rem;
  display: inline-block;
}

/*!
 * Bootstrap v3.4.1 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table;
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs, th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm, th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md, th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg, th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print, th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.aspect-ratio {
  position: relative;
  padding-top: calc(9 / 32 * 100%);
  overflow: hidden;
}

.aspect-ratio--size-one {
  padding-top: 100%;
}

.aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  position: relative;
  border-bottom: 0.25rem solid #2667AC;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.card:hover .card-media img {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.card:hover .card-body {
  transform: translate3d(0, -1rem, 0);
}

.card-media {
  position: relative;
}
.card-media .aspect-ratio-content {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.card-image {
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}

.card-badge {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #9ca3b4;
  background-color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 0 0.35rem rgba(0, 0, 0, 0.1);
  border-radius: 500px;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-badge--facebook {
  color: #2667AC;
}

.card-badge--instagram {
  color: #d6249f;
}

.card-badge--youtube {
  color: #DB4333;
}

.card-body {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  width: auto;
  margin: calc(-10px - 5%) 10px 10px 10px;
  display: flex;
  flex-direction: column;
  color: #0C1C3A;
  transform: translate3d(0, -0.625rem, 0);
  border: 1px solid #eef1f6;
  transition: all 0.2s ease-in-out;
}

.card-date {
  color: #4c5361;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  height: auto;
  letter-spacing: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card-date > img {
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.card-title {
  font-size: 21px;
  color: #0c1c3a;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 700;
}

.card-summary {
  color: #4c5361;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .card-summary {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.card-more {
  font-weight: 600;
  color: #4c5361;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.card-more > img {
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.card-anchor {
  text-decoration: none;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.posts-button-holder {
  text-align: center;
  margin-top: 1rem;
}

.posts-button {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid #eef1f6;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  color: #4c5361;
  transition: all 0.2s ease-in-out;
}
.posts-button > svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
.posts-button:hover {
  color: #fff;
  background-color: #2667AC;
}
.posts-button:hover > svg {
  fill: #fff;
}

.hero {
  padding: 4rem 0;
  color: #fff;
  position: relative;
  background: linear-gradient(-90deg, rgba(38, 103, 172, 0) 0%, #2667AC 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 3rem 0;
  }
}

.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
}

.hero-subtitle {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  margin-top: 0;
}

.hero-title {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}

.leading {
  padding: 4rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .leading {
    padding: 3rem 0;
  }
}

.leading-divider {
  margin-bottom: 0.625rem;
  height: 1rem;
  width: 1rem;
  display: table;
  background-color: #2667AC;
}

.leading-title {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
.leading-title > span {
  color: #2667AC;
}

.leading-subtitle {
  color: #DB4333;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  margin: 0 0 0.5rem 0;
}

.leading-description {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #4c5361;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.leading-action {
  font-size: 0.8rem;
  font-weight: 700;
  color: #4c5361;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.leading-action > img {
  height: 0.7rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.footer {
  color: #fff;
  background-color: #2667AC;
  border-top: 1px solid #eef1f6;
  padding: 1.5rem 0;
  text-align: center;
}

.header {
  padding: 7.5rem 0;
  position: relative;
  background-image: url(https://earl.sinclair-theme.com/wp-content/uploads/sites/2/2021/03/hero-bg-1800x730.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 3rem 0 20rem 0;
  }
}

.header-person {
  position: absolute;
  right: 10rem;
  bottom: 0;
  width: 20rem;
}
@media screen and (max-width: 992px) {
  .header-person {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-person {
    width: 14rem;
  }
}

.header-subtitle {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  margin-top: 0;
  color: #DB4333;
}

.header-description {
  color: #4c5361;
  line-height: 1.5;
}

.header-title {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 0;
  margin-top: 0;
}
.header-title > span {
  color: #2667AC;
}

.header-signture {
  max-width: 10rem;
}

/*# sourceMappingURL=/style.ff1c4cab.css.map */