/*
Theme Name: OBBO
Author: Paul Werth, Mark Fidler
Description:
Theme URI: https://werthpr.com
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.linkLineAnimation {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  transition: transform 400ms;
}
.linkLineAnimation:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  margin-top: 3px;
  background: #F63440;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.linkLineAnimation:hover:before {
  width: 100%;
}
.solidButton {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
}
.solidButton:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.solidButton:hover {
  background: #8F005A;
}
.solidButton:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.outlineButton {
  display: inline-flex;
  gap: 15px;
  border: 2px solid #EC0085;
  padding: 16px 33px;
  color: #EC0085;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  text-decoration: none;
}
.wysiwygStyles ol {
  list-style-type: decimal;
}
.wysiwygStyles ul {
  list-style-type: disc;
}
.wysiwygStyles ul,
.wysiwygStyles ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwygStyles ul li,
.wysiwygStyles ol li {
  margin-bottom: 0.5em;
}
.wysiwygStyles ul li:last-child,
.wysiwygStyles ol li:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul:last-child,
.wysiwygStyles ol:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul > li > ul,
.wysiwygStyles ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 13px 20px;
  border: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
.signupStyles textarea::-webkit-input-placeholder,
.signupStyles input::-webkit-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea::-moz-placeholder,
.signupStyles input::-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-ms-input-placeholder,
.signupStyles input:-ms-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-moz-placeholder,
.signupStyles input:-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles .nf-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles .nf-field-container {
  margin-bottom: 20px;
}
.signupStyles .nf-error-msg {
  margin-right: 0;
  color: #D62938;
}
.signupStyles #nf-field-12-container {
  margin-bottom: 10px;
}
.signupStyles input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: inline-block;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20/15;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.signupStyles input[type="button"]:hover {
  background: #6b141c;
}
.signupStyles .nf-response-msg {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 23/18;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes blinker {
  from {
    opacity: 0.75;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes clouds {
  from {
    transform: translateX(100px);
  }
  50% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100px);
  }
}
@keyframes arrowbounce {
  from {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes zoomin {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flipin {
  to {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes slidein {
  to {
    right: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  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: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  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: #1C5775;
  border-radius: 4px;
  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: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * 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);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body a:focus-visible,
body button:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 0;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #015D64;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-weight: 700;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  text-align: center;
  text-wrap: balance;
  margin: 50px 0;
}
body section .nf-form-cont form {
  outline: 0 !important;
}
body section .nf-form-cont form *:focus-visible {
  outline: 0 !important;
}
body section .nf-form-cont form .nf-form-content {
  padding: 0;
}
body section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
body section .nf-form-cont form .nf-input-limit {
  margin: 0;
}
body section .nf-form-cont form .nf-error .ninja-forms-field {
  border: 2px solid #e80000;
}
body section .nf-form-cont form .nf-error-msg {
  color: #e80000;
  padding: 10px;
  margin: 0;
  text-align: center;
  text-wrap: balance;
}
body section .nf-form-cont form .ninja-forms-req-symbol {
  color: #FDE930;
}
body section .nf-form-cont form .nf-field-label {
  margin-bottom: 8px;
}
body section .nf-form-cont form .nf-field-container {
  margin-bottom: 35px;
}
body section .nf-form-cont form label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
body section .nf-form-cont form textarea {
  width: 100%;
  padding: 20px 25px 20px 40px;
  color: #00818a;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Manrope', 'Arial', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border: 2px solid #8ce2d0;
}
body section .nf-form-cont form textarea::-webkit-input-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form textarea::-moz-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form textarea:-ms-input-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form textarea:-moz-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form input {
  width: 100%;
  padding: 20px 25px 20px 40px;
  color: #00818a;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Manrope', 'Arial', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border: 2px solid #8ce2d0;
}
body section .nf-form-cont form input::-webkit-input-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form input::-moz-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form input:-ms-input-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form input:-moz-placeholder {
  color: #BDBFBF;
  font-style: normal;
}
body section .nf-form-cont form .nf-field-description {
  font-size: 18px;
  line-height: 1.2;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-button-cancel {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-fileinput-button {
  border: 1px solid #CCCCCC;
  border-radius: 32px;
  padding: 16px 60px;
  color: #3B3C3E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
body section .nf-form-cont form .file_upload-wrap [type="file"] {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress {
  height: auto;
  margin: 0;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress-bar-success {
  display: none;
}
body section .nf-form-cont form .submit-container input,
body section .nf-form-cont form .submit-container .type-submit,
body section .nf-form-cont form .submit-container [value="Submit"],
body section .nf-form-cont form .submit-container [type="submit"] {
  font-family: 'Manrope', 'Arial', sans-serif;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
  padding: 18px 25px;
}
body section .nf-form-cont form .submit-container input:after,
body section .nf-form-cont form .submit-container .type-submit:after,
body section .nf-form-cont form .submit-container [value="Submit"]:after,
body section .nf-form-cont form .submit-container [type="submit"]:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
body section .nf-form-cont form .submit-container input:hover,
body section .nf-form-cont form .submit-container .type-submit:hover,
body section .nf-form-cont form .submit-container [value="Submit"]:hover,
body section .nf-form-cont form .submit-container [type="submit"]:hover {
  background: #8F005A;
}
body section .nf-form-cont form .submit-container input:hover:after,
body section .nf-form-cont form .submit-container .type-submit:hover:after,
body section .nf-form-cont form .submit-container [value="Submit"]:hover:after,
body section .nf-form-cont form .submit-container [type="submit"]:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  overflow: hidden;
}
header {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mobileMenuOpen header {
    background: #fff;
  }
}
header .wrapper {
  padding: 35px 7vw;
  display: flex;
  gap: 20px;
  align-items: center;
}
header .wrapper .logo a img {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 1050px) {
  header .wrapper .logo a img {
    width: 200px;
  }
}
header .wrapper .links {
  flex: 1;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header .wrapper .links {
    display: none;
  }
  .mobileMenuOpen header .wrapper .links {
    z-index: 1000;
    position: absolute;
    top: 120px;
    right: 0;
    left: 0;
    padding: 0 7vw 35px;
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    box-shadow: 0px 15px 15px #00000040;
  }
}
header .wrapper .links .primary {
  display: flex;
  align-items: center;
  gap: 5vw;
}
@media screen and (max-width: 1050px) {
  header .wrapper .links .primary {
    gap: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  header .wrapper .links .primary {
    flex-direction: column;
    align-items: flex-end;
    gap: 35px;
  }
}
header .wrapper .links .primary > li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  header .wrapper .links .primary > li {
    flex-direction: column;
    align-items: flex-end;
  }
}
header .wrapper .links .primary > li.subpageopened button {
  transform: rotate(180deg);
}
header .wrapper .links .primary > li.subpageopened > ul {
  display: flex;
  box-shadow: 0px 0px 20px #00000029;
}
header .wrapper .links .primary > li.subpageopened > ul:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
header .wrapper .links .primary > li button {
  color: #8F005A;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
@media screen and (max-width: 767px) {
  header .wrapper .links .primary > li button {
    display: none;
  }
}
header .wrapper .links .primary > li > ul {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50px;
  left: -25px;
  width: 250px;
  padding: 20px 25px;
  background: #fff;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  header .wrapper .links .primary > li > ul {
    position: relative;
    display: flex;
    box-shadow: none !important;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    padding: 0;
    gap: 10px;
    text-align: right;
  }
}
header .wrapper .links span {
  cursor: default;
}
@media screen and (max-width: 767px) {
  header .wrapper .links span {
    color: #015D64 !important;
  }
}
header .wrapper .links span:after {
  display: none !important;
}
header .wrapper .links span,
header .wrapper .links a {
  position: relative;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #8F005A;
  font-size: clamp(17.825px, 1.196vw, 23px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .wrapper .links span,
  header .wrapper .links a {
    font-size: 18px;
  }
}
header .wrapper .links span:hover:after,
header .wrapper .links a:hover:after,
header .wrapper .links span.currentpage:after,
header .wrapper .links a.currentpage:after {
  content: '';
  display: block;
  border-bottom: 4px dashed #DE8703;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header .wrapper .links span:hover:after,
  header .wrapper .links a:hover:after,
  header .wrapper .links span.currentpage:after,
  header .wrapper .links a.currentpage:after {
    bottom: -5px;
    border-bottom-width: 2px;
  }
}
header .wrapper .mobile-toggle {
  display: none;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  right: 7vw;
}
header .wrapper .mobile-toggle:after {
  position: relative;
  content: '\f0c9';
  color: #EC0085;
  font-family: fontawesome;
}
.mobileMenuOpen header .wrapper .mobile-toggle:after {
  content: '\f00d';
}
@media screen and (max-width: 767px) {
  header .wrapper .mobile-toggle {
    display: block;
  }
}
footer {
  background: #00383C;
  padding: 80px 7vw;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 7vw;
  }
}
footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.2;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
}
footer .wrapper .logo {
  flex-shrink: 0;
}
footer .wrapper .logo img {
  width: 200px;
  height: auto;
}
footer .wrapper .copy {
  color: #fff;
  text-wrap: balance;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  footer .wrapper .copy {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
footer .wrapper .copy a {
  color: #fff;
}
footer .wrapper .thick {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.25);
}
.iframewrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.skip-to-content {
  background: #EC0085;
  color: #fff;
  font-size: clamp(20.150000000000002px, 1.3519999999999999vw, 26px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  left: 50%;
  top: 0;
  padding: 15px 25px;
  text-align: center;
  text-wrap: balance;
  position: absolute;
  transform: translate(-50%, -110%);
  transition: transform 250ms;
  z-index: 99;
}
.skip-to-content:focus {
  transform: translate(-50%, 0%);
}
dialog {
  display: block;
  border: 0;
  box-shadow: 0px 0px 20px #00000029;
  padding: 30px;
}
.no-scroll {
  overflow: hidden;
}
.hidden {
  display: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 666;
  background: rgba(0, 0, 0, 0.35);
}
.modal {
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
  background: #fff;
  z-index: 667;
  overflow-y: auto;
  max-height: 80vh;
}
.modal .modal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #575757;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.modal .modal__wrapper a {
  color: #EC0085;
  text-decoration: none;
}
.modal .modal__wrapper a:hover,
.modal .modal__wrapper a:focus {
  text-decoration: underline;
}
.modal-close {
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: bold;
  color: #EC0085;
  align-self: flex-end;
}
.callout-homeintro {
  overflow: hidden;
  position: relative;
  padding: 100px 0 0 7vw;
  background-color: #fcf3f9;
  display: flex;
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  .callout-homeintro {
    flex-direction: column;
  }
}
.callout-homeintro .visual {
  align-self: flex-end;
  flex: 3;
  z-index: 5;
}
.callout-homeintro .visual img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .callout-homeintro .visual img {
    max-height: 500px;
  }
}
.callout-homeintro .cloud {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -10px;
  animation: clouds 20s ease-in-out alternate infinite;
}
.callout-homeintro .cloud img,
.callout-homeintro .cloud svg {
  width: 100%;
}
.callout-homeintro .wrapper {
  flex: 3;
  flex-shrink: 0;
  position: relative;
  color: #fff;
  padding-top: 14vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 767px) {
  .callout-homeintro .wrapper {
    padding-right: 7vw;
    padding-bottom: 0;
  }
}
.callout-homeintro .wrapper .superheader {
  font-size: clamp(42.625px, 2.86vw, 55px);
  line-height: 1.2;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: -15px;
}
.callout-homeintro .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.02272727;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
.callout-homeintro .wrapper .subheader {
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1.19444444;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #C7007D;
  text-wrap: balance;
  margin-top: 40px;
}
.callout-basicintro {
  position: relative;
  padding: 100px 7vw 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .callout-basicintro {
    flex-direction: column;
    padding: 100px 0 0 7vw;
  }
}
.callout-basicintro .wrapper {
  flex: 1;
  position: relative;
  color: #fff;
  padding-top: 14vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 767px) {
  .callout-basicintro .wrapper {
    padding-right: 7vw;
    padding-bottom: 0;
  }
}
.callout-basicintro .wrapper .superheader {
  font-size: clamp(42.625px, 2.86vw, 55px);
  line-height: 1.2;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: -15px;
}
.callout-basicintro .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.02272727;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
@media screen and (max-width: 550px) {
  .callout-basicintro .wrapper .header {
    font-size: 60px;
  }
}
.callout-basicintro .wrapper .subheader {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-top: 36px;
}
.callout-basicintro .visual {
  flex: 1;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .callout-basicintro .visual {
    align-self: center;
  }
  .callout-basicintro .visual img {
    max-height: 400px;
  }
  .callout-basicintro .visual.hidemobile {
    height: 40px;
    flex: none;
  }
  .callout-basicintro .visual.hidemobile img {
    display: none;
  }
}
.callout-initiativescloud {
  position: relative;
  padding: 120px 7vw 30px;
}
@media screen and (max-width: 767px) {
  .callout-initiativescloud {
    padding: 75px 7vw 30px;
  }
}
.callout-initiativescloud.blue {
  background-color: #f2fbfa;
}
.callout-initiativescloud.blue .bubbles circle {
  fill: #f2fbfa;
}
.callout-initiativescloud.pink {
  background-color: #fff6e6;
}
.callout-initiativescloud.pink .bubbles circle {
  fill: #fff6e6;
}
.callout-initiativescloud .bubbles {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
.callout-initiativescloud .wrapper {
  container-type: inline-size;
}
.callout-initiativescloud .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 40px;
}
.callout-initiativescloud .wrapper .numbered {
  display: grid;
  gap: 50px;
  margin-bottom: 80px;
}
.callout-initiativescloud .wrapper .numbered.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.callout-initiativescloud .wrapper .numbered.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .numbered.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-initiativescloud .wrapper .numbered.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@container (max-width: 1100px) {
  .callout-initiativescloud .wrapper .numbered.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .numbered.col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-initiativescloud .wrapper .numbered .number {
  border-right: 4px dashed #DE8703;
  padding: 0 50px 0 0;
  display: flex;
  gap: 15px;
  color: #8F005A;
  font-size: clamp(38.75px, 2.6vw, 50px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}
.callout-initiativescloud .wrapper .numbered .number:last-child {
  border: 0;
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .numbered .number {
    border: 0;
    padding: 0;
  }
}
.callout-initiativescloud .wrapper .numbered .number span {
  color: #8CE2D0;
  font-size: clamp(77.5px, 5.2vw, 100px);
  line-height: 1.24;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  width: 0.75em;
  flex-shrink: 0;
  transform: translate(0, -30px);
}
.callout-initiativescloud .wrapper .initiatives {
  display: grid;
  gap: 50px;
}
.callout-initiativescloud .wrapper .initiatives.col1 {
  grid-template-columns: repeat(1, 1fr);
}
.callout-initiativescloud .wrapper .initiatives.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .initiatives.col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-initiativescloud .wrapper .initiatives.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@container (max-width: 1300px) {
  .callout-initiativescloud .wrapper .initiatives.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .initiatives.col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-initiativescloud .wrapper .initiatives .initiative {
  border-right: 4px dashed #DE8703;
  padding: 0 50px 0 0;
  color: #8F005A;
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1.11111111;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
}
.callout-initiativescloud .wrapper .initiatives .initiative:last-child {
  border: 0;
}
@container (max-width: 700px) {
  .callout-initiativescloud .wrapper .initiatives .initiative {
    border: 0;
    padding: 0;
  }
}
.callout-initiativescloud .wrapper .halves {
  display: flex;
  gap: 7vw;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .callout-initiativescloud .wrapper .halves {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .callout-initiativescloud .wrapper .halves {
    margin-bottom: 75px;
  }
}
.callout-initiativescloud .wrapper .halves .half {
  flex: 1;
  color: #015D64;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  text-wrap: balance;
}
.callout-initiativescloud .wrapper .halves .half.large {
  flex: 2;
  color: #8F005A;
  font-size: clamp(86.8px, 5.824vw, 112px);
  line-height: 1.10714286;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
}
@media screen and (max-width: 1100px) {
  .callout-initiativescloud .wrapper .halves .half.large {
    font-size: clamp(68.2px, 4.576vw, 88px);
    line-height: 1.02272727;
    /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  }
}
@media screen and (max-width: 767px) {
  .callout-initiativescloud .wrapper .halves .half.large {
    font-size: clamp(51.15px, 3.432vw, 66px);
    line-height: 1.1969697;
    /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  }
}
.callout-initiativescloud .wrapper .link {
  text-align: center;
  margin-top: 80px;
}
.callout-initiativescloud .wrapper .link a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-wrap: balance;
  color: #C7007D;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.20833333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}
.callout-initiativescloud .wrapper .link a .fas:before {
  display: inline-block;
  transform: translateY(4px);
}
.callout-resourcedetail {
  padding: 250px 7vw 160px;
}
@media screen and (max-width: 1050px) {
  .callout-resourcedetail {
    padding: 150px 7vw;
  }
}
.callout-resourcedetail .back {
  margin-bottom: 50px;
}
.callout-resourcedetail .back a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #8F005A;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.20833333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
}
.callout-resourcedetail .back a .fas:before {
  display: inline-block;
  transform: translateY(4px);
}
.callout-resourcedetail .wrapper {
  display: flex;
  gap: 7vw;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .callout-resourcedetail .wrapper {
    flex-direction: column;
  }
}
.callout-resourcedetail .wrapper .copy {
  flex: 880;
}
.callout-resourcedetail .wrapper .copy .header {
  font-size: clamp(49.6px, 3.328vw, 64px);
  line-height: 1.125;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 50px;
}
.callout-resourcedetail .wrapper .copy .subheader {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 30px;
}
.callout-resourcedetail .wrapper .copy .summary {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
.callout-resourcedetail .wrapper .copy .button {
  margin-top: 60px;
}
.callout-resourcedetail .wrapper .copy .button a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
}
.callout-resourcedetail .wrapper .copy .button a:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.callout-resourcedetail .wrapper .copy .button a:hover {
  background: #8F005A;
}
.callout-resourcedetail .wrapper .copy .button a:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.callout-resourcedetail .wrapper .visual {
  flex: 660;
}
.callout-resourcedetail .wrapper .visual img {
  display: block;
  box-shadow: 0px 0px 30px #00000019;
  margin: 0 auto 40px;
}
.callout-resourcedetail .wrapper .visual .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.callout-resourcedetail .wrapper .visual .actions a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #8F005A;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.20833333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
}
.callout-piechart {
  padding: 120px 7vw;
}
@media screen and (max-width: 767px) {
  .callout-piechart {
    padding: 75px 7vw;
  }
}
.callout-piechart .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 50px;
}
.callout-piechart .wrapper .subheader {
  font-size: clamp(38.75px, 2.6vw, 50px);
  line-height: 1.12;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #8F005A;
  text-wrap: balance;
  margin-left: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .callout-piechart .wrapper .subheader {
    margin-left: 0;
    text-align: center;
  }
}
.callout-piechart .wrapper .halves {
  display: flex;
  gap: 7vw;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .callout-piechart .wrapper .halves {
    flex-direction: column-reverse;
  }
}
.callout-piechart .wrapper .halves .legend {
  container-type: inline-size;
  flex: 680;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.callout-piechart .wrapper .halves .legend .stat {
  display: flex;
  gap: 5px;
  border-radius: 60px;
  overflow: hidden;
  color: #fff;
}
.callout-piechart .wrapper .halves .legend .stat .title {
  flex: 1;
  padding: 20px 45px;
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  background: #DE8703;
}
@container (max-width: 450px) {
  .callout-piechart .wrapper .halves .legend .stat .title {
    padding: 20px 20px 20px 30px;
  }
}
.callout-piechart .wrapper .halves .legend .stat .value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 150px;
  text-align: right;
  padding: 15px 20px;
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.20454545;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  background: #DE8703;
}
@media screen and (max-width: 1250px) {
  .callout-piechart .wrapper .halves .legend .stat .value {
    width: 120px;
  }
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(2) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(2) .value {
  background: #C3F0E7;
  color: #015D64;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(3) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(3) .value {
  background: #6B0044;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(4) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(4) .value {
  background: #FEC8EB;
  color: #015D64;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(5) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(5) .value {
  background: #025D64;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(6) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(6) .value {
  background: #FDCD84;
  color: #015D64;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(7) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(7) .value {
  background: #76E2CB;
  color: #015D64;
}
.callout-piechart .wrapper .halves .legend .stat:nth-child(8) .title,
.callout-piechart .wrapper .halves .legend .stat:nth-child(8) .value {
  background: #C6007C;
}
.callout-piechart .wrapper .halves .visual {
  flex: 800;
}
.callout-piechart .wrapper .halves .visual img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .callout-piechart .wrapper .halves .visual img {
    max-height: 400px;
  }
}
.callout-piechart .wrapper .halves .visual .source {
  color: #015D64;
  font-size: clamp(12.4px, 0.832vw, 16px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
  margin-top: 40px;
}
.callout-shareyoursuccess {
  padding: 0 7vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 3.5vw;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .callout-shareyoursuccess {
    flex-direction: column;
  }
}
.callout-shareyoursuccess.reverse {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .callout-shareyoursuccess.reverse {
    flex-direction: column;
  }
}
.callout-shareyoursuccess.pink {
  background: transparent radial-gradient(closest-side at 50% 50%, #F9E5F2 0%, #FA7FCD 200%) 0% 0% no-repeat padding-box;
}
.callout-shareyoursuccess.teal {
  background: transparent radial-gradient(closest-side at 50% 50%, #ECFAF8 0%, #8CE2D0 200%) 0% 0% no-repeat padding-box;
}
.callout-shareyoursuccess.beige {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFF6E6 0%, #F5E1C0 200%) 0% 0% no-repeat padding-box;
}
.callout-shareyoursuccess .wrapper {
  flex: 8;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .callout-shareyoursuccess .wrapper {
    padding: 75px 0 0;
  }
}
.callout-shareyoursuccess .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 30px;
}
.callout-shareyoursuccess .wrapper .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
.callout-shareyoursuccess .wrapper .link {
  margin-top: 50px;
}
.callout-shareyoursuccess .wrapper .link a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
}
.callout-shareyoursuccess .wrapper .link a:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.callout-shareyoursuccess .wrapper .link a:hover {
  background: #8F005A;
}
.callout-shareyoursuccess .wrapper .link a:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.callout-shareyoursuccess .visual {
  flex: 6;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .callout-shareyoursuccess .visual {
    align-self: center;
  }
  .callout-shareyoursuccess .visual img {
    max-height: 400px;
  }
}
.callout-featuredresources {
  padding: 120px 14vw;
  background: #ecfaf7;
}
@media (max-width: 1200px) {
  .callout-featuredresources {
    padding: 120px 7vw;
  }
}
@media (max-width: 767px) {
  .callout-featuredresources {
    padding: 75px 7vw;
  }
}
.callout-featuredresources.pink {
  background: #fff8ed;
}
.callout-featuredresources .wrapper {
  container-type: inline-size;
}
.callout-featuredresources .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 80px;
}
.callout-featuredresources .wrapper .resources {
  display: grid;
  gap: 3.5vw;
  row-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@container (max-width: 900px) {
  .callout-featuredresources .wrapper .resources {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 600px) {
  .callout-featuredresources .wrapper .resources {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-featuredresources .wrapper .link {
  text-align: center;
  margin-top: 80px;
}
.callout-featuredresources .wrapper .link a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-wrap: balance;
  color: #C7007D;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.20833333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}
.callout-featuredresources .wrapper .link a .fas:before {
  display: inline-block;
  transform: translateY(4px);
}
.comp-resource {
  display: flex;
  flex-direction: column;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #00000019;
  border-radius: 20px;
  padding: 35px 35px 0;
}
.comp-resource img {
  object-fit: contain;
  width: 100%;
  height: 236px;
}
.comp-resource .title {
  color: #015D64;
  font-size: clamp(26.35px, 1.768vw, 34px);
  line-height: 1.05882353;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  flex: 1;
}
.comp-resource .subheader {
  color: #015D64;
  font-size: clamp(26.35px, 1.768vw, 34px);
  line-height: 1.05882353;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 4px dashed #DE8703;
}
.comp-resource .button {
  text-align: right;
  margin-bottom: -1em;
}
.comp-resource .button a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
  padding: 10px 7px 5px;
}
.comp-resource .button a:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.comp-resource .button a:hover {
  background: #8F005A;
}
.comp-resource .button a:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.callout-resources {
  padding: 80px 7vw 120px;
}
.callout-resources .wrapper {
  container-type: inline-size;
}
.callout-resources .wrapper .search {
  position: relative;
  margin-bottom: 40px;
}
.callout-resources .wrapper .search input {
  width: 100%;
  padding: 20px 25px 20px 65px;
  color: #015D64;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border: 2px solid #8ce2d0;
}
.callout-resources .wrapper .search button {
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
}
.callout-resources .wrapper .search button svg {
  height: 25px;
  width: 25px;
}
.callout-resources .wrapper .search button svg path {
  fill: #C7007D;
}
.callout-resources .wrapper .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 30px;
}
.callout-resources .wrapper .categories .heading {
  color: #015D64;
  font-size: clamp(26.35px, 1.768vw, 34px);
  line-height: 1.05882353;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  font-family: 'Barlow Semi Condensed', sans-serif;
  margin-bottom: 15px;
}
.callout-resources .wrapper .categories .items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 950px) {
  .callout-resources .wrapper .categories .items {
    gap: 10px;
  }
}
.callout-resources .wrapper .categories .items a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #8F005A;
  padding: 13px 25px 15px;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border: 2px solid #C7007D;
}
@media screen and (max-width: 950px) {
  .callout-resources .wrapper .categories .items a {
    padding: 6px 15px 9px;
    font-size: 16px;
  }
}
.callout-resources .wrapper .categories .items a.active {
  color: #fff;
  background: #015D64;
  border: 2px solid #015D64;
}
.callout-resources .wrapper .results {
  border-top: 4px dashed #DE8703;
  margin-top: 60px;
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  row-gap: 50px;
}
@container (max-width: 1400px) {
  .callout-resources .wrapper .results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@container (max-width: 900px) {
  .callout-resources .wrapper .results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (max-width: 600px) {
  .callout-resources .wrapper .results {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-noresults {
  margin: 160px 40px 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  color: #015D64;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  text-wrap: balance;
}
.callout-noresults .important {
  font-size: clamp(27.900000000000002px, 1.8719999999999999vw, 36px);
  line-height: 1.19444444;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
.callout-flipflop {
  padding: 140px 14vw 140px 7vw;
}
@media (max-width: 1200px) {
  .callout-flipflop {
    padding: 140px 7vw 140px 7vw;
  }
}
@media (max-width: 900px) {
  .callout-flipflop {
    padding: 70px 7vw;
  }
}
.callout-flipflop.wider {
  padding-left: 7vw;
  padding-right: 7vw;
}
.callout-flipflop.reverse {
  padding-right: 7vw;
}
.callout-flipflop.reverse .wrapper {
  flex-direction: row-reverse;
}
.callout-flipflop .wrapper {
  display: flex;
  flex-direction: row;
  gap: 7vw;
  row-gap: 50px;
  align-items: center;
}
@media (max-width: 900px) {
  .callout-flipflop .wrapper {
    flex-direction: column-reverse !important;
  }
}
.callout-flipflop .wrapper .visual {
  flex: 1;
}
@media (max-width: 900px) {
  .callout-flipflop .wrapper .visual {
    max-width: 300px;
  }
}
.callout-flipflop .wrapper .visual img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.callout-flipflop .wrapper .content {
  flex: 1;
}
.callout-flipflop .wrapper .content .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 50px;
}
.callout-flipflop .wrapper .content .copy {
  color: #015D64;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
}
.callout-flipflop .wrapper .content .copy ul {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  list-style-type: disc;
  padding-left: 40px;
}
.callout-flipflop .wrapper .content .copy ul li {
  padding-left: 5px;
}
.callout-flipflop .wrapper .content .copy ol {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  list-style-type: decimal;
  padding-left: 40px;
}
.callout-flipflop .wrapper .content .copy ol li {
  padding-left: 5px;
}
.callout-flipflop .wrapper .content .button {
  margin-top: 60px;
}
.callout-flipflop .wrapper .content .button a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
}
.callout-flipflop .wrapper .content .button a:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.callout-flipflop .wrapper .content .button a:hover {
  background: #8F005A;
}
.callout-flipflop .wrapper .content .button a:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.callout-slider {
  background: #fdf6fb;
  padding: 120px 7vw 150px;
}
@media screen and (max-width: 767px) {
  .callout-slider {
    padding: 75px 7vw;
  }
}
.callout-slider .wrapper {
  position: relative;
}
.callout-slider .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .header {
    margin-bottom: 75px;
  }
}
.callout-slider .wrapper .spacer {
  position: relative;
  padding: 0 7vw;
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .spacer {
    padding: 0;
  }
}
.callout-slider .wrapper .swiper-slide {
  display: flex;
  gap: 7vw;
  row-gap: 50px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .swiper-slide {
    flex-direction: column;
  }
}
.callout-slider .wrapper .swiper-slide .visual {
  flex: 1;
}
.callout-slider .wrapper .swiper-slide .visual img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.callout-slider .wrapper .swiper-slide .copy {
  flex: 1;
  color: #C97A03;
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.callout-slider .wrapper .swiper-slide .copy p {
  margin-bottom: 0.5em;
}
.callout-slider .wrapper .swiper-slide .copy small {
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
.callout-slider .wrapper .swiper-button-prev:after {
  color: #C7007D;
  font-family: fontawesome;
  content: '\f0a8';
  transition: color 250ms ease-in-out;
}
.callout-slider .wrapper .swiper-button-prev:hover:after {
  color: #8F005A;
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .swiper-button-prev {
    position: relative;
    top: 0;
    right: 0;
    display: inline-flex;
    margin-top: 30px;
    margin-right: 40px;
  }
}
.callout-slider .wrapper .swiper-button-next:after {
  color: #C7007D;
  font-family: fontawesome;
  content: '\f0a9';
  transition: color 250ms ease-in-out;
}
.callout-slider .wrapper .swiper-button-next:hover:after {
  color: #8F005A;
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .swiper-button-next {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 30px;
    display: inline-flex;
  }
}
@media screen and (max-width: 1000px) {
  .callout-slider .wrapper .swiper-nav {
    display: flex;
    justify-content: center;
  }
}
.callout-partners {
  padding: 120px 7vw 140px;
}
@media screen and (max-width: 767px) {
  .callout-partners {
    padding: 75px 7vw;
  }
}
.callout-partners .wrapper .header {
  font-size: clamp(51.15px, 3.432vw, 66px);
  line-height: 1.1969697;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 50px;
}
.callout-partners .wrapper .copy {
  flex: 1;
  color: #015D64;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  text-wrap: balance;
}
.callout-partners .wrapper .copy .button {
  text-align: right;
  margin-top: 40px;
}
.callout-partners .wrapper .copy .button a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #C7007D;
  padding: 10px 10px 10px 25px;
  color: #fff;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.08333333;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-wrap: balance;
  border-radius: 40px;
  border-bottom: 3px solid #DE8703;
  border-right: 3px solid #DE8703;
  transition: background 250ms ease-in-out;
}
.callout-partners .wrapper .copy .button a:after {
  position: relative;
  content: '';
  display: block;
  color: #8CE2D0;
  font-family: fontawesome;
  content: '\f0a9';
  font-size: clamp(35.65px, 2.392vw, 46px);
  line-height: 1;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
}
.callout-partners .wrapper .copy .button a:hover {
  background: #8F005A;
}
.callout-partners .wrapper .copy .button a:hover:after {
  animation: 1500ms arrowbounce ease-in-out infinite;
}
.callout-partners .wrapper .logos {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.callout-partners .wrapper .logos img {
  object-fit: contain;
  max-height: 200px;
}
.callout-partners .wrapper .halves {
  display: flex;
  gap: 7vw;
  row-gap: 50px;
}
@media screen and (max-width: 950px) {
  .callout-partners .wrapper .halves {
    flex-direction: column;
  }
}
.callout-contact {
  padding: 230px 7vw 150px;
  background: #e5f8f4;
  display: flex;
  align-items: center;
  gap: 7vw;
}
@media screen and (max-width: 1000px) {
  .callout-contact {
    flex-direction: column;
  }
}
.callout-contact .wrapper {
  flex: 530;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  .callout-contact .wrapper {
    min-width: none;
  }
}
.callout-contact .wrapper .header {
  font-size: clamp(68.2px, 4.576vw, 88px);
  line-height: 1.02272727;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
  margin-bottom: 60px;
}
.callout-contact .wrapper .copy {
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.5;
  /*@media (max-width: 1200px) {
      @newSize: (@sizeValue * 0.052);
      font-size: ~"clamp(16px, @{newSize}vw, @{sizeValue}px)";
    }*/
  font-weight: 700;
  color: #015D64;
  text-wrap: balance;
}
.callout-contact .form {
  flex: 950;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 30px #00000019;
  border-radius: 20px;
  padding: 50px 40px;
}
@media screen and (max-width: 767px) {
  .callout-contact .form {
    padding: 50px 35px;
  }
}
