/*!
Theme Name: MIT Rising Stars - Parent Site Theme
Text Domain: risingstars-theme
Version: 1.0
Requires at least: WordPress 5.x
Description: Gutenberg ready theme for "MIT Rising Stars"
Author: GoodFolk LLC
Author URI: https://goodfolk.agency/
Theme URI: https://goodfolk.agency/
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/* // ------------------------------------------------ */
/* Folders*/
/* // ------------------------------------------------ */
/*
// ------------------------------------------------
// Colors
// ------------------------------------------------ */
/*Gradients*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/**
 * 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: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
  font-display: swap;
  font-family: "Fira Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c2c2c;
}
html.hasOpenFilters {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
}

img,
object,
iframe,
embed {
  max-width: 100%;
}

/**
  * Typography
  */
.h_h1 {
  font-family: "Mulish", sans-serif;
  font-size: 5.2rem;
  line-height: 1.2em;
  font-weight: 700;
}

.h_h2 {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 1280px) {
  .h_h2 {
    font-size: 5rem;
  }
}

.h_h3 {
  font-family: "Mulish", sans-serif;
  font-size: 3.6rem;
  line-height: 1.15em;
  font-weight: 700;
}

.h_h4 {
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .h_h4 {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}

.h_h5 {
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  line-height: 1.18em;
  font-weight: 700;
}

.h_h6 {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
}

.h_h7 {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
}

.h_bodytext-1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
}

.h_bodytext-2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
}

.h_bodytext-3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
}

.h_bodytext-4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
}

.h_bodytext-5 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}

.h_tag-1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.h_tag-2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.h_button {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
}

/* -----------------------------------------------------------------------------
 * Wrapper
 * ----------------------------------------------------------------------------- */
.h_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .h_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .h_wrapper {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
  }
}

/**
  * Remove button styles
  */
/**
  * Remove list styles
  */
.h_card-border {
  position: relative;
}
.h_card-border:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.h_light-gradient {
  background: linear-gradient(-25deg, color-mix(in srgb, #2c6abf 8%, white 92%) 0%, color-mix(in srgb, #d7e4f6 8%, white 92%) 50%, color-mix(in srgb, #0959c6 8%, white 92%) 100%) border-box;
}

.h_blue-gradient {
  background: linear-gradient(-25deg, #1a365f 0%, #2b5896 50%) border-box;
}

.h_forms {
  width: 100%;
}
.h_forms form label, .h_forms form label.frm_primary_label {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #13243b;
  font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 8px;
}
.h_forms form label .frm_required, .h_forms form label.frm_primary_label .frm_required {
  font-size: 12px;
  line-height: 12px;
}
.h_forms form .frm_hidden_container .frm_primary_label {
  display: none;
}
@media (min-width: 768px) {
  .h_forms form .frm_hidden_container .frm_primary_label {
    display: block;
  }
}
.h_forms form input[type=text],
.h_forms form input[type=email],
.h_forms form textarea {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  padding: 0.5rem;
  border: double 2px transparent;
  border-radius: 10px;
  background-image: linear-gradient(white, white), linear-gradient(-18deg, rgba(44, 106, 191, 0.5019607843) 0%, rgba(215, 228, 246, 0.5019607843) 50%, rgba(9, 89, 198, 0.5019607843) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 10px 16px;
}
.h_forms form input[type=text]:focus, .h_forms form input[type=text]:active,
.h_forms form input[type=email]:focus,
.h_forms form input[type=email]:active,
.h_forms form textarea:focus,
.h_forms form textarea:active {
  outline-color: transparent !important;
  outline-style: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  background-image: linear-gradient(white, white), linear-gradient(-48deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%);
}
.h_forms form input[type=text]:invalid, .h_forms form input[type=text].frm_form_field:invalid,
.h_forms form input[type=email]:invalid,
.h_forms form input[type=email].frm_form_field:invalid,
.h_forms form textarea:invalid,
.h_forms form textarea.frm_form_field:invalid {
  border-color: transparent !important;
  border-width: 2px !important;
  background-image: linear-gradient(white, white), linear-gradient(-48deg, #e00000 0%, #f6d7d7 50%, #e00000 100%);
}
.h_forms form .frm_blank_field input[type=text],
.h_forms form .frm_blank_field input[type=email],
.h_forms form .frm_blank_field textarea {
  border-color: transparent !important;
  border-width: 2px !important;
  background-image: linear-gradient(white, white), linear-gradient(-48deg, #e00000 0%, #f6d7d7 50%, #e00000 100%);
}
.h_forms form .frm_description, .h_forms form .frm_error {
  margin-top: 8px;
}
.h_forms form input[type=submit],
.h_forms form button,
.h_forms form .frm_submit button.frm_button_submit {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  padding: 12px 24px;
  border-radius: 23px;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  background: #2c6abf;
  transition: 300ms;
}
.h_forms form input[type=submit]:hover,
.h_forms form button:hover,
.h_forms form .frm_submit button.frm_button_submit:hover {
  color: #fff;
  background: #13243b;
}

.custom-icon {
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  display: flex;
}
.custom-icon.icon-arrow-left {
  -webkit-mask-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/icons/arrow-left.svg");
  mask-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/icons/arrow-left.svg");
}
.custom-icon.icon-arrow-right {
  -webkit-mask-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/icons/arrow-right.svg");
  mask-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/icons/arrow-right.svg");
}
.custom-icon.s-1 {
  width: 1px;
  height: 1px;
}
.custom-icon.s-2 {
  width: 2px;
  height: 2px;
}
.custom-icon.s-3 {
  width: 3px;
  height: 3px;
}
.custom-icon.s-4 {
  width: 4px;
  height: 4px;
}
.custom-icon.s-5 {
  width: 5px;
  height: 5px;
}
.custom-icon.s-6 {
  width: 6px;
  height: 6px;
}
.custom-icon.s-7 {
  width: 7px;
  height: 7px;
}
.custom-icon.s-8 {
  width: 8px;
  height: 8px;
}
.custom-icon.s-9 {
  width: 9px;
  height: 9px;
}
.custom-icon.s-10 {
  width: 10px;
  height: 10px;
}
.custom-icon.s-11 {
  width: 11px;
  height: 11px;
}
.custom-icon.s-12 {
  width: 12px;
  height: 12px;
}
.custom-icon.s-13 {
  width: 13px;
  height: 13px;
}
.custom-icon.s-14 {
  width: 14px;
  height: 14px;
}
.custom-icon.s-15 {
  width: 15px;
  height: 15px;
}
.custom-icon.s-16 {
  width: 16px;
  height: 16px;
}
.custom-icon.s-17 {
  width: 17px;
  height: 17px;
}
.custom-icon.s-18 {
  width: 18px;
  height: 18px;
}
.custom-icon.s-19 {
  width: 19px;
  height: 19px;
}
.custom-icon.s-20 {
  width: 20px;
  height: 20px;
}
.custom-icon.s-21 {
  width: 21px;
  height: 21px;
}
.custom-icon.s-22 {
  width: 22px;
  height: 22px;
}
.custom-icon.s-23 {
  width: 23px;
  height: 23px;
}
.custom-icon.s-24 {
  width: 24px;
  height: 24px;
}
.custom-icon.s-25 {
  width: 25px;
  height: 25px;
}
.custom-icon.s-26 {
  width: 26px;
  height: 26px;
}
.custom-icon.s-27 {
  width: 27px;
  height: 27px;
}
.custom-icon.s-28 {
  width: 28px;
  height: 28px;
}
.custom-icon.s-29 {
  width: 29px;
  height: 29px;
}
.custom-icon.s-30 {
  width: 30px;
  height: 30px;
}
.custom-icon.s-31 {
  width: 31px;
  height: 31px;
}
.custom-icon.s-32 {
  width: 32px;
  height: 32px;
}
.custom-icon.s-33 {
  width: 33px;
  height: 33px;
}
.custom-icon.s-34 {
  width: 34px;
  height: 34px;
}
.custom-icon.s-35 {
  width: 35px;
  height: 35px;
}
.custom-icon.s-36 {
  width: 36px;
  height: 36px;
}
.custom-icon.s-37 {
  width: 37px;
  height: 37px;
}
.custom-icon.s-38 {
  width: 38px;
  height: 38px;
}
.custom-icon.s-39 {
  width: 39px;
  height: 39px;
}
.custom-icon.s-40 {
  width: 40px;
  height: 40px;
}
.custom-icon.s-41 {
  width: 41px;
  height: 41px;
}
.custom-icon.s-42 {
  width: 42px;
  height: 42px;
}
.custom-icon.s-43 {
  width: 43px;
  height: 43px;
}
.custom-icon.s-44 {
  width: 44px;
  height: 44px;
}
.custom-icon.s-45 {
  width: 45px;
  height: 45px;
}
.custom-icon.s-46 {
  width: 46px;
  height: 46px;
}
.custom-icon.s-47 {
  width: 47px;
  height: 47px;
}
.custom-icon.s-48 {
  width: 48px;
  height: 48px;
}
.custom-icon.s-49 {
  width: 49px;
  height: 49px;
}
.custom-icon.s-50 {
  width: 50px;
  height: 50px;
}
.custom-icon.s-51 {
  width: 51px;
  height: 51px;
}
.custom-icon.s-52 {
  width: 52px;
  height: 52px;
}
.custom-icon.s-53 {
  width: 53px;
  height: 53px;
}
.custom-icon.s-54 {
  width: 54px;
  height: 54px;
}
.custom-icon.s-55 {
  width: 55px;
  height: 55px;
}
.custom-icon.s-56 {
  width: 56px;
  height: 56px;
}
.custom-icon.s-57 {
  width: 57px;
  height: 57px;
}
.custom-icon.s-58 {
  width: 58px;
  height: 58px;
}
.custom-icon.s-59 {
  width: 59px;
  height: 59px;
}
.custom-icon.s-60 {
  width: 60px;
  height: 60px;
}
.custom-icon.s-61 {
  width: 61px;
  height: 61px;
}
.custom-icon.s-62 {
  width: 62px;
  height: 62px;
}
.custom-icon.s-63 {
  width: 63px;
  height: 63px;
}
.custom-icon.s-64 {
  width: 64px;
  height: 64px;
}
.custom-icon.s-65 {
  width: 65px;
  height: 65px;
}
.custom-icon.s-66 {
  width: 66px;
  height: 66px;
}
.custom-icon.s-67 {
  width: 67px;
  height: 67px;
}
.custom-icon.s-68 {
  width: 68px;
  height: 68px;
}
.custom-icon.s-69 {
  width: 69px;
  height: 69px;
}
.custom-icon.s-70 {
  width: 70px;
  height: 70px;
}
.custom-icon.s-71 {
  width: 71px;
  height: 71px;
}
.custom-icon.s-72 {
  width: 72px;
  height: 72px;
}
.custom-icon.s-73 {
  width: 73px;
  height: 73px;
}
.custom-icon.s-74 {
  width: 74px;
  height: 74px;
}
.custom-icon.s-75 {
  width: 75px;
  height: 75px;
}
.custom-icon.s-76 {
  width: 76px;
  height: 76px;
}
.custom-icon.s-77 {
  width: 77px;
  height: 77px;
}
.custom-icon.s-78 {
  width: 78px;
  height: 78px;
}
.custom-icon.s-79 {
  width: 79px;
  height: 79px;
}
.custom-icon.s-80 {
  width: 80px;
  height: 80px;
}
.custom-icon.s-81 {
  width: 81px;
  height: 81px;
}
.custom-icon.s-82 {
  width: 82px;
  height: 82px;
}
.custom-icon.s-83 {
  width: 83px;
  height: 83px;
}
.custom-icon.s-84 {
  width: 84px;
  height: 84px;
}
.custom-icon.s-85 {
  width: 85px;
  height: 85px;
}
.custom-icon.s-86 {
  width: 86px;
  height: 86px;
}
.custom-icon.s-87 {
  width: 87px;
  height: 87px;
}
.custom-icon.s-88 {
  width: 88px;
  height: 88px;
}
.custom-icon.s-89 {
  width: 89px;
  height: 89px;
}
.custom-icon.s-90 {
  width: 90px;
  height: 90px;
}
.custom-icon.s-91 {
  width: 91px;
  height: 91px;
}
.custom-icon.s-92 {
  width: 92px;
  height: 92px;
}
.custom-icon.s-93 {
  width: 93px;
  height: 93px;
}
.custom-icon.s-94 {
  width: 94px;
  height: 94px;
}
.custom-icon.s-95 {
  width: 95px;
  height: 95px;
}
.custom-icon.s-96 {
  width: 96px;
  height: 96px;
}
.custom-icon.s-97 {
  width: 97px;
  height: 97px;
}
.custom-icon.s-98 {
  width: 98px;
  height: 98px;
}
.custom-icon.s-99 {
  width: 99px;
  height: 99px;
}
.custom-icon.s-100 {
  width: 100px;
  height: 100px;
}
.custom-icon.s-101 {
  width: 101px;
  height: 101px;
}
.custom-icon.s-102 {
  width: 102px;
  height: 102px;
}
.custom-icon.s-103 {
  width: 103px;
  height: 103px;
}
.custom-icon.s-104 {
  width: 104px;
  height: 104px;
}
.custom-icon.s-105 {
  width: 105px;
  height: 105px;
}
.custom-icon.s-106 {
  width: 106px;
  height: 106px;
}
.custom-icon.s-107 {
  width: 107px;
  height: 107px;
}
.custom-icon.s-108 {
  width: 108px;
  height: 108px;
}
.custom-icon.s-109 {
  width: 109px;
  height: 109px;
}
.custom-icon.s-110 {
  width: 110px;
  height: 110px;
}
.custom-icon.s-111 {
  width: 111px;
  height: 111px;
}
.custom-icon.s-112 {
  width: 112px;
  height: 112px;
}
.custom-icon.s-113 {
  width: 113px;
  height: 113px;
}
.custom-icon.s-114 {
  width: 114px;
  height: 114px;
}
.custom-icon.s-115 {
  width: 115px;
  height: 115px;
}
.custom-icon.s-116 {
  width: 116px;
  height: 116px;
}
.custom-icon.s-117 {
  width: 117px;
  height: 117px;
}
.custom-icon.s-118 {
  width: 118px;
  height: 118px;
}
.custom-icon.s-119 {
  width: 119px;
  height: 119px;
}
.custom-icon.s-120 {
  width: 120px;
  height: 120px;
}

.wp-block-buttons .wp-block-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .wp-block-buttons .wp-block-button {
    width: auto;
  }
}
.wp-block-buttons .wp-block-button__link {
  width: 100%;
  padding: 12px 30px;
  border-radius: 23px;
  background-color: #2c6abf;
  transition: 300ms;
  text-align: center;
  color: #f6f6f6;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
.wp-block-buttons .wp-block-button__link:hover {
  opacity: 0.8;
}

.u_tpl-page > .wp-block-buttons {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .u_tpl-page > .wp-block-buttons {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .u_tpl-page > .wp-block-buttons {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
  }
}

.wp-block-columns {
  gap: 40px;
}
@media (min-width: 1024px) {
  .wp-block-columns {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .wp-block-columns {
    gap: 150px;
  }
}
.wp-block-columns.m-y {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .wp-block-columns.m-y {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .wp-block-columns.m-y {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.wp-block-columns figure {
  margin: 0;
}
.wp-block-columns figure img {
  width: 100%;
  height: auto;
}
.wp-block-columns.align-items-center {
  align-items: center !important;
}
@media (min-width: 1280px) {
  .wp-block-columns h2 {
    max-width: 300px;
  }
}
.wp-block-columns p {
  line-height: 1.6em;
}
.wp-block-columns .wp-block-column.mobile-first {
  order: -1;
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.mobile-first {
    order: unset;
  }
}

.u_tpl-page > .wp-block-columns {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .u_tpl-page > .wp-block-columns {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .u_tpl-page > .wp-block-columns {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
  }
}

.wp-block-group.is-layout-flex {
  display: block;
}
@media (min-width: 768px) {
  .wp-block-group.is-layout-flex {
    display: flex;
  }
}

/* This is an auto-updated file, touch at your own peril */ /* MCTAButton */
a.m_cta-button {
  display: inline-block;
  background-color: #2c6abf;
  color: #f6f6f6;
  padding: 1.2rem 2.4rem;
  border-radius: 23px;
  text-align: center;
  transition: background-color 0.3s;
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
}
a.m_cta-button:hover {
  background-color: #4984d5;
}
a.m_cta-button.lg {
  padding: 1.6rem 3.2rem;
  font-size: 1.6rem;
}

/* MInputText */
div.m_input-text {
  display: block;
  border: 1px solid #2c6abf;
  border-radius: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #2c6abf;
  padding: 9px 18px 9px 18px;
}

/* MMegaNav */
div.m_mega-nav {
  width: 100dvw;
  background-color: #13243b;
}
div.m_mega-nav > div.h_wrapper {
  display: grid;
  grid-template-rows: 0px auto min-content;
  grid-template-columns: 100%;
  grid-template-areas: "description" "nav" "contact-info";
  padding-bottom: 50px;
  min-height: calc(100dvh - 80px);
}
@media (min-width: 768px) {
  div.m_mega-nav > div.h_wrapper {
    min-height: calc(100dvh - 100px);
    grid-template-rows: 7fr 10fr;
    grid-template-columns: 60% 40%;
    grid-template-areas: "description nav" "contact-info nav";
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  div.m_mega-nav > div.h_wrapper {
    grid-template-rows: auto auto;
    justify-content: center;
    align-content: center;
  }
}
@media (min-width: 1024px) {
  div.m_mega-nav > div.h_wrapper {
    min-height: calc(100dvh - 120px);
  }
}
div.m_mega-nav > div.h_wrapper > div.description {
  display: none;
  grid-area: description;
}
@media (min-width: 768px) {
  div.m_mega-nav > div.h_wrapper > div.description {
    display: block;
    align-self: end;
  }
}
div.m_mega-nav > div.h_wrapper > div.description > img {
  max-width: 200px;
}
div.m_mega-nav > div.h_wrapper > div.description > h3 {
  font-size: 5.2rem;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
div.m_mega-nav > div.h_wrapper > div.description > p {
  font-size: 1.8rem;
  line-height: 1.5em;
}
div.m_mega-nav > div.h_wrapper > div.contact-info {
  grid-area: contact-info;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-top: 1px solid rgba(246, 246, 246, 0.3);
  padding-top: 30px;
}
@media (min-width: 1024px) {
  div.m_mega-nav > div.h_wrapper > div.contact-info {
    flex-direction: row;
    gap: 50px;
  }
}
div.m_mega-nav > div.h_wrapper > div.contact-info > .item > span {
  display: block;
}
div.m_mega-nav > div.h_wrapper > div.contact-info > .item > .title {
  font-size: 2rem;
  margin-bottom: 10px;
}
div.m_mega-nav > div.h_wrapper > div.contact-info > .item > .info {
  font-size: 1.6rem;
}
div.m_mega-nav > div.h_wrapper > div.contact-info > .item.phone > .info {
  white-space: nowrap;
}
div.m_mega-nav > div.h_wrapper > nav.nav {
  grid-area: nav;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  div.m_mega-nav > div.h_wrapper > nav.nav {
    border-left: 1px solid rgba(246, 246, 246, 0.3);
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  div.m_mega-nav > div.h_wrapper > nav.nav {
    display: grid;
    gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    grid-template-areas: "nav1 nav2" "nav1 employee";
    justify-content: center;
    align-content: center;
  }
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul > li {
  margin: 0;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul > li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul > li > a {
  color: #f6f6f6;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  transform: color 300ms ease-in-out;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul > li > a:hover {
  color: #2c6abf;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul:after {
  content: "";
  display: block;
  height: 0.5px;
  width: 24px;
  background-color: #f6f6f6;
  display: none !important;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul.meganav1 {
  grid-area: nav1;
}
@media (min-width: 1024px) {
  div.m_mega-nav > div.h_wrapper > nav.nav > ul.meganav1:after {
    display: none;
  }
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul.meganav2 {
  grid-area: nav2;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul.employee-tools {
  grid-area: employee;
}
div.m_mega-nav > div.h_wrapper > nav.nav > ul:last-child:after {
  display: none;
}

div.u_tpl-page {
  padding-top: 80px;
}
@media (min-width: 768px) {
  div.u_tpl-page {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  div.u_tpl-page {
    padding-top: 120px;
  }
}
div.u_tpl-page.has-no-padding {
  padding-top: 0 !important;
}
div.u_tpl-page .bg-blue {
  position: relative;
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  padding-top: 40px;
}
div.u_tpl-page .bg-blue::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/swirls2.svg") bottom right no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
div.u_tpl-page .bg-blue .u_centered-content-c-t-a {
  color: #fff;
  z-index: 10;
}
div.u_tpl-page .bg-blue .u_centered-content-c-t-a .content-container {
  border-top: 2px solid #fff;
}
div.u_tpl-page .bg-blue .u_centered-content-c-t-a .cta a {
  border: 1px solid #fff !important;
  color: #fff !important;
}

/* UBlockBrandList */
div.u_block-brand-list .brand-list {
  position: relative;
}

div.u_block-brand-list .app-wrapper {
  max-width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "keyword" "header" "results" "pagination";
  gap: 20px;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper {
    grid-template-columns: 290px auto;
    grid-template-rows: min-content min-content auto 50fr;
    grid-template-areas: "keyword header" "filter header" "filter results" "filter pagination";
    place-content: start stretch;
    place-items: start stretch;
    row-gap: 20px;
    column-gap: 40px;
  }
}
div.u_block-brand-list .app-wrapper > div.keyword-section {
  grid-area: keyword;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > span.label {
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  line-height: 1.18em;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > div.keyword-control-container {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > div.keyword-control-container > input.keyword-input {
  width: 100%;
  display: block;
  border: 1px solid #2c6abf;
  border-radius: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #2c6abf;
  padding: 9px 18px 9px 18px;
  padding-right: 44px;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > div.keyword-control-container::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#search-icon);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > button.show-filter-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  display: inline-block;
  background-color: #2c6abf;
  color: #f6f6f6;
  padding: 1.2rem 2.4rem;
  border-radius: 23px;
  text-align: center;
  transition: background-color 0.3s;
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
}
div.u_block-brand-list .app-wrapper > div.keyword-section > button.show-filter-btn:hover {
  background-color: #4984d5;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > div.keyword-section > button.show-filter-btn {
    display: none;
  }
}
div.u_block-brand-list .app-wrapper > div.filter-section {
  grid-area: filter;
  position: absolute;
  transform: translateX(-100vw);
  transition: transform 0.35s ease-in-out;
  background-color: white;
  height: 100dvh;
  width: 100%;
  overflow-y: scroll;
  z-index: 10;
  padding: 20px 0px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". close" "title clearbtn" "groups groups" "locations locations";
  gap: 20px;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > div.filter-section {
    position: initial;
    transform: none;
    overflow: visible;
    height: auto;
  }
}
div.u_block-brand-list .app-wrapper > div.filter-section > button.close-filters-btn {
  grid-area: close;
  justify-self: end;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#x-icon);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  text-indent: -10000px;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > div.filter-section > button.close-filters-btn {
    display: none;
  }
}
div.u_block-brand-list .app-wrapper > div.filter-section > span.title {
  grid-area: title;
  display: block;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  font-size: 3.6rem;
  line-height: 1.15em;
  font-weight: 700;
  line-height: 1em;
}
div.u_block-brand-list .app-wrapper > div.filter-section > button.clear-all-filters {
  grid-area: clearbtn;
  justify-self: end;
  align-self: center;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#x-icon);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 100% center;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > div.filter-section > button.clear-all-filters {
    display: none;
  }
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section > span.label,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section > span.label {
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  line-height: 1.18em;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px solid #2c2c2c;
  margin: 0 0 20px 0;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section ul,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section > ul > li > ul,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section > ul > li > ul {
  padding-left: 20px;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section label.filter-checkbox,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section label.filter-checkbox {
  position: relative;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #2c6abf;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 30px;
  margin-bottom: 10px;
  transition: 300ms;
  cursor: pointer;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section label.filter-checkbox:hover,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section label.filter-checkbox:hover {
  color: #13243b;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section label.filter-checkbox > input[type=checkbox],
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section label.filter-checkbox > input[type=checkbox] {
  display: none;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section label.filter-checkbox > span.checkmark,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section label.filter-checkbox > span.checkmark {
  order: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #2c6abf;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section label.filter-checkbox.isChecked > span.checkmark,
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section label.filter-checkbox.isChecked > span.checkmark {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#check-icon-white);
  background-color: #2c6abf;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.group-filters-section {
  grid-area: groups;
}
div.u_block-brand-list .app-wrapper > div.filter-section > div.location-filters-section {
  grid-area: locations;
}
div.u_block-brand-list .app-wrapper > div.header-section {
  grid-area: header;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(-25deg, #1a365f 0%, #2b5896 50%) border-box;
  color: #f6f6f6;
  padding: 20px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "count ." "label clear" "filters filters";
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > div.header-section {
    padding: 40px;
  }
}
div.u_block-brand-list .app-wrapper > div.header-section > div.count {
  grid-area: count;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 30px;
  gap: 5px;
}
div.u_block-brand-list .app-wrapper > div.header-section > div.count > span.number {
  font-family: "Mulish", sans-serif;
  font-size: 3.6rem;
  line-height: 1.15em;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
  display: block;
}
div.u_block-brand-list .app-wrapper > div.header-section > span.label {
  grid-area: label;
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
}
div.u_block-brand-list .app-wrapper > div.header-section > button.clear-all-btn {
  grid-area: clear;
  justify-self: end;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #f6f6f6;
  padding-right: 20px;
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#x-icon-white);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 100% center;
}
div.u_block-brand-list .app-wrapper > div.header-section > div.active-filters {
  grid-area: filters;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-top: 1px solid #f6f6f6;
  margin-top: 10px;
  padding-top: 10px;
}
div.u_block-brand-list .app-wrapper > div.header-section > div.active-filters > button.active-filter {
  cursor: pointer;
  display: inline-block;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#x-icon-white);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  border: 1px solid color-mix(in srgb, #2c6abf 50%, #f6f6f6 50%);
  border-radius: 30px;
  padding: 6px 36px 6px 14px;
  transition: border-color 0.35s ease-in-out;
}
div.u_block-brand-list .app-wrapper > div.header-section > div.active-filters > button.active-filter:hover {
  border: 1px solid #f6f6f6;
}
div.u_block-brand-list .app-wrapper > .results-section {
  grid-area: results;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: center;
  row-gap: 20px;
  column-gap: 20px;
}
@media (min-width: 768px) {
  div.u_block-brand-list .app-wrapper > .results-section {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > .results-section {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 20px;
    row-gap: 40px;
    column-gap: 40px;
  }
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card {
  display: block;
  color: #13243b;
  width: 100%;
  text-decoration: none;
  display: grid;
  --brand-logo: 60px;
  grid-template-columns: var(--brand-logo) auto;
  grid-template-rows: min-content min-content;
  grid-template-areas: "image name" "image location";
  row-gap: 5px;
  column-gap: 20px;
  position: relative;
  padding: 20px;
  border-radius: 20px;
  transition: 300ms;
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card:hover {
  transform: scale(1.04);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > .results-section > a.brand-card {
    --brand-logo: 100px;
    grid-template-columns: 100%;
    grid-template-rows: var(--brand-logo) min-content min-content;
    grid-template-areas: "image" "name" "location";
    place-content: center center;
    place-items: center center;
    gap: 10px;
    padding: 40px;
  }
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card > div.image-container {
  grid-area: image;
  overflow: hidden;
  width: var(--brand-logo);
  height: var(--brand-logo);
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
@media (min-width: 1024px) {
  div.u_block-brand-list .app-wrapper > .results-section > a.brand-card > div.image-container {
    margin-bottom: 10px;
  }
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card > div.image-container > img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card > span.name {
  grid-area: name;
  align-self: end;
  display: block;
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  line-height: 1.18em;
  font-weight: 700;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
div.u_block-brand-list .app-wrapper > .results-section > a.brand-card > span.location {
  grid-area: location;
  align-self: start;
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
}
div.u_block-brand-list .app-wrapper > .pagination-section {
  grid-area: pagination;
  display: flex;
  gap: 5px;
  align-items: center;
  place-self: start center;
}
div.u_block-brand-list .app-wrapper > .pagination-section > button.prev-page-btn,
div.u_block-brand-list .app-wrapper > .pagination-section > button.next-page-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: #2c6abf;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
}
div.u_block-brand-list .app-wrapper > .pagination-section > button.prev-page-btn > span,
div.u_block-brand-list .app-wrapper > .pagination-section > button.next-page-btn > span {
  display: none;
}
div.u_block-brand-list .app-wrapper > .pagination-section > button.prev-page-btn:disabled, div.u_block-brand-list .app-wrapper > .pagination-section > button.prev-page-btn[disabled],
div.u_block-brand-list .app-wrapper > .pagination-section > button.next-page-btn:disabled,
div.u_block-brand-list .app-wrapper > .pagination-section > button.next-page-btn[disabled] {
  opacity: 0.3;
}
div.u_block-brand-list .app-wrapper > .pagination-section > button.prev-page-btn {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#chevron-left);
}
div.u_block-brand-list .app-wrapper > .pagination-section > button.next-page-btn {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#chevron-right);
}
div.u_block-brand-list .app-wrapper > .pagination-section > div.pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
div.u_block-brand-list .app-wrapper > .pagination-section > div.pages > button.page-btn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #2c2c2c;
  width: 25px;
  height: 25px;
  transition: 300ms;
}
div.u_block-brand-list .app-wrapper > .pagination-section > div.pages > button.page-btn:hover {
  color: #2c6abf;
}
div.u_block-brand-list .app-wrapper > .pagination-section > div.pages > button.page-btn.isActive {
  position: relative;
}
div.u_block-brand-list .app-wrapper > .pagination-section > div.pages > button.page-btn.isActive:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.u_block-brand-list .app-wrapper.hasOpenFilters > div.filter-section {
  transform: translateX(0vw);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding: 40px 20px;
}

/* UBlockHomeHero */
div.u_block-home-hero {
  position: relative;
  padding-top: 80px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  div.u_block-home-hero {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  div.u_block-home-hero {
    padding-top: 120px;
  }
}
div.u_block-home-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
div.u_block-home-hero > .h_wrapper {
  position: relative;
  color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 160px;
  z-index: 2;
}
@media (min-width: 768px) {
  div.u_block-home-hero > .h_wrapper {
    display: grid;
    grid-template-columns: minmax(0, 620px) auto;
    grid-template-areas: "title bg" "description bg" "ctas bg";
    grid-template-rows: auto;
  }
}
div.u_block-home-hero > .h_wrapper > h1 {
  font-family: "Mulish", sans-serif;
  font-size: 5.2rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  div.u_block-home-hero > .h_wrapper > h1 {
    grid-area: title;
  }
}
div.u_block-home-hero > .h_wrapper > p {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.u_block-home-hero > .h_wrapper > p {
    grid-area: description;
  }
}
div.u_block-home-hero > .h_wrapper > .ctas {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 768px) {
  div.u_block-home-hero > .h_wrapper > .ctas {
    grid-area: ctas;
    flex-direction: row;
  }
}

/* UBlockPhotoText */
div.u_block-photo-text > .h_wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: auto;
  grid-template-rows: auto;
  max-width: 1020px;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper {
    align-items: start;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content 1fr;
    grid-template-areas: "image label" "image title" "image description" "image cta";
    gap-x: 30px;
  }
}
@media (min-width: 1024px) {
  div.u_block-photo-text > .h_wrapper {
    grid-template-columns: 424px 424px;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }
}
div.u_block-photo-text > .h_wrapper > div.image-container {
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 136%;
  border-radius: 24px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > div.image-container {
    max-width: 424px;
    min-height: 580px;
    grid-area: image;
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 0;
  }
}
div.u_block-photo-text > .h_wrapper > div.image-container > img {
  position: absolute;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
div.u_block-photo-text > .h_wrapper > span.label {
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > span.label {
    grid-area: label;
  }
}
div.u_block-photo-text > .h_wrapper > h3 {
  font-family: "Mulish", sans-serif;
  font-size: 3.6rem;
  line-height: 1.15em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > h3 {
    grid-area: title;
  }
}
div.u_block-photo-text > .h_wrapper > div.content-container {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > div.content-container {
    grid-area: description;
  }
}
div.u_block-photo-text > .h_wrapper > div.cta-container {
  margin-top: 20px;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > div.cta-container {
    grid-area: cta;
  }
}
div.u_block-photo-text > .h_wrapper > div.cta-container > a {
  width: 100%;
}
@media (min-width: 480px) {
  div.u_block-photo-text > .h_wrapper > div.cta-container > a {
    width: auto;
  }
}
@media (min-width: 480px) {
  div.u_block-photo-text.isPositionedRight > .h_wrapper {
    grid-template-areas: "label image" "title image" "description image" "cta image";
  }
}
@media (min-width: 480px) {
  div.u_block-photo-text.isAlignedCenter > .h_wrapper {
    grid-template-rows: 1fr min-content min-content 1fr;
    align-items: end;
  }
}
@media (min-width: 480px) {
  div.u_block-photo-text.isAlignedCenter > .h_wrapper > div.cta-container {
    align-self: start;
  }
}
@media (min-width: 480px) {
  div.u_block-photo-text.isAlignedBottom > .h_wrapper {
    grid-template-rows: 1fr min-content min-content min-content;
    align-items: end;
  }
}
div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper {
  max-width: 1200px;
}
@media (min-width: 480px) {
  div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper {
    align-content: center;
    grid-template-rows: 1fr min-content min-content 1fr;
    column-gap: 60px;
  }
}
@media (min-width: 1024px) {
  div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper > div.image-container {
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 0;
}
@media (min-width: 480px) {
  div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper > div.image-container {
    min-height: initial;
    align-self: initial;
    margin-top: 20px;
    max-width: 700px;
  }
}
div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper > div.image-container > img {
  object-fit: contain;
  position: relative;
}
div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper > span.label {
  align-self: end;
}
@media (min-width: 480px) {
  div.u_block-photo-text.shouldPreservePhotoAspectRatio > .h_wrapper > div.cta-container {
    align-self: start;
  }
}

/* UThreeColContent */
div.u_block-three-col-content > div.h_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 30px;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "title title title desc desc desc" "item1 item1 item2 item2 item3 item3";
  }
}
div.u_block-three-col-content > div.h_wrapper > h2.title {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 1280px) {
  div.u_block-three-col-content > div.h_wrapper > h2.title {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > h2.title {
    grid-area: title;
    margin-bottom: 30px;
  }
}
div.u_block-three-col-content > div.h_wrapper > p.description {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > p.description {
    grid-area: desc;
    place-self: end end;
    margin-bottom: 30px;
  }
}
div.u_block-three-col-content > div.h_wrapper > div.item {
  position: relative;
  background: linear-gradient(-25deg, color-mix(in srgb, #2c6abf 8%, white 92%) 0%, color-mix(in srgb, #d7e4f6 8%, white 92%) 50%, color-mix(in srgb, #0959c6 8%, white 92%) 100%) border-box;
  border-radius: 20px;
  padding: 30px;
}
div.u_block-three-col-content > div.h_wrapper > div.item:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item {
    display: grid;
    grid-template-columns: 70px auto;
    grid-template-rows: 100px auto;
    grid-template-areas: "icon title" "content content";
    gap: 20px;
    align-items: start start;
  }
}
div.u_block-three-col-content > div.h_wrapper > div.item > div.icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item > div.icon {
    grid-area: icon;
    margin-bottom: 0px;
  }
}
div.u_block-three-col-content > div.h_wrapper > div.item > div.icon > img {
  display: block;
  max-width: 100%;
}
div.u_block-three-col-content > div.h_wrapper > div.item > .item-title {
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  line-height: 1.18em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item > .item-title {
    grid-area: title;
  }
}
div.u_block-three-col-content > div.h_wrapper > div.item > div.item-content {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  text-align: justify;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item > div.item-content {
    grid-area: content;
  }
}
div.u_block-three-col-content > div.h_wrapper > div.item > div.item-content img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item:nth-child(3) {
    grid-area: item1;
  }
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item:nth-child(4) {
    grid-area: item2;
  }
}
@media (min-width: 768px) {
  div.u_block-three-col-content > div.h_wrapper > div.item:nth-child(5) {
    grid-area: item3;
  }
}

/* UInternalPageHeader */
div.u_internal-page-header {
  padding-top: 150px;
}
div.u_internal-page-header.bg-blue {
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  padding-bottom: 40px;
}
div.u_internal-page-header.bg-blue .left-content {
  color: #fff !important;
}
div.u_internal-page-header.bg-blue .left-content .page-title {
  background-color: transparent !important;
}
div.u_internal-page-header.bg-blue .left-content .title {
  color: #fff !important;
}
div.u_internal-page-header.bg-blue .left-content .title-blurb {
  color: #fff !important;
}
@media (min-width: 1280px) {
  div.u_internal-page-header {
    padding-top: 216px;
  }
}
div.u_internal-page-header .h_wrapper .content-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content {
    width: 50%;
    height: fit-content;
    position: relative;
    padding-right: 80px;
  }
}
@media (min-width: 1024px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content {
    padding-right: 106px;
    padding-left: 66px;
    border-left: 1px solid #13243b;
  }
}
div.u_internal-page-header .h_wrapper .content-container .left-content .title {
  font-family: "Mulish", sans-serif;
  font-size: 5.2rem;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #13243b;
}
@media (min-width: 1024px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content .title {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content .title {
    font-size: 52px;
  }
}
div.u_internal-page-header .h_wrapper .content-container .left-content .title-blurb {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  color: #13243b;
  margin-bottom: 40px;
}
div.u_internal-page-header .h_wrapper .content-container .left-content .cta-button {
  width: fit-content;
}
div.u_internal-page-header .h_wrapper .content-container .left-content .cta-button.desktop {
  display: none;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content .cta-button.desktop {
    display: block;
  }
}
div.u_internal-page-header .h_wrapper .content-container .left-content .page-title {
  display: none;
  position: absolute;
  transform-origin: top left;
  left: 0;
  top: 0;
  transform: rotate(-90deg) translateX(-100%) translateY(-50%);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: white;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  div.u_internal-page-header .h_wrapper .content-container .left-content .page-title {
    display: block;
  }
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content {
    width: 50%;
    display: flex;
    gap: 40px;
  }
}
div.u_internal-page-header .h_wrapper .content-container .right-content .first-img {
  height: 183px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content .first-img {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content .first-img {
    height: 330px;
  }
}
div.u_internal-page-header .h_wrapper .content-container .right-content .second-img {
  display: none;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content .second-img {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 260px;
  }
}
@media (min-width: 1024px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content .second-img {
    height: 391px;
  }
}
div.u_internal-page-header .h_wrapper .content-container .right-content .bg-img {
  border-radius: 16px;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .content-container .right-content .bg-img {
    border-radius: 24px;
    flex: 1;
  }
}
div.u_internal-page-header .h_wrapper .content-container .right-content.video {
  display: flex;
  align-items: center;
}
div.u_internal-page-header .h_wrapper .content-container .right-content.video .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
div.u_internal-page-header .h_wrapper .content-container .right-content.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.u_internal-page-header .h_wrapper .cta-button.mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  div.u_internal-page-header .h_wrapper .cta-button.mobile {
    display: none;
  }
}
div.u_internal-page-header .h_wrapper .cta-button a {
  width: 100%;
  display: block;
  padding: 12px 24px;
  border-radius: 23px;
  background-color: #2c6abf;
  transition: 300ms;
  text-align: center;
  color: #f6f6f6;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
}
div.u_internal-page-header .h_wrapper .cta-button a:hover {
  opacity: 0.8;
}

/* UOurTeam */
div.u_our-team {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  div.u_our-team {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
div.u_our-team .h_wrapper .text-content {
  margin-bottom: 56px;
  position: relative;
}
div.u_our-team .h_wrapper .text-content .our-team-title {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  margin: 0px;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .text-content .our-team-title {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .text-content .our-team-title {
    margin-bottom: 21px;
    font-size: 50px;
    line-height: 61px;
  }
}
div.u_our-team .h_wrapper .text-content .our-team-description {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
}
div.u_our-team .h_wrapper .text-content .our-team-description p {
  margin: 0px;
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .text-content .join-team {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
div.u_our-team .h_wrapper .text-content .join-team a {
  display: block;
  border-radius: 23px;
  background: #2c6abf;
  color: #fff;
  text-align: center;
  padding: 12px 24px;
  margin-top: 40px;
  text-decoration: none;
  transition: 300ms;
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .text-content .join-team a {
    margin-top: 0px;
    width: fit-content;
  }
}
div.u_our-team .h_wrapper .text-content .join-team a:hover {
  opacity: 0.8;
}
div.u_our-team .h_wrapper .three-row-images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .three-row-images {
    flex-direction: row;
    gap: 4%;
    row-gap: 30px;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .three-row-images {
    gap: 5%;
    row-gap: 40px;
  }
}
div.u_our-team .h_wrapper .three-row-images img {
  flex: 1;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .three-row-images img {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (min-width: 1024px) {
  div.u_our-team .h_wrapper .three-row-images img {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .three-row-images img {
    flex-basis: 30%;
    max-width: 30%;
  }
}
div.u_our-team .h_wrapper .team-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .team-container {
    flex-direction: row;
    gap: 4%;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .team-container {
    gap: 5%;
  }
}
div.u_our-team .h_wrapper .team-container .member-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  flex-basis: 100%;
  max-width: 100%;
  border-radius: 20px;
  position: relative;
  padding: 32px;
  cursor: pointer;
  margin-bottom: 40px;
  transition: 300ms;
}
div.u_our-team .h_wrapper .team-container .member-card:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.u_our-team .h_wrapper .team-container .member-card:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
@media (min-width: 768px) {
  div.u_our-team .h_wrapper .team-container .member-card {
    flex-basis: 48%;
    max-width: 48%;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  div.u_our-team .h_wrapper .team-container .member-card {
    flex-basis: 48%;
    max-width: 48%;
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .h_wrapper .team-container .member-card {
    flex-basis: 30%;
    max-width: 30%;
  }
}
div.u_our-team .h_wrapper .team-container .member-card .card-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  div.u_our-team .h_wrapper .team-container .member-card .card-top {
    flex-direction: row;
    align-items: center;
  }
}
div.u_our-team .h_wrapper .team-container .member-card .card-top .member-photo {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
div.u_our-team .h_wrapper .team-container .member-card .card-top .member-info .member-name {
  margin: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 1024px) {
  div.u_our-team .h_wrapper .team-container .member-card .card-top .member-info .member-name {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}
div.u_our-team .h_wrapper .team-container .member-card .card-top .member-info .member-role {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-bio {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 24px;
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-bio p {
  margin: 0px;
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-bio-full {
  display: none;
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-email {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-email {
    flex-direction: row;
    align-items: center;
    text-align: center;
  }
}
div.u_our-team .h_wrapper .team-container .member-card .card-bottom .member-email .email-icon {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/email-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: block;
}
div.u_our-team .instructions {
  margin-bottom: 15px;
  font-size: 14px;
  color: #13243b;
}
div.u_our-team .team-member-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #13243B;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal {
    background-color: rgba(19, 36, 59, 0.8);
  }
}
div.u_our-team .team-member-modal .h_wrapper {
  display: flex;
  margin-top: 116px;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper {
    align-items: center;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content {
    flex-direction: row;
    padding: 80px 66px;
    gap: 40px;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button {
  position: absolute;
  padding-left: 9px;
  top: -86px;
  right: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1.5px solid #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button {
    top: 32px;
    right: 32px;
    border: 1.5px solid #2C6ABF;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button .close-icon {
  background-color: black;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button .close-icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button .close-icon:after {
    background-color: #2C6ABF;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button .close-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .close-button .close-icon:before {
    background-color: #2C6ABF;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-photo {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-photo {
    margin-bottom: 24px;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-photo {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1280px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-photo {
    width: 212px;
    height: 212px;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-name {
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 700;
  margin: 0px;
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-name {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .general-info .modal-member-role {
  margin: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 400;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info {
  width: 100%;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-content {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-content {
    margin-bottom: 56px;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-content .modal-member-bio-top {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 16px;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-content .modal-member-bio-bottom {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email {
    border-top: 1px solid #13243B;
    padding-top: 20px;
    justify-content: end;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .section-text {
  display: none;
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .section-text {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateY(-50%);
    background-color: #F6F6F6;
    padding-left: 16px;
    text-transform: uppercase;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .email-icon {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/email-icon.svg");
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .email-icon {
    margin-right: 14px;
  }
}
@media (min-width: 1024px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .email-icon {
    display: none;
  }
}
div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .modal-member-email {
  text-align: left;
  margin: 0px;
  color: #2C6ABF;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}
@media (min-width: 768px) {
  div.u_our-team .team-member-modal .h_wrapper .modal-content .bio-info .bio-email .modal-member-email {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.18em;
    font-weight: 400;
    text-align: end;
  }
}

/* UTwoColumnContentBlock */
div.u_two-column-content-block.bg-blue {
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
}
div.u_two-column-content-block.bg-blue h2 {
  color: #F6F6F6;
}
div.u_two-column-content-block.bg-blue .content-description {
  color: #F6F6F6;
}
div.u_two-column-content-block.bg-blue .content-cta a {
  background-color: #F6F6F6;
  color: #2C6ABF;
}
div.u_two-column-content-block.bg-white {
  background: #F6F6F6;
}
div.u_two-column-content-block.bg-white h2 {
  color: #13243B;
}
div.u_two-column-content-block.bg-white .content-description {
  color: #13243B;
}
div.u_two-column-content-block.bg-white .content-cta a {
  background-color: #2C6ABF;
  color: #F6F6F6;
}
div.u_two-column-content-block .bg-topography {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/topographic_two_column.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: contain;
}
@media (min-width: 768px) {
  div.u_two-column-content-block .bg-topography {
    background-size: auto;
    padding-top: 175px;
    padding-bottom: 175px;
  }
}
div.u_two-column-content-block .h_wrapper .content-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  div.u_two-column-content-block .h_wrapper .content-container {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  div.u_two-column-content-block .h_wrapper .content-container .content-left {
    flex: 1;
  }
}
div.u_two-column-content-block .h_wrapper .content-container .content-left h2 {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0px;
}
@media (min-width: 1280px) {
  div.u_two-column-content-block .h_wrapper .content-container .content-left h2 {
    font-size: 5rem;
  }
}
div.u_two-column-content-block .h_wrapper .content-container .content-left h2 p {
  margin: 0px;
}
@media (min-width: 768px) {
  div.u_two-column-content-block .h_wrapper .content-container .content-right {
    flex: 1;
  }
}
div.u_two-column-content-block .h_wrapper .content-container .content-right .content-description {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.u_two-column-content-block .h_wrapper .content-container .content-right .content-description {
    margin-bottom: 16px;
  }
}
div.u_two-column-content-block .h_wrapper .content-container .content-right .content-cta a {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  width: 100%;
  display: block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 23px;
  margin: auto;
  text-decoration: none;
}
@media (min-width: 768px) {
  div.u_two-column-content-block .h_wrapper .content-container .content-right .content-cta a {
    width: fit-content;
  }
  div.u_two-column-content-block .h_wrapper .content-container .content-right .content-cta a.full-width {
    width: 100% !important;
  }
}

/* UCustomerTestimonials */
div.u_customer-testimonials {
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
}
div.u_customer-testimonials .bg-topography {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/topographic_testimonials.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  div.u_customer-testimonials .bg-topography {
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .bg-topography {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
div.u_customer-testimonials .h_wrapper .title-blurb-container {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .title-blurb-container {
    flex-direction: row;
    gap: 37px;
  }
}
div.u_customer-testimonials .h_wrapper .title-blurb-container .title {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .title-blurb-container .title {
    width: 318px;
  }
}
div.u_customer-testimonials .h_wrapper .title-blurb-container .title h2 {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #F6F6F6;
  margin: 0px;
}
@media (min-width: 1280px) {
  div.u_customer-testimonials .h_wrapper .title-blurb-container .title h2 {
    font-size: 5rem;
  }
}
div.u_customer-testimonials .h_wrapper .title-blurb-container .blurb {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  color: #F6F6F6;
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .title-blurb-container .blurb {
    flex: 1;
  }
}
div.u_customer-testimonials .h_wrapper .title-blurb-container .blurb p {
  margin: 0px;
}
div.u_customer-testimonials .h_wrapper .cards-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  div.u_customer-testimonials .h_wrapper .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .cards-container {
    gap: 45px;
    grid-template-columns: repeat(3, 1fr);
  }
}
div.u_customer-testimonials .h_wrapper .cards-container .card {
  flex: 1;
  padding: 32px;
  border-radius: 16px;
  position: relative;
  width: 100%;
}
div.u_customer-testimonials .h_wrapper .cards-container .card:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  div.u_customer-testimonials .h_wrapper .cards-container .card {
    max-width: 450px;
  }
}
div.u_customer-testimonials .h_wrapper .cards-container .card .card-img {
  width: auto;
  height: 76px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 32px;
}
div.u_customer-testimonials .h_wrapper .cards-container .card .card-name h4 {
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 700;
  margin: 0px;
  color: #F6F6F6;
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .cards-container .card .card-name h4 {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}
div.u_customer-testimonials .h_wrapper .cards-container .card .card-company {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 16px;
  color: #F6F6F6;
}
div.u_customer-testimonials .h_wrapper .cards-container .card .card-content {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.18em;
  font-weight: 400;
  color: #F6F6F6;
}
@media (min-width: 1024px) {
  div.u_customer-testimonials .h_wrapper .cards-container .card .card-content {
    font-family: "Fira Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: 400;
  }
}

/* UCenteredContentCTA */
div.u_centered-content-c-t-a.buttons-blue .cta a {
  background-color: #2c6abf;
  color: white !important;
}
div.u_centered-content-c-t-a .h_wrapper {
  display: flex;
  justify-content: center;
}
div.u_centered-content-c-t-a .h_wrapper .content-container {
  text-align: center;
  max-width: 424px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 2px solid #2C6ABF;
}
div.u_centered-content-c-t-a .h_wrapper .content-container .label {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
div.u_centered-content-c-t-a .h_wrapper .content-container .title {
  font-family: "Mulish", sans-serif;
  font-size: 3.6rem;
  line-height: 1.15em;
  font-weight: 700;
  margin-bottom: 16px;
}
div.u_centered-content-c-t-a .h_wrapper .content-container .description {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 32px;
}
div.u_centered-content-c-t-a .h_wrapper .content-container .cta a {
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #2C6ABF;
  border-radius: 23px;
  border: 1px solid #2C6ABF;
  display: block;
  padding: 12px 24px;
}

/* UBody */
body.u_body {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: min-content 100fr min-content;
  grid-template-areas: "header" "content" "footer";
}
body.u_body > header {
  grid-area: header;
}
body.u_body > main {
  grid-area: content;
}
body.u_body > footer {
  grid-area: footer;
}
body.u_body.hasOpenFilters {
  overflow: hidden;
}

/* UCarouselLogosBlock */
div.u_carousel-logos-block {
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1280px) {
  div.u_carousel-logos-block {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
div.u_carousel-logos-block .h_wrapper .logos-container a {
  margin: 0 20px;
  text-decoration: none;
  width: 130px;
}
div.u_carousel-logos-block .h_wrapper .logos-container a img {
  width: 130px;
}
div.u_carousel-logos-block .h_wrapper .logos-container a.no-link {
  pointer-events: none;
}
div.u_carousel-logos-block .h_wrapper .main-link-container {
  margin-top: 40px;
  text-align: center;
}
div.u_carousel-logos-block .h_wrapper .main-link-container a {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  color: #13243b;
  transition: 300ms;
}
div.u_carousel-logos-block .h_wrapper .main-link-container a:hover {
  color: #2c6abf;
}

footer.u_footer > div.h_wrapper {
  padding-top: 60px;
  padding-bottom: 30px;
  display: grid;
  gap: 30px 10px;
  grid-template-columns: 5fr 5fr;
  grid-template-rows: min-content;
  grid-template-areas: "logo logo" "nav1 nav2" "nav1 subnav" "address address" "phone social";
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: min-content;
    grid-template-areas: "logo logo address" "logo logo phone" "nav1 nav2 nav2" "subnav subnav social";
    gap: 30px 0px;
  }
}
footer.u_footer > div.h_wrapper > .footer-logo {
  grid-area: logo;
  display: block;
}
footer.u_footer > div.h_wrapper > .footer-logo > img {
  display: block;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > .footer-logo > img {
    max-width: 210px;
    margin-left: 0;
    margin-right: 0;
  }
}
footer.u_footer > div.h_wrapper > nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer.u_footer > div.h_wrapper > nav > ul > li {
  margin: 0;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > nav > ul {
    flex-direction: row;
  }
}
footer.u_footer > div.h_wrapper > nav > ul > li > a {
  text-decoration: none;
  color: #2c2c2c;
  font-size: 1.6rem;
  display: block;
}
footer.u_footer > div.h_wrapper > nav.footer-nav {
  grid-area: nav1;
}
footer.u_footer > div.h_wrapper > nav.footer-nav-2 {
  grid-area: nav2;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > nav.footer-nav-2 {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > nav.footer-nav-2 > ul > li {
    border-left: 1px solid #13243b;
    padding-left: 30px;
  }
}
footer.u_footer > div.h_wrapper > nav.footer-nav-2 > ul > li:last-child > a {
  color: #2c6abf;
  text-decoration: underline;
}
footer.u_footer > div.h_wrapper > nav.footer-nav-2 > ul > li:last-child > a:visited {
  color: #2c6abf;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > nav.footer-nav-2 > ul > li:last-child > a {
    text-decoration: none;
  }
}
footer.u_footer > div.h_wrapper > nav.footer-sub-nav {
  grid-area: subnav;
  place-self: end start;
  opacity: 0.8;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > nav.footer-sub-nav {
    border-top: 1px solid #13243b;
    place-self: stretch stretch;
    padding-top: 30px;
  }
}
footer.u_footer > div.h_wrapper > nav.footer-sub-nav > ul {
  gap: 5px;
}
footer.u_footer > div.h_wrapper > nav.footer-sub-nav > ul > li > a {
  font-size: 1.4rem;
}
footer.u_footer > div.h_wrapper > div.address {
  grid-area: address;
  border-top: 1px solid #13243b;
  padding-top: 40px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > div.address {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
    max-width: 160px;
  }
}
footer.u_footer > div.h_wrapper > div.phone {
  grid-area: phone;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > div.phone {
    max-width: 160px;
  }
}
footer.u_footer > div.h_wrapper > div.address > span.title,
footer.u_footer > div.h_wrapper > div.phone > span.title {
  display: block;
  font-weight: 600;
}
footer.u_footer > div.h_wrapper > div.address > span.info,
footer.u_footer > div.h_wrapper > div.phone > span.info {
  display: block;
}
footer.u_footer > div.h_wrapper > div.social {
  grid-area: social;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  footer.u_footer > div.h_wrapper > div.social {
    gap: 30px;
    border-top: 1px solid #13243b;
    padding-top: 30px;
  }
}
footer.u_footer > div.h_wrapper > div.social > a {
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: contain;
}
footer.u_footer > div.h_wrapper > div.social > a.email {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#email-circle);
}
footer.u_footer > div.h_wrapper > div.social > a.facebook {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#facebook-circle);
}
footer.u_footer > div.h_wrapper > div.social > a.linkedin {
  background-image: url(/wp-content/themes/wantz-theme/uneets/dist/assets/stack/svg/sprite.stack.svg#linkedin-circle);
}

/* UHeader */
header.u_header {
  position: fixed;
  max-height: 80px;
  background: transparent;
  transition: 300ms;
  z-index: 1000;
}
@media (min-width: 768px) {
  header.u_header {
    max-height: 100px;
  }
}
@media (min-width: 1024px) {
  header.u_header {
    max-height: 120px;
  }
}
header.u_header > .h_wrapper {
  display: grid;
  grid-template-columns: auto 1fr min-content;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 300ms;
}
@media (min-width: 768px) {
  header.u_header > .h_wrapper {
    gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  header.u_header > .h_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
header.u_header > .h_wrapper > a.logo {
  display: block;
  text-decoration: none;
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-logo-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
}
header.u_header > .h_wrapper > a.logo > img {
  visibility: hidden;
  width: 100%;
  max-width: 340px;
}
header.u_header > .h_wrapper > nav.nav-items > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
header.u_header > .h_wrapper > nav.nav-items > ul > li {
  margin: 0;
}
@media (min-width: 1024px) {
  header.u_header > .h_wrapper > nav.nav-items > ul {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
  }
}
header.u_header > .h_wrapper > nav.nav-items > ul > li > a {
  text-decoration: none;
  color: #2c2c2c;
  font-size: 1.6rem;
  padding-bottom: 4px;
  transition: border-bottom-color 300ms ease-in-out;
  border-bottom: 1.5px solid transparent;
}
header.u_header > .h_wrapper > nav.nav-items > ul > li > a:hover {
  border-bottom: 1.5px solid currentColor;
}
header.u_header > .h_wrapper > div.hamburger > button.hamburger-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-hamburger-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header.u_header--scrolled {
  background: #13243b;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.5);
}
header.u_header--scrolled > .h_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.u_header--scrolled > .h_wrapper > a.logo {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-logo-light.png");
}
header.u_header--scrolled > .h_wrapper > nav.nav-items > ul > li > a {
  color: #f6f6f6;
}
header.u_header--scrolled > .h_wrapper > div.hamburger > button.hamburger-button {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-hamburger-light.svg");
}
header.u_header--scrolled div.m_mega-nav > div.h_wrapper {
  min-height: calc(100dvh - 90px);
}
header.u_header > div.mega-nav-container {
  display: block;
  overflow: hidden;
  max-height: 0;
  position: relative;
}
header.u_header.usesLightMode > .h_wrapper > a.logo {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-logo-light.png");
}
header.u_header.usesLightMode > .h_wrapper > nav.nav-items > ul > li > a {
  color: #f6f6f6;
}
header.u_header.usesLightMode > .h_wrapper > div.hamburger > button.hamburger-button {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-hamburger-light.svg");
}
header.u_header.hasOpenNav {
  background-color: #13243b;
  color: #f6f6f6;
}
header.u_header.hasOpenNav > .h_wrapper > a.logo {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-logo-light.png");
}
header.u_header.hasOpenNav > .h_wrapper > nav.nav-items > ul > li > a {
  color: #f6f6f6;
}
header.u_header.hasOpenNav > .h_wrapper > div.hamburger > button.hamburger-button {
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/wantz-hamburger-close-light.svg");
}
header.u_header.hasOpenNav > div.mega-nav-container {
  overflow: visible;
}

/* UTplArticle */
div.u_tpl-article {
  position: relative;
  margin-top: 80px;
  background-color: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1280px) {
  div.u_tpl-article {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) {
  div.u_tpl-article {
    margin-top: 120px;
  }
}
div.u_tpl-article::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #2C6ABF 0%, #D7E4F6 60%, #D7E4F6 80%, #0959C6 100%);
}
div.u_tpl-article::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(-90deg, #2C6ABF 0%, #D7E4F6 60%, #D7E4F6 80%, #0959C6 100%);
}
div.u_tpl-article .h_wrapper {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 928px;
}
@media (min-width: 768px) {
  div.u_tpl-article .h_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  div.u_tpl-article .h_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
div.u_tpl-article .h_wrapper .back-link-container {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  div.u_tpl-article .h_wrapper .back-link-container {
    margin-bottom: 56px;
  }
}
div.u_tpl-article .h_wrapper .back-link-container a {
  display: flex;
  align-items: center;
  color: #2C6ABF;
  text-decoration: none;
  font-size: 16px;
}
div.u_tpl-article .h_wrapper .back-link-container a span {
  display: inline-block;
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 13px;
  margin-right: 12px;
}
div.u_tpl-article .h_wrapper .article-container {
  border-top: 1px solid #13243B;
  border-bottom: 1px solid #13243B;
}
div.u_tpl-article .h_wrapper .article-container .date-container {
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 2.8px;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 1280px) {
  div.u_tpl-article .h_wrapper .article-container .date-container {
    margin-bottom: 32px;
    margin-top: 40px;
  }
}
div.u_tpl-article .h_wrapper .article-container h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  font-family: "Mulish", sans-serif;
  margin: 0px 0px 16px 0px;
}
@media (min-width: 1280px) {
  div.u_tpl-article .h_wrapper .article-container h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
div.u_tpl-article .h_wrapper .article-container .excerpt {
  margin-bottom: 40px;
}
div.u_tpl-article .h_wrapper .article-container .featured-image {
  margin-bottom: 40px;
  text-align: center;
}
div.u_tpl-article .h_wrapper .article-container .featured-image img {
  border-radius: 24px;
  max-width: 100%;
}
div.u_tpl-article .h_wrapper .article-container .article-content {
  margin-bottom: 40px;
}
div.u_tpl-article .h_wrapper .article-container .article-content p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}
div.u_tpl-article .h_wrapper .article-container .article-content figure {
  margin: 40px 0px;
  border-radius: 24px;
}
div.u_tpl-article .h_wrapper .article-container .article-content img {
  border-radius: 24px;
  margin: 0px;
}

/* UFeaturedEventsBlock */
div.u_featured-events-block {
  padding-top: 120px;
  padding-bottom: 120px;
}
div.u_featured-events-block .h_wrapper .content-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  div.u_featured-events-block .h_wrapper .content-container {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 60px;
  }
}
div.u_featured-events-block .h_wrapper .content-container .title {
  font-family: "Mulish", sans-serif;
  font-size: 4.2rem;
  line-height: 1.2em;
  font-weight: 700;
}
@media (min-width: 1280px) {
  div.u_featured-events-block .h_wrapper .content-container .title {
    font-size: 5rem;
  }
}
@media (min-width: 1024px) {
  div.u_featured-events-block .h_wrapper .content-container .title {
    max-width: 490px;
    width: 490px;
  }
}
div.u_featured-events-block .h_wrapper .content-container .description {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  font-weight: 400;
  flex: 1;
}
div.u_featured-events-block .h_wrapper .content-container .description p {
  margin: 0px;
}
div.u_featured-events-block .h_wrapper .cards-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  div.u_featured-events-block .h_wrapper .cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.u_featured-events-block .h_wrapper .cards-container .event-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
div.u_featured-events-block .h_wrapper .cards-container .event-card:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  div.u_featured-events-block .h_wrapper .cards-container .event-card {
    flex: 1;
    flex-basis: 30%;
    max-width: 30%;
  }
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-img {
  height: 190px;
  border-radius: 15px;
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container {
  padding: 32px 31px;
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container .card-date {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container .card-title {
  margin-bottom: 16px;
  font-family: "Mulish", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: 700;
}
@media (min-width: 1024px) {
  div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container .card-title {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container .card-description {
  margin-bottom: 24px;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 400;
}
div.u_featured-events-block .h_wrapper .cards-container .event-card .card-text-container .card-register a {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  text-decoration: none;
  color: #13243B;
}

/* UBlockImageAndContent */
div.u_block-image-and-content {
  position: relative;
}
div.u_block-image-and-content.show-borders::before, div.u_block-image-and-content.show-borders::after {
  content: "";
  position: relative;
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(130deg, #2C6ABF 0%, #75a3e3 49.5%, #0959C6 100%);
  opacity: 0.5;
}
div.u_block-image-and-content .h_wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper {
    flex-direction: row;
  }
}
div.u_block-image-and-content .h_wrapper .image {
  position: relative;
  min-height: 256px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  div.u_block-image-and-content .h_wrapper .image {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .image {
    max-width: 50vw;
  }
}
div.u_block-image-and-content .h_wrapper .image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .image img {
    width: 50vw;
    max-width: 960px;
    min-height: 530px;
  }
}
div.u_block-image-and-content .h_wrapper .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  width: 100%;
  gap: 16px;
  min-height: 256px;
}
@media (min-width: 768px) {
  div.u_block-image-and-content .h_wrapper .content {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .content {
    min-height: 530px;
    padding: 30px 104px;
    width: calc(100% - 208px);
    max-width: 50vw;
  }
}
div.u_block-image-and-content .h_wrapper .content.has-cta {
  padding-bottom: 90px;
}
div.u_block-image-and-content .h_wrapper .content .title {
  margin: 0;
  color: #13243b;
}
div.u_block-image-and-content .h_wrapper .content .text {
  margin: 0;
}
div.u_block-image-and-content .h_wrapper .content .numbers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .content .numbers {
    gap: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
div.u_block-image-and-content .h_wrapper .content .h_forms .frm_submit.frm_flex {
  justify-content: flex-end;
}
div.u_block-image-and-content .h_wrapper .content.bg-blue:after, div.u_block-image-and-content .h_wrapper .content.bg-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  z-index: -1;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .content.bg-blue:after, div.u_block-image-and-content .h_wrapper .content.bg-gray:after {
    width: 50vw;
    max-width: 960px;
  }
}
div.u_block-image-and-content .h_wrapper .content.bg-blue {
  color: #fff;
}
div.u_block-image-and-content .h_wrapper .content.bg-blue .title {
  color: #fff;
}
div.u_block-image-and-content .h_wrapper .content.bg-blue.show-swirls::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/swirls1.svg") bottom right no-repeat;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
div.u_block-image-and-content .h_wrapper .content.bg-gray:after {
  background: #f6f6f6;
}
div.u_block-image-and-content .h_wrapper .content .cta {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 11px 30px 8px 12px;
  border-radius: 30px 0 0 0;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .content .cta {
    padding: 11px 104px 8px 12px;
  }
}
div.u_block-image-and-content .h_wrapper .content .cta:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -40px;
  width: 40px;
  height: 50%;
  background: transparent;
  border-radius: 0 0 40px 0;
  border-right: 13px solid #fff;
  border-bottom: 15px solid #fff;
  z-index: 0;
  display: none;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper .content .cta:before {
    display: block;
  }
}
div.u_block-image-and-content .h_wrapper .content .cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background: #fff;
}
div.u_block-image-and-content .h_wrapper .content .cta a {
  position: relative;
  background: #2c6abf;
  color: #fff;
  padding: 12px 24px;
  border-radius: 23px;
  border: 1px solid #2c6abf;
  display: block;
  text-decoration: none;
  transition: 300ms;
  z-index: 1;
}
div.u_block-image-and-content .h_wrapper .content .cta a:hover {
  opacity: 0.8;
}
div.u_block-image-and-content .h_wrapper.image-right {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper.image-right {
    flex-direction: row-reverse;
  }
}
div.u_block-image-and-content .h_wrapper.image-right .image img {
  left: 0;
  right: auto;
}
@media (min-width: 1024px) {
  div.u_block-image-and-content .h_wrapper.image-right .content.bg-blue:after, div.u_block-image-and-content .h_wrapper.image-right .content.bg-gray:after {
    right: 0;
    left: auto;
  }
}

/* UBlockHistorySlider */
div.u_block-history-slider {
  position: relative;
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  padding: 100px 0;
}
div.u_block-history-slider::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/swirls2.svg") bottom right no-repeat;
  background-size: contain;
  opacity: 0.15;
  z-index: 0;
}
div.u_block-history-slider .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
div.u_block-history-slider .slider .slide {
  position: relative;
  gap: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  display: none;
}
@media (min-width: 768px) {
  div.u_block-history-slider .slider .slide {
    flex-direction: row;
  }
}
div.u_block-history-slider .slider .slide.active {
  display: flex;
}
div.u_block-history-slider .slider .slide .content .block_title {
  margin-bottom: 41px;
  padding-left: 32px;
}
div.u_block-history-slider .slider .slide .content .info {
  padding-left: 32px;
  border-left: 1px solid #f6f6f6;
}
div.u_block-history-slider .slider .slide .content .info .title {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Mulish", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 72px */
}
div.u_block-history-slider .slider .slide .content .info .text {
  height: 250px;
  overflow-y: auto;
}
div.u_block-history-slider .slider .slide .image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 24px;
  flex: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(13, 36, 71, 0.768627451);
}
@media (min-width: 768px) {
  div.u_block-history-slider .slider .slide .image {
    width: 396px;
    height: 232px;
  }
}
@media (min-width: 1024px) {
  div.u_block-history-slider .slider .slide .image {
    width: 496px;
    height: 332px;
  }
}
div.u_block-history-slider .slider .slide .image img {
  width: 100%;
  object-fit: contain;
  border-radius: 24px;
}
div.u_block-history-slider .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -26px;
}
div.u_block-history-slider .bottom .wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
div.u_block-history-slider .bottom .numbers {
  text-align: right;
  color: #fff;
  padding-right: 5px;
}
div.u_block-history-slider .bottom .controls {
  margin-top: 24px;
  text-align: right;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
div.u_block-history-slider .bottom .controls button {
  width: 61px;
  height: 61px;
  background: #fff;
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), linear-gradient(-18deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  cursor: pointer;
  transition: 300ms;
}
div.u_block-history-slider .bottom .controls button .custom-icon {
  background: #2c6abf;
  transition: 300ms;
}
div.u_block-history-slider .bottom .controls button:hover {
  transform: scale(1.1);
  background-image: linear-gradient(white, white), linear-gradient(-18deg, #205092 0%, #afc1db 50%, #11448b 100%);
}
div.u_block-history-slider .bottom .controls button:hover .custom-icon {
  background: #13243b;
}

/* UBlockJobListing */
div.u_block-job-listing {
  padding: 80px 0;
}
div.u_block-job-listing .positions {
  display: flex;
  gap: 80px;
  flex-direction: column;
}
div.u_block-job-listing .positions .position {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position {
    grid-auto-flow: column;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  div.u_block-job-listing .positions .position {
    gap: 40px;
  }
}
div.u_block-job-listing .positions .position .info {
  position: relative;
  width: 100%;
  padding: 40px 20px 80px;
  border-radius: 24px;
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  color: #f6f6f6;
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position .info {
    width: 310px;
    min-width: 310px;
  }
}
@media (min-width: 1024px) {
  div.u_block-job-listing .positions .position .info {
    width: 384px;
    min-width: 384px;
    padding: 40px 40px 80px;
  }
}
div.u_block-job-listing .positions .position .info .title {
  margin: 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position .info .title {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  div.u_block-job-listing .positions .position .info .title {
    font-size: 36px;
  }
}
div.u_block-job-listing .positions .position .info .details {
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px 8px;
  transform: scale(0.8);
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position .info .details {
    transform: scale(1);
  }
}
div.u_block-job-listing .positions .position .info .details .label {
  font-weight: 700;
  line-height: 1.5em;
}
div.u_block-job-listing .positions .position .info .cta {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 11px 12px 8px 12px;
  border-radius: 30px 0 0 0;
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position .info .cta {
    adding: 11px 30px 8px 12px;
  }
}
@media (min-width: 1024px) {
  div.u_block-job-listing .positions .position .info .cta {
    padding: 11px 40px 8px 12px;
  }
}
div.u_block-job-listing .positions .position .info .cta:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -40px;
  width: 40px;
  height: 50%;
  background: transparent;
  border-radius: 0 0 40px 0;
  border-right: 13px solid #fff;
  border-bottom: 15px solid #fff;
  z-index: 0;
}
div.u_block-job-listing .positions .position .info .cta:after {
  content: "";
  position: absolute;
  bottom: 47px;
  right: -13px;
  width: 40px;
  height: 50%;
  background: transparent;
  border-radius: 0 0 40px 0;
  border-right: 13px solid #fff;
  border-bottom: 15px solid #fff;
  z-index: 0;
}
div.u_block-job-listing .positions .position .info .cta a {
  position: relative;
  background: #2c6abf;
  color: #fff;
  padding: 12px 24px;
  border-radius: 23px;
  border: 1px solid #2c6abf;
  display: block;
  text-decoration: none;
  transition: 300ms;
  z-index: 1;
}
div.u_block-job-listing .positions .position .info .cta a:hover {
  opacity: 0.8;
}
div.u_block-job-listing .positions .position .description {
  position: relative;
  padding: 20px;
  max-height: 400px;
  overflow: hidden;
  transition: 300ms;
}
@media (min-width: 768px) {
  div.u_block-job-listing .positions .position .description {
    position: relative;
    padding: 40px 40px 30px;
  }
  div.u_block-job-listing .positions .position .description:before {
    display: block;
    content: "";
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
    border: 3px solid transparent;
    background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
    --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
      linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
    mask-composite: exclude; /*5*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
div.u_block-job-listing .positions .position .description .read_more {
  position: absolute;
  text-decoration: none;
  color: #13243b;
  transition: 300ms;
  width: 100%;
  display: block !important;
  bottom: 0;
  padding: 54px 0 30px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
}
div.u_block-job-listing .positions .position .description .read_more:hover {
  color: #2c6abf;
}
div.u_block-job-listing .positions .position .description.active {
  max-height: 100%;
}
div.u_block-job-listing .positions .position .description.active .read_more {
  position: relative;
  padding: 0;
  margin-top: 24px;
}

/* UBlockImpactNews */
div.u_block-impact-news {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(112deg, #1A365F 6.51%, #2B5896 88.45%);
  color: #fff;
}
div.u_block-impact-news:after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/topographic_testimonials.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  div.u_block-impact-news:after {
    background-position: left;
  }
}
div.u_block-impact-news .h_wrapper {
  max-width: 1140px;
}
div.u_block-impact-news .title_wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  div.u_block-impact-news .title_wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  div.u_block-impact-news .title_wrapper {
    gap: 37px;
  }
}
div.u_block-impact-news .title_wrapper .title {
  flex: none;
  margin: 0;
}
div.u_block-impact-news .posts_wrapper {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 768px) {
  div.u_block-impact-news .posts_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  div.u_block-impact-news .posts_wrapper {
    gap: 45px;
  }
}
div.u_block-impact-news .posts_wrapper .post {
  position: relative;
  position: relative;
  padding: 32px;
  color: #fff;
  text-decoration: none;
  transition: 300ms;
  border-radius: 20px;
}
div.u_block-impact-news .posts_wrapper .post:before {
  display: block;
  content: "";
  z-index: 1;
  pointer-events: none;
  border-radius: 20px;
  border: 3px solid transparent;
  background: linear-gradient(-25deg, #2c6abf 0%, #d7e4f6 50%, #0959c6 100%) border-box;
  --webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
  mask-composite: exclude; /*5*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
div.u_block-impact-news .posts_wrapper .post:hover {
  transform: scale(1.05);
  background: rgba(26, 54, 95, 0.4666666667);
}
div.u_block-impact-news .posts_wrapper .post .category_date {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 150% */
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

/* UBlockStayInformed */
div.u_block-stay-informed {
  position: relative;
  background: url("/wp-content/themes/wantz-theme/uneets/dist/assets/images/swirls3.svg") bottom right no-repeat;
  background-color: #f6f6f6;
  background-size: cover;
  padding: 80px 0;
}
@media (min-width: 768px) {
  div.u_block-stay-informed {
    padding: 160px 0;
  }
}
div.u_block-stay-informed .title {
  margin: 0 0 13px;
  text-align: center;
}
@media (min-width: 768px) {
  div.u_block-stay-informed .title {
    text-align: left;
  }
}
div.u_block-stay-informed .content {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  div.u_block-stay-informed .content {
    flex-direction: row;
    gap: 66px;
  }
}
div.u_block-stay-informed .content .info {
  max-width: 530px;
  text-align: center;
}
@media (min-width: 768px) {
  div.u_block-stay-informed .content .info {
    text-align: left;
  }
}
div.u_block-stay-informed .content .ctas {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 480px) {
  div.u_block-stay-informed .content .ctas {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  div.u_block-stay-informed .content .ctas {
    gap: 40px;
  }
}
div.u_block-stay-informed .content .ctas .cta {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 23px;
  min-width: 172px;
  text-align: center;
  transition: 300ms;
}
div.u_block-stay-informed .content .ctas .cta.cta-1 {
  border: 1px solid #2c6abf;
  background-color: #2c6abf;
  color: #f6f6f6;
}
div.u_block-stay-informed .content .ctas .cta.cta-1:hover {
  opacity: 0.8;
}
div.u_block-stay-informed .content .ctas .cta.cta-2 {
  border: 1px solid #2c6abf;
  background-color: transparent;
  color: #2c6abf;
}
div.u_block-stay-informed .content .ctas .cta.cta-2:hover {
  border: 1px solid #2c6abf;
  background-color: #2c6abf;
  color: #f6f6f6;
  opacity: 0.9;
}

/* UCardsGrid */
div.u_cards-grid {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  div.u_cards-grid {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
div.u_cards-grid .grid-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-head {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  div.u_cards-grid .grid-head {
    margin-bottom: 60px;
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid .grid-head {
    margin-bottom: 80px;
    gap: 120px;
  }
}
div.u_cards-grid .grid-head .grid-title h2 {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-head .grid-title h2 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  div.u_cards-grid .grid-head .grid-title h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid .grid-head .grid-title h2 {
    font-size: 4.2rem;
  }
}
div.u_cards-grid .grid-head .grid-subtitle p {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-head .grid-subtitle p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  div.u_cards-grid .grid-head .grid-subtitle p {
    font-size: 1.7rem;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid .grid-head .grid-subtitle p {
    font-size: 1.8rem;
  }
}
div.u_cards-grid .grid-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  div.u_cards-grid .grid-items {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid .grid-items {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items[data-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items[data-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
div.u_cards-grid .grid-items .grid-item {
  border-top: 2px solid #2C6ABF;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.u_cards-grid .grid-items .grid-item .grid-item-title {
  font-family: "Mulish", sans-serif;
  font-size: 2rem;
  line-height: 1.15em;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  div.u_cards-grid .grid-items .grid-item .grid-item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  div.u_cards-grid .grid-items .grid-item .grid-item-title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  div.u_cards-grid .grid-items .grid-item .grid-item-title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
div.u_cards-grid .grid-items .grid-item .grid-item-image {
  margin-top: auto;
}
/* Beginning of Shame.scss, this file should be EMPTY. */
/*# sourceMappingURL=style.css.map */
