/* // ------------------------------------------------ */
/* Folders*/
/* // ------------------------------------------------ */
/*
// ------------------------------------------------
// Colors
// ------------------------------------------------ */
/*Gradients*/
:root {
  --section-padding: 32px;
  --section-border-radius: 30px;
  --cards-border-radius: 30px;
  --button-border-radius: 64px;
  --section-negative-margin: calc(0px - var(--section-border-radius));
}
@media (min-width: 720px) {
  :root {
    --section-padding: 70px;
    --section-border-radius: 60px;
  }
}

body {
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 1.6rem;
  --wp--preset--font-size--large: 18px;
  --wp--preset--font-size--x-large: 20px;
}
@media (min-width: 720px) {
  body {
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 24px;
  }
}

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

/* @import url("https://use.typekit.net/set3cxk.css"); */
/* IBM Plex Sans */
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/wp-content/themes/vc-theme/uneets/src/assets/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-display: swap;
  font-weight: 700;
}
html {
  font-size: 62.5%;
  margin: 0;
  overflow-x: hidden;
  font-display: swap;
  font-family: "IBM Plex Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

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

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  margin-bottom: 30px;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 720px) {
  h1 {
    font-size: 62px;
  }
}
@media (min-width: 1240px) {
  h1 {
    font-size: 88px;
    line-height: 100px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}
@media (min-width: 720px) {
  h2, .h2 {
    font-size: 44px;
  }
}
@media (min-width: 1240px) {
  h2, .h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 720px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (min-width: 1240px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4, .h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 130%;
}
@media (min-width: 720px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (min-width: 1240px) {
  h4, .h4 {
    font-size: 32px;
  }
}

/* -----------------------------------------------------------------------------
 * Section
 * ----------------------------------------------------------------------------- */
.h_section {
  position: relative;
  padding: var(--section-padding) 0;
  background: #fff;
}
.h_section.top-rounded {
  border-top-left-radius: var(--section-border-radius);
  border-top-right-radius: var(--section-border-radius);
  margin-top: var(--section-negative-margin);
}
.h_section.bottom-rounded {
  border-bottom-left-radius: var(--section-border-radius);
  border-bottom-right-radius: var(--section-border-radius);
  margin-bottom: var(--section-negative-margin);
  z-index: 2;
}
.h_section.extra-t-padding {
  padding-top: calc(var(--section-border-radius) + var(--section-padding));
}
.h_section.extra-b-padding {
  padding-bottom: calc(var(--section-border-radius) + var(--section-padding));
}
.h_section.bg-gray {
  background: #f6f6f6;
}

/* -----------------------------------------------------------------------------
 * Wrapper
 * ----------------------------------------------------------------------------- */
.h_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 720px) {
  .h_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1240px) {
  .h_wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.h_wrapper.center {
  text-align: center;
}

/* -----------------------------------------------------------------------------
 * Buttons
 * ----------------------------------------------------------------------------- */
.a-btn, div.u_login .container .login-submit #wp-submit {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 140%;
  align-items: center;
  justify-content: center;
  background: #f3ffa9;
  padding: 16px 20px;
  text-decoration: none;
  gap: 6px;
  border-radius: 44px;
  border: 1px solid #000;
  transition: 300ms;
  cursor: pointer;
}
.a-btn:after, div.u_login .container .login-submit #wp-submit:after {
  content: "";
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 18px;
  height: 16px;
  display: flex;
  -webkit-mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/arrow.svg");
  mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/arrow.svg");
}
.a-btn:hover, div.u_login .container .login-submit #wp-submit:hover {
  background: #f9ffd7;
}
.a-btn:active, div.u_login .container .login-submit #wp-submit:active {
  color: #000;
}
.a-btn.is--white, div.u_login .container .login-submit .is--white#wp-submit {
  color: #4a434e;
  background-color: #fff;
  border: 1px solid #c8c7c9;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 500;
}
.a-btn.is--white:after, div.u_login .container .login-submit .is--white#wp-submit:after {
  display: none;
}
.a-btn.is--white:hover, div.u_login .container .login-submit .is--white#wp-submit:hover {
  text-decoration: underline;
}
.a-btn.is--white:active, div.u_login .container .login-submit .is--white#wp-submit:active {
  background-color: #fff;
}
.a-btn.is--document, div.u_login .container .login-submit .is--document#wp-submit, .a-btn.is--csv, div.u_login .container .login-submit .is--csv#wp-submit, .a-btn.is--external, div.u_login .container .login-submit .is--external#wp-submit {
  flex-direction: row-reverse;
  gap: 8px;
}
.a-btn.is--document::after, div.u_login .container .login-submit .is--document#wp-submit::after, .a-btn.is--csv::after, div.u_login .container .login-submit .is--csv#wp-submit::after, .a-btn.is--external::after, div.u_login .container .login-submit .is--external#wp-submit::after {
  display: inline-flex;
  background-color: #4a434e;
  height: 18px;
}
.a-btn.is--document::after, div.u_login .container .login-submit .is--document#wp-submit::after {
  -webkit-mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/document.svg");
  mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/document.svg");
}
.a-btn.is--csv::after, div.u_login .container .login-submit .is--csv#wp-submit::after {
  -webkit-mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/csv.svg");
  mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/csv.svg");
}
.a-btn.is--external::after, div.u_login .container .login-submit .is--external#wp-submit::after {
  -webkit-mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/link.svg");
  mask-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/link.svg");
}

/* -----------------------------------------------------------------------------
 * Backgrounds
 * ----------------------------------------------------------------------------- */
.bg-gradient {
  background: linear-gradient(137deg, #b31e8d 0%, #652d90 51%, #00819a 98.82%);
  color: #fff;
}

.bg-pink {
  background: #c6168d;
  color: #fff;
}

.bg-purple {
  background: #662d91;
  color: #fff;
}

.bg-blue {
  background: #00a1c7;
  color: #fff;
}

.bg-yellow {
  background: #f3ffa9;
  color: #000;
}

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

/* -----------------------------------------------------------------------------
 * Decorations
 * ----------------------------------------------------------------------------- */
.h_hex-bottom-decoration {
  position: relative;
}
.h_hex-bottom-decoration::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/images/decoration-hero-white.png");
  background-size: cover;
  width: 197px;
  height: 177px;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 720px) {
  .h_hex-bottom-decoration::after {
    width: 312px;
    height: 281px;
  }
}
@media (min-width: 1240px) {
  .h_hex-bottom-decoration::after {
    width: 428px;
    height: 386px;
  }
}
.h_hex-bottom-decoration.bottom-left-deco::after {
  right: auto;
  left: 0;
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/images/bottom-left-decoration.svg");
  content: none;
  height: 300px;
  width: 300px;
}
@media (min-width: 720px) {
  .h_hex-bottom-decoration.bottom-left-deco::after {
    content: "";
  }
}
@media (min-width: 1240px) {
  .h_hex-bottom-decoration.bottom-left-deco::after {
    height: 400px;
  }
}

/* This is an auto-updated file, touch at your own peril */
/* UHeader */
header.u_header {
  padding-top: 21px;
  padding-bottom: 25px;
}
header.u_header.openMenu .left .mit-logo-container-responsive {
  display: none;
}
header.u_header.openMenu .menu-container {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
header.u_header.openMenu .menu-container .menu-container-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding-right: 60px;
}
header.u_header.openMenu .menu-icon {
  position: fixed;
  right: 20px;
  top: 35px;
}
header.u_header.openMenu .menu-icon .line {
  background: #fff;
  border-radius: 4px;
}
header.u_header.openMenu .menu-icon .line:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 6px;
}
header.u_header.openMenu .menu-icon .line:nth-child(2) {
  opacity: 0;
}
header.u_header.openMenu .menu-icon .line:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -14px;
}
header.u_header.withAdminBar .menu-container {
  padding-top: 70px;
}
@media (min-width: 992px) {
  header.u_header.withAdminBar .menu-container {
    padding-top: 0;
  }
}
header.u_header.withAdminBar .menu-icon {
  top: 80px;
}
header.u_header .menu-container {
  padding: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #662d91;
  z-index: 10000;
  overflow: hidden;
  color: #fff;
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
@media (min-width: 992px) {
  header.u_header .menu-container {
    flex-shrink: 0;
    padding: 0;
    position: static;
    height: auto;
    transform: none;
    opacity: 1;
    background-color: #fff;
    color: #4a434e;
    width: auto;
    pointer-events: auto;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header.u_header .menu-container-left {
    display: none;
  }
}
header.u_header .menu-container #menu-secondary {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 100px;
  list-style: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  header.u_header .menu-container #menu-secondary {
    display: none;
  }
}
header.u_header .menu-container #menu-secondary a {
  color: inherit;
  font-weight: 700;
}
@media (min-width: 992px) {
  header.u_header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}
header.u_header .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
header.u_header .left-container {
  display: flex;
  align-items: center;
  gap: 35px;
}
header.u_header .left.extra-padding {
  padding-right: 15px;
}
@media (min-width: 860px) {
  header.u_header .left.extra-padding {
    padding-right: 0;
  }
}
header.u_header #menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 50px;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header.u_header #menu-mobile {
    display: none;
  }
}
header.u_header #menu-mobile li {
  list-style: none;
  position: relative;
}
header.u_header #menu-mobile li > span {
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/chevron-right.svg");
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  header.u_header #menu-mobile li > span {
    display: none;
  }
}
header.u_header #menu-mobile li > a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  width: 100%;
  padding: 10px 0;
  display: block;
}
header.u_header #menu-header {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  gap: 20px;
}
@media (min-width: 992px) {
  header.u_header #menu-header {
    display: flex;
    padding-left: 0;
  }
}
header.u_header #menu-header li {
  list-style: none;
}
@media (min-width: 992px) {
  header.u_header #menu-header li.current-menu-item a, header.u_header #menu-header li:hover a {
    color: #000;
    text-shadow: 0 0 0.5px #000, 0 0 0.5px #000;
  }
}
@media (min-width: 992px) {
  header.u_header #menu-header li.current-menu-item.pink a, header.u_header #menu-header li:hover.pink a {
    color: #c6168d;
    text-shadow: 0 0 0.5px #c6168d, 0 0 0.5px #c6168d;
  }
}
@media (min-width: 992px) {
  header.u_header #menu-header li.current-menu-item.purple a, header.u_header #menu-header li:hover.purple a {
    color: #662d91;
    text-shadow: 0 0 0.5px #662d91, 0 0 0.5px #662d91;
  }
}
header.u_header #menu-header li a {
  color: inherit;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 1.1px;
}
header.u_header .logo {
  width: 170px;
  max-height: 40px;
}
@media (min-width: 992px) {
  header.u_header .logo {
    width: auto;
    max-height: 74px;
  }
}
header.u_header .white-logo-container > img {
  height: 35px;
}
header.u_header .mit-logo-container {
  display: none;
}
@media (min-width: 992px) {
  header.u_header .mit-logo-container {
    display: flex;
    padding-left: 30px;
  }
}
@media (min-width: 1240px) {
  header.u_header .mit-logo-container {
    padding-left: 70px;
  }
}
header.u_header .mit-logo-container .mit-logo {
  width: 50px;
}
@media (min-width: 1240px) {
  header.u_header .mit-logo-container .mit-logo {
    width: 72px;
  }
}
header.u_header .mit-logo-container-responsive .mit-logo-responsive {
  height: 27px;
}
@media (min-width: 992px) {
  header.u_header .mit-logo-container-responsive .mit-logo-responsive {
    display: none;
  }
}
header.u_header .menu-icon {
  width: 32px;
  display: flex;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  z-index: 10001;
  transition: top 0.4s;
}
@media (min-width: 992px) {
  header.u_header .menu-icon {
    display: none;
  }
}
header.u_header .menu-icon .line {
  width: 100%;
  height: 3px;
  background: #662d91;
  transition: 0.4s;
}

/* UBody */ /* UFooter */
footer.u_footer {
  padding-bottom: 54px;
  z-index: 12;
}
footer.u_footer .flex-space-btw {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 720px) {
  footer.u_footer .flex-space-btw {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
footer.u_footer .logo {
  max-height: 60px;
}
footer.u_footer .a-btn, footer.u_footer div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit footer.u_footer #wp-submit {
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 720px) {
  footer.u_footer .a-btn, footer.u_footer div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit footer.u_footer #wp-submit {
    margin: 0;
  }
}
footer.u_footer .logo-mobile {
  max-height: 39px;
}
@media (min-width: 720px) {
  footer.u_footer .logo-mobile {
    display: none;
  }
}
footer.u_footer .logo-desktop {
  display: none;
}
@media (min-width: 720px) {
  footer.u_footer .logo-desktop {
    display: inline;
  }
}
footer.u_footer #menu-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-direction: column;
}
footer.u_footer #menu-footer li {
  margin: 0;
  align-items: center;
  position: relative;
}
footer.u_footer #menu-footer li > a {
  width: 100%;
}
footer.u_footer #menu-footer li > span {
  height: 24px;
  width: 24px;
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/icons/chevron-right.svg");
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 720px) {
  footer.u_footer #menu-footer li > span {
    display: none;
  }
}
footer.u_footer .bottom-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 720px) {
  footer.u_footer .bottom-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  footer.u_footer .bottom-row {
    grid-template-columns: 30% 40% 30%;
  }
}
@media (min-width: 720px) {
  footer.u_footer .bottom-row .menu {
    padding-right: 20px;
  }
}
footer.u_footer .bottom-row .menu > ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
footer.u_footer .bottom-row .menu > ul > li:not(:last-child) {
  margin-bottom: 16px;
}
footer.u_footer .bottom-row .menu > ul a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 720px) {
  footer.u_footer .bottom-row .menu > ul a {
    font-size: 16px;
  }
}
footer.u_footer .bottom-row .menu.end-col {
  padding-right: 0;
}
@media (min-width: 992px) {
  footer.u_footer .bottom-row .menu.end-col {
    padding-left: 20px;
  }
}
footer.u_footer .bottom-row .menu.end-col > ul {
  height: 100%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer.u_footer .bottom-row .menu.end-col > ul {
    margin-left: auto;
  }
}
footer.u_footer .bottom-row .menu.end-col a {
  text-decoration: underline;
  font-size: 18px;
}
@media (min-width: 992px) {
  footer.u_footer .bottom-row .menu.end-col a {
    font-weight: 700;
    font-size: 16px;
  }
}
footer.u_footer .bottom-row .middle-col {
  flex-direction: column;
  align-items: normal;
  gap: 50px;
}
footer.u_footer .bottom-row .middle-col-texts {
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer.u_footer .bottom-row .middle-col-texts {
    flex-direction: row;
  }
}
@media (min-width: 720px) {
  footer.u_footer .bottom-row .middle-col-texts > div {
    max-width: 141px;
  }
}
footer.u_footer .bottom-row .middle-col p {
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}
footer.u_footer .bottom-row .middle-col a {
  color: #fff;
}
footer.u_footer .copyright-row {
  margin-top: 40px;
  font-size: 14px;
}
@media (min-width: 720px) {
  footer.u_footer .copyright-row {
    text-align: center;
  }
}
@media (min-width: 992px) {
  footer.u_footer .copyright-row {
    margin-top: -22px;
  }
}
footer.u_footer .logos-row {
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}
@media (min-width: 720px) {
  footer.u_footer .logos-row {
    flex-direction: row;
    padding-top: 55px;
  }
}
footer.u_footer .logos-row a img {
  height: 35px;
}

/* UTplHomepage */ /* UHomeHero */
div.u_home-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 720px) {
  div.u_home-hero {
    flex-direction: row;
    height: 480px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero {
    height: 542px;
  }
}
div.u_home-hero .image {
  position: relative;
  width: 100%;
  height: 90vw;
  display: inline-flex;
}
@media (min-width: 720px) {
  div.u_home-hero .image {
    width: 44%;
    height: 100%;
  }
}
div.u_home-hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.u_home-hero .info {
  position: relative;
  width: 100%;
  padding: 33px 22px 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (min-width: 720px) {
  div.u_home-hero .info {
    width: 63%;
    padding: 0 0 var(--section-border-radius) 30px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info {
    width: 51.39%;
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  div.u_home-hero .info {
    padding-left: 70px;
  }
}
div.u_home-hero .info .title {
  margin: 0 0 24px;
}
@media (min-width: 720px) {
  div.u_home-hero .info .title {
    margin: 0 0 32px;
  }
}
div.u_home-hero .info .text {
  display: flex;
}
div.u_home-hero .info .text .col {
  padding: 3px 24px;
  border-right: 2px solid #fff;
  flex-grow: 1;
  flex-basis: 0;
}
@media (min-width: 720px) {
  div.u_home-hero .info .text .col {
    flex-grow: 0;
    flex-basis: auto;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info .text .col {
    padding: 3px 40px;
  }
}
div.u_home-hero .info .text .col:first-child {
  padding-left: 0;
}
@media (min-width: 720px) {
  div.u_home-hero .info .text .col:first-child {
    max-width: 150px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info .text .col:first-child {
    max-width: 188px;
  }
}
div.u_home-hero .info .text .col:last-child {
  padding-right: 40px;
  border-right: none;
  flex-grow: 1;
}
@media (min-width: 720px) {
  div.u_home-hero .info .text .col:last-child {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info .text .col:last-child {
    padding-right: 70px;
    padding-left: 40px;
    max-width: none;
  }
}
div.u_home-hero .info .text .col .label {
  margin-bottom: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  div.u_home-hero .info .text .col .label {
    font-size: 19px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info .text .col .label {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
div.u_home-hero .info .text .col .value {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 720px) {
  div.u_home-hero .info .text .col .value {
    font-size: 26px;
  }
}
@media (min-width: 1240px) {
  div.u_home-hero .info .text .col .value {
    font-size: 32px;
  }
}
div.u_home-hero .info.bg-yellow::after, div.u_home-hero .info.bg-white::after {
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/images/decoration-hero-black.png");
}
div.u_home-hero .info.bg-yellow .text .col, div.u_home-hero .info.bg-white .text .col {
  border-color: #000;
}

/* UPageHero */
div.u_page-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media (min-width: 720px) {
  div.u_page-hero {
    flex-direction: row;
    height: 430px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero {
    height: 554px;
  }
}
div.u_page-hero .image {
  position: relative;
  width: 100%;
  height: 90vw;
  display: inline-flex;
  background-color: #ccc;
}
@media (min-width: 720px) {
  div.u_page-hero .image {
    width: 48.61%;
    height: 100%;
  }
}
div.u_page-hero .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.u_page-hero .info {
  position: relative;
  width: 100%;
  padding: 33px 22px 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (min-width: 720px) {
  div.u_page-hero .info {
    width: 63%;
    padding: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero .info {
    width: 51.39%;
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  div.u_page-hero .info {
    padding-left: 152px;
  }
}
div.u_page-hero .info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #f3ffa9;
  left: 0;
  top: 0px;
}
@media (min-width: 720px) {
  div.u_page-hero .info::before {
    width: 8px;
    height: 270px;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1240px) {
  div.u_page-hero .info::before {
    width: 11px;
    height: 303px;
    left: -5.5px;
  }
}
div.u_page-hero .info::after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/vc-theme/uneets/dist/assets/images/decoration-hero-white.png") no-repeat;
  background-size: cover;
  width: 197px;
  height: 177px;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 720px) {
  div.u_page-hero .info::after {
    width: 312px;
    height: 281px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero .info::after {
    width: 428px;
    height: 386px;
  }
}
div.u_page-hero .info .title {
  margin: 0 0 24px;
  width: 100%;
}
@media (min-width: 720px) {
  div.u_page-hero .info .title {
    max-width: 480px;
    margin: 0 0 44px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero .info .title {
    max-width: 518px;
    margin: 0 0 48px;
  }
}
div.u_page-hero .info .text {
  width: 100%;
}
@media (min-width: 720px) {
  div.u_page-hero .info .text {
    max-width: 480px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero .info .text {
    max-width: 518px;
  }
}
div.u_page-hero .info .cta {
  margin-top: 48px;
}
div.u_page-hero .info.bg-yellow::before {
  background-color: #c6168d;
}
div.u_page-hero .info.bg-yellow::after {
  background-image: url("/wp-content/themes/vc-theme/uneets/dist/assets/images/decoration-hero-black.png");
}
div.u_page-hero .info.bg-white::before {
  background-color: #00a1c7;
}
div.u_page-hero .info.bg-white::after {
  display: none;
}
div.u_page-hero.img-right .info {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 720px) {
  div.u_page-hero.img-right .info {
    align-items: flex-end;
    padding-left: 40px;
    padding-right: 30px;
  }
}
@media (min-width: 1240px) {
  div.u_page-hero.img-right .info {
    padding-left: 70px;
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  div.u_page-hero.img-right .info {
    padding-right: 152px;
  }
}
div.u_page-hero.img-right .info::before {
  left: auto;
  right: -5.5px;
}
div.u_page-hero.img-right .info::after {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
@media (min-width: 720px) {
  div.u_page-hero.img-right {
    flex-direction: row-reverse;
  }
}

/* UTplAgenda */ /* UTplUpdatesInitiatives */ /* UWelcomeSection */
div.u_welcome-section {
  position: relative;
  background-color: transparent;
}
div.u_welcome-section .h_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 720px) {
  div.u_welcome-section .h_wrapper {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1240px) {
  div.u_welcome-section .h_wrapper {
    gap: 100px;
  }
}
@media (min-width: 1440px) {
  div.u_welcome-section .h_wrapper {
    gap: 152px;
  }
}
div.u_welcome-section .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  div.u_welcome-section .title {
    font-size: 32px;
  }
}
@media (min-width: 1240px) {
  div.u_welcome-section .title {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
div.u_welcome-section .title__desktop {
  display: none;
}
@media (min-width: 720px) {
  div.u_welcome-section .title__desktop {
    display: block;
  }
}
div.u_welcome-section .title__mobile {
  display: block;
  margin-bottom: 0px;
  width: 100%;
}
@media (min-width: 720px) {
  div.u_welcome-section .title__mobile {
    display: none;
  }
}
div.u_welcome-section .title * {
  margin: 0;
}
div.u_welcome-section .image {
  width: 280px;
  height: 280px;
  max-width: 100%;
  flex: none;
}
@media (min-width: 720px) {
  div.u_welcome-section .image {
    width: 240px;
    height: 300px;
    order: 2;
  }
}
@media (min-width: 860px) {
  div.u_welcome-section .image {
    width: 355px;
    height: 355px;
  }
}
@media (min-width: 1240px) {
  div.u_welcome-section .image {
    width: 518px;
    height: 518px;
  }
}
div.u_welcome-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
div.u_welcome-section .info .text {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  flex-direction: column;
}
@media (min-width: 860px) {
  div.u_welcome-section .info .text {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1240px) {
  div.u_welcome-section .info .text {
    gap: 40px;
  }
}
div.u_welcome-section .info .cta {
  margin-top: 20px;
}
@media (min-width: 860px) {
  div.u_welcome-section .info .cta {
    margin-top: 50px;
  }
}

/* UTplLogin */
div.u_tpl-login {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 88px);
}
@media (min-width: 992px) {
  div.u_tpl-login {
    min-height: calc(100vh - 123px);
  }
}

/* ULogin */
div.u_login {
  overflow: hidden;
  flex-grow: 1;
  color: #fff;
  display: grid;
}
@media (min-width: 720px) {
  div.u_login {
    grid-template-columns: 48% 52%;
  }
}
div.u_login .login-fail {
  background-color: #f6f6f6;
  color: black;
  margin: 20px 0;
  border: 1px solid #edeced;
  border-left: 2px solid red;
  padding: 16px;
}
div.u_login .login-fail p {
  margin: 0;
  overflow: hidden;
}
div.u_login .login-fail span {
  font-weight: 700;
  color: red;
}
div.u_login .image {
  position: relative;
  background-color: gray;
  display: none;
}
@media (min-width: 720px) {
  div.u_login .image {
    display: block;
  }
}
div.u_login .image img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
div.u_login .container {
  display: flex;
  padding: 30px 22px 60px;
}
@media (min-width: 720px) {
  div.u_login .container {
    padding-left: min(10.5%, 152px);
    padding-right: 0;
    padding-bottom: 100px;
  }
}
@media (min-width: 1240px) {
  div.u_login .container {
    padding-left: min(20.5%, 152px);
  }
}
div.u_login .container::after {
  content: none;
}
@media (min-width: 720px) {
  div.u_login .container::after {
    content: "";
    width: 448px;
    height: 281px;
    bottom: -25px;
    right: -50px;
  }
}
div.u_login .container .text {
  max-width: min(406px, 100%);
  margin: 0 auto;
  padding: 40px 0 40px 0;
  z-index: 2;
}
@media (min-width: 720px) {
  div.u_login .container .text {
    margin: auto 0;
    padding-right: 20px;
    max-width: min(426px, 100%);
  }
}
div.u_login .container .text .date {
  margin: 0 0 20px;
  font-size: 18px;
}
@media (min-width: 720px) {
  div.u_login .container .text .date {
    font-size: 20px;
  }
}
div.u_login .container .text h2 {
  margin-bottom: 24px;
}
@media (min-width: 720px) {
  div.u_login .container .text h2 {
    margin-bottom: 48px;
  }
}
div.u_login .container .login-username,
div.u_login .container .login-password {
  margin: 0;
}
div.u_login .container .login-username label,
div.u_login .container .login-password label {
  display: block;
  margin-bottom: 10px;
}
div.u_login .container .login-username input,
div.u_login .container .login-password input {
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #c8c7c9;
  margin-bottom: 24px;
  height: 44px;
}
div.u_login .container .login-username input::placeholder,
div.u_login .container .login-password input::placeholder {
  color: #807b83;
}
div.u_login .container .login-username input.empty-field,
div.u_login .container .login-password input.empty-field {
  border: 2px solid red;
}
div.u_login .container .empty-fields-warning {
  color: #f3ffa9;
  padding-bottom: 5px;
}
div.u_login .container #agreement_checkbox.empty-field {
  position: relative;
}
div.u_login .container #agreement_checkbox.empty-field::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid red;
}
div.u_login .container .login-remember {
  margin-top: 0;
}
div.u_login .container .login-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
@media (min-width: 720px) {
  div.u_login .container .login-submit {
    justify-content: flex-end;
  }
}
div.u_login .container .login-submit #wp-submit {
  z-index: 100;
}
div.u_login .container .instructions {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
  margin-top: 48px;
  line-height: 140%;
  flex-direction: column;
}
@media (min-width: 720px) {
  div.u_login .container .instructions {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
div.u_login .container .instructions .icon {
  flex-shrink: 0;
  max-width: 32px;
}
div.u_login .container .instructions a {
  color: inherit;
  font-weight: 700;
}
div.u_login .container .accessibility_link {
  margin-top: 12px;
}
@media (min-width: 1240px) {
  div.u_login .container .accessibility_link {
    margin-top: 32px;
  }
}
div.u_login .container .accessibility_link a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}

/* UInitiativesList */
div.u_initiatives-list {
  text-align: center;
}
div.u_initiatives-list .text {
  color: #4a434e;
  font-size: 14px;
  line-height: 140%;
  max-width: 854px;
  margin: 0 auto 40px;
}
div.u_initiatives-list .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
div.u_initiatives-list .items > div {
  width: 100%;
}
@media (min-width: 480px) {
  div.u_initiatives-list .items > div {
    flex: 1 0 0px;
    max-width: calc((100% - 40px - 40px) / 3);
    min-width: 300px;
  }
}

/* UResourceCard */
div.u_resource-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border-radius: 30px;
  padding: 32px 24px;
  color: #4a434e;
  text-align: left;
}
div.u_resource-card.add-border {
  border: 2px solid #807b83;
}
@media (min-width: 992px) {
  div.u_resource-card {
    gap: 24px;
  }
}
div.u_resource-card > * {
  margin-bottom: 0;
  margin-top: 0;
}
div.u_resource-card h4,
div.u_resource-card .h4 {
  color: #4a434e;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  div.u_resource-card h4,
  div.u_resource-card .h4 {
    font-size: 32px;
  }
}
div.u_resource-card h4.purple,
div.u_resource-card .h4.purple {
  color: #662d91;
}
div.u_resource-card h4.pink,
div.u_resource-card .h4.pink {
  color: #c6168d;
}
div.u_resource-card .content-container ul {
  padding-left: 25px;
  margin-bottom: 0;
}
div.u_resource-card .content-container ul > li {
  font-size: 18px;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  div.u_resource-card .content-container ul > li {
    font-size: 20px;
  }
}
div.u_resource-card .content-container ul > li:last-child {
  margin-bottom: 0;
}
div.u_resource-card .content p {
  margin: 0;
  line-height: 140%;
  font-size: 14px;
}
div.u_resource-card .content .title-link {
  text-decoration: none;
}
div.u_resource-card .a-btn, div.u_resource-card div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit div.u_resource-card #wp-submit {
  width: fit-content;
}

/* UTplResourcesList */ /* ULinkList */
div.u_link-list h2 {
  text-align: center;
}
div.u_link-list h3 {
  color: #4a434e;
  font-weight: 600;
}
div.u_link-list .links {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  div.u_link-list .links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
div.u_link-list .links.empty-titles .u_resource-card {
  padding-top: 0px;
  padding-bottom: 0px;
}
div.u_link-list .child-sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* UPageTitle */
div.u_page-title .h_section.top-rounded {
  background: #662d91;
  margin-top: 0;
  color: #fff;
}
div.u_page-title .breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 720px) {
  div.u_page-title .breadcrumbs {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1240px) {
  div.u_page-title .breadcrumbs {
    margin-top: -10px;
    margin-bottom: 40px;
  }
}
div.u_page-title .breadcrumbs a {
  font-weight: 700;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
}
div.u_page-title .breadcrumbs a span.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("/wp-content/themes/vc-theme/uneets/src/assets/icons/icon-back.svg") center no-repeat;
  background-size: contain;
}
@media (min-width: 1240px) {
  div.u_page-title .breadcrumbs a span.mobile {
    display: none;
  }
}
div.u_page-title .breadcrumbs a span.desktop {
  display: none;
}
@media (min-width: 1240px) {
  div.u_page-title .breadcrumbs a span.desktop {
    display: inline-block;
  }
}
div.u_page-title .breadcrumbs span.separator {
  display: none;
}
@media (min-width: 1240px) {
  div.u_page-title .breadcrumbs span.separator {
    display: inline-block;
    margin: 0 3px;
  }
}
div.u_page-title .breadcrumbs span.item {
  display: none;
}
@media (min-width: 1240px) {
  div.u_page-title .breadcrumbs span.item {
    display: inline-block;
  }
}
div.u_page-title h1 {
  font-size: 28px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 720px) {
  div.u_page-title h1 {
    font-size: 42px;
  }
}
@media (min-width: 1240px) {
  div.u_page-title h1 {
    font-size: 60px;
  }
}
div.u_page-title .intro {
  font-size: 14px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
@media (min-width: 720px) {
  div.u_page-title .intro {
    font-size: 18px;
  }
}
@media (min-width: 1240px) {
  div.u_page-title .intro {
    font-size: 20px;
  }
}
div.u_page-title.type-updates .h_section.top-rounded {
  background: #c6168d;
}

/* UEditorContent */
div.u_editor-content {
  padding-bottom: 0 !important;
}
div.u_editor-content a {
  color: inherit;
}
div.u_editor-content p {
  margin-bottom: 30px;
}
div.u_editor-content ul {
  margin-bottom: 30px;
}
div.u_editor-content ul.more-space li {
  padding-bottom: 13px;
}
div.u_editor-content h1:not(:first-child),
div.u_editor-content h2:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 720px) {
  div.u_editor-content h1:not(:first-child),
  div.u_editor-content h2:not(:first-child) {
    margin-top: 60px;
  }
}
div.u_editor-content h2 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 720px) {
  div.u_editor-content h2 {
    font-size: 26px;
  }
}
@media (min-width: 1240px) {
  div.u_editor-content h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
div.u_editor-content h3 {
  color: #78747b;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 720px) {
  div.u_editor-content h3 {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  div.u_editor-content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
div.u_editor-content figure {
  margin-left: 0;
  margin-right: 0;
}
div.u_editor-content .wp-block-quote {
  font-size: 18px;
  border-left: 6px solid #c8c7c9;
  padding: 15px 30px;
  margin: 30px 0;
  font-weight: 500;
}
@media (min-width: 720px) {
  div.u_editor-content .wp-block-quote {
    font-size: 21px;
  }
}
div.u_editor-content .wp-block-pullquote {
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0;
}
@media (min-width: 720px) {
  div.u_editor-content .wp-block-pullquote {
    font-size: 21px;
  }
}
div.u_editor-content .wp-block-pullquote cite {
  font-weight: 400;
}
div.u_editor-content .wp-block-columns {
  gap: 24px;
}

/* UTplInternalPage */ /* UFeaturedUpdatesInitiatives */
div.u_featured-updates-initiatives {
  text-align: center;
  padding-bottom: 0;
}
div.u_featured-updates-initiatives h2 {
  max-width: 791px;
  margin: 0 auto 14px;
}
@media (min-width: 720px) {
  div.u_featured-updates-initiatives h2 {
    margin-bottom: 40px;
  }
}
div.u_featured-updates-initiatives .description {
  color: #4a434e;
  max-width: 854px;
  margin: 14px auto 32px;
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 720px) {
  div.u_featured-updates-initiatives .description {
    margin: 40px auto;
  }
}
div.u_featured-updates-initiatives .items {
  display: grid;
  column-gap: 40px;
  row-gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  div.u_featured-updates-initiatives .items {
    grid-template-columns: 1fr 1fr;
  }
}
div.u_featured-updates-initiatives .cta {
  margin-top: 48px;
}
div.u_featured-updates-initiatives .u_resource-card .a-btn, div.u_featured-updates-initiatives .u_resource-card div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit div.u_featured-updates-initiatives .u_resource-card #wp-submit {
  display: none;
}
@media (min-width: 720px) {
  div.u_featured-updates-initiatives .u_resource-card .a-btn, div.u_featured-updates-initiatives .u_resource-card div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit div.u_featured-updates-initiatives .u_resource-card #wp-submit {
    display: unset;
  }
}

/* UFeaturedCTA */
div.u_featured-c-t-a {
  background: #000;
  padding-top: 58px;
  padding-bottom: 58px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  div.u_featured-c-t-a {
    padding-top: 111px;
    padding-bottom: 111px;
  }
}
div.u_featured-c-t-a .content {
  text-align: center;
}
div.u_featured-c-t-a div.deco {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 300px;
  opacity: 0.7;
}
@media (min-width: 720px) {
  div.u_featured-c-t-a div.deco {
    display: block;
    width: 200px;
    height: 250px;
  }
}
@media (min-width: 992px) {
  div.u_featured-c-t-a div.deco {
    height: 350px;
  }
}
@media (min-width: 1240px) {
  div.u_featured-c-t-a div.deco {
    width: 300px;
    height: auto;
  }
}
div.u_featured-c-t-a h2 {
  margin-bottom: 42px;
  color: #fff;
}

/* UAgenda */
div.u_agenda > section.pink {
  color: #c6168d;
}
div.u_agenda > section.purple {
  color: #662d91;
}
div.u_agenda > section .content {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
div.u_agenda > section .content > li:last-child .u_agenda-card {
  border-bottom: none;
}
div.u_agenda > section header {
  display: flex;
  justify-content: space-between;
  color: inherit;
  margin-bottom: 24px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  div.u_agenda > section header {
    margin-bottom: 32px;
  }
}
div.u_agenda > section header > .h3, div.u_agenda > section header > div {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  div.u_agenda > section header > .h3, div.u_agenda > section header > div {
    font-size: 40px;
  }
}
div.u_agenda > section:last-child.bg-white {
  padding-bottom: 0;
}

/* UAgendaCard */
div.u_agenda-card {
  padding: 8px 0 9px 16px;
  border-left: 12px solid #c8c7c9;
  border-bottom: 1px solid #c8c7c9;
}
div.u_agenda-card.break {
  border-left-color: inherit;
}
div.u_agenda-card.break .item-top {
  color: inherit !important;
}
div.u_agenda-card.pink {
  color: #c6168d;
}
div.u_agenda-card.purple {
  color: #662d91;
}
div.u_agenda-card.blue {
  color: #00a1c7;
}
div.u_agenda-card .a-btn, div.u_agenda-card div.u_login .container .login-submit #wp-submit, div.u_login .container .login-submit div.u_agenda-card #wp-submit {
  padding: 12px;
}
div.u_agenda-card .downloads-container {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
  flex-shrink: 0;
}
@media (min-width: 480px) {
  div.u_agenda-card .downloads-container {
    gap: 20px;
  }
}
@media (min-width: 720px) {
  div.u_agenda-card .main-content-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
}
div.u_agenda-card .main-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.u_agenda-card .main-content > * {
  margin-bottom: 0;
  margin-top: 0;
}
div.u_agenda-card .main-content .name, div.u_agenda-card .main-content .speakers {
  color: #4a434e;
}
div.u_agenda-card .main-content .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 720px) {
  div.u_agenda-card .main-content .name {
    font-size: 20px;
  }
}
div.u_agenda-card .main-content .speakers {
  font-size: 14px;
}
@media (min-width: 720px) {
  div.u_agenda-card .main-content .speakers {
    font-size: 20px;
  }
}
div.u_agenda-card .main-content .item-top {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  display: flex;
  gap: 10px;
}
@media (min-width: 720px) {
  div.u_agenda-card .main-content .item-top {
    font-size: 16px;
    font-weight: 500;
  }
}
div.u_agenda-card .main-content .item-top .date {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  margin: unset;
}
div.u_agenda-card .main-content .item-location {
  padding-left: 10px;
  border-left: 1px solid;
  border-color: inherit;
}
div.u_agenda-card .topics {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style-type: none;
  padding: 0;
  margin: 24px 0 21px 0;
}
@media (min-width: 720px) {
  div.u_agenda-card .topics {
    margin-bottom: 35px;
  }
}
div.u_agenda-card .topics > li {
  padding: 10px 0;
  border-bottom: 1px solid #c8c7c9;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
div.u_agenda-card .topics > li:last-child {
  border-bottom: none;
}
@media (min-width: 720px) {
  div.u_agenda-card .topics > li {
    border-bottom: none;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
div.u_agenda-card .topics .topic-title {
  padding-left: 32px;
  font-size: 14px;
  position: relative;
  color: #78747b;
}
@media (min-width: 720px) {
  div.u_agenda-card .topics .topic-title {
    font-size: 20px;
  }
}
div.u_agenda-card .topics .topic-title p {
  margin: 0;
}
div.u_agenda-card .topics .topic-title::before {
  content: "";
  border-radius: 50%;
  background-color: #78747b;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 12px;
  top: 5px;
}
@media (min-width: 720px) {
  div.u_agenda-card .topics .topic-title::before {
    top: 8px;
  }
}

/* USkipToMainContent */
a.u_skip-to-main-content {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.u_skip-to-main-content:focus, a.u_skip-to-main-content:active {
  color: black;
  background-color: white;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid black;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999999;
}

/* UAlertMessage */
section.u_alert-message {
  color: #662d91;
}
section.u_alert-message .warning {
  gap: 16px;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid #c8c7c9;
  max-width: 855px;
  margin: 0 auto;
  padding: 32px 16px;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
}
@media (min-width: 720px) {
  section.u_alert-message .warning {
    text-align: left;
    gap: 24px;
    flex-direction: row;
    padding: 53px;
    font-size: 20px;
  }
}
section.u_alert-message .warning p {
  margin: 0;
}

/* Beginning of Shame.scss, this file should be EMPTY. */
/*# sourceMappingURL=style.css.map */
