@charset "UTF-8";
.floating-focus {
  border: 0 solid currentColor;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: top, left, width, height;
  box-sizing: content-box;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999999999;
}

.floating-focus.moving {
  transition-property: opacity, left, top, width, height, border-width, border-radius;
  transition-duration: 0.2s, 0.1s, 0.1s, 0.1s, 0.1s, 0.1s, 0.1s;
  transition-timing-function: linear, ease, ease, ease, ease, ease, ease;
}

.floating-focus.enabled.visible {
  opacity: 1;
}

.floating-focus::after {
  content: "";
  background: currentColor;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.floating-focus.helper::after {
  transition-duration: 0.1s;
  opacity: 0.3;
}

.floating-focused {
  outline-style: none !important;
}

.floating-focused::-moz-focus-inner {
  border: 0 !important;
}

@font-face {
  font-family: Circular;
  src: url(/app/themes/appeal2021/dist/fonts/CirculaWeb-Black.woff2?1ec29c0e4dd1fcf1770ebac99283fac0) format("woff2"), url(/app/themes/appeal2021/dist/fonts/CircularWeb-Black.woff?13577e4b7b90c123dc18ef316c844f10) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.btn.primary {
  fill: none;
}

ul {
  padding-left: 0;
}

.draggable--active {
  transform: scale(1);
  cursor: grabbing;
}
.draggable--active a {
  pointer-events: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  pointer-events: none;
}
.hamburger-inner {
  width: 37px;
  transition: all 0.3s;
}
.hamburger-inner::before {
  width: 20px;
}
.hamburger-inner::after {
  right: 0;
  width: 20px;
}
.hamburger.is-active {
  margin-right: 12px;
}
.hamburger.is-active .hamburger-box {
  width: 28px;
}
.hamburger.is-active .hamburger-inner {
  transition: all 0.3s;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  width: 24px;
  height: 5px;
}

*,
::before,
::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
body h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 45px;
}
@media screen and (max-width: 599px) {
  body h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
body h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
  margin: 10px auto 25px;
}
@media screen and (max-width: 599px) {
  body h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
body h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
body h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
body h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 auto 10px;
}
@media screen and (max-width: 599px) {
  body p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body ul,
body ol {
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body ul,
  body ol {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body ul,
  body ol {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1920px) {
  body ul,
  body ol {
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  body ul,
  body ol {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
body li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  body li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body .wysiwyg h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body .wysiwyg p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  body .wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body .wysiwyg a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  body .wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
body .wysiwyg li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  body .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h1,
  body .wysiwyg h2,
  body .wysiwyg h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body .wysiwyg h1,
  body .wysiwyg h2,
  body .wysiwyg h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1920px) {
  body .wysiwyg h1,
  body .wysiwyg h2,
  body .wysiwyg h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  body .wysiwyg h1,
  body .wysiwyg h2,
  body .wysiwyg h3 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg h4,
  body .wysiwyg h5,
  body .wysiwyg h6 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body .wysiwyg h4,
  body .wysiwyg h5,
  body .wysiwyg h6 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body .wysiwyg h4,
  body .wysiwyg h5,
  body .wysiwyg h6 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  body .wysiwyg h4,
  body .wysiwyg h5,
  body .wysiwyg h6 {
    margin-bottom: 10px;
  }
}
body .wysiwyg p,
body .wysiwyg li {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg p,
  body .wysiwyg li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body .wysiwyg p,
  body .wysiwyg li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1920px) {
  body .wysiwyg p,
  body .wysiwyg li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  body .wysiwyg p,
  body .wysiwyg li {
    margin-bottom: 15px;
  }
}
body .wysiwyg ul,
body .wysiwyg ol {
  margin-top: 0;
}
body .wysiwyg li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  body .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body .wysiwyg li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1920px) {
  body .wysiwyg li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  body .wysiwyg li {
    margin-bottom: 10px;
  }
}
body .wysiwyg a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
body .wysiwyg a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  body .wysiwyg a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .wysiwyg a::before {
    height: 4px;
  }
}
body .wysiwyg a:hover {
  color: #393939;
}
body .internal-anchor {
  display: block;
}
body main {
  overflow: auto;
}
@media screen and (min-width: 1920px) {
  body .post__content {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  body .post__content {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body .post__content {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  body .post__content {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
body .post__content .spacer {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .post__content .spacer {
    margin-bottom: 30px;
  }
}
body ._brlbs-responsive-table {
  font-family: "DM Sans", helvetica, sans-serif;
  text-align: left;
}
body #BorlabsCookieEntranceA11YHeadline,
body #BorlabsCookiePreferencesA11YHeadline {
  font-family: circular, helvetica, sans-serif !important;
}

.close {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 16px;
  height: 16px;
}
.close * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.close::before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 2px;
  height: 12px;
  background-color: #fff;
  transform: rotate(45deg);
}
.close::after {
  content: " ";
  position: absolute;
  top: 3px;
  left: 10px;
  width: 2px;
  height: 12px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.down-arrow {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.down-arrow * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.down-arrow::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.down-arrow i {
  position: relative;
  display: block;
  padding: 8px 10px;
}
.down-arrow i::after {
  content: "";
  position: relative;
  top: -3px;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  border-width: 4px 4px 0 0;
  border-style: solid;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .down-arrow i::after {
    top: 2px;
    width: 10px;
    height: 10px;
    border-width: 3px 3px 0 0;
  }
}
.dropdown-expanded .down-arrow i::after {
  top: 5px;
  transform: rotate(-45deg);
}

#app {
  display: grid;
  grid-template-areas: "header" "content" "footer";
  min-height: 100vh;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  #app {
    grid-template-rows: 130px 1fr auto;
  }
}
@media screen and (min-width: 1920px) {
  #app {
    grid-template-rows: 130px 1fr auto;
  }
}
@media screen and (max-width: 599px) {
  #app {
    grid-template-rows: 76px 1fr auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #app {
    grid-template-rows: 76px 1fr auto;
  }
}
#app > .navbar {
  grid-area: header;
  z-index: 1;
}
#app > main {
  grid-area: content;
  z-index: 0;
}
#app > .footer {
  grid-area: footer;
  z-index: 0;
}

@media screen and (min-width: 1920px) {
  .single-career-template {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-career-template {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-career-template {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single-career-template {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.single-career-template__container {
  max-width: 700px;
}
.single-career-template__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .single-career-template__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-career-template__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}

.career-job-info {
  padding: 26px 30px;
  background-color: #6bed00;
}
@media screen and (min-width: 1920px) {
  .career-job-info__columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .career-job-info__columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .career-job-info__columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 700px) {
  .career-job-info__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}
@media screen and (max-width: 425px) {
  .career-job-info__columns {
    grid-template-columns: 1fr;
  }
}
.career-job-info__column:last-child {
  display: flex;
  align-items: center;
}
.career-job-info__column-title {
  margin-bottom: 10px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.career-job-info__column-subtitle {
  margin-bottom: 0;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.career-job-info__column-btn {
  border-radius: 100px;
  padding: 10px 25px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #6bed00;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .career-job-info__column-btn {
    padding: 10px 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.career-content {
  max-width: 620px;
  padding: 40px 0 60px;
}

.career-form {
  max-width: 645px;
}
.career-form__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .career-form__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .career-form__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}

.career-accordion.accordion-mixed-content {
  position: relative;
  margin-top: 65px;
  padding: 80px 0 120px;
}
.career-accordion.accordion-mixed-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 620px;
  height: 1px;
  background-color: #b2b2b2;
}
.career-accordion.accordion-mixed-content .simple-accordion {
  padding-top: 50px;
}
.career-accordion.accordion-mixed-content .accordion-mixed-content__subtitle {
  max-width: 540px;
  margin-left: 0;
}

@media screen and (min-width: 1920px) {
  .single-download-header .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-download-header .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-download-header .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single-download-header .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.single-download-header__title {
  max-width: 700px;
  margin: 0 0 30px;
}

@media screen and (min-width: 1920px) {
  .single-download-content .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-download-content .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-download-content .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single-download-content .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.single-download-content .container .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-download-content hr {
  border-color: #b2b2b2;
  margin: 45px 0;
}
.single-download-content p,
.single-download-content li {
  font-size: 1rem;
}
.single-download-content h1,
.single-download-content h2,
.single-download-content h3,
.single-download-content h4,
.single-download-content h5,
.single-download-content h6 {
  margin-bottom: 20px;
}
.single-download-content p,
.single-download-content h1,
.single-download-content h2,
.single-download-content h3,
.single-download-content h4,
.single-download-content h5,
.single-download-content h6,
.single-download-content ul,
.single-download-content hr,
.single-download-content ol {
  max-width: 620px;
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  .single-team-member #breadcrumbs {
    margin-bottom: 35px !important;
  }
}

.team-member {
  margin-bottom: 70px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .team-member {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 1920px) {
  .team-member .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .team-member .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .team-member .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.team-member__intro .position {
  color: #000;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member__intro .name {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1920px) {
  .team-member__intro .name {
    font-size: 2.625rem;
  }
}
.team-member__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member__details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .team-member__details {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .team-member__description {
    grid-column: 1/4;
  }
}
@media screen and (min-width: 1920px) {
  .team-member__description {
    grid-column: 1/4;
  }
}
.team-member__description .description {
  font-family: "DM Sans", helvetica, sans-serif;
  color: #393939;
}
.team-member__description .description p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .team-member__description .description p {
    font-size: 0.875rem;
  }
}
.team-member__image-item {
  position: relative;
  height: 301px;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .team-member__image-item {
    height: 200px;
  }
}
.team-member__image-item img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member__image--desktop {
  display: block;
  grid-column: 4/6;
}
@media screen and (max-width: 599px) {
  .team-member__image--desktop {
    display: none;
  }
}
.team-member__image--mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .team-member__image--mobile {
    display: block;
    margin: 20px 0;
  }
}
.team-member__contact {
  display: flex;
  flex-direction: column;
  border-bottom: solid 10px #00a6ed;
  padding: 21px 24px;
  background-color: rgba(0, 166, 237, 0.1);
  gap: 10px;
}
.team-member__contact .contact-title {
  margin: 0 0 15px;
  font-family: circular, helvetica, sans-serif;
  color: #000;
}
@media screen and (max-width: 599px) {
  .team-member__contact .contact-title {
    font-size: 1rem;
  }
}
.team-member__contact .contact-details {
  display: flex;
  align-items: center;
  gap: 15px;
}
.team-member__contact .contact-details img {
  width: 24px;
}
.team-member__contact .contact-details .details {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 599px) {
  .team-member__contact .contact-details .details {
    font-size: 0.875rem;
  }
}
.team-member__contact .contact-details .details a {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .team-member__contact .contact-details .details a {
    font-size: 0.875rem;
  }
}
.team-member__disk {
  border-top: solid 1px #b2b2b2;
  margin-top: 20px;
  padding-top: 20px;
}
.team-member__disk .disk-title {
  font-family: circular, helvetica, sans-serif;
  color: #000;
}
@media screen and (max-width: 599px) {
  .team-member__disk .disk-title {
    font-size: 1rem;
  }
}
.team-member__disk .disk-details {
  margin-bottom: 10px;
}
.team-member__disk .disk-details p {
  margin-bottom: 2px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #000;
}
@media screen and (max-width: 599px) {
  .team-member__disk .disk-details p {
    font-size: 0.875rem;
  }
}
.team-member__disk .disk-details p.details {
  font-family: "DM Sans", helvetica, sans-serif;
  font-weight: 400;
  color: #393939;
}

.member-related-articles {
  padding: 65px 0;
  background: #f6f6f6;
}
@media screen and (min-width: 1920px) {
  .member-related-articles .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .member-related-articles .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .member-related-articles .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .member-related-articles .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.member-related-articles__heading .desc {
  margin: 0 0 30px;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .member-related-articles__heading .desc {
    max-width: 537px;
  }
}
@media screen and (min-width: 1920px) {
  .member-related-articles__heading .desc {
    max-width: 537px;
  }
}
.member-related-articles .articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .member-related-articles .articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .member-related-articles .articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.member-related-articles .article-card {
  position: relative;
  z-index: 1;
}
.member-related-articles .article-card a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
.member-related-articles .article-card__image-item {
  position: relative;
  z-index: 0;
  height: 200px;
  overflow: hidden;
}
.member-related-articles .article-card__image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.member-related-articles .article-card__item {
  position: relative;
  overflow: hidden;
}
.member-related-articles .article-card__title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: circular, helvetica, sans-serif;
  color: #000;
}
.member-related-articles .article-card__item-meta {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: auto;
  padding: 0 11px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #fff;
  background-color: #000;
}

.secondary-nav-items {
  opacity: 0;
}
.secondary-nav-items[data-init="1"] {
  opacity: 1;
}
@media screen and (min-width: 1920px) {
  .secondary-nav-items .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .secondary-nav-items .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .secondary-nav-items .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .secondary-nav-items .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.secondary-nav-items__title, .secondary-nav-items__current-item,
.secondary-nav-items a {
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
}
.secondary-nav-items__title {
  position: relative;
  bottom: 16px;
  height: 25px;
  border-right: 2px solid #000;
  margin-right: 5%;
  padding-right: 5%;
  line-height: 1;
}
.secondary-nav-items__list {
  z-index: 100;
  display: flex;
  margin: 0;
  padding: 38px 0 0;
  list-style: none;
  gap: 12%;
}
.secondary-nav-items__list li {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .secondary-nav-items__list {
    gap: 7%;
    padding-top: 28px;
  }
  .secondary-nav-items__list a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .secondary-nav-items__list {
    gap: 5%;
    padding-top: 20px;
  }
}
.secondary-nav-items a {
  position: relative;
  display: block;
  padding: 10px 0 20px;
  text-decoration: none;
}
.secondary-nav-items a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 7px solid #00a6ed;
  transition: width 400ms;
}
.secondary-nav-items a:hover::after, .secondary-nav-items a.active::after {
  width: 100%;
}
.secondary-nav-items a:hover .counter, .secondary-nav-items a.active .counter {
  opacity: 1;
}
.secondary-nav-items .counter {
  position: absolute;
  top: -12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transition: opacity 300ms;
}
.secondary-nav-items__current-item {
  position: relative;
  display: none;
}
.secondary-nav-items__current-item::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  border-bottom: 7px solid #00a6ed;
}
.secondary-nav-items__current-item .counter {
  position: absolute;
}
.secondary-nav-items__current-item.default::after {
  left: 0;
  width: 100%;
}
.secondary-nav-items__dropdown-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
  width: 100%;
  max-width: none;
  padding: 50px 0 25px;
}
.secondary-nav-items__dropdown-button * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.secondary-nav-items__dropdown-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .secondary-nav-items__dropdown-button {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .secondary-nav-items__dropdown-button {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.secondary-nav-items__dropdown-button i {
  transition: transform 300ms;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .secondary-nav-items__dropdown-button {
    padding: 28px 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1499px) {
  .secondary-nav-items__dropdown-button {
    padding: 24px 0 20px;
  }
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__full-width {
  position: relative;
  display: block;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__full-width .secondary-nav-items__title {
  display: none;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__title {
  bottom: auto;
  height: auto;
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  max-width: 500px;
  padding: 50px 80px 50px 0;
  background-color: #f5f5f5;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 30vw;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__list::before {
    display: none;
  }
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list a {
  display: inline-block;
  padding-top: 0;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list .counter {
  top: -18px;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list li {
  margin-bottom: 30px;
}
.secondary-nav-items.dropdown-enabled .secondary-nav-items__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__list {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 8%;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__list .counter {
    top: auto;
  }
}
.secondary-nav-items.dropdown-enabled.expanded .secondary-nav-items__dropdown-button i {
  transform: rotate(-180deg);
}
.secondary-nav-items.dropdown-enabled.expanded .secondary-nav-items__list {
  display: block;
}
@media screen and (max-width: 599px) {
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__title {
    display: none;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__full-width {
    position: static;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__dropdown-button {
    padding: 27px 0 16px;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__current-item {
    display: block;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__current-item .counter {
    margin-right: 0;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__list {
    max-width: 600px;
    padding-top: 30px;
  }
  .secondary-nav-items.dropdown-enabled .secondary-nav-items__list li {
    margin-bottom: 30px;
  }
  .secondary-nav-items.dropdown-enabled a::after {
    left: 0;
  }
  .secondary-nav-items.dropdown-enabled a:hover::after {
    width: 100%;
  }
  .secondary-nav-items.dropdown-enabled .counter {
    position: relative;
    top: auto;
    margin-right: 5px;
    opacity: 1;
  }
}

.video-player {
  position: relative;
  --video-aspect-ratio: 1.777;
}
.video-player.aspect-desktop-169 {
  --video-aspect-ratio: 16 / 9;
}
.video-player.aspect-desktop-219 {
  --video-aspect-ratio: 21 / 9;
}
.video-player.aspect-desktop-43 {
  --video-aspect-ratio: 4 / 3;
}
.video-player.aspect-desktop-32 {
  --video-aspect-ratio: 3 / 2;
}
.video-player.aspect-desktop-11 {
  --video-aspect-ratio: 1 / 1;
}
.video-player.aspect-desktop-916 {
  --video-aspect-ratio: 9 / 16;
}
@media screen and (max-width: 599px) {
  .video-player.is-responsive.aspect-mobile-169 {
    --video-aspect-ratio: 16 / 9;
  }
  .video-player.is-responsive.aspect-mobile-219 {
    --video-aspect-ratio: 21 / 9;
  }
  .video-player.is-responsive.aspect-mobile-43 {
    --video-aspect-ratio: 4 / 3;
  }
  .video-player.is-responsive.aspect-mobile-32 {
    --video-aspect-ratio: 3 / 2;
  }
  .video-player.is-responsive.aspect-mobile-11 {
    --video-aspect-ratio: 1 / 1;
  }
  .video-player.is-responsive.aspect-mobile-916 {
    --video-aspect-ratio: 9 / 16;
  }
}
.video-player__iframe-wrapper, .video-player__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: var(--video-aspect-ratio);
}
.video-player__iframe-wrapper iframe, .video-player__image-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.video-player__image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 600ms ease-out;
}
.video-player__image-wrapper::before {
  content: "";
  display: block;
  padding-top: calc(100% / var(--video-aspect-ratio));
}
.video-player__image-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-player__image-wrapper img.mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .video-player__image-wrapper img.mobile {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .video-player__image-wrapper img.desktop {
    display: none;
  }
}
.video-player__iframe-wrapper {
  z-index: 1;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.video-player__iframe-wrapper.mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .video-player__iframe-wrapper.mobile {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .video-player__iframe-wrapper.desktop {
    display: none;
  }
}
.video-player__iframe-wrapper iframe {
  position: relative;
}
.video-player__iframe-wrapper.video-loaded {
  z-index: 2;
  opacity: 1;
}
.video-player__iframe-wrapper.video-loaded + .video-player__image-wrapper {
  opacity: 0;
}
.video-player__iframe-wrapper .brlbs-cmpnt-content-blocker {
  display: none !important;
}

.video-player-section {
  position: relative;
}
.video-player-section .video-player-trigger-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}
.video-player-section .video-player-trigger-btn * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.video-player-section .video-player-trigger-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .video-player-section .video-player-trigger-btn {
    width: 50px;
    height: 50px;
  }
}
.video-player-section .video-player-trigger-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  border-left-width: 8px;
  border-left-style: solid;
  margin: 80px 0;
  background-color: #f3fdf9;
  position: relative;
}
@media screen and (max-width: 599px) {
  .card {
    margin: 40px 0;
  }
}
.card a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card--green {
  border-color: #42e8a4;
}
.card--blue {
  border-color: #00a6ed;
}
.card--grey {
  border-color: #393939;
}
.card--black {
  border-color: #000;
}
.card__title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.375rem;
}
@media screen and (max-width: 599px) {
  .card__title {
    margin-bottom: 15px !important;
  }
}
.card__text {
  margin-bottom: 0 !important;
  font-size: 1rem;
  line-height: 1.625rem;
}
.card__content {
  padding: 25px 60px 30px 30px;
}
.card__wrapper {
  display: grid;
  grid-template-columns: 1fr 215px;
}
@media screen and (max-width: 599px) {
  .card__wrapper {
    grid-template-columns: 1fr;
  }
}
.card__image {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .card__image {
    height: 200px;
  }
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.icon-banner__icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__icons {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner__icons {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner__icons {
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 35px;
  }
}
@media (max-width: 400px) {
  .icon-banner__icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 35px;
  }
}
.icon-banner__icon {
  position: relative;
}
.icon-banner__icon a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .icon-banner__icon {
    width: 100%;
    max-width: calc(20% - 76px);
    margin: 0 36px 85px;
  }
}
@media screen and (min-width: 1920px) {
  .icon-banner__icon {
    width: 100%;
    max-width: calc(20% - 76px);
    margin: 0 36px 85px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .icon-banner__icon {
    width: 100%;
    max-width: calc(33.3333333333% - 120px);
    margin: 0 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .icon-banner__icon {
    max-width: 80px;
    margin: auto;
  }
}
.icon-banner__image {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta {
    display: flex;
    align-items: flex-start;
    min-height: 510px;
    margin: 0 auto 140px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1920px) {
  .cta {
    display: flex;
    align-items: flex-start;
    min-height: 510px;
    margin: 0 auto 140px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta {
    margin: 0 auto 140px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .cta {
    margin: 0 auto 100px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.cta--background {
  background: #f5f5f5;
}
.cta--footer {
  margin: 0;
}
.cta--hide {
  display: none;
}
@media screen and (min-width: 1920px) {
  .cta__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .cta__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__content {
    width: 100%;
    max-width: 680px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta__content {
    width: 100%;
    max-width: 680px;
  }
}
@media screen and (min-width: 1920px) {
  .cta__content {
    width: 100%;
    max-width: 680px;
  }
}
.cta__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .cta__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__title {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta__title {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1920px) {
  .cta__title {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .cta__title {
    margin: 0 0 65px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta__wysiwyg {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .cta__wysiwyg {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .cta__wysiwyg {
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__wysiwyg {
    margin: 0 0 35px;
  }
}
.cta__wysiwyg a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
.cta__wysiwyg a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .cta__wysiwyg a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__wysiwyg a::before {
    height: 4px;
  }
}
.cta__wysiwyg a:hover {
  color: #393939;
}
.cta__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
}
.cta__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .cta__link::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__link::before {
    height: 4px;
  }
}
.cta__link:hover {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .cta__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .cta__link {
    font-size: 1.125rem;
  }
}

.cta-full {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 1920px) {
  .cta-full {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .cta-full {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
.cta-full__container {
  position: relative;
}
.cta-full__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-full__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(138deg, rgba(0, 0, 0, 0.37) 0%, rgba(216, 216, 216, 0) 100%);
  pointer-events: none;
}
.cta-full__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.cta-full__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cta-full__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 540px;
  min-height: 520px;
  padding: 45px 60px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__content {
    min-height: 430px;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__content {
    max-width: 100%;
    min-height: 360px;
    padding: 45px 6.875vw;
  }
}
.cta-full__link {
  text-decoration: none;
}
.cta-full__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cta-full__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .cta-full__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__title {
    margin: 0 0 10px;
  }
}
.cta-full__text {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .cta-full__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.cta-full__tiles {
  margin: 0;
  padding: 0;
  margin: 0;
}
.cta-full__tiles li {
  list-style: none;
}
.cta-full__tiles li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  display: inline-block;
  border-radius: 16px;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 599px) {
  .cta-full__tiles li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__tiles li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__tiles li {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__tiles li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__tiles li {
    margin: 0 10px 10px 0;
    padding: 0 13px;
    pointer-events: none;
  }
}
.cta-full__tiles li:last-of-type {
  margin: 0;
}
.cta-full__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 23px;
  margin-bottom: 20px;
  padding: 13px 36px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__btn {
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__btn {
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.cta-full__btn:last-child {
  margin-bottom: 6px;
}
.cta-full__btn:hover, .cta-full__btn:focus {
  background-color: #00a6ed;
}
.cta-full__v2__container {
  max-width: 1030px;
  margin: 0 auto;
}
.cta-full__v2__hidelink {
  display: none;
}
.cta-full__v2__content {
  justify-content: flex-end;
  min-height: 537px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__v2__content {
    min-height: 430px;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__v2__content {
    min-height: 360px;
  }
}
.cta-full__v2__text {
  margin-bottom: 27px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .cta-full__v2__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cta-full__v2__text {
    margin-bottom: 20px;
  }
}

.showcase {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.showcase::before {
  content: ">>";
  position: absolute;
  bottom: 14px;
  right: 0;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  border-radius: 16px 0 0 16px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-align: center;
  background-color: #cafff8;
}
@media screen and (max-width: 599px) {
  .showcase::before {
    display: flex;
  }
}
.showcase__wrapper {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.showcase__wrapper::-webkit-scrollbar {
  display: none;
}
.showcase__container {
  position: relative;
  width: 100%;
  margin: auto;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1920px) {
  .showcase__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .showcase__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
.showcase__slider-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 35px 30px 30px;
}
.showcase__slider-buttons button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  opacity: 1;
  transition: opacity 300ms;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.showcase__slider-buttons button,
.showcase__slider-buttons button * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.showcase__slider-buttons button, .showcase__slider-buttons button:link, .showcase__slider-buttons button:visited, .showcase__slider-buttons button:active {
  outline: 0;
  text-decoration: none;
}
.showcase__slider-buttons button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.showcase__slider-buttons button:last-child {
  margin-right: 0;
}
@media screen and (any-hover: hover) {
  .showcase__slider-buttons button:hover {
    opacity: 0.8;
  }
}
.showcase__slider-buttons img {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 599px) {
  .showcase__slider-buttons {
    padding: 20px 25px 20px 20px;
  }
}
.showcase__slides {
  display: flex;
  justify-content: flex-start;
}
.showcase__slide {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 380px;
  margin-right: 20px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms;
  cursor: grabbing;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
.showcase__slide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (any-hover: hover) {
  .showcase__slide:hover {
    opacity: 0.7;
  }
}
.showcase__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .showcase__slide {
    width: 100%;
  }
}
.showcase__link {
  font-family: circular, helvetica, sans-serif;
}
.showcase__link::after {
  z-index: 1;
}
.showcase__content {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .showcase__content {
    min-height: 420px;
    padding: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .showcase__content {
    min-height: 420px;
    padding: 22px;
  }
}
@media screen and (max-width: 599px) {
  .showcase__content {
    min-height: 350px;
    padding: 18px 22px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .showcase__content {
    min-height: 350px;
    padding: 18px 22px;
  }
}
.showcase__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.showcase__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.showcase__title {
  position: absolute;
  bottom: 19px;
  left: 27px;
  border-radius: 16px;
  margin: 0;
  padding: 5px 20px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.625rem;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .showcase__title {
    bottom: 14px;
    left: 16px;
    padding: 3px 15px;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
.showcase__subtitle {
  margin: 0;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 2rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .showcase__subtitle {
    max-width: 260px;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

@media screen and (min-width: 1920px) {
  .case-study__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .case-study__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .case-study__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__container {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .case-study__container {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 1920px) {
  .case-study__container {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 599px) {
  .case-study__container {
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
}
.case-study__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 0 65px;
}
@media screen and (max-width: 599px) {
  .case-study__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__title {
    margin: 0 0 45px;
  }
}
@media screen and (max-width: 599px) {
  .case-study__title {
    margin: 0 0 20px;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__title {
    margin: 0 0 20px;
    line-height: 2.125rem;
  }
}
.case-study__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .case-study__content {
    flex-direction: column;
  }
}
.case-study__text-content {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text-content {
    max-width: 620px;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .case-study__text-content {
    max-width: 620px;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .case-study__text-content {
    max-width: 620px;
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .case-study__text-content {
    margin: 0 0 50px;
  }
}
.case-study__link-content {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .case-study__link-content {
    max-width: 270px;
  }
}
@media screen and (min-width: 1920px) {
  .case-study__link-content {
    max-width: 270px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__link-content {
    max-width: 220px;
  }
}
@media screen and (max-width: 599px) {
  .case-study__link-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.case-study__link-content--active .case-study__plus::after {
  transform: translateY(-50%) rotate(90deg);
}
.case-study__link-content--active .case-study__links {
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(1);
  pointer-events: initial;
}
.case-study__text h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.case-study__text h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.case-study__text h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.case-study__text h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.case-study__text h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__text h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__text p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .case-study__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__text a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__text a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__text li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .case-study__text li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__text p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .case-study__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.case-study__link-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .case-study__link-title {
    cursor: pointer;
  }
}
.case-study__link-title h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  margin: 0 0 15px -15px;
  padding: 0 15px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 599px) {
  .case-study__link-title h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__link-title h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .case-study__link-title h4 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__link-title h4 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .case-study__link-title h4 {
    margin: 0;
    padding: 0 13px;
    pointer-events: none;
  }
}
.case-study__plus {
  position: relative;
  display: inline-block;
  width: 15px;
  margin-left: auto;
  pointer-events: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__plus {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .case-study__plus {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .case-study__plus {
    display: none;
  }
}
.case-study__plus::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 4px;
  height: 15px;
  border: none;
  outline: none;
  background: #000;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  pointer-events: none;
}
.case-study__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 4px;
  height: 15px;
  border: none;
  outline: none;
  background: #000;
  transform: translateY(-50%);
  transition: transform 0.3s;
  pointer-events: none;
}
.case-study__links {
  margin: 0;
  padding: 0;
}
.case-study__links li {
  list-style: none;
}
@media screen and (max-width: 599px) {
  .case-study__links {
    width: 100%;
    max-height: 0;
    margin-top: 15px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s;
    pointer-events: none;
  }
}
.case-study__link {
  margin: 0 0 10px;
}
.case-study__link strong {
  font-family: circular, helvetica, sans-serif;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 599px) {
  .case-study__link {
    margin: 0 0 5px;
  }
}
.case-study__link a {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2.25rem;
  letter-spacing: 0;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .case-study__link a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .case-study__link a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .hero-basic {
    margin: 0 0 140px;
  }
}
@media screen and (min-width: 1920px) {
  .hero-basic {
    margin: 0 0 140px;
  }
}
@media screen and (max-width: 599px) {
  .hero-basic {
    margin: 0 0 95px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero-basic {
    margin: 0 0 95px;
  }
}
@media screen and (min-width: 1920px) {
  .hero-basic__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .hero-basic__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero-basic__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .hero-basic__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.hero-basic__content {
  width: 100%;
  max-width: 660px;
}
.hero-basic__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .hero-basic__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero-basic__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .hero-basic__title {
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 1920px) {
  .hero-basic__title {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 599px) {
  .hero-basic__title {
    margin: 0 0 25px;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero-basic__title {
    margin: 0 0 25px;
    line-height: 2.125rem;
  }
}
.hero-basic__text a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-decoration: none;
}
.hero-basic__text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .hero-basic__text a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero-basic__text a::before {
    height: 4px;
  }
}
.hero-basic__text a:hover {
  color: #393939;
}

.image-video {
  padding-bottom: 100px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-video {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 599px) {
  .image-video {
    padding-bottom: 95px;
  }
}
.image-video__container {
  max-width: 1290px;
  margin: 0 auto;
}
.image-video__wrapper {
  position: relative;
}
.image-video__video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 41.32%;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-video__video {
    padding-top: 58%;
  }
}
@media screen and (max-width: 599px) {
  .image-video__video {
    padding-top: 58%;
  }
}
.image-video__video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.image-video__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 0;
  transition: opacity, visibility 1s;
}
.image-video__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.image-video--play .image-video__image {
  opacity: 0;
  visibility: hidden;
}
.image-video__image.full-image, .image-video__image.full-image img {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  height: auto;
}
.image-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  max-width: 124px;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.image-video__play img {
  max-width: 100%;
  height: auto;
}
.image-video--autoplay:not(.image-video--paused) .image-video__play {
  display: none;
}
@media screen and (max-width: 599px) {
  .image-video__play {
    max-width: 65px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-video__play {
    max-width: 65px;
  }
}
.image-video__play:active, .image-video__play:focus {
  outline: 0;
}
.image-video--play .image-video__play {
  opacity: 0;
  visibility: hidden;
}

.text-links__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .text-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .text-links__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__container {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-links__container {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1920px) {
  .text-links__container {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 599px) {
  .text-links__container {
    flex-wrap: wrap;
    margin-bottom: 155px;
  }
}
.text-links__text-content {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text-content {
    max-width: 345px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-links__text-content {
    max-width: 345px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .text-links__text-content {
    max-width: 345px;
    margin-right: 30px;
  }
}
.text-links__link-content {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__link-content {
    max-width: 480px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-links__link-content {
    max-width: 480px;
  }
}
@media screen and (min-width: 1920px) {
  .text-links__link-content {
    max-width: 480px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__link-content {
    padding-right: 20px;
  }
}
.text-links__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .text-links__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.text-links__text h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.text-links__text h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.text-links__text h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.text-links__text h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.text-links__text h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-links__text h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-links__text p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .text-links__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-links__text a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-links__text a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-links__text li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .text-links__text li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-links__text p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .text-links__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .text-links__text {
    margin: 0 0 70px;
  }
}
.text-links__link-title {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  margin: 0 0 22px -15px;
  padding: 0 15px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 599px) {
  .text-links__link-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__link-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__link-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .text-links__link-title {
    margin: 0 0 15px -15px;
    padding: 0 13px;
    font-size: 0.875rem;
  }
}
.text-links__links {
  margin: 0;
  padding: 0;
}
.text-links__links li {
  list-style: none;
}
.text-links__link {
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .text-links__link {
    margin: 0 0 15px;
  }
}
.text-links__link a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-weight: 900;
  text-decoration: none;
  color: #777;
}
.text-links__link a:hover {
  color: #393939;
}
.text-links__link a:hover::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
.text-links__link a::before {
  height: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-links__link a {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1920px) {
  .text-links__link a {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .text-links__link a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-links__link a {
    font-size: 1.25rem;
  }
}

.image-text {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 1920px) {
  .image-text {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .image-text {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
.image-text__container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .image-text--flip .image-text__container {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1920px) {
  .image-text--flip .image-text__container {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 599px) {
  .image-text__container {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__container {
    flex-direction: column-reverse;
  }
}
.image-text__container .image-text__link:empty {
  display: none;
}
.image-text__container .image-text__link {
  display: block;
  width: 100%;
  white-space: normal;
}
.image-text__container .image-text__link::before {
  display: none;
}
.image-text__link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.image-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .image-text__content {
    max-width: 400px;
    padding: 45px 0;
  }
  .image-text--flip .image-text__content {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .image-text__content {
    max-width: 400px;
    padding: 45px 0;
  }
  .image-text--flip .image-text__content {
    margin-left: 40px;
  }
}
@media screen and (max-width: 599px) {
  .image-text__content {
    padding: 0 6.875vw;
  }
}
.image-text__label {
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .image-text__label {
    margin: 0 0 15px -15px;
  }
}
.image-text__label h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 599px) {
  .image-text__label h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__label h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .image-text__label h4 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__label h4 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .image-text__label h4 {
    padding: 0 13px;
    pointer-events: none;
  }
}
.image-text__wysiwyg h3 {
  margin-bottom: 15px;
}
.image-text__wysiwyg p {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
@media screen and (max-width: 599px) {
  .image-text__wysiwyg p {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__wysiwyg p {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}
.image-text__wysiwyg ul li,
.image-text__wysiwyg ol li {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .image-text__wysiwyg ul li,
  .image-text__wysiwyg ol li {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__wysiwyg ul li,
  .image-text__wysiwyg ol li {
    font-size: 0.875rem !important;
  }
}
.image-text__image {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .image-text__image {
    max-width: 720px;
    padding-top: 42%;
  }
}
@media screen and (min-width: 1920px) {
  .image-text__image {
    max-width: 720px;
    padding-top: 42%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .image-text__image {
    margin-bottom: 40px;
    padding-top: 60%;
  }
}
@media screen and (max-width: 599px) {
  .image-text__image {
    margin-bottom: 40px;
    padding-top: 70%;
  }
}
.image-text__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 599px) {
  .two-images {
    margin: 0 auto 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images {
    margin: 0 auto 55px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .two-images__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.two-images__images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .two-images__images {
    flex-wrap: wrap;
  }
}
.two-images__image {
  position: relative;
  position: relative;
  width: 100%;
  height: 0;
}
.two-images__image a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images__image {
    max-width: 600px;
    padding-top: 42%;
  }
  .two-images__image:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images__image {
    max-width: 600px;
    padding-top: 42%;
  }
  .two-images__image:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images__image {
    max-width: 600px;
    padding-top: 46%;
  }
  .two-images__image:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .two-images__image {
    margin: 0;
    padding-top: 102%;
  }
  .two-images__image:first-of-type {
    margin: 0 auto 20px;
  }
}
.two-images__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images-caption {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images-caption {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 599px) {
  .two-images-caption {
    margin: 0 auto 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images-caption {
    margin: 0 auto 55px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images-caption__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images-caption__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images-caption__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .two-images-caption__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.two-images-caption__tiles {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images-caption__tiles {
    max-width: 940px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images-caption__tiles {
    max-width: 940px;
  }
}
@media screen and (max-width: 599px) {
  .two-images-caption__tiles {
    flex-wrap: wrap;
  }
}
.two-images-caption__tile {
  position: relative;
  position: relative;
  width: 100%;
}
.two-images-caption__tile a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images-caption__tile {
    max-width: 600px;
  }
  .two-images-caption__tile:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .two-images-caption__tile {
    max-width: 600px;
  }
  .two-images-caption__tile:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images-caption__tile {
    max-width: 600px;
  }
  .two-images-caption__tile:first-of-type {
    margin-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  .two-images-caption__tile {
    margin: 0;
  }
  .two-images-caption__tile:first-of-type {
    margin: 0 auto 20px;
  }
}
.two-images-caption__image {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-images-caption__image {
    padding-top: 80%;
  }
}
@media screen and (min-width: 1920px) {
  .two-images-caption__image {
    padding-top: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images-caption__image {
    padding-top: 80%;
  }
}
@media screen and (max-width: 599px) {
  .two-images-caption__image {
    padding-top: 100%;
  }
}
.two-images-caption__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.two-images-caption__caption {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  font-style: italic;
  margin: 6px 0 0;
}
@media screen and (max-width: 599px) {
  .two-images-caption__caption {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-images-caption__caption {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .accordion {
    margin: 0 auto 110px;
  }
}
@media screen and (min-width: 1920px) {
  .accordion {
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 599px) {
  .accordion {
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion {
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 1920px) {
  .accordion__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .accordion__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .accordion__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.accordion__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  width: 100%;
  max-width: 700px;
  margin: 0 0 40px;
}
@media screen and (max-width: 599px) {
  .accordion__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.accordion__tiles {
  width: 100%;
  max-width: 700px;
}
.accordion__tile {
  margin-bottom: 18px;
  background: #f6f6f6;
}
.accordion__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 55px 0 23px;
  cursor: pointer;
}
.accordion__top * {
  pointer-events: none;
}
.accordion__top::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 30px;
  width: 4px;
  height: 15px;
  border: none;
  outline: none;
  background: #000;
  transform: rotate(90deg);
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .accordion__top::before {
    top: 27px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__top::before {
    top: 27px;
  }
}
.accordion__top::after {
  content: "";
  position: absolute;
  top: 29px;
  right: 30px;
  width: 4px;
  height: 15px;
  border: none;
  outline: none;
  background: #000;
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .accordion__top::after {
    top: 27px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__top::after {
    top: 27px;
  }
}
.accordion__tile--active .accordion__top::after {
  transform: rotate(90deg);
}
.accordion__bottom {
  display: none;
  padding: 10px 55px 20px 23px;
  pointer-events: none;
}
.accordion__tile--active .accordion__bottom {
  display: block;
  pointer-events: all;
}
.accordion__tile-title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .accordion__tile-title {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__tile-title {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.accordion__text.wysiwyg p,
.accordion__text.wysiwyg li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .accordion__text.wysiwyg p,
  .accordion__text.wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__text.wysiwyg p,
  .accordion__text.wysiwyg li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.accordion__text.wysiwyg a {
  font-size: 1rem;
  font-weight: 700;
  white-space: normal;
  text-decoration: underline;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .accordion__text.wysiwyg a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion__text.wysiwyg a {
    font-size: 0.875rem;
  }
}
.accordion__text.wysiwyg a::before {
  content: unset;
}

.text-block {
  margin: 0 auto 90px;
}
.text-block.remove-top-spacing {
  margin-top: 0;
  padding-top: 0;
}
.text-block.remove-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .text-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .text-block__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.text-block__container.blog__text {
  max-width: calc(1030px + 10.4vw);
}
.text-block__content blockquote {
  border-left: 11px solid #00a6ed;
  margin: 0;
  padding-left: 20px;
}
.text-block__content blockquote p {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content blockquote p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .text-block__content blockquote p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content blockquote {
    border-left: 8px solid #00a6ed;
    padding-left: 17px;
  }
}
@media screen and (max-width: 599px) {
  .text-block__content blockquote {
    border-left: 5px solid #00a6ed;
    padding-left: 15px;
  }
}
.text-block__content h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.text-block__content h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.text-block__content h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.text-block__content h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.text-block__content h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-block__content h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-block__content p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .text-block__content p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-block__content a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-block__content li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .text-block__content li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.text-block__content p:last-child {
  margin-bottom: 0;
}
.text-block__content p,
.text-block__content a {
  font-size: 1rem !important;
}
@media screen and (max-width: 599px) {
  .text-block__content p,
  .text-block__content a {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content p,
  .text-block__content a {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .text-block__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 1920px) {
  .text-block__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content {
    max-width: 630px;
  }
}
.text-block__content ul {
  margin-left: 25px;
  padding-left: 0;
}
@media screen and (max-width: 599px) {
  .text-block__content ul {
    margin-left: 23px;
  }
}
.text-block__content ul ul {
  padding-top: 10px;
}
.text-block__content ul li {
  position: relative;
  margin: 0;
  list-style: none;
}
.text-block__content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -23px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}
@media screen and (max-width: 599px) {
  .text-block__content ul li::before {
    left: -22px;
    width: 5px;
    height: 5px;
  }
}
.text-block__content ul li,
.text-block__content ol li {
  font-size: 1rem !important;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .text-block__content ul li,
  .text-block__content ol li {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .text-block__content ul li,
  .text-block__content ol li {
    font-size: 0.875rem !important;
    line-height: 1.625rem;
  }
}

@media screen and (min-width: 1920px) {
  .links {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1920px) {
  .links {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 599px) {
  .links {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links {
    margin-bottom: 70px;
  }
}
.links__container {
  padding: 45px 55px;
  background: #f6f6f6;
}
@media screen and (max-width: 599px) {
  .links__container {
    padding: 30px 6.875vw;
  }
}
.links__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .links__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__title {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links__title {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .links__title {
    margin: 0 0 20px;
  }
}
.links__text {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__text {
    max-width: 540px;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links__text {
    max-width: 540px;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .links__text {
    max-width: 540px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .links__text {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__text {
    margin: 0 0 30px;
  }
}
.links__text.wysiwyg p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .links__text.wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__text.wysiwyg p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.links__links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.links__links li {
  list-style: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links__links {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .links__links {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .links__link {
    margin: 0 40px 20px 0;
  }
}
@media screen and (min-width: 1920px) {
  .links__link {
    margin: 0 40px 20px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__link {
    margin: 0 15px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .links__link {
    width: 100%;
    margin: 0 0 10px;
  }
}
.links__link:last-of-type {
  margin-right: 0;
}
.links__link a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: normal;
  color: #000;
}
.links__link a:hover {
  color: #393939;
}
.links__link a:hover::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .links__link a {
    font-size: 1.125rem;
    line-height: normal;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .links__link a {
    font-size: 1.125rem;
    line-height: normal;
  }
}

.two-times {
  margin: 0 auto 70px;
  background: #f6f6f6;
}
@media screen and (min-width: 1920px) {
  .two-times__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-times__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .two-times__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-times__container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .two-times__container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__container {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .two-times__container {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
.two-times__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .two-times__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .two-times__title {
    line-height: normal;
  }
}
.two-times__title--tile {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .two-times__title--tile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__title--tile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.two-times__text {
  max-width: 630px;
  margin: 0 0 60px;
}
@media screen and (max-width: 599px) {
  .two-times__text {
    margin: 0 0 40px;
  }
}
.two-times__text--tile {
  margin: 0 0 10px;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .two-times__text--tile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__text--tile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.two-times__text.wysiwyg p,
.two-times__text.wysiwyg li,
.two-times__text.wysiwyg a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .two-times__text.wysiwyg p,
  .two-times__text.wysiwyg li,
  .two-times__text.wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__text.wysiwyg p,
  .two-times__text.wysiwyg li,
  .two-times__text.wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.two-times__text.wysiwyg a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .two-times__text.wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__text.wysiwyg a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.two-times__tiles {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__tiles {
    justify-content: flex-start;
    max-width: 915px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-times__tiles {
    justify-content: flex-start;
    max-width: 915px;
  }
}
@media screen and (min-width: 1920px) {
  .two-times__tiles {
    justify-content: flex-start;
    max-width: 915px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__tile {
    width: calc(50% - 35px);
    margin: 0 70px 40px 0;
  }
  .two-times__tile:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .two-times__tile {
    width: calc(50% - 35px);
    margin: 0 70px 40px 0;
  }
  .two-times__tile:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .two-times__tile {
    width: calc(50% - 35px);
    margin: 0 70px 40px 0;
  }
  .two-times__tile:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .two-times__tile {
    width: 100%;
    margin: 0 0 30px;
  }
}
.two-times__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #000;
}
.two-times__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .two-times__link::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .two-times__link::before {
    height: 4px;
  }
}
.two-times__link:hover {
  color: #393939;
}

@media screen and (min-width: 1920px) {
  .video-player-block.container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .video-player-block.container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .video-player-block.container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1920px) {
  .members {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 599px) {
  .members {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1920px) {
  .members__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .members__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.members__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .members__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.members__subtitle {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__subtitle {
    max-width: 620px;
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members__subtitle {
    max-width: 620px;
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 1920px) {
  .members__subtitle {
    max-width: 620px;
    margin: 0 0 70px;
  }
}
@media screen and (max-width: 599px) {
  .members__subtitle {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__subtitle {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .members__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.members__members {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__members {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members__members {
    gap: 30px 20px;
  }
}
@media screen and (min-width: 1920px) {
  .members__members {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .members__members {
    gap: 20px;
  }
}
.members__member {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members__member {
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1920px) {
  .members__member {
    max-width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__member {
    max-width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .members__member {
    max-width: 100%;
  }
}
.members__member-link {
  text-decoration: none;
}
.members__member-link:hover {
  text-decoration: underline;
}
.members__image {
  position: relative;
  height: 0;
  margin: 0 0 12px;
  padding-top: 117%;
}
.members__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.members__name {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .members__name {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__name {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .members__name {
    margin: 0 0 8px;
  }
}
@media screen and (min-width: 1920px) {
  .members__name {
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 599px) {
  .members__name {
    margin: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__name {
    margin: 0;
  }
}
.members__position {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .members__position {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__position {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.members__information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.members__social {
  display: flex;
  align-items: center;
}
.members__social img {
  width: 100%;
  max-width: 24px;
  height: auto;
}
.members__social a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #6c6c6c;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .members__social a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .members__social a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.full-width-image {
  width: 100%;
  max-width: 1815px;
  margin: 0 auto 100px;
}
.full-width-image--remove-margin {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .full-width-image {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1920px) {
  .full-width-image--standard .full-width-image__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image--standard .full-width-image__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--standard .full-width-image__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 599px) {
  .full-width-image--standard .full-width-image__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1920px) {
  .full-width-image--short .full-width-image__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image--short .full-width-image__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--short .full-width-image__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 599px) {
  .full-width-image--short .full-width-image__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1920px) {
  .full-width-image--standard .full-width-image__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image--standard .full-width-image__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--standard .full-width-image__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (max-width: 599px) {
  .full-width-image--standard .full-width-image__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1920px) {
  .full-width-image--short .full-width-image__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image--short .full-width-image__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--short .full-width-image__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (max-width: 599px) {
  .full-width-image--short .full-width-image__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.full-width-image__image {
  position: relative;
  height: 0;
}
.full-width-image--standard .full-width-image__image {
  padding-top: 55%;
}
@media screen and (max-width: 599px) {
  .full-width-image--standard .full-width-image__image {
    padding-top: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--standard .full-width-image__image {
    padding-top: 70%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .full-width-image--feed .full-width-image__image {
    padding-top: 40%;
  }
}
@media screen and (min-width: 1920px) {
  .full-width-image--feed .full-width-image__image {
    padding-top: 40%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-width-image--feed .full-width-image__image {
    padding-top: 45%;
  }
}
@media screen and (max-width: 599px) {
  .full-width-image--feed .full-width-image__image {
    padding-top: 70%;
  }
}
.full-width-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .testimonial {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .testimonial {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial {
    margin-bottom: 70px;
  }
}
.testimonial__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__container {
    padding: 110px 110px 110px 90px;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__container {
    padding: 110px 110px 110px 90px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__container {
    padding: 70px 20px 80px;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__container {
    flex-direction: column-reverse;
    padding: 70px 6.875vw;
  }
}
.testimonial__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__content {
    margin: 0 45px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__content {
    margin: 0 45px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__content {
    margin: 0 45px 0 0;
  }
}
.testimonial__wysiwyg {
  width: 100;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__wysiwyg {
    max-width: 700px;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__wysiwyg {
    max-width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__wysiwyg {
    margin-bottom: 10px;
  }
}
.testimonial__wysiwyg p,
.testimonial__wysiwyg a,
.testimonial__wysiwyg li {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .testimonial__wysiwyg p,
  .testimonial__wysiwyg a,
  .testimonial__wysiwyg li {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__wysiwyg p,
  .testimonial__wysiwyg a,
  .testimonial__wysiwyg li {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__wysiwyg p,
  .testimonial__wysiwyg a,
  .testimonial__wysiwyg li {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.testimonial__wysiwyg p span,
.testimonial__wysiwyg a span,
.testimonial__wysiwyg li span {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-decoration: none;
}
.testimonial__wysiwyg p span::before,
.testimonial__wysiwyg a span::before,
.testimonial__wysiwyg li span::before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #66cbf4;
}
@media screen and (max-width: 700px) {
  .testimonial__wysiwyg p span::before,
  .testimonial__wysiwyg a span::before,
  .testimonial__wysiwyg li span::before {
    bottom: 5px;
    height: 7px;
  }
}
.testimonial__image {
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__image {
    flex-shrink: 0;
    max-width: 220px;
    padding-top: 315px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__image {
    flex-shrink: 0;
    max-width: 220px;
    padding-top: 315px;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__image {
    flex-shrink: 0;
    max-width: 220px;
    padding-top: 315px;
  }
}
@media screen and (max-width: 599px) {
  .testimonial__image {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__image {
    display: none;
  }
}
.testimonial__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
    font-family: "object-fit: cover; object-position: 80% 100%";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
    font-family: "object-fit: cover; object-position: 80% 100%";
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 100%;
       object-position: 80% 100%;
    font-family: "object-fit: cover; object-position: 80% 100%";
  }
}
@media screen and (max-width: 599px) {
  .testimonial__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 40%;
       object-position: 100% 40%;
    font-family: "object-fit: cover; object-position: 100% 40%";
  }
}
@media screen and (max-width: 700px) {
  .testimonial__image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 40%;
       object-position: 100% 40%;
    font-family: "object-fit: cover; object-position: 100% 40%";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .testimonial__image {
    max-width: 220px;
  }
}
@media screen and (min-width: 1920px) {
  .testimonial__image {
    max-width: 220px;
  }
}
.testimonial__role {
  display: flex;
}
@media screen and (max-width: 599px) {
  .testimonial__role {
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__role {
    gap: 20px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial__role {
    gap: 10px;
    flex-direction: column;
  }
}
.testimonial__role--mobile-image {
  display: none;
}
@media screen and (max-width: 599px) {
  .testimonial__role--mobile-image {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__role--mobile-image {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
  }
}
.testimonial__role--mobile-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.testimonial__role-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .testimonial__role-details {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__role-details {
    justify-content: flex-start;
  }
}
.testimonial__name {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .testimonial__name {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__name {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__name {
    margin: 0;
    font-size: 1rem;
  }
}
.testimonial__job {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .testimonial__job {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .testimonial__job {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 700px) {
  .testimonial__job {
    font-size: 0.8125rem;
  }
}

.statistics--single .flickity-page-dots {
  display: none !important;
}
@media screen and (min-width: 1920px) {
  .statistics {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .statistics {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics {
    margin-bottom: 140px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .statistics {
    margin-bottom: 140px !important;
  }
}
@media screen and (min-width: 1920px) {
  .statistics {
    margin-bottom: 140px !important;
  }
}
@media screen and (max-width: 599px) {
  .statistics {
    margin-bottom: 90px;
  }
}
.statistics__container {
  position: relative;
  background: #f6f6f6;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .statistics__container {
    padding: 90px;
    padding-right: 160px;
  }
}
@media screen and (min-width: 1920px) {
  .statistics__container {
    padding: 90px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 599px) {
  .statistics__container {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__container {
    padding: 50px 20px;
  }
}
.statistics__arrow {
  position: absolute;
  top: 47%;
  right: 90px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.statistics--single .statistics__arrow {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__arrow {
    right: 50px;
  }
}
@media screen and (max-width: 599px) {
  .statistics__arrow {
    top: initial;
    bottom: 6%;
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
.statistics__arrow img {
  -o-object-fit: container;
     object-fit: container;
  font-family: "object-fit: container;";
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.statistics__title {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  border-radius: 16px;
  margin: 0 0 90px;
  padding: 0 15px;
  text-align: center;
  background: #000;
}
@media screen and (max-width: 599px) {
  .statistics__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .statistics__title {
    font-family: DM Sans, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.625rem;
    letter-spacing: 0;
    color: #fff;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .statistics__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
  .statistics__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__title {
    margin: 0 0 90px -9px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 599px) {
  .statistics__title {
    margin: 0 0 90px -9px;
    padding: 0 13px;
    font-size: 0.875rem;
  }
}
.statistics__slides {
  overflow: hidden;
}
.statistics__slides:focus {
  border: 0;
  outline: none;
}
.statistics__slide {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  margin-right: 50px;
}
@media screen and (max-width: 599px) {
  .statistics__slide {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__slide {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .statistics__stat {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .statistics__stat {
    margin-right: 60px;
  }
}
@media screen and (max-width: 599px) {
  .statistics__stat {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__stat {
    margin-bottom: 20px;
  }
}
.statistics__stat h3 {
  margin: 0;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 11.375rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 11.375rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__stat h3 {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
}
@media screen and (max-width: 599px) {
  .statistics__stat h3 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
}
.statistics__text {
  max-width: 375px;
  padding-bottom: 13px;
}
.statistics__text p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .statistics__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .statistics__text p {
    font-family: DM Sans, helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #393939;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .statistics__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) and (min-width: 600px) and (max-width: 1023px) {
  .statistics__text p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.statistics .flickity-page-dots {
  margin: 0;
  padding: 0;
}
.statistics .flickity-page-dots li {
  list-style: none;
}
.statistics .flickity-page-dots .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0 7px 0 0;
  background: #a7a7a7;
}
@media screen and (max-width: 599px) {
  .statistics .flickity-page-dots .dot {
    margin: 30px 7px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statistics .flickity-page-dots .dot {
    margin: 30px 7px 0 0;
  }
}
.statistics .flickity-page-dots .dot.is-selected {
  background: #00a6ed;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .four-stats {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1920px) {
  .four-stats {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 599px) {
  .four-stats {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1920px) {
  .four-stats__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .four-stats__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .four-stats__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.four-stats__stats {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__stats {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .four-stats__stats {
    display: block;
  }
}
.four-stats__stat {
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .four-stats__stat:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .four-stats__stat:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__stat {
    width: 48%;
    max-width: initial;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .four-stats__stat {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.four-stats__number {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 20px;
  font-size: 3.875rem;
  line-height: 2.375rem;
}
@media screen and (max-width: 599px) {
  .four-stats__number {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__number {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__number {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .four-stats__number {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.four-stats__text {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .four-stats__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .four-stats__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.contact {
  margin: 0 auto 80px;
}
@media screen and (max-width: 599px) {
  .contact {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1920px) {
  .contact__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .contact__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.contact__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  .contact__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.contact__subtitle {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 50px;
}
@media screen and (max-width: 599px) {
  .contact__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__subtitle {
    max-width: 620px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact__subtitle {
    max-width: 620px;
  }
}
@media screen and (min-width: 1920px) {
  .contact__subtitle {
    max-width: 620px;
  }
}
.contact__content {
  display: flex;
  margin: 0 auto 80px;
}
@media screen and (max-width: 700px) {
  .contact__content {
    flex-direction: column;
  }
}
.contact__form {
  width: 100%;
  background: #d4fffe;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .contact__form {
    max-width: 820px;
    min-width: 630px;
    margin: 0 65px 0 0;
    padding: 80px 80px 55px;
  }
}
@media screen and (min-width: 1920px) {
  .contact__form {
    max-width: 820px;
    min-width: 630px;
    margin: 0 65px 0 0;
    padding: 80px 80px 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__form {
    margin: 0 50px 0 0;
    padding: 40px;
  }
}
@media screen and (max-width: 700px) {
  .contact__form {
    margin: 0 0 40px;
    padding: 15px;
  }
}
.contact__details {
  width: 100%;
  max-width: 340px;
}
.contact__list-items {
  margin: 0;
  padding: 0;
}
.contact__list-items li {
  list-style: none;
}
.contact__list-item {
  margin: 0 0 30px;
}
.contact__list-item:last-of-type {
  margin: 0;
}
.contact__list-item p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .contact__list-item p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__list-item p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.contact__list-item a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .contact__list-item a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__list-item a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.contact__disclaimer {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #393939;
  font-style: italic;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .contact__disclaimer {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .contact__disclaimer {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.contact__disclaimer a {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.contact .formbottom-content p {
  margin: 0 0 15px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.375rem;
  color: #393939;
}

@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .map {
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1920px) {
  .map {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 599px) {
  .map {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .map {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1920px) {
  .map__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .map__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .map__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .map__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.map__addresses {
  position: relative;
  max-width: 440px;
  overflow: hidden;
  padding: 30px 40px;
  background-color: #00a6ed;
}
.map__addresses::after {
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 295px;
  height: 295px;
  background-image: url(/app/themes/appeal2021/dist/img/appeal-bg.svg?22ab0af92a0ca311aa4510dd2d1576da);
  background-repeat: no-repeat;
  background-size: contain;
}
.map__addresses > *,
.map__addresses a {
  color: #fff !important;
}
.map__addresses a::before {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .map__addresses {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .map__addresses {
    max-width: 100%;
  }
}
.map__wrapper {
  display: grid;
  grid-template-columns: 63% 1fr;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .map__wrapper {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 599px) {
  .map__wrapper {
    grid-template-columns: 1fr;
  }
}
.map__map-container {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .map__map-container {
    order: -1;
    height: 535px;
  }
}
@media screen and (min-width: 1920px) {
  .map__map-container {
    order: -1;
    height: 535px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .map__map-container {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .map__map-container {
    height: 250px;
  }
}
.map__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.feed-layout .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  font-family: circular, helvetica, sans-serif;
  font-weight: 700;
  color: #000;
}
.feed-layout .btn * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.feed-layout .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.feed-layout .btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .feed-layout .btn::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-layout .btn::before {
    height: 4px;
  }
}
.feed-layout .btn:hover {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .feed-layout .btn {
    font-size: 1rem;
  }
}

.feed-results--posts .feed-results__page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
  margin-bottom: 40px;
}
.feed-results--posts .feed-results__page:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-results--posts .feed-results__page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .feed-results--posts .feed-results__page {
    grid-template-columns: 1fr;
  }
}
.feed-results--posts .flex-height {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.feed-results--posts .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feed-results--posts .feed-results__item {
  position: relative;
}
.feed-results--posts .feed-results__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.feed-results--posts .item-image {
  position: relative;
  z-index: 0;
  height: 200px;
}
@media screen and (max-width: 599px) {
  .feed-results--posts .item-image {
    height: 200px;
  }
}
.feed-results--posts .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feed-results--posts .item-details {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.feed-results--posts .item-meta {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: auto;
  padding: 0 11px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #fff;
  background-color: #000;
}
.feed-results--posts .item-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .feed-results--posts .item-title {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-results--posts .item-title {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.feed-results--posts .item-excerpt {
  font-size: 1.375rem;
  font-weight: 300;
}

.filters-list {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  margin-bottom: 55px;
  padding-bottom: 10px;
  gap: 60px;
}
.filters-list label {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .filters-list label {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filters-list label {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filters-list {
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .filters-list {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .filters-list {
    max-width: none;
    gap: 30px;
  }
  .filters-list label {
    font-size: 0.875rem;
  }
}

.filter-dropdown {
  position: relative;
  flex-grow: 1;
}
.filter-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-dropdown__selection {
  display: flex;
  height: 50px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  padding: 7px;
}
.filter-dropdown__selection li,
.filter-dropdown__selection span {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 4px 15px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .filter-dropdown__selection li,
  .filter-dropdown__selection span {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown__selection li,
  .filter-dropdown__selection span {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.filter-dropdown__selection ul,
.filter-dropdown__selection span {
  flex-grow: 1;
}
.filter-dropdown__selection span {
  cursor: pointer;
}
.filter-dropdown__selection ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-dropdown__selection li {
  background-color: black;
}
.filter-dropdown__selection li i {
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-size: 1.3125rem;
}
.filter-dropdown__selection > .btn {
  display: flex;
  align-items: flex-start;
}
.filter-dropdown__selection > .btn i {
  padding: 10px 17px;
  font-size: 1.3125rem;
  transition: transform 150ms;
}
.filter-dropdown__hidden-selection-counter {
  padding: 8px 7px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .filter-dropdown__hidden-selection-counter {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown__hidden-selection-counter {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.filter-dropdown__body {
  position: absolute;
  display: none;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 30px 20px 24px;
  background-color: #fff;
}
.filter-dropdown__clear-all-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  font-family: circular, helvetica, sans-serif;
  font-weight: 700;
}
.filter-dropdown__clear-all-btn * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filter-dropdown__clear-all-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.filter-dropdown__clear-all-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .filter-dropdown__clear-all-btn::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown__clear-all-btn::before {
    height: 4px;
  }
}
.filter-dropdown__clear-all-btn:hover {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown__clear-all-btn {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .filter-dropdown__clear-all-btn {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  .filter-dropdown__clear-all-btn {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 599px) {
  .filter-dropdown__clear-all-btn {
    font-size: 1rem;
  }
}
.filter-dropdown hr {
  margin: 20px 0 25px;
}
.filter-dropdown__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.filter-dropdown__options li input {
  display: none;
}
.filter-dropdown__options li label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-dropdown__options li label::before, .filter-dropdown__options li label::after {
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
}
.filter-dropdown__options li label::before {
  content: "";
  border: 1px solid #000;
}
.filter-dropdown__options li label::after {
  background-image: url(/app/themes/appeal2021/dist/img/checked.svg?adf3b2ef6b8f217c1d99eeab7a2d638c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}
.filter-dropdown__options li input:checked + label::after {
  content: "";
}
.filter-dropdown__options li label {
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .filter-dropdown__options li label {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown__options li label {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.filter-dropdown.dropdown-expanded .filter-dropdown__selection {
  height: auto;
  overflow: visible;
}
.filter-dropdown.dropdown-expanded .filter-dropdown__selection > .btn i {
  transform: rotate(-180deg);
}
.filter-dropdown.dropdown-expanded .filter-dropdown__body {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .filter-dropdown .filter-dropdown__selection li,
  .filter-dropdown .filter-dropdown__selection span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .filter-dropdown .filter-dropdown__selection li,
  .filter-dropdown .filter-dropdown__selection span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .filter-dropdown .filter-dropdown__selection li,
  .filter-dropdown .filter-dropdown__selection span {
    padding: 3px 15px;
    font-size: 0.875rem;
  }
  .filter-dropdown .filter-dropdown__selection li i,
  .filter-dropdown .filter-dropdown__selection span i {
    font-size: 1rem;
  }
  .filter-dropdown .filter-dropdown__selection > .btn i {
    padding: 11px 10px;
    font-size: 1.125rem;
  }
  .filter-dropdown .filter-dropdown__body {
    padding: 20px 10px;
  }
  .filter-dropdown hr {
    margin: 14px 0 20px;
  }
  .filter-dropdown .filter-dropdown__hidden-selection-counter {
    padding: 7px 4px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .filter-dropdown .filter-dropdown__clear-all-btn {
    font-size: 1rem;
  }
  .filter-dropdown .filter-dropdown__options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .filter-dropdown .filter-dropdown__options li label {
    font-size: 0.875rem;
  }
}

.feed-layout .btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  padding: 0;
  font-size: inherit;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  font-family: circular, helvetica, sans-serif;
  font-weight: 700;
  color: #000;
}
.feed-layout .btn * {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.feed-layout .btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.feed-layout .btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .feed-layout .btn::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-layout .btn::before {
    height: 4px;
  }
}
.feed-layout .btn:hover {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .feed-layout .btn {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 599px) {
  .feed-layout .btn {
    font-size: 1rem;
  }
}

.feed-results--posts .feed-results__page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
  margin-bottom: 40px;
}
.feed-results--posts .feed-results__page:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-results--posts .feed-results__page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .feed-results--posts .feed-results__page {
    grid-template-columns: 1fr;
  }
}
.feed-results--posts .flex-height {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.feed-results--posts .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feed-results--posts .feed-results__item {
  position: relative;
}
.feed-results--posts .feed-results__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.feed-results--posts .item-image {
  position: relative;
  z-index: 0;
  height: 200px;
}
@media screen and (max-width: 599px) {
  .feed-results--posts .item-image {
    height: 200px;
  }
}
.feed-results--posts .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feed-results--posts .item-details {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.feed-results--posts .item-meta {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: auto;
  padding: 0 11px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #fff;
  background-color: #000;
}
.feed-results--posts .item-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .feed-results--posts .item-title {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed-results--posts .item-title {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.feed-results--posts .item-excerpt {
  font-size: 1.375rem;
  font-weight: 300;
}

.feed {
  position: relative;
  margin-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .feed {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1920px) {
  .feed .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .feed .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feed .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .feed .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.feed--loading {
  min-height: 100vh;
}
.feed--loading::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  background-color: rgba(255, 255, 255, 0.6);
}
.feed--loading::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 96;
  width: 150px;
  height: 150px;
  background-image: url(/app/themes/appeal2021/dist/img/loading-icon.svg?392002c1e47578664078b8eb77f876b0);
  background-size: 150px;
  transform: translate(-50%, -50%);
}
.feed .feed-results img {
  display: block;
  max-width: 100%;
}
.feed .load-previous-page-btn,
.feed .load-next-page-btn {
  display: block;
  max-width: none;
}
.feed .load-next-page-btn {
  margin: 120px auto 0;
}
.feed .load-previous-page-btn {
  margin: 0 auto 120px;
}
@media screen and (max-width: 599px) {
  .feed .load-previous-page-btn {
    margin-bottom: 50px;
  }
}
.feed .load-previous-page-btn::after {
  bottom: 14px;
  transform: rotate(-90deg);
}

.subnav {
  border-bottom: 1px solid #d8d8d8;
  padding: 45px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .subnav {
    padding: 20px 0 0;
  }
}
.subnav__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .subnav__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .subnav__title {
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 1920px) {
  .subnav__title {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 599px) {
  .subnav__title {
    margin: 0 0 25px;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav__title {
    margin: 0 0 25px;
    line-height: 2.125rem;
  }
}
.subnav .counter {
  display: none;
}
@media screen and (min-width: 1920px) {
  .subnav .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .subnav .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .subnav .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .subnav .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}

.accordion-mixed-content {
  padding: 0 0 50px;
}
.accordion-mixed-content--small .simple-accordion {
  max-width: 700px;
}
.accordion-mixed-content__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1920px) {
  .accordion-mixed-content__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .accordion-mixed-content__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.accordion-mixed-content__subtitle {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.accordion-mixed-content .simple-accordion {
  padding-top: 80px;
}
.accordion-mixed-content .simple-accordion__item {
  margin-bottom: 25px;
  position: relative;
  background-color: #f8f8f7;
}
.accordion-mixed-content .simple-accordion__item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.accordion-mixed-content .simple-accordion__trigger {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 28px 30px;
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content .simple-accordion__trigger {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content .simple-accordion__trigger {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.accordion-mixed-content .simple-accordion__trigger a {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content .simple-accordion__trigger a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content .simple-accordion__trigger a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content .simple-accordion__trigger {
    padding-right: 30px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .accordion-mixed-content .simple-accordion__trigger {
    padding-right: 30px;
    font-size: 0.875rem;
  }
}
.accordion-mixed-content .simple-accordion__trigger .icon-plus-minus {
  top: 34px;
}
.accordion-mixed-content .simple-accordion__subtitle {
  margin: 0;
  padding-right: 40px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  line-height: 1;
  text-align: right;
  color: #00a6ed;
}
@media screen and (max-width: 599px) {
  .accordion-mixed-content .simple-accordion__subtitle {
    display: none;
  }
}
.accordion-mixed-content .simple-accordion__content {
  padding: 0 30px 40px;
}
.accordion-mixed-content .simple-accordion__content .ginput_container {
  background-color: transparent;
}
.accordion-mixed-content .simple-accordion__content iframe {
  width: 100%;
  max-width: 100%;
}

.appeal-spacer {
  clear: both;
  display: block;
}
.appeal-spacer--black {
  background-color: #000;
}
.block-editor .appeal-spacer {
  min-height: 100px;
  background-color: #777;
}

.horizontal-rule {
  padding: 70px 0;
}
@media screen and (max-width: 599px) {
  .horizontal-rule {
    padding: 40px 0;
  }
}
.horizontal-rule.remove-top-spacing {
  margin-top: 0;
  padding-top: 0;
}
.horizontal-rule.remove-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .horizontal-rule__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .horizontal-rule__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .horizontal-rule__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .horizontal-rule__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.horizontal-rule__heading {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .horizontal-rule__heading {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .horizontal-rule__heading {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .horizontal-rule__heading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .horizontal-rule__heading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1920px) {
  .horizontal-rule__heading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .horizontal-rule__heading {
    font-size: 0.875rem;
  }
}

.statement-block {
  padding: 56px 0 122px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .statement-block {
    padding: 35px 0 40px;
  }
}
.statement-block .horizontal-rule {
  padding: 0;
}
.statement-block .horizontal-rule__heading {
  border-bottom-color: #fff;
  color: #fff;
}
.statement-block__container {
  padding-top: 137px;
}
@media screen and (min-width: 1920px) {
  .statement-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .statement-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__container {
    padding-top: 75px;
  }
}
.statement-block__heading {
  display: flex;
  align-items: center;
  margin-bottom: 125px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__heading {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__heading {
    display: block;
  }
}
.statement-block__heading h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  max-width: calc(100% - 60px);
  margin: 0;
  padding-right: 11px;
  font-size: 2.8125rem;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .statement-block__heading h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__heading h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__heading h3 {
    max-width: calc(100% - 40px);
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__heading h3 {
    position: relative;
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 1.625rem;
    line-height: 1.6;
    text-align: right;
  }
}
.statement-block__heading h3 strong {
  color: #00a6ed;
}
@media screen and (max-width: 599px) {
  .statement-block__heading h3 strong {
    display: block;
  }
}
.statement-block__heading img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 70px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__heading img {
    max-width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__heading img {
    max-width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__heading img {
    display: block;
    margin-left: auto;
  }
}
.statement-block__cross {
  margin: 0 5px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__cross {
    margin: 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__cross {
    position: absolute;
    bottom: 16px;
    left: 0;
    margin: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 599px) {
  .statement-block__hidemob {
    display: none;
  }
}
.statement-block__content {
  max-width: 400px;
}
.statement-block__content p {
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .statement-block__content p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.statement-block__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  font-size: 1.125rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.statement-block__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .statement-block__link::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .statement-block__link::before {
    height: 4px;
  }
}
.statement-block__link:hover {
  color: #393939;
}
.statement-block__link::before {
  background: #00a6ed;
}
.statement-block__link:hover {
  color: #00a6ed;
}

.process-sequence {
  padding: 117px 0 90px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .process-sequence {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .process-sequence {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1920px) {
  .process-sequence__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .process-sequence__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .process-sequence__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .process-sequence__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.process-sequence__content {
  max-width: 630px;
  padding: 48px 0 0;
  counter-reset: li;
}
.process-sequence__column {
  position: relative;
  height: auto;
  max-height: 500px;
  overflow: hidden;
  padding-top: 13px;
  padding-bottom: 25px;
  padding-left: 77px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .process-sequence__column {
    padding-top: 10px;
    padding-left: 60px;
  }
}
.process-sequence__column.hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.process-sequence__column::before {
  content: counter(li);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  counter-increment: li;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 599px) {
  .process-sequence__column::before {
    width: 44px;
    height: 44px;
    font-size: 1rem;
    line-height: 2.75rem;
  }
}
.process-sequence__column::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  z-index: -1;
  width: 2px;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 599px) {
  .process-sequence__column::after {
    left: 20px;
  }
}
.process-sequence__column:last-child::after {
  display: none;
}
.process-sequence__column h4 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .process-sequence__column h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .process-sequence__column h4 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.process-sequence__column p {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 599px) {
  .process-sequence__column p {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.process-sequence__column p:last-child {
  margin-bottom: 0;
}
.process-sequence__btn {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #000;
  border-radius: 21px;
  padding: 10px 48px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.process-sequence__btn:hover, .process-sequence__btn:focus {
  color: #000;
  background-color: transparent;
}
@media screen and (max-width: 599px) {
  .process-sequence__btn {
    width: 100%;
  }
}

.tile-grid-links {
  padding: 70px 0 127px;
}
.tile-grid-links.remove-top-spacing {
  margin-top: 0;
  padding-top: 0;
}
.tile-grid-links.remove-bottom-spacing {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .tile-grid-links__containerhead {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__containerhead {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__containerhead {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__containerhead {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1920px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) and (max-width: 599px) {
  .tile-grid-links__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1920px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) and (max-width: 599px) {
  .tile-grid-links__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1920px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1920px) and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) and (max-width: 599px) {
  .tile-grid-links__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__container {
    width: 100%;
  }
}
.tile-grid-links__heading {
  max-width: 460px;
  margin-bottom: 40px;
}
.tile-grid-links__heading h3 {
  margin-bottom: 14px;
}
.tile-grid-links__heading p {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 599px) {
  .tile-grid-links__heading p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.tile-grid-links__wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__wrap {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__wrap {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1920px) {
  .tile-grid-links__wrap {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__wrap {
    margin: 0;
  }
}
.tile-grid-links__column {
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__column {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__column {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1920px) {
  .tile-grid-links__column {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__column {
    width: 100%;
    padding: 0;
  }
}
.tile-grid-links__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: 30px 35px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__inner {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__inner {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1920px) {
  .tile-grid-links__inner {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__inner {
    padding: 30px 25px 25px;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__inner {
    padding: 30px 25px 25px;
  }
}
.tile-grid-links__inner h6 {
  margin-left: 0;
  margin-right: 0;
}
.tile-grid-links__inner p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__inner p {
    margin-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__inner p {
    margin-bottom: 16px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.tile-grid-links__icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  margin-bottom: 22px;
  padding: 5px;
  background-color: #00a6ed;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__icon {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-grid-links__icon {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 1920px) {
  .tile-grid-links__icon {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 599px) {
  .tile-grid-links__icon {
    margin-bottom: 13px;
  }
}
.tile-grid-links__icon img {
  display: block;
  max-width: 100%;
}
.tile-grid-links__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin-top: auto;
}
.tile-grid-links__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .tile-grid-links__link::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-grid-links__link::before {
    height: 4px;
  }
}
.tile-grid-links__link:hover {
  color: #393939;
}

.logo-ticker-block {
  overflow: hidden;
  padding: 107px 0 96px;
}
@media screen and (max-width: 700px) {
  .logo-ticker-block {
    padding: 85px 0 95px;
  }
}
@media screen and (min-width: 1920px) {
  .logo-ticker-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .logo-ticker-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.logo-ticker-block__heading {
  max-width: 500px;
  margin-bottom: 85px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__heading {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__heading {
    margin-bottom: 60px;
  }
}
.logo-ticker-block__heading h3 {
  margin-bottom: 13px;
}
.logo-ticker-block__heading p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__heading p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.logo-ticker-block__heading p:last-child {
  margin-bottom: 0;
}
.logo-ticker-block__heading p a {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.logo-ticker-block__heading p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__heading p a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__heading p a::before {
    height: 4px;
  }
}
.logo-ticker-block__heading p a:hover {
  color: #393939;
}
.logo-ticker-block__link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 1.125rem;
}
.logo-ticker-block__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__link::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__link::before {
    height: 4px;
  }
}
.logo-ticker-block__link:hover {
  color: #393939;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__link {
    font-size: 1rem;
  }
}
.logo-ticker-block__slider {
  outline: none;
  backface-visibility: hidden;
}
.logo-ticker-block__slider .flickity-viewport {
  outline: none;
}
.logo-ticker-block__slidercol {
  display: flex;
  flex-wrap: wrap;
  width: 16.66%;
  min-height: 102px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .logo-ticker-block__slidercol {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__slidercol {
    width: 50%;
    min-height: 98px;
  }
}
.logo-ticker-block__sliderimg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 25px;
  background: #f5f5f5;
}
.logo-ticker-block__sliderimg img {
  display: block;
  max-width: 100%;
  max-height: 62px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .logo-ticker-block__sliderimg img {
    max-height: 58px;
  }
}

.fyi-banner-block {
  padding: 0 0 75px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fyi-banner-block {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .fyi-banner-block {
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 1920px) {
  .fyi-banner-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .fyi-banner-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fyi-banner-block__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .fyi-banner-block__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.fyi-banner-block__greybg {
  padding: 16px 19px;
  background: #f5f5f5;
}
.fyi-banner-block__greybg p {
  margin: 0;
  font-size: 0.875rem;
}
.fyi-banner-block__greybg p a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
}
.fyi-banner-block__greybg p a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .fyi-banner-block__greybg p a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .fyi-banner-block__greybg p a::before {
    height: 4px;
  }
}
.fyi-banner-block__greybg p a:hover {
  color: #393939;
}

.values-block {
  overflow: hidden;
  padding: 70px 0;
}
@media screen and (min-width: 1920px) {
  .values-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .values-block__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .values-block__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .values-block__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.values-block__heading {
  max-width: 500px;
  margin-bottom: 45px;
}
@media screen and (max-width: 599px) {
  .values-block__heading {
    margin-bottom: 40px;
  }
}
.values-block__heading h3 {
  margin-bottom: 13px;
}
.values-block__heading p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .values-block__heading p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.values-block__heading p:last-child {
  margin-bottom: 0;
}
.values-block__main {
  outline: none;
  backface-visibility: hidden;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .values-block__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .values-block__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1920px) {
  .values-block__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.values-block__main:focus {
  outline: none;
}
.values-block__main .flickity-slider {
  outline: none;
}
.values-block__column {
  width: 50%;
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 599px) {
  .values-block__column {
    width: 100%;
    padding: 0 20px 0 0;
  }
}
.values-block__inner {
  height: 100%;
  padding: 39px 34px 17px;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .values-block__inner {
    padding: 30px 25px 17px;
  }
}
@media screen and (max-width: 599px) {
  .values-block__inner {
    padding: 30px 25px 17px;
  }
}
.values-block__inner p {
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .values-block__inner p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.values-block__inner:hover {
  background: #e1e1e1;
}
@media screen and (max-width: 599px) {
  .values-block__inner:hover {
    background: #f5f5f5;
  }
}
.values-block__title {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .values-block__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .values-block__title {
    margin-bottom: 20px;
  }
}
.values-block__title span {
  display: block;
  font-family: circular, helvetica, sans-serif;
  font-size: 4.875rem;
  font-weight: 700;
  letter-spacing: -0.09375rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .values-block__title span {
    max-width: 170px;
    font-size: 3.4375rem;
  }
}
@media screen and (max-width: 599px) {
  .values-block__title span {
    max-width: 170px;
    font-size: 3.125rem;
    line-height: 1.1;
  }
}

.form-image-block {
  padding: 40px 0 60px;
}
@media screen and (min-width: 1920px) {
  .form-image-block .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .form-image-block .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .form-image-block .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .form-image-block .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.form-image-block__wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  background-color: #00a6ed;
}
@media screen and (max-width: 599px) {
  .form-image-block__wrapper {
    grid-template-columns: 1fr;
  }
}
.form-image-block__form {
  padding: 32px;
}
.form-image-block__title {
  font-size: 1.75rem;
  line-height: 2.375rem;
  color: #fff;
}
.form-image-block__image {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .form-image-block__image {
    order: -1;
    height: 200px;
  }
}
.form-image-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-image-block .gform_fields {
  display: block;
}
.form-image-block .gform_button {
  margin-bottom: 0;
}
.form-image-block .gform_footer input {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  padding: 10px 32px;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .form-image-block .gform_footer input {
    height: auto;
  }
}
.form-image-block .ginput_container input,
.form-image-block .ginput_container select,
.form-image-block .ginput_container textarea,
.form-image-block .ginput_container .gform_fileupload_multifile {
  border-color: #000;
}
.form-image-block .gfield {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.form-image-block .gfield.text .ginput_container {
  position: relative;
}
.form-image-block .gfield.text .ginput_container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1;
  display: none;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url(/app/themes/appeal2021/dist/img/circle-checked.svg?b45bf1ad5870258f067d7c52b18b8a3d);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.form-image-block .gfield_label {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
}
.form-image-block .gfield_label span {
  display: inline;
}
.form-image-block .gfield_html p,
.form-image-block .gfield_html a {
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.375rem;
  color: #fff;
}
.form-image-block .gfield_html a {
  font-weight: 700;
}
.form-image-block .gfield.filled-field .ginput_container {
  position: relative;
}
.form-image-block .gfield.filled-field .ginput_container input {
  padding-right: 30px;
}
.form-image-block .gfield.filled-field .ginput_container::before {
  display: block;
}

.sub-service-sec {
  padding: 160px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .sub-service-sec {
    padding: 60px 0;
  }
}
.sub-service-sec.remove-top-spacing {
  padding-top: 0;
}
.sub-service-sec.remove-bottom-spacing {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .sub-service-sec__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .sub-service-sec__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .sub-service-sec__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.sub-service-sec__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sub-service-sec__heading {
  position: sticky;
  top: 95px;
  width: 41%;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__heading {
    top: 50px;
    width: 51%;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .sub-service-sec__heading {
    position: static;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.sub-service-sec__heading h3 {
  max-width: 385px;
  margin-bottom: 30px;
  margin-left: 0;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__heading h3 {
    max-width: 305px;
  }
}
@media screen and (max-width: 599px) {
  .sub-service-sec__heading h3 {
    max-width: 305px;
  }
}
@media screen and (max-width: 599px) {
  .sub-service-sec__heading h3 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__heading h3 {
    margin: 0 0 15px;
  }
}
.sub-service-sec__heading p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1rem;
  letter-spacing: 0.01625rem;
  line-height: 1.75rem;
}
.sub-service-sec__heading p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .sub-service-sec__heading p {
    margin: 0 0 15px;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__heading p {
    margin: 0 0 15px;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
.sub-service-sec__content {
  width: 49%;
  margin-left: auto;
  padding: 9px 0 0;
}
@media screen and (max-width: 700px) {
  .sub-service-sec__content {
    width: 100%;
    padding: 0;
  }
}
.sub-service-sec__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 20px 16px;
  background: #f6f6f6;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__row {
    margin-bottom: 15px;
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .sub-service-sec__row {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.sub-service-sec__row:last-child {
  margin-bottom: 0;
}
.sub-service-sec__row__left {
  width: 53px;
}
@media screen and (max-width: 599px) {
  .sub-service-sec__row__left {
    width: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__row__left {
    width: 40px;
  }
}
.sub-service-sec__row__left img {
  width: 53px;
  height: 53px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 599px) {
  .sub-service-sec__row__left img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__row__left img {
    width: 40px;
    height: 40px;
  }
}
.sub-service-sec__row__right {
  width: calc(100% - 53px);
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 17px;
}
@media screen and (max-width: 599px) {
  .sub-service-sec__row__right {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__row__right {
    width: calc(100% - 40px);
    padding-left: 10px;
  }
}
.sub-service-sec__row__right h6 {
  margin: 0;
  font-weight: 700;
}
.sub-service-sec__row__right p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
@media screen and (max-width: 599px) {
  .sub-service-sec__row__right p a {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .sub-service-sec__row__right p a {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.sub-service-sec__row__right p a:hover {
  text-decoration: none;
}
.sub-service-sec__row__right p:last-child {
  margin-bottom: 0;
}

.tiles-section {
  padding: 110px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .tiles-section {
    padding: 60px 0;
  }
}
.tiles-section.remove-top-spacing {
  padding-top: 0;
}
.tiles-section.remove-bottom-spacing {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .tiles-section__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tiles-section__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .tiles-section__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.tiles-section__head {
  max-width: 540px;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__head {
    max-width: 420px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .tiles-section__head {
    max-width: 420px;
    margin-bottom: 40px;
  }
}
.tiles-section__head h3 {
  margin-bottom: 21px;
  font-weight: 700;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__head h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .tiles-section__head h3 {
    margin-bottom: 15px;
  }
}
.tiles-section__head p {
  letter-spacing: 0.0125rem;
  line-height: 2rem;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__head p {
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 599px) {
  .tiles-section__head p {
    line-height: 1.625rem;
  }
}
.tiles-section__column {
  width: 50%;
  margin-top: 50px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__column {
    margin-top: 35px;
  }
}
@media screen and (max-width: 700px) {
  .tiles-section__column {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .tiles-section__column:last-child {
    margin-bottom: 0;
  }
}
.tiles-section__column > a {
  display: block;
  text-decoration: none;
}
.tiles-section__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.tiles-section__wrap:first-child .tiles-section__column:nth-child(1), .tiles-section__wrap:first-child .tiles-section__column:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .tiles-section__wrap:first-child .tiles-section__column:nth-child(1), .tiles-section__wrap:first-child .tiles-section__column:nth-child(2) {
    margin-bottom: 30px;
  }
  .tiles-section__wrap:first-child .tiles-section__column:nth-child(1):last-child, .tiles-section__wrap:first-child .tiles-section__column:nth-child(2):last-child {
    margin-bottom: 0;
  }
}
.tiles-section__image {
  position: relative;
  padding-bottom: 75%;
}
.tiles-section__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles-section__content {
  padding: 32px 50px 0 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__content {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .tiles-section__content {
    padding: 15px 0 0;
  }
}
.tiles-section__content__tag {
  display: table;
  border-radius: 20px;
  margin-bottom: 12px;
  padding: 3px 16px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01563rem;
  line-height: 1.625rem;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 599px) {
  .tiles-section__content__tag {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__content__tag {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.tiles-section__content__tag:empty {
  display: none;
}
.tiles-section__content h3 {
  margin-bottom: 12px;
  font-weight: 700;
}
.tiles-section__content p {
  font-size: 1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .tiles-section__content p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section__content p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1920px) {
  .tiles-section.tiles-full-section .tiles-section__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tiles-section.tiles-full-section .tiles-section__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tiles-section.tiles-full-section .tiles-section__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .tiles-section.tiles-full-section .tiles-section__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}

.growth-plan-sec {
  padding: 160px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec {
    padding: 70px 0 88px;
  }
}
.growth-plan-sec.remove-top-spacing {
  padding-top: 0;
}
.growth-plan-sec.remove-bottom-spacing {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .growth-plan-sec__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .growth-plan-sec__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.growth-plan-sec__heading {
  max-width: 600px;
  margin-bottom: 66px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__heading {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__heading {
    margin-bottom: 48px;
  }
}
.growth-plan-sec__heading h3 {
  margin-bottom: 25px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__heading h3 {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__heading h3 {
    margin-bottom: 2px;
  }
}
.growth-plan-sec__heading p {
  font-size: 1rem;
  letter-spacing: 0.01563rem;
  line-height: 1.75rem;
}
.growth-plan-sec__heading p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__heading p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__heading p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
.growth-plan-sec__title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fbcb41;
  padding-bottom: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__title {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__title {
    border-bottom: none;
    padding: 10px 46px 8px 16px;
    cursor: pointer;
  }
  .growth-plan-sec__title::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 15px;
    width: 18px;
    height: 18px;
    background-image: url(/app/themes/appeal2021/dist/img/plus-ic.svg?0ef538dfd0b9d20748c8631d4dc887e1);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.growth-plan-sec__title__left {
  width: 80%;
}
@media screen and (max-width: 700px) {
  .growth-plan-sec__title__left {
    max-width: 100%;
    margin: 0;
    padding-left: 31px;
  }
}
.growth-plan-sec__title__left:only-child {
  width: 100%;
}
.growth-plan-sec__title__left h3 {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .growth-plan-sec__title__left h3 {
    margin: 0;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__title__left h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 2.375rem;
  }
}
.growth-plan-sec__title__left h3 svg,
.growth-plan-sec__title__left h3 img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 36px;
  margin-right: 12px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__title__left h3 svg,
  .growth-plan-sec__title__left h3 img {
    max-width: 28px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 700px) {
  .growth-plan-sec__title__left h3 svg,
  .growth-plan-sec__title__left h3 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 24px;
    margin: auto;
    margin-right: 7px;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__title__left h3 svg,
  .growth-plan-sec__title__left h3 img {
    left: 16px;
  }
}
.growth-plan-sec__title__left h3 svg path,
.growth-plan-sec__title__left h3 img path {
  stroke: #fbcb41;
}
.growth-plan-sec__title__right {
  max-width: 20%;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .growth-plan-sec__title__right {
    max-width: 100%;
    margin: 0;
    padding-left: 31px;
  }
}
.growth-plan-sec__title__right p {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.0125rem;
  line-height: 2.375rem;
  color: #000;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__title__right p {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}
@media screen and (max-width: 700px) {
  .growth-plan-sec__title__right p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.growth-plan-sec__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content {
    position: relative;
    max-height: 0;
    padding: 0 16px;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    will-change: max-height;
  }
}
.growth-plan-sec__content__info {
  width: 50%;
  padding: 15px 10px 0;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content__info {
    width: 100%;
    margin-bottom: 12px;
    padding-top: 0;
  }
  .growth-plan-sec__content__info:first-child {
    border-top: 1px solid #fbcb41;
    padding-top: 15px;
  }
  .growth-plan-sec__content__info:last-child {
    margin-bottom: 0;
  }
}
.growth-plan-sec__content__info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content__info h6 {
    margin-bottom: 4px;
  }
}
.growth-plan-sec__content__info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.growth-plan-sec__content__info ul li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 15px;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content__info ul li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__content__info ul li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content__info ul li {
    margin-bottom: 0;
  }
}
.growth-plan-sec__content__info ul li:last-child {
  margin-bottom: 0;
}
.growth-plan-sec__content__info ul li svg,
.growth-plan-sec__content__info ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 8px;
  height: auto;
  margin: 6px auto auto;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__content__info ul li svg,
  .growth-plan-sec__content__info ul li img {
    margin: 4px auto auto;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__content__info ul li svg,
  .growth-plan-sec__content__info ul li img {
    margin: 3px auto auto;
  }
}
.growth-plan-sec__content__info ul li svg path,
.growth-plan-sec__content__info ul li img path {
  stroke: #fbcb41;
  fill: #fbcb41;
}
.growth-plan-sec__column {
  padding: 43px 35px;
  background: #f6f6f6;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__column {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__column {
    padding: 20px 25px 25px;
  }
}
.growth-plan-sec__column p {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__column p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__column p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.growth-plan-sec__column h3 {
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__column h3 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__column h3 {
    margin-bottom: 0;
  }
}
.growth-plan-sec__column .btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 23px;
  padding: 12px 19px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #fff;
  background: #000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__column .btn {
    margin-top: 9px;
    padding: 11px 16px 10px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__column .btn {
    margin-top: 9px;
    padding: 11px 16px 10px;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.growth-plan-sec__column .btn:hover {
  color: #000;
  background: transparent;
}
.growth-plan-sec__row {
  border-bottom: 12px solid #fbcb41;
  margin-bottom: 20px;
  padding: 33px 32px 25px;
  background: rgba(251, 203, 65, 0.1);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .growth-plan-sec__row {
    border-bottom-width: 8px;
    padding: 30px 25px 22px;
  }
}
@media screen and (max-width: 599px) {
  .growth-plan-sec__row {
    overflow: hidden;
    border-bottom-width: 8px;
    margin-bottom: 12px;
    padding: 0;
    transition: all 0.3s ease-in-out;
  }
}
.growth-plan-sec__row.active .growth-plan-sec__title::after {
  background-image: url(/app/themes/appeal2021/dist/img/minus-ic.svg?5936c96960ae801c0d1fb3b9f6171bae);
}
.growth-plan-sec__row.active .growth-plan-sec__content {
  padding-bottom: 16px;
  opacity: 1;
}
.growth-plan-sec .blue-column {
  border-bottom-color: #00a6ed;
  background: rgba(0, 166, 237, 0.1);
}
.growth-plan-sec .blue-column .growth-plan-sec__title {
  border-color: #00a6ed;
}
.growth-plan-sec .blue-column .growth-plan-sec__title__left h3 svg path {
  stroke: #00a6ed;
}
.growth-plan-sec .blue-column .growth-plan-sec__content__info ul li svg path {
  stroke: #00a6ed;
  fill: #00a6ed;
}
.growth-plan-sec .blue-column .growth-plan-sec__content__info:first-child {
  border-color: #00a6ed;
}
.growth-plan-sec .green-column {
  border-bottom-color: #43e8a4;
  background: rgba(67, 232, 164, 0.1);
}
.growth-plan-sec .green-column .growth-plan-sec__title {
  border-color: #43e8a4;
}
.growth-plan-sec .green-column .growth-plan-sec__title__left h3 svg path {
  stroke: #43e8a4;
}
.growth-plan-sec .green-column .growth-plan-sec__content__info ul li svg path {
  stroke: #43e8a4;
  fill: #43e8a4;
}
.growth-plan-sec .green-column .growth-plan-sec__content__info:first-child {
  border-color: #43e8a4;
}
.growth-plan-sec .orange-column {
  border-bottom-color: #f98321;
  background: rgba(249, 131, 33, 0.1);
}
.growth-plan-sec .orange-column .growth-plan-sec__title {
  border-color: #f98321;
}
.growth-plan-sec .orange-column .growth-plan-sec__title__left h3 svg path {
  stroke: #f98321;
}
.growth-plan-sec .orange-column .growth-plan-sec__content__info ul li svg path {
  stroke: #f98321;
  fill: #f98321;
}
.growth-plan-sec .orange-column .growth-plan-sec__content__info:first-child {
  border-color: #f98321;
}
.growth-plan-sec .purple-column {
  border-bottom-color: #dd9dff;
  background: rgba(221, 157, 255, 0.1);
}
.growth-plan-sec .purple-column .growth-plan-sec__title {
  border-color: #dd9dff;
}
.growth-plan-sec .purple-column .growth-plan-sec__title__left h3 svg path {
  stroke: #dd9dff;
}
.growth-plan-sec .purple-column .growth-plan-sec__content__info ul li svg path {
  stroke: #dd9dff;
  fill: #dd9dff;
}
.growth-plan-sec .purple-column .growth-plan-sec__content__info:first-child {
  border-color: #dd9dff;
}

.wysiwyg--container.no-overflow {
  overflow: inherit;
}

.tile-logo {
  position: relative;
  padding: 110px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo {
    padding: 60px 0;
  }
}
.tile-logo.remove-top-spacing {
  padding-top: 0;
}
.tile-logo.remove-bottom-spacing {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .tile-logo__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .tile-logo__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.tile-logo__heading {
  max-width: 620px;
}
@media screen and (max-width: 599px) {
  .tile-logo__heading {
    margin-bottom: 40px;
  }
  .tile-logo__heading:last-child {
    margin-bottom: 0;
  }
}
.tile-logo__heading h3 {
  margin-bottom: 23px;
  font-weight: 700;
}
.tile-logo__heading h3:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .tile-logo__heading h3 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__heading h3 {
    margin: 0 0 15px;
  }
}
.tile-logo__heading p {
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.75rem;
}
.tile-logo__heading p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .tile-logo__heading p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__heading p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
.tile-logo__column {
  width: 33.33%;
  margin-top: 64px;
  padding: 0 10px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column {
    width: 50%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__column {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .tile-logo__column:last-child {
    margin-bottom: 0;
  }
}
.tile-logo__column:only-child {
  margin-right: auto;
}
.tile-logo__column__inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 48px 20px 25px;
  text-align: center;
  text-decoration: none;
  background: #f5f5f5;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column__inner {
    padding: 40px 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__column__inner {
    padding: 40px 20px 25px;
  }
}
.tile-logo__column__inner h5 {
  margin-bottom: 0;
  font-family: "DM Sans", helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
}
@media screen and (max-width: 599px) {
  .tile-logo__column__inner h5 {
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column__inner h5 {
    line-height: 1.625rem;
  }
}
.tile-logo__column__inner p {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
  line-height: 1.625rem;
}
.tile-logo__column__inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .tile-logo__column__inner p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column__inner p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.tile-logo__column__img {
  display: block;
  margin-bottom: 52px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column__img {
    min-height: 75px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__column__img {
    min-height: 1px;
    margin-bottom: 55px;
  }
}
.tile-logo__column__img img {
  display: block;
  max-width: 183px;
  min-width: 183px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__column__img img {
    max-width: 170px;
    min-width: 170px;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__column__img img {
    width: 100%;
    max-width: 180px;
    max-height: none;
  }
}
.tile-logo__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.tile-logo__wrap:first-child .tile-logo__column:nth-child(1), .tile-logo__wrap:first-child .tile-logo__column:nth-child(2), .tile-logo__wrap:first-child .tile-logo__column:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .tile-logo__wrap:first-child .tile-logo__column:nth-child(1), .tile-logo__wrap:first-child .tile-logo__column:nth-child(2), .tile-logo__wrap:first-child .tile-logo__column:nth-child(3) {
    margin-bottom: 30px;
  }
  .tile-logo__wrap:first-child .tile-logo__column:nth-child(1):last-child, .tile-logo__wrap:first-child .tile-logo__column:nth-child(2):last-child, .tile-logo__wrap:first-child .tile-logo__column:nth-child(3):last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .tile-logo__wrap:first-child .tile-logo__column:nth-child(3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .tile-logo__wrap:first-child .tile-logo__column:nth-child(3) {
    margin-top: 0;
  }
}

.static-logos {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .static-logos {
    padding: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  .static-logos {
    padding: 60px 0;
  }
}
.static-logos.remove-top-spacing {
  padding-top: 0;
}
.static-logos.remove-bottom-spacing {
  padding-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .static-logos__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .static-logos__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .static-logos__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .static-logos__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.static-logos__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
@media screen and (max-width: 700px) {
  .static-logos__wrap {
    margin: 0 -5px;
  }
}
.static-logos__wrap .flickity-viewport {
  width: 100%;
}
.static-logos__wrap .flickity-slider {
  display: flex;
  flex-wrap: wrap;
}
.static-logos__column {
  width: 25%;
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .static-logos__column {
    width: 33.33%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 599px) {
  .static-logos__column {
    width: 45%;
  }
}
.static-logos__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 102px;
  background: #f5f5f5;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .static-logos__logos {
    min-height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .static-logos__logos {
    min-height: 90px;
  }
}
.static-logos__logos img {
  display: block;
  max-width: 174px;
  max-height: 103px;
  margin: auto;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .static-logos__logos img {
    max-width: 115px;
    max-height: 85px;
  }
}
@media screen and (max-width: 700px) {
  .static-logos__logos img {
    max-width: 75%;
    max-height: 80px;
  }
}

#breadcrumbs {
  margin-bottom: 53px !important;
  padding-top: 20px;
}
@media screen and (min-width: 1920px) {
  #breadcrumbs {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  #breadcrumbs {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  #breadcrumbs {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #breadcrumbs {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #breadcrumbs {
    margin-bottom: 18px !important;
    padding-top: 50px;
  }
}
#breadcrumbs p {
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  color: #393939;
}
@media screen and (max-width: 599px) {
  #breadcrumbs p {
    font-size: 0.75rem;
  }
}
#breadcrumbs span a {
  font-weight: 400;
  text-decoration: none;
}
#breadcrumbs span a:hover {
  text-decoration: underline;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 700;
  text-decoration: underline;
}

.footer {
  padding: 60px 0;
  background: #000;
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .footer__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .footer__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 65px;
}
@media screen and (max-width: 599px) {
  .footer__top {
    margin: 0 auto 50px;
  }
}
.footer__logo {
  display: flex;
  width: 100%;
  max-width: 185px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    max-width: 160px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.footer__socials {
  display: flex;
}
.footer__social {
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0;
}
.footer__social li {
  list-style: none;
}
.footer__social li {
  position: relative;
  width: 100%;
  max-width: 36px;
  margin: 0 28px 0 0;
}
.footer__social li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .footer__social li {
    max-width: 20px;
    margin: 0 22px 0 0;
  }
}
.footer__social li:last-of-type {
  margin: 0;
}
.footer__social li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.footer__bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media screen and (max-width: 599px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
    padding-top: 25px;
  }
}
.footer__address {
  flex-shrink: 1;
  width: 100%;
  margin: 0 50px 20px 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__address {
    max-width: 560px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .footer__address {
    max-width: 560px;
  }
}
@media screen and (min-width: 1920px) {
  .footer__address {
    max-width: 560px;
  }
}
@media screen and (max-width: 599px) {
  .footer__address {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.footer__address * {
  color: #fff;
}
.footer__address p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__address p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__address p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__address p {
    font-size: 0.625rem;
    line-height: 1.25rem;
  }
}
.footer__copyright * {
  color: #fff;
}
.footer__copyright div {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__copyright div {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__copyright div {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright div {
    font-size: 0.625rem;
    line-height: 1.25rem;
  }
}
.footer__copyright:last-of-type {
  margin: 0;
}
.footer__logos {
  margin: 0;
  padding: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.footer__logos li {
  list-style: none;
}
@media screen and (max-width: 599px) {
  .footer__logos {
    order: -1;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__logos {
    order: -1;
    margin-bottom: 25px;
  }
}
.footer__logos li {
  width: 100%;
  max-width: 90px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 599px) {
  .footer__logos li {
    max-width: 75px;
    margin: 0 10px 0 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__logos li {
    max-width: 75px;
    margin: 0 10px 0 0;
  }
}
.footer__logos li:last-of-type {
  margin: 0;
}
.footer__logos li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.footer__nav {
  margin: 0;
}
.footer__nav--top {
  max-width: 540px;
  margin: 0 0 15px;
}
.footer__nav--bottom {
  max-width: 540px;
}
.footer__links {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__links li {
  list-style: none;
}
.footer__links .menu-item {
  margin: 0 35px 15px 0;
}
.footer__links .menu-item:last-of-type {
  margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
  .footer__links .menu-item {
    margin: 0 28px 10px 0;
  }
  .footer__links .menu-item:last-of-type {
    margin: 0 0 10px;
  }
}
.footer__links .menu-item a {
  text-decoration: none;
}
.footer__links .menu-item a:hover {
  text-decoration: underline;
}
.footer__links--top a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__links--top a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__links--top a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__links--top a {
    font-size: 1.0625rem;
  }
}
.footer__links--bottom a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__links--bottom a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__links--bottom a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__links--bottom a {
    font-size: 0.75rem;
  }
}
.footer__main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__main {
    display: block;
  }
}
.footer__reviews {
  width: 420px;
  margin-left: auto;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__reviews {
    padding-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer__reviews {
    padding-top: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__reviews {
    margin-top: -5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .footer__reviews {
    width: 100%;
  }
}
.footer__reviews .embedsocial-hashtag {
  display: block;
  width: 100%;
  text-align: right;
}
.footer__reviews .embedsocial-hashtag iframe {
  width: 339px !important;
  overflow: visible !important;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer__reviews .embedsocial-hashtag {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .footer__reviews .embedsocial-hashtag iframe {
    width: 100% !important;
  }
}
.footer__reviews > p {
  margin: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
#wpadminbar {
  position: fixed;
}

.admin-bar .navbar {
  top: 31px;
}
@media (max-width: 782px) {
  .admin-bar .navbar {
    top: 45px;
  }
}
.navbar.headroom.headroom--unpinned:not(.navbar--active) {
  transform: translateY(-200px);
}
.navbar.headroom.headroom--not-top.headroom--pinned {
  transform: translateY(0);
}
.navbar__container {
  margin: auto;
}
.navbar__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .navbar__top {
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__top {
    align-items: center;
  }
}
.navbar__bottom {
  display: flex;
  justify-content: space-between;
  height: 0;
  margin: auto;
  padding: 0 5.2vw;
  opacity: 0;
  transform-origin: top;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__bottom {
    max-width: calc(930px + 5.2vw);
  }
}
@media screen and (min-width: 1920px) {
  .navbar__bottom {
    max-width: calc(930px + 5.2vw);
  }
}
@media screen and (max-width: 599px) {
  .navbar__bottom {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
  }
}
.navbar--active .navbar__bottom {
  height: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  opacity: 1;
  pointer-events: initial;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar--active .navbar__bottom {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .navbar--active .navbar__bottom {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .navbar--active .navbar__bottom:hover {
    height: auto !important;
  }
}
.navbar__logo {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 140px;
  height: 100%;
  min-height: 140px;
  border-bottom: 10px solid #00a6ed;
  padding: 30px 0;
  background: #000;
  transition: border-color 0.3s;
}
.navbar__logo a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .navbar__logo {
    width: 95px;
    height: 100%;
    min-height: 95px;
    padding: 8px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__logo {
    width: 95px;
    height: 100%;
    min-height: 95px;
    padding: 8px 0;
  }
}
.navbar--active .navbar__logo {
  border-color: #000;
}
.navbar__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  display: block;
  width: 61px;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .navbar__logo img {
    width: 49px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__logo img {
    width: 49px;
  }
}
.navbar__hamburger {
  display: flex;
  align-items: center;
  border-radius: 37px;
  background: #fff;
  box-shadow: 0 14px 54px 0 rgba(202, 202, 202, 0.5);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__hamburger {
    margin-top: 20px;
    margin-right: 20px;
    padding: 3px 24px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__hamburger {
    margin-top: 20px;
    margin-right: 20px;
    padding: 3px 24px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__hamburger {
    margin-top: 20px;
    margin-right: 20px;
    padding: 3px 24px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__hamburger {
    margin-right: 12px;
    padding: 0 10px;
  }
}
.navbar__hamburger .hamburger {
  display: flex;
  align-items: center;
}
.navbar__hamburger-title {
  margin: 0;
  pointer-events: none;
  margin-right: 30px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 3rem;
}
@media screen and (max-width: 599px) {
  .navbar__hamburger-title {
    margin-right: 15px;
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__hamburger-title {
    margin-right: 15px;
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.navbar__hamburger-title::before {
  content: attr(data-open);
  display: none;
  color: #fff;
}
.navbar--active .navbar__hamburger-title::before {
  display: block;
}
.navbar__hamburger-title::after {
  content: attr(data-close);
  color: #000;
}
.navbar--active .navbar__hamburger-title::after {
  display: none;
}
.navbar__left {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__left {
    max-width: 550px;
    min-width: 550px;
    margin: 0 50px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__left {
    max-width: 550px;
    min-width: 550px;
    margin: 0 50px 0 0;
  }
}
.navbar__right {
  width: 285px;
  margin-right: 45px;
}
@media screen and (max-width: 700px) {
  .navbar__right {
    display: flex;
    flex-wrap: wrap;
    width: 320px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__right {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__right {
    margin-left: auto;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__right {
    margin-left: auto;
  }
}
.navbar__nav {
  display: none;
}
.navbar--active .navbar__nav {
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__nav {
    margin: 0 80px 0 0;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__nav {
    margin: 0 80px 0 0;
  }
}
.navbar__links-title {
  margin: 0 0 30px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .navbar__links-title {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .navbar__links-title {
    width: 100%;
    margin: 0 0 10px;
  }
}
.navbar__links {
  margin: 0;
  padding: 0;
  position: relative;
}
.navbar__links li {
  list-style: none;
}
@media screen and (max-width: 599px) {
  .navbar__links {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.navbar__links--top {
  display: grid;
  grid-template-areas: ". children" ". children" ". children" ". children" ". children" ". children" ". children" ". children" ". children" ". children" ". children";
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__links--top {
    grid-template-columns: minmax(min-content, 1fr) 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__links--top {
    grid-template-columns: minmax(min-content, 1fr) 1fr;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--top {
    grid-template-columns: minmax(min-content, 1fr) 3fr;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--top {
    display: flex;
    flex-direction: column;
  }
}
.navbar__links--child li {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .navbar__links--child li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}
.navbar__links--child li a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.125rem;
  letter-spacing: 0;
  color: #fff;
  display: inline;
}
@media screen and (max-width: 599px) {
  .navbar__links--child li a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--child li a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--child li a {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--child li a {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--child li a {
    line-height: normal;
  }
}
@media screen and (max-width: 700px) {
  .navbar__links--contact-bottom {
    width: 60%;
  }
}
.navbar__links--contact-top, .navbar__links--contact-bottom {
  margin: 0;
}
.navbar__links--contact-top li, .navbar__links--contact-bottom li {
  margin: 0;
}
@media screen and (max-width: 599px) {
  .navbar__links--contact-top li, .navbar__links--contact-bottom li {
    margin-bottom: 10px;
  }
}
.navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.navbar__links--contact-top li a span, .navbar__links--contact-bottom li a span {
  font-weight: 400;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--contact-top li a, .navbar__links--contact-bottom li a {
    line-height: normal;
  }
}
.navbar__links--contact-top {
  margin: 0 0 40px;
}
@media screen and (max-width: 700px) {
  .navbar__links--contact-top {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .navbar__links--contact-top {
    margin: 0 0 30px;
  }
}
.navbar__children {
  width: 100%;
  height: 100%;
  background: #000;
  transform-origin: left;
  transition: all 0.3s;
  grid-area: children;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__children {
    opacity: 0;
    transform: scaleX(0);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__children {
    opacity: 0;
    transform: scaleX(0);
  }
}
@media screen and (min-width: 1920px) {
  .navbar__children {
    opacity: 0;
    transform: scaleX(0);
  }
}
.navbar__link a {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .navbar__link a {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link a {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link a {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link a {
    font-size: 1.5rem;
    line-height: 2.625rem;
  }
}
.navbar__link--top {
  position: relative;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .navbar__link--top {
    margin: 0;
    line-height: 2.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link--top {
    margin: 0 0 15px;
  }
}
.navbar__link--top:hover a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.navbar__link--top:hover a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #00a6ed;
}
.navbar__link--children {
  padding-right: 25px;
  white-space: nowrap;
  cursor: pointer;
}
.navbar__link--children a {
  pointer-events: none;
}
@media screen and (max-width: 599px) {
  .navbar__link--children a {
    position: relative;
    z-index: 1;
  }
}
.navbar__link--children span {
  position: relative;
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link--children span {
    height: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link--children span {
    height: 20px;
  }
}
@media screen and (max-width: 599px) {
  .navbar__link--children span {
    z-index: -1;
    height: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link--children span {
    z-index: -1;
    height: 15px;
  }
}
.navbar__link--children span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 3px;
  height: 15px;
  border: none;
  outline: none;
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
  pointer-events: none;
}
.navbar__link--children span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 3px;
  height: 15px;
  border: none;
  outline: none;
  background: #fff;
  transform: translateY(-50%);
  transition: transform 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .navbar__link--children:hover span::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .navbar__link--children:hover span::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 1920px) {
  .navbar__link--children:hover span::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.navbar__link--children.navbar__link--active span::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 599px) {
  .navbar__link + .navbar__children {
    max-height: 0;
    opacity: 0 !important;
    transform: scaleY(0);
    transform-origin: top;
  }
}
.navbar__link + .navbar__children .navbar__link:hover a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #fff;
}
.navbar__link + .navbar__children .navbar__link:hover a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #00a6ed;
}
@media screen and (max-width: 599px) {
  .navbar__link + .navbar__children .navbar__link:hover a::before {
    bottom: -5px;
  }
}
.navbar__link--children.navbar__link--active + .navbar__children {
  max-height: 500px;
  opacity: 1 !important;
  transform: scaleY(1);
}
.navbar--active {
  border-bottom: 10px solid #00a6ed;
  background: #000;
}
.navbar--active .navbar__hamburger {
  background: transparent;
  box-shadow: none;
}

.redirect {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .redirect {
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .redirect {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 599px) {
  .redirect {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .redirect__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .redirect__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .redirect__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.redirect__label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 60px;
}
@media screen and (max-width: 599px) {
  .redirect__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .redirect__label {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__label {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .redirect__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 1920px) {
  .redirect__content {
    max-width: 630px;
  }
}
.redirect__content--additional {
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .redirect__content--additional {
    padding-top: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__content--additional {
    padding-top: 10px;
  }
}
.redirect__content h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .redirect__content h1 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__content h1 {
    margin: 0 0 15px;
  }
}
.redirect__content p {
  margin-bottom: 25px;
}
.redirect__content a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
.redirect__content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .redirect__content a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .redirect__content a::before {
    height: 4px;
  }
}
.redirect__content a:hover {
  color: #393939;
}

.ie {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .ie {
    margin-bottom: 300px;
  }
}
@media screen and (min-width: 1920px) {
  .ie {
    margin-bottom: 300px;
  }
}
@media screen and (max-width: 599px) {
  .ie {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1920px) {
  .ie__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .ie__container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .ie__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.ie__label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 60px;
}
@media screen and (max-width: 599px) {
  .ie__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .ie__label {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__label {
    margin: 0 0 30px;
  }
}
.ie__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .ie__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__title {
    max-width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .ie__title {
    max-width: 630px;
  }
}
@media screen and (min-width: 1920px) {
  .ie__title {
    max-width: 630px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .ie__content {
    max-width: 630px;
  }
}
@media screen and (min-width: 1920px) {
  .ie__content {
    max-width: 630px;
  }
}
.ie__content h1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .ie__content h1 {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__content h1 {
    margin: 0 0 15px;
  }
}
.ie__content p {
  margin-bottom: 25px;
}
.ie__content a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
.ie__content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .ie__content a::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ie__content a::before {
    height: 4px;
  }
}
.ie__content a:hover {
  color: #393939;
}
.ie__images {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 35px;
}
.ie__images li {
  list-style: none;
}
.ie__image {
  position: relative;
  width: 100%;
  max-width: 75px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 599px) {
  .ie__image {
    max-width: 55px;
  }
}
.ie__image img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}

.gform_wrapper {
  background-color: transparent;
}
.gform_validation_container {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.gform_button, .gform_next_button {
  margin-bottom: 44px;
}
@media screen and (max-width: 599px) {
  .gform_button, .gform_next_button {
    max-width: 100%;
    min-width: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gform_button, .gform_next_button {
    max-width: 100%;
    min-width: 0;
  }
}
.gform_next_button {
  margin-bottom: 44px;
}
.gform_previous_button {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  display: inline-block;
  max-width: 95px;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .gform_previous_button {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gform_previous_button {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gform_page_footer {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.gform_page_footer img {
  display: none;
}
.gform_footer input {
  display: block;
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 21px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #00a6ed;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .gform_footer input {
    height: 36px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.gform_confirmation_message {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .gform_confirmation_message {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gform_confirmation_message {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gform_validation_error {
  font-size: 0.875rem;
  font-weight: 700;
  color: #f00;
  font-style: italic;
}
.gform_validation_error .ginput_container {
  border: 2px solid #f00;
}
.gform_validation_error .ginput_container_consent, .gform_validation_error .ginput_container_checkbox {
  border: 0;
}
.gform_validation_error .ginput_container input,
.gform_validation_error .ginput_container select {
  border: none;
}
.gform_validation_error .validation_message {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #f00;
  position: relative;
  margin-top: 5px;
  padding-left: 7px;
}
@media screen and (max-width: 599px) {
  .gform_validation_error .validation_message {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gform_validation_error .validation_message {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gform_validation_error .validation_message::before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  color: #f00;
}
.gform_validation_error .validation_error {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #f00;
}
@media screen and (max-width: 599px) {
  .gform_validation_error .validation_error {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gform_validation_error .validation_error {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.gf_page_steps {
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
}
.gf_page_steps .gf_step {
  border: 3px solid #777;
  border-radius: 50%;
  margin-right: 10px;
  padding: 3px 5px 4px 10px;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #777;
}
@media screen and (max-width: 599px) {
  .gf_page_steps .gf_step {
    padding: 3px 9px 4px 12px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gf_page_steps .gf_step {
    padding: 3px 9px 4px 12px;
  }
}
@media screen and (max-width: 599px) {
  .gf_page_steps .gf_step {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gf_page_steps .gf_step {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gf_page_steps .gf_step_active {
  border: 3px solid #00a6ed;
  color: #00a6ed;
}
.gf_page_steps .gf_step_label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  display: none;
}
@media screen and (max-width: 599px) {
  .gf_page_steps .gf_step_label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gf_page_steps .gf_step_label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gf_page_steps .gf_step_completed {
  position: relative;
  border: 3px solid #00a6ed;
  color: #00a6ed;
  background-color: #00a6ed;
}
.gf_page_steps .gf_step_completed::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 12px;
  width: 5px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .gf_page_steps .gf_step_completed::before {
    top: 7px;
    right: 11px;
    width: 4px;
    height: 18px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gf_page_steps .gf_step_completed::before {
    top: 7px;
    right: 11px;
    width: 4px;
    height: 18px;
  }
}
.gf_page_steps .gf_step_completed::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  width: 5px;
  height: 10px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .gf_page_steps .gf_step_completed::after {
    top: 15px;
    left: 10px;
    width: 4px;
    height: 9px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gf_page_steps .gf_step_completed::after {
    top: 15px;
    left: 10px;
    width: 4px;
    height: 9px;
  }
}

.gfield {
  display: inline-block;
  width: 47%;
  margin-bottom: 28px;
}
@media screen and (max-width: 599px) {
  .gfield {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield {
    width: 100%;
    margin-bottom: 15px;
  }
}
.gfield_checkbox {
  padding-left: 0;
  margin: 0 0 20px;
}
.gfield_checkbox input[type=checkbox] {
  display: none;
}
.gfield_checkbox input[type=checkbox]:checked + label::before {
  color: #fff;
  background-color: #0aaa00;
}
.gfield_checkbox input[type=checkbox]:checked + label::after {
  content: "";
}
.gfield_checkbox input[type=checkbox][disabled] {
  color: #393939;
}
.gfield_checkbox input[type=checkbox][disabled] + label::before {
  border-color: #393939;
}
.gfield_checkbox input[type=checkbox][disabled] + label:hover::before {
  border-color: #393939;
}
.gfield_checkbox label {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 33px;
}
.gfield_checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #0aaa00;
  transition: background-color 0.3s;
}
.gfield_checkbox label::after {
  position: absolute;
  top: 2.992px;
  left: 7.92px;
  width: 5.94px;
  height: 12.98px;
  border-bottom: 1.98px solid white;
  border-right: 1.98px solid white;
  transform: rotate(45deg);
}
.gfield_checkbox label:hover::before {
  border-color: #0aaa00;
}
.gfield_checkbox li {
  margin-bottom: 20px;
  list-style-type: none;
}
.gfield_checkbox li label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .gfield_checkbox li label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_checkbox li label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html {
  width: 100%;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .gfield_html {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html h1 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
  line-height: 3rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.gfield_html h2 {
  font-family: circular, helvetica, sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 2.625rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}
.gfield_html h3 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h3 {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.gfield_html h4 {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h4 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.gfield_html h5 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html h6 {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html h6 {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html p a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html p a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html p a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_html a {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 599px) {
  .gfield_html a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_html a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .gfield_label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .gfield_label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.gfield_label span {
  display: none;
}

.ginput_container {
  width: 100%;
  border: 0 solid 0;
  border-radius: 0;
  margin-top: 7px;
  color: #00a6ed;
  background: #fff;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea,
.ginput_container .gform_fileupload_multifile {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #393939;
  position: relative;
  vertical-align: top;
  height: 42px;
  border: 2px solid #00a6ed;
  border-radius: 0;
  padding: 7px 13px;
  font-weight: 700;
  color: #000;
  background: #fff;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (max-width: 599px) {
  .ginput_container input,
  .ginput_container select,
  .ginput_container textarea,
  .ginput_container .gform_fileupload_multifile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ginput_container input,
  .ginput_container select,
  .ginput_container textarea,
  .ginput_container .gform_fileupload_multifile {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder, .ginput_container .gform_fileupload_multifile:-ms-input-placeholder {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #a8a8a8;
}
.ginput_container input::placeholder,
.ginput_container select::placeholder,
.ginput_container textarea::placeholder,
.ginput_container .gform_fileupload_multifile::placeholder {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #a8a8a8;
}
@media screen and (max-width: 599px) {
  .ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder, .ginput_container .gform_fileupload_multifile:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
  .ginput_container input::placeholder,
  .ginput_container select::placeholder,
  .ginput_container textarea::placeholder,
  .ginput_container .gform_fileupload_multifile::placeholder {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder, .ginput_container .gform_fileupload_multifile:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
  .ginput_container input::placeholder,
  .ginput_container select::placeholder,
  .ginput_container textarea::placeholder,
  .ginput_container .gform_fileupload_multifile::placeholder {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ginput_container input:focus,
.ginput_container select:focus,
.ginput_container textarea:focus,
.ginput_container .gform_fileupload_multifile:focus {
  border: 4px solid #000;
  outline: none;
}
.ginput_container textarea {
  min-height: 200px;
}
.ginput_container:focus {
  border: 4px solid #000;
  outline: none;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select select {
  z-index: 0;
  cursor: pointer;
}
.ginput_container_select select:hover {
  background: #fff;
}
.ginput_container_select select .gf_placeholder {
  color: #777;
}
.ginput_container_select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-image: url(/app/themes/appeal2021/dist/img/plus-icon.png?9217c8cf72e6b7240cf976dfc02dc667);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.ginput_container_consent {
  margin: 0 0 20px;
}
.ginput_container_consent input[type=checkbox] {
  display: none;
}
.ginput_container_consent input[type=checkbox]:checked + label::before {
  color: #fff;
  background-color: #0aaa00;
}
.ginput_container_consent input[type=checkbox]:checked + label::after {
  content: "";
}
.ginput_container_consent input[type=checkbox][disabled] {
  color: #393939;
}
.ginput_container_consent input[type=checkbox][disabled] + label::before {
  border-color: #393939;
}
.ginput_container_consent input[type=checkbox][disabled] + label:hover::before {
  border-color: #393939;
}
.ginput_container_consent label {
  position: relative;
  display: block;
  height: 22px;
  padding-left: 33px;
}
.ginput_container_consent label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #0aaa00;
  transition: background-color 0.3s;
}
.ginput_container_consent label::after {
  position: absolute;
  top: 2.992px;
  left: 7.92px;
  width: 5.94px;
  height: 12.98px;
  border-bottom: 1.98px solid white;
  border-right: 1.98px solid white;
  transform: rotate(45deg);
}
.ginput_container_consent label:hover::before {
  border-color: #0aaa00;
}
.ginput_container_consent label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  height: auto;
}
@media screen and (max-width: 599px) {
  .ginput_container_consent label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ginput_container_consent label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ginput_container_consent label::before, .ginput_container_consent label::after {
  margin-top: 4px;
}
.ginput_container_radio {
  list-style-type: none;
}
.ginput_container_radio .gfield_radio {
  display: flex;
}
.ginput_container_radio li {
  margin-bottom: 12px;
  margin-right: 20px;
  list-style-type: none;
  white-space: nowrap;
}
.ginput_container_radio li input[type=radio] {
  display: none;
}
.ginput_container_radio li input[type=radio]:checked + label::after {
  opacity: 1;
}
.ginput_container_radio li label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .ginput_container_radio li label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ginput_container_radio li label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ginput_container_radio li label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #00a6ed;
  border-radius: 50%;
}
.ginput_container_radio li label::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00a6ed;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.ginput_container ul {
  padding-left: 0;
}
.ginput_container_checkbox, .ginput_container_consent, .ginput_container_radio {
  border: 0;
}
.ginput_container .medium {
  width: 100%;
}
.ginput_container .large {
  width: 100%;
  max-width: 100%;
}
.ginput_container_checkbox {
  padding-top: 10px;
}
.ginput_complex input {
  width: 100%;
}
.ginput_complex label {
  display: none;
}

.gform_fileupload_multifile {
  position: relative;
  height: 42px;
  padding: 10px 25px 10px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  cursor: pointer;
}

.ginput_container_fileupload .gfield_validation_message {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ginput_container_fileupload .gfield_validation_message li {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 599px) {
  .ginput_container_fileupload .gfield_validation_message li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ginput_container_fileupload .gfield_validation_message li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.ginput_preview {
  color: #000;
}
.ginput_preview .dashicons-trash::before {
  color: #000;
}

.gform_button_select_files {
  border: 0;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

input[type=file] {
  position: relative;
  height: 42px;
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  cursor: pointer;
}
input[type=file]:-ms-input-placeholder {
  float: left;
}
input[type=file] span, input[type=file]::placeholder {
  float: left;
}
input[type=file]::-webkit-file-upload-button {
  border: 0;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
input[type=file]::-webkit-file-upload-button, input[type=file]::file-selector-button {
  border: 0;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-decoration: underline;
  color: #000;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

.ui-datepicker {
  width: 100%;
  max-width: 292px;
  border: 2px solid #00a6ed;
  border-radius: 5px;
  color: #fff;
  background: #00a6ed;
}
@media screen and (max-width: 599px) {
  .ui-datepicker {
    max-width: 275px;
  }
}
.ui-datepicker-calendar {
  width: 100%;
  color: #fff;
  background: #00a6ed;
}
.ui-datepicker-calendar a {
  cursor: pointer;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .ui-datepicker-calendar a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ui-datepicker-calendar a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ui-datepicker-calendar th {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .ui-datepicker-calendar th {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ui-datepicker-calendar th {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ui-datepicker-calendar td a {
  padding-left: 9px;
}
.ui-datepicker-calendar td a:hover {
  color: #393939;
}
.ui-datepicker-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  background: #00a6ed;
}
.ui-datepicker-prev, .ui-datepicker-next {
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .ui-datepicker-prev, .ui-datepicker-next {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ui-datepicker-prev, .ui-datepicker-next {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  color: #393939;
}
.ui-datepicker-title {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.ui-datepicker-title select {
  width: 48%;
  height: 40px;
  border: 2px solid #00a6ed;
  padding: 0 7px;
  background-color: #fff;
  cursor: pointer;
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #00a6ed;
}
@media screen and (max-width: 599px) {
  .ui-datepicker-title select {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .ui-datepicker-title select {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.large {
  width: 100%;
}

.full-row {
  display: block;
  width: 100%;
}
.full-row .ginput_container_text {
  width: 48% !important;
}
@media screen and (max-width: 599px) {
  .full-row .ginput_container_text {
    width: 100% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .full-row .ginput_container_text {
    width: 100% !important;
  }
}

.recaptcha {
  width: 100%;
  margin: 20px 0 0 !important;
}
.recaptcha label {
  display: none;
}
.recaptcha .ginput_container {
  border: none;
  margin: 0 !important;
  background: none;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .recaptcha > div > div {
    transform: scale(0.8) translateX(-40px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .recaptcha > div > div {
    transform: scale(0.8) translateX(-40px);
  }
}
@media screen and (min-width: 1920px) {
  .recaptcha > div > div {
    transform: scale(0.8) translateX(-40px);
  }
}
@media screen and (max-width: 599px) {
  .recaptcha > div > div {
    transform: scale(0.68) translateX(-70px);
  }
}

.simple-accordion {
  position: relative;
}
.simple-accordion__item {
  position: relative;
}
.simple-accordion__item.expanded .simple-accordion__content {
  height: auto;
  padding: 20px 30px !important;
}
.simple-accordion__item.expanded .icon-plus-minus::after {
  opacity: 0;
  transform: rotate(0deg);
}
.simple-accordion__trigger {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.simple-accordion__trigger .icon-plus-minus {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  width: 15px;
  height: 3px;
}
.simple-accordion__trigger .icon-plus-minus,
.simple-accordion__trigger .icon-plus-minus * {
  cursor: pointer;
}
.simple-accordion__trigger .icon-plus-minus::before, .simple-accordion__trigger .icon-plus-minus::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
}
.simple-accordion__trigger .icon-plus-minus::after {
  transform: rotate(-90deg);
}
.simple-accordion__trigger .icon-right-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 16px;
  height: 3px;
  transform: translateY(-50%);
}
.simple-accordion__trigger .icon-right-arrow,
.simple-accordion__trigger .icon-right-arrow * {
  cursor: pointer;
}
.simple-accordion__trigger .icon-right-arrow::before, .simple-accordion__trigger .icon-right-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 11.2px;
  height: 3px;
  background-color: #000;
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
}
.simple-accordion__trigger .icon-right-arrow::before {
  transform: translateY(-50%) rotateZ(45deg);
}
.simple-accordion__trigger .icon-right-arrow::after {
  transform: translateY(4px) rotateZ(-45deg);
}
.simple-accordion__content {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 !important;
}

.article {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .article {
    max-width: calc((100% - 140px) / 3);
  }
}
@media screen and (min-width: 1920px) {
  .article {
    max-width: calc((100% - 140px) / 3);
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article {
    max-width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .article {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.article__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.article__image {
  position: relative;
  height: 0;
  margin: 0 0 16px;
  padding-top: 104%;
}
.article__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.article__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .article__title {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article__title {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.article__category {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .article__category {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .article__category {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.single-post-header {
  margin-bottom: 95px;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-header {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .single-post-header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .single-post-header .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-post-header .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-header .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single-post-header .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.single-post-header__title {
  max-width: 700px;
  margin: 0 0 40px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 3rem;
}
@media screen and (max-width: 599px) {
  .single-post-header__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.single-post-header__author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.single-post-header__author .single-post-header__author-image {
  position: relative;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.single-post-header__author .single-post-header__author-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-header__author .single-post-header__author-meta {
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.875rem;
}
.single-post-header__author .single-post-header__author-meta a {
  font-size: 0.875rem;
  text-decoration: none;
}
.single-post-header__author .single-post-header__author-meta a:hover {
  text-decoration: underline;
}
.single-post-header__image {
  max-width: 700px;
  height: 460px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-header__image {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .single-post-header__image {
    height: 200px;
  }
}
.single-post-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post-header__caption {
  position: absolute;
  bottom: -35px;
  right: 0;
  z-index: 1;
  max-width: 650px;
  padding: 30px 40px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
  background-color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-header__caption {
    position: static;
    padding: 15px 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .single-post-header__caption {
    position: static;
    padding: 15px 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.single-post-header__wrapper {
  position: relative;
}

@media screen and (min-width: 1920px) {
  .single-post-content .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .single-post-content .container {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-content .container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .single-post-content .container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.single-post-content__wrapper {
  max-width: 620px;
  border-bottom: 1px solid #b2b2b2;
  margin: 0 auto;
}
.single-post-content p,
.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.single-post-content ul {
  margin-bottom: 15px;
}
.single-post-content h1 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.single-post-content h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.single-post-content h3 {
  font-size: 1.3rem;
  line-height: 1.7rem;
}
.single-post-content h4 {
  font-size: 1rem;
  line-height: 1.375rem;
}
.single-post-content h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.single-post-content h6 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.single-post-content p,
.single-post-content a {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .single-post-content p,
  .single-post-content a {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-content p,
  .single-post-content a {
    font-size: 0.875rem !important;
  }
}
.single-post-content ul li,
.single-post-content ol li {
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  .single-post-content ul li,
  .single-post-content ol li {
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single-post-content ul li,
  .single-post-content ol li {
    font-size: 0.875rem !important;
  }
}

.single .wp-block-pullquote {
  margin-top: 0;
  padding-top: 45px;
}
@media screen and (max-width: 599px) {
  .single .wp-block-pullquote {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single .wp-block-pullquote {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.single .wp-block-pullquote:not(:last-child) {
  padding-bottom: 0;
}
.single .wp-block-pullquote blockquote {
  border-left: 8px solid #00a6ed;
  padding: 0;
  padding: 32px 70px 27px 39px;
  text-align: left;
  background: rgba(0, 166, 237, 0.1);
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single .wp-block-pullquote blockquote {
    padding: 25px 40px 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .single .wp-block-pullquote blockquote {
    padding: 25px 30px 25px 25px;
  }
}
.single .wp-block-pullquote blockquote p {
  position: relative;
  margin-bottom: 7px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01063rem;
  line-height: 1.875rem;
  color: #000;
}
@media screen and (max-width: 599px) {
  .single .wp-block-pullquote blockquote p {
    font-size: 1rem !important;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single .wp-block-pullquote blockquote p {
    font-size: 1rem !important;
    line-height: 1.75rem;
  }
}
.single .wp-block-pullquote blockquote p::before {
  content: "“";
  position: absolute;
  left: -9px;
}
.single .wp-block-pullquote blockquote p::after {
  content: "”";
}
.single .wp-block-pullquote blockquote cite {
  display: block;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  color: #000;
}
@media screen and (max-width: 599px) {
  .single .wp-block-pullquote blockquote cite {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .single .wp-block-pullquote blockquote cite {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.articles__articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .articles__articles {
    gap: 40px 70px;
  }
}
@media screen and (min-width: 1920px) {
  .articles__articles {
    gap: 40px 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .articles__articles {
    gap: 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .articles__articles {
    gap: 10px 30px;
  }
}
.articles__button {
  display: flex;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .articles__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .articles__button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .articles__button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .articles__button {
    margin-top: 20px;
  }
}
.articles__button p {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .articles__button p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .articles__button p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.articles__button button {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #000;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: 0;
  margin: 0 0 0 5px;
  padding: 0;
  background: none;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (max-width: 599px) {
  .articles__button button {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .articles__button button {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.articles__button button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .articles__button button::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .articles__button button::before {
    height: 4px;
  }
}
.articles__button button:hover {
  color: #393939;
}
.articles__button button::before {
  bottom: 3px;
  height: 6px;
}

:not(body).blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :not(body).blog {
    margin: 0 auto 80px;
    gap: 80px 0;
  }
}
@media screen and (min-width: 1920px) {
  :not(body).blog {
    margin: 0 auto 80px;
    gap: 80px 0;
  }
}
@media screen and (max-width: 599px) {
  :not(body).blog {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog {
    margin: 0 auto 60px;
  }
}
:not(body).blog__suggested {
  width: 100%;
  max-width: 29.5%;
}
@media screen and (max-width: 599px) {
  :not(body).blog__suggested {
    max-width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog__suggested {
    max-width: 100%;
  }
}
:not(body).blog__featured {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :not(body).blog__featured {
    max-width: 64.5%;
  }
}
@media screen and (min-width: 1920px) {
  :not(body).blog__featured {
    max-width: 64.5%;
  }
}
@media screen and (max-width: 599px) {
  :not(body).blog__featured {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog__featured {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
:not(body).blog__articles {
  flex: 0 0 100%;
}
@media screen and (max-width: 599px) {
  :not(body).blog__articles {
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog__articles {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1920px) {
  :not(body).blog__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :not(body).blog__container {
    width: 100%;
    max-width: calc(1290px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog__container {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  :not(body).blog__container {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :not(body).blog__text {
    width: 100%;
    max-width: 940px;
    margin: auto;
  }
}
@media screen and (min-width: 1920px) {
  :not(body).blog__text {
    width: 100%;
    max-width: 940px;
    margin: auto;
  }
}
:not(body).blog__title--main {
  margin: 0 0 25px;
}
@media screen and (max-width: 599px) {
  :not(body).blog__title--main {
    margin: 0 0 20px;
  }
}
:not(body).blog__subtitle--main {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0 0 70px;
}
@media screen and (max-width: 599px) {
  :not(body).blog__subtitle--main {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  :not(body).blog__subtitle--main {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  :not(body).blog__subtitle--main {
    max-width: 620px;
  }
}
@media screen and (min-width: 1920px) {
  :not(body).blog__subtitle--main {
    max-width: 620px;
  }
}
@media screen and (max-width: 599px) {
  :not(body).blog__subtitle--main {
    margin: 0 0 40px;
  }
}

.featured__container {
  position: relative;
}
.featured__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.featured__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.featured__image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(138deg, rgba(0, 0, 0, 0.8) 0%, rgba(112, 112, 112, 0.6) 100%);
  pointer-events: none;
}
.featured__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.featured__content {
  position: relative;
  padding: 55px 55px 10%;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .featured__content {
    min-height: 540px;
  }
}
@media screen and (min-width: 1920px) {
  .featured__content {
    min-height: 540px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__content {
    min-height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .featured__content {
    min-height: 300px;
    padding: 20px;
  }
}
.featured__label {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #393939;
  display: inline-block;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 3px 15px;
  color: #000;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .featured__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__label {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.featured__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 15px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .featured__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.featured__text {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .featured__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .featured__text {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.topics {
  display: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .topics {
    margin-top: 60px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics {
    margin-top: 60px;
  }
}
.topics__container {
  padding: 45px 55px 60px;
  background: #f6f6f6;
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__container {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .topics__container {
    padding: 20px;
  }
}
.topics__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .topics__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.topics__subtitle {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0;
  color: #393939;
}
@media screen and (max-width: 599px) {
  .topics__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__subtitle {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .topics__subtitle {
    max-width: 540px;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .topics__subtitle {
    max-width: 540px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .topics__subtitle {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__subtitle {
    margin: 0 0 30px;
  }
}
.topics__topics {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.topics__topics li {
  list-style: none;
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .topics__topics {
    gap: 15px 50px;
  }
}
@media screen and (min-width: 1920px) {
  .topics__topics {
    gap: 15px 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__topics {
    gap: 10px 20px;
  }
}
.topics__topic {
  margin: 0;
}
.topics__topic a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0;
  color: #000;
}
.topics__topic a:hover {
  color: #393939;
}
.topics__topic a:hover::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .topics__topic a {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__topic a {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .topics__topic {
    width: 100%;
    margin: 0 0 10px;
  }
}
.topics__topic--selected {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.topics__topic--selected::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background: #66cbf4;
}
@media screen and (max-width: 599px) {
  .topics__topic--selected::before {
    height: 4px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .topics__topic--selected::before {
    height: 4px;
  }
}
.topics__topic--selected:hover {
  color: #393939;
}

.suggested__container {
  position: relative;
  padding: 40px;
  background: #f6f6f6;
}
@media screen and (max-width: 599px) {
  .suggested__container {
    padding: 20px;
  }
}
.suggested__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 206px;
  height: auto;
  pointer-events: none;
}
.suggested__content {
  position: relative;
}
.suggested__title {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.375rem;
  letter-spacing: 0;
  color: #000;
  margin: 0 0 30px;
}
@media screen and (max-width: 599px) {
  .suggested__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .suggested__title {
    font-size: 1.375rem;
    line-height: 2.375rem;
    letter-spacing: 0;
  }
}
.suggested__topic {
  margin-bottom: 20px;
}
.suggested__topic:last-of-type {
  margin: 0;
}
.suggested__topic-title {
  margin-bottom: 13px;
}
.suggested__topic-title a {
  font-family: circular, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  margin: 0;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .suggested__topic-title a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .suggested__topic-title a {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.suggested__description {
  font-family: DM Sans, helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #393939;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .suggested__description {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .suggested__description {
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}

.related-articles {
  overflow: hidden;
  padding: 55px 0 80px;
}
.related-articles .container {
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .related-articles .container {
    max-width: calc((100% - ((100vw - 270px) / 2)) + 6.875vw);
    padding-left: 6.875vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .related-articles .container {
    max-width: calc((100% - ((100vw - 89.6vw) / 2)) + 5.2vw);
    padding-left: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .related-articles .container {
    max-width: calc((100% - ((100vw - 1030px) / 2)) + 5.2vw);
    padding-left: 5.2vw;
  }
}
@media screen and (min-width: 1920px) {
  .related-articles .container {
    max-width: calc((100% - ((100vw - 1030px) / 2)) + 5.2vw);
    margin-left: calc((100vw - 1030px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .related-articles .container {
    max-width: 100%;
    margin-left: 0;
  }
}
.related-articles__slides {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  outline: 0;
  gap: 20px;
}
.related-articles__slides.flickity-enabled {
  display: block;
}
.related-articles__title {
  margin-bottom: 25px;
  font-family: circular, helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.related-articles .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.related-articles .flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.related-article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
.related-article a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.flickity-enabled .related-article {
  width: 300px;
  margin-right: 20px;
}
.related-article__image {
  height: 200px;
  margin: 0;
  padding: 0;
}
.related-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-article__title {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.625rem;
}
.related-article__post-type {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin-top: auto;
  padding: 0 11px;
  font-family: "DM Sans", helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #fff;
  background-color: #000;
}

.dev--on {
  position: fixed;
  top: -1px;
  bottom: -1px;
  left: 50%;
  z-index: 9999;
  height: calc(100% + 2px);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (min-width: 1920px) {
  .dev--on {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1919px) {
  .dev--on {
    width: 100%;
    max-width: calc(1030px + 10.4vw);
    margin: 0 auto;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .dev--on {
    width: calc(100% - 10.4vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .dev--on {
    width: calc(100% - 13.75vw);
    margin: 0 auto;
  }
}
.dev--on::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #0aaa00;
  background-color: rgba(10, 170, 0, 0.1);
}

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