@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

@font-face {
  font-family: "IcoMoon";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/pure-choice-partnership/dist/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/pure-choice-partnership/dist/icomoon.ttf") format("truetype"), url("/wp-content/themes/pure-choice-partnership/dist/fonts/icomoon.eot") format("eot");
}

form__legend,
form legend,
.c-form__legend,
.c-form legend,
.c-contact__legend,
.c-contact legend,
.a11y {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.c-section::before,
.c-main::before {
  content: "";
  display: block;
  clear: both;
}

.c-nav-signature__list,
.c-nav-signature .sub-menu,
.c-nav-inline__list,
.c-nav-inline .sub-menu,
.c-nav-header-signature__list,
.c-nav-header-signature .sub-menu,
.c-nav-social__list,
.c-nav-primary__list,
.c-nav-primary .sub-menu,
.c-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

* {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif !important;
}

a {
  display: inline;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-weight: 800;
  opacity: 1;
  color: white;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover,
a:focus {
  opacity: 0.3;
  outline: none;
}

a:visited {
  opacity: 1 !important;
}

mark {
  background-color: transparent;
}

abbr,
abbr[title] {
  text-decoration: none;
}

b,
strong,
.t-bold {
  opacity: 700;
  opacity: 1;
}

q,
blockquote {
  display: inline-block;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  margin: 0;
}

q em,
q b,
blockquote em,
blockquote b {
  font-weight: 800;
}

q *:last-child,
blockquote *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

cite {
  font-size: 18px;
  font-style: normal;
}

span {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
}

.t-light {
  font-weight: 300;
}

.t-normal {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  margin: 20px 0;
  color: #091f58;
}

h1,
.t-h1,
.c-workflow-inbox #field_2_8 h2 {
  font-size: 50px;
  line-height: 52px;
}

@media only screen and (min-width: 768px) {
  h1,
  .t-h1,
  .c-workflow-inbox #field_2_8 h2 {
    font-size: 75px;
    line-height: 75px;
  }
}

h1__small,
.t-h1__small {
  font-size: 44px;
  line-height: 52px;
}

@media only screen and (min-width: 768px) {
  h1__small,
  .t-h1__small {
    font-size: 75px;
    line-height: 75px;
  }
}

h2,
.t-h2,
.c-image_content__title {
  font-size: 34px;
  line-height: 38px;
}

@media only screen and (min-width: 768px) {
  h2,
  .t-h2,
  .c-image_content__title {
    font-size: 50px;
    line-height: 60px;
  }
}

h3,
.t-h3,
.c-more_information__title,
form__title,
.c-form__title,
.c-contact__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  h3,
  .t-h3,
  .c-more_information__title,
  form__title,
  .c-form__title,
  .c-contact__title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) {
  h4,
  .t-h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.t-button,
.c-button,
.c-category_dropdown__item,
.c-header__button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 16px;
  line-height: normal;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  .t-button,
  .c-button,
  .c-category_dropdown__item,
  .c-header__button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 20px;
  }
}

.t-link,
.c-more_information__read_more,
.c-faq__title,
.c-category_filter__link,
.c-nav-inline a,
.c-nav-inline li,
.c-nav-header-signature a,
form__accept,
.c-form__accept,
.c-contact__accept {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

@media only screen and (min-width: 992px) {
  .t-link,
  .c-more_information__read_more,
  .c-faq__title,
  .c-category_filter__link,
  .c-nav-inline a,
  .c-nav-inline li,
  .c-nav-header-signature a,
  form__accept,
  .c-form__accept,
  .c-contact__accept {
    font-size: 20px;
  }
}

.t-uppercase {
  text-transform: uppercase;
}

.t-overview,
.c-post__blockquote p,
.c-post__blockquote form__label,
.c-post__blockquote form label,
form .c-post__blockquote label,
.c-post__blockquote form .gfield_label,
form .c-post__blockquote .gfield_label,
.c-post__blockquote .c-form__label,
.c-post__blockquote .c-form label,
.c-form .c-post__blockquote label,
.c-post__blockquote .c-form .gfield_label,
.c-form .c-post__blockquote .gfield_label,
.c-post__blockquote .c-contact__label,
.c-post__blockquote .c-contact label,
.c-contact .c-post__blockquote label,
.c-post__blockquote .c-contact .gfield_label,
.c-contact .c-post__blockquote .gfield_label,
.c-post__blockquote form__form_description a,
form__form_description .c-post__blockquote a,
.c-post__blockquote .c-form__form_description a,
.c-form__form_description .c-post__blockquote a,
.c-post__blockquote .c-contact__form_description a,
.c-contact__form_description .c-post__blockquote a,
.c-post__overview *,
.c-more_information__description *,
.c-cta__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .t-overview,
  .c-post__blockquote p,
  .c-post__blockquote form__label,
  .c-post__blockquote form label,
  form .c-post__blockquote label,
  .c-post__blockquote form .gfield_label,
  form .c-post__blockquote .gfield_label,
  .c-post__blockquote .c-form__label,
  .c-post__blockquote .c-form label,
  .c-form .c-post__blockquote label,
  .c-post__blockquote .c-form .gfield_label,
  .c-form .c-post__blockquote .gfield_label,
  .c-post__blockquote .c-contact__label,
  .c-post__blockquote .c-contact label,
  .c-contact .c-post__blockquote label,
  .c-post__blockquote .c-contact .gfield_label,
  .c-contact .c-post__blockquote .gfield_label,
  .c-post__blockquote form__form_description a,
  form__form_description .c-post__blockquote a,
  .c-post__blockquote .c-form__form_description a,
  .c-form__form_description .c-post__blockquote a,
  .c-post__blockquote .c-contact__form_description a,
  .c-contact__form_description .c-post__blockquote a,
  .c-post__overview *,
  .c-more_information__description *,
  .c-cta__description {
    font-size: 20px;
    line-height: 30px;
  }
}

.t-quote,
.c-hero_quote__quote p,
.c-hero_quote__quote form__label,
.c-hero_quote__quote form label,
form .c-hero_quote__quote label,
.c-hero_quote__quote form .gfield_label,
form .c-hero_quote__quote .gfield_label,
.c-hero_quote__quote .c-form__label,
.c-hero_quote__quote .c-form label,
.c-form .c-hero_quote__quote label,
.c-hero_quote__quote .c-form .gfield_label,
.c-form .c-hero_quote__quote .gfield_label,
.c-hero_quote__quote .c-contact__label,
.c-hero_quote__quote .c-contact label,
.c-contact .c-hero_quote__quote label,
.c-hero_quote__quote .c-contact .gfield_label,
.c-contact .c-hero_quote__quote .gfield_label,
.c-hero_quote__quote form__form_description a,
form__form_description .c-hero_quote__quote a,
.c-hero_quote__quote .c-form__form_description a,
.c-form__form_description .c-hero_quote__quote a,
.c-hero_quote__quote .c-contact__form_description a,
.c-contact__form_description .c-hero_quote__quote a,
.c-hero_quote__quote {
  font-size: 24px;
  line-height: 36px;
  color: white;
}

@media only screen and (min-width: 768px) {
  .t-quote,
  .c-hero_quote__quote p,
  .c-hero_quote__quote form__label,
  .c-hero_quote__quote form label,
  form .c-hero_quote__quote label,
  .c-hero_quote__quote form .gfield_label,
  form .c-hero_quote__quote .gfield_label,
  .c-hero_quote__quote .c-form__label,
  .c-hero_quote__quote .c-form label,
  .c-form .c-hero_quote__quote label,
  .c-hero_quote__quote .c-form .gfield_label,
  .c-form .c-hero_quote__quote .gfield_label,
  .c-hero_quote__quote .c-contact__label,
  .c-hero_quote__quote .c-contact label,
  .c-contact .c-hero_quote__quote label,
  .c-hero_quote__quote .c-contact .gfield_label,
  .c-contact .c-hero_quote__quote .gfield_label,
  .c-hero_quote__quote form__form_description a,
  form__form_description .c-hero_quote__quote a,
  .c-hero_quote__quote .c-form__form_description a,
  .c-form__form_description .c-hero_quote__quote a,
  .c-hero_quote__quote .c-contact__form_description a,
  .c-contact__form_description .c-hero_quote__quote a,
  .c-hero_quote__quote {
    font-size: 36px;
    line-height: 46px;
  }
}

.t-citation,
.c-post__blockquote cite {
  font-size: 16px;
  line-height: 24px;
}

.t-menu,
.c-nav-primary__title {
  font-size: 25px;
  line-height: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .t-menu,
  .c-nav-primary__title {
    font-size: 40px;
    line-height: 36px;
  }
}

.t-copyright,
.c-nav-signature a,
.c-nav-signature li::after,
.c-nav-header-signature a,
.c-nav-header-signature li,
.c-footer__copyright li {
  font-size: 11px;
  line-height: 18px;
}

.t-form__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
  color: #091f58;
}

@media only screen and (min-width: 768px) {
  .t-subtitle,
  .c-hero_banner__subtitle,
  .c-banner__content p,
  .c-banner__content form__label,
  .c-banner__content form label,
  form .c-banner__content label,
  .c-banner__content form .gfield_label,
  form .c-banner__content .gfield_label,
  .c-banner__content .c-form__label,
  .c-banner__content .c-form label,
  .c-form .c-banner__content label,
  .c-banner__content .c-form .gfield_label,
  .c-form .c-banner__content .gfield_label,
  .c-banner__content .c-contact__label,
  .c-banner__content .c-contact label,
  .c-contact .c-banner__content label,
  .c-banner__content .c-contact .gfield_label,
  .c-contact .c-banner__content .gfield_label,
  .c-banner__content form__form_description a,
  form__form_description .c-banner__content a,
  .c-banner__content .c-form__form_description a,
  .c-form__form_description .c-banner__content a,
  .c-banner__content .c-contact__form_description a,
  .c-contact__form_description .c-banner__content a {
    font-size: 20px;
    line-height: 28px;
  }
}

.t-slider,
.c-hero_slider__title {
  font-size: 34px;
  line-height: 38px;
}

@media only screen and (min-width: 768px) {
  .t-slider,
  .c-hero_slider__title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .t-slider,
  .c-hero_slider__title {
    font-size: 75px;
    line-height: 75px;
  }
}

.t-description,
.c-post__subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.t-card__title,
.c-card__title {
  font-size: 20px;
  line-height: 28px;
}

.t-card__description,
.c-card__description {
  font-size: 16px;
  line-height: 24px;
}

.t-filter,
.c-category_filter__item a,
.c-category_filter__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

p,
form__form_description a,
.c-form__form_description a,
.c-contact__form_description a,
form__label,
form label,
form .gfield_label,
.c-form__label,
.c-form label,
.c-form .gfield_label,
.c-contact__label,
.c-contact label,
.c-contact .gfield_label,
li {
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 20px 0;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0;
}

ul li,
ol li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  margin: 20px 0;
}

ul li:empty,
ul li:blank,
ol li:empty,
ol li:blank {
  display: none;
}

.highlight-externals a[target=_blank] {
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
}

.highlight-externals a[target=_blank]::after {
  content: " \E900";
  font-family: "IcoMoon", sans-serif;
}

::-moz-selection {
  background-color: #000;
  color: white;
}

::selection {
  background-color: #000;
  color: white;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100%;
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  color: black;
  overflow-x: hidden;
  font-weight: 500;
}

body.has-navigation,
body.is-modal {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

img {
  border-radius: 0;
}

hr {
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100px;
  background-color: transparent;
  transform: translateZ(2px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .c-header {
    height: 100px;
    padding: 0 40px;
  }
}

.workflow-inbox .c-header,
.is-scrolling-down .c-header,
.is-scrolling-up.has-scrolled-down .c-header,
.has-scrolled-down .c-header {
  height: 80px;
  border-bottom: 2px solid #e3e3e3;
  background: white;
}

@media only screen and (min-width: 992px) {
  .workflow-inbox .c-header,
  .is-scrolling-down .c-header,
  .is-scrolling-up.has-scrolled-down .c-header,
  .has-scrolled-down .c-header {
    height: 80px;
    transform: translate3d(0, 0, 0);
  }
}

.c-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1130px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1440px) {
  .c-header__inner {
    max-width: 100%;
    padding: 0 105px;
  }
}

.c-header__controls {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0;
  background-color: transparent;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header__controls {
    padding: 0 40px;
  }
}

@media only screen and (min-width: 992px) {
  .is-external-open .c-header__controls {
    transform: translate3d(0, 54px, 0);
  }
}

.c-header__hamburger {
  position: fixed;
  right: 20px;
  z-index: 9999;
  margin-top: 2px;
  transform: translate3d(0, 0, 210px);
}

@media only screen and (min-width: 768px) {
  .c-header__hamburger {
    right: 40px;
    margin-top: -5px;
  }
}

.c-header__logo_link {
  border: 0;
}

.c-header__logo {
  width: 60px;
  height: 60px;
  fill: white;
  transform: translate3d(0, 0, 0);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 992px) {
  .c-header__logo {
    width: 70px;
    height: 70px;
  }
}

.workflow-inbox .c-header__logo,
.is-scrolling-down .c-header__logo,
.has-scrolled-down .c-header__logo,
.is-scrolling-up.has-scrolled-down .c-header__logo {
  width: 50px;
  height: 50px;
  fill: #091f58;
}

@media only screen and (min-width: 992px) {
  .workflow-inbox .c-header__logo,
  .is-scrolling-down .c-header__logo,
  .has-scrolled-down .c-header__logo,
  .is-scrolling-up.has-scrolled-down .c-header__logo {
    width: 60px;
    height: 60px;
  }
}

.c-header__panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translate3d(100%, 0, 0);
  transition: transform 10s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.has-navigation .c-header__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-header__menu {
  top: 0;
  left: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #091f58;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header__menu {
    max-width: 100%;
    padding: 30px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-header__menu {
    max-width: 768px;
  }
}

.has-navigation .c-header__menu {
  pointer-events: auto;
  transform: translate3d(0, 0, 120px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-header__footer {
  margin: 10px 0 0 0;
  color: white;
}

.c-header__button {
  display: block;
  margin-right: 50px;
  background-color: #ef476f;
}

@media only screen and (min-width: 768px) {
  .c-header__button {
    margin-right: 70px;
  }
}

.c-header__menu_logo {
  width: 60px;
  height: 60px;
  fill: white;
}

@media only screen and (min-width: 768px) {
  .c-header__menu_logo {
    width: 80px;
    height: 80px;
  }
}

.c-footer {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: white;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .c-footer {
    padding: 0 40px;
  }
}

.c-footer__inner {
  position: relative;
  width: 100%;
  max-width: 1130px;
  overflow: hidden;
  padding: 60px 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-footer__inner {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__inner {
    padding-bottom: 80px;
  }
}

.c-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .c-footer__nav {
    flex-direction: row;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer {
    text-align: left;
  }
}

.c-footer a {
  border: none;
}

.c-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 2px solid #e2e2e2;
}

@media only screen and (min-width: 992px) {
  .c-footer__logos {
    justify-content: flex-start;
    padding: 0;
    border: none;
  }
}

.c-footer__logos svg {
  width: 60px;
  height: 60px;
  fill: #091f58;
}

.c-footer__back_to_top {
  display: flex;
  display: none;
  flex-direction: row;
  align-self: center;
  order: 1;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: auto 0;
  color: #113ad2;
}

@media only screen and (min-width: 992px) {
  .c-footer__back_to_top {
    display: block;
    align-self: flex-end;
    order: 2;
    padding: 0;
  }
}

.c-footer__back_to_top svg {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  margin-left: 10px;
  fill: #113ad2;
  transform: rotate(180deg);
}

.c-footer__title {
  display: none;
  margin: auto;
  margin-right: 20px;
  color: #113ad2;
}

@media only screen and (min-width: 992px) {
  .c-footer__title {
    display: block;
  }
}

.c-footer__button {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin: auto 0;
  opacity: 1 !important;
  border-radius: 25px;
}

.c-footer__button svg {
  width: 30px;
  height: 30px;
  fill: white;
}

.c-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .c-footer__top {
    flex-direction: row;
    padding: 0 20px;
    padding: 0;
    margin-bottom: 25px;
  }
}

.c-footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 30px 0;
  padding-bottom: 0;
  border-top: 2px solid #e3e3e3;
}

@media only screen and (min-width: 992px) {
  .c-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    padding-top: 30px;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__bottom nav {
    order: 1;
  }
}

.c-footer__copyright {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  color: #113ad2;
  list-style: none;
}

@media only screen and (min-width: 992px) {
  .c-footer__copyright {
    justify-content: flex-start;
    order: 0;
    margin: 0 !important;
  }
}

.c-footer__copyright li {
  padding: 0;
  margin: 0;
  color: #091f58;
  white-space: nowrap;
}

.c-footer__copyright li::after {
  content: "|";
  margin: 0 4px;
}

.c-footer__signature {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .c-footer__signature {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
}

.c-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0 auto;
}

@media only screen and (min-width: 992px) {
  .c-footer__social {
    justify-content: flex-start;
    max-width: none;
  }
}

.c-footer__social svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.c-footer__social li {
  padding: 0;
  margin: 0 15px;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  .c-footer__social li {
    width: auto;
    margin: 0 30px 0 0;
  }
}

.c-footer__scroll {
  display: none;
}

.c-button,
.c-category_dropdown__item,
.c-header__button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 13px 30px;
  margin: 30px auto;
  border: none;
  border: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #113ad2;
  border-color: black;
  border-color: #113ad2;
  border-radius: 50px;
  border-radius: 40px;
  border-style: solid;
  color: white;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-button,
  .c-category_dropdown__item,
  .c-header__button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: auto;
    padding: 15px 40px;
    margin: 40px 0;
  }
}

.c-button:hover,
.c-category_dropdown__item:hover,
.c-header__button:hover,
.c-button:active,
.c-category_dropdown__item:active,
.c-header__button:active,
.c-button:focus,
.c-category_dropdown__item:focus,
.c-header__button:focus,
button:hover,
button:active,
button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  opacity: 1 !important;
  background-color: white;
  border-color: white;
  color: #113ad2;
}

.c-button[disabled],
[disabled].c-category_dropdown__item,
[disabled].c-header__button,
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-button.c-button--white,
.c-button--white.c-category_dropdown__item,
.c-button--white.c-header__button,
button.c-button--white,
input[type=button].c-button--white,
input[type=reset].c-button--white,
input[type=submit].c-button--white {
  background-color: white;
  border-color: white !important;
  color: #113ad2 !important;
}

.c-button.c-button--white:hover,
.c-button--white.c-category_dropdown__item:hover,
.c-button--white.c-header__button:hover,
.c-button.c-button--white:active,
.c-button--white.c-category_dropdown__item:active,
.c-button--white.c-header__button:active,
.c-button.c-button--white:focus,
.c-button--white.c-category_dropdown__item:focus,
.c-button--white.c-header__button:focus,
button.c-button--white:hover,
button.c-button--white:active,
button.c-button--white:focus,
input[type=button].c-button--white:hover,
input[type=button].c-button--white:active,
input[type=button].c-button--white:focus,
input[type=reset].c-button--white:hover,
input[type=reset].c-button--white:active,
input[type=reset].c-button--white:focus,
input[type=submit].c-button--white:hover,
input[type=submit].c-button--white:active,
input[type=submit].c-button--white:focus {
  background-color: #113ad2 !important;
  border-color: white !important;
  color: white !important;
}

.c-button.c-button--pink,
.c-button--pink.c-category_dropdown__item,
.c-button--pink.c-header__button,
button.c-button--pink,
input[type=button].c-button--pink,
input[type=reset].c-button--pink,
input[type=submit].c-button--pink {
  background-color: #f6c8d5 !important;
  border-color: #f6c8d5 !important;
  color: #113ad2 !important;
}

.c-button.c-button--pink:hover,
.c-button--pink.c-category_dropdown__item:hover,
.c-button--pink.c-header__button:hover,
.c-button.c-button--pink:active,
.c-button--pink.c-category_dropdown__item:active,
.c-button--pink.c-header__button:active,
.c-button.c-button--pink:focus,
.c-button--pink.c-category_dropdown__item:focus,
.c-button--pink.c-header__button:focus,
button.c-button--pink:hover,
button.c-button--pink:active,
button.c-button--pink:focus,
input[type=button].c-button--pink:hover,
input[type=button].c-button--pink:active,
input[type=button].c-button--pink:focus,
input[type=reset].c-button--pink:hover,
input[type=reset].c-button--pink:active,
input[type=reset].c-button--pink:focus,
input[type=submit].c-button--pink:hover,
input[type=submit].c-button--pink:active,
input[type=submit].c-button--pink:focus {
  background-color: white !important;
  border-color: white !important;
  color: #113ad2 !important;
}

.c-button.c-button--outlined,
.c-button--outlined.c-category_dropdown__item,
.c-button--outlined.c-header__button,
button.c-button--outlined,
form .gform_button button,
.c-form .gform_button button,
.c-contact .gform_button button,
input[type=button].c-button--outlined,
input[type=reset].c-button--outlined,
input[type=submit].c-button--outlined,
form input[type=submit],
.c-form input[type=submit],
.c-contact input[type=submit] {
  border: 2px;
  border-color: black;
  border-color: #113ad2;
  border-radius: 40px;
  border-style: solid;
  color: white;
}

.c-button.c-button--outlined--blue:hover,
.c-button--outlined--blue.c-category_dropdown__item:hover,
.c-button--outlined--blue.c-header__button:hover,
.c-button.c-button--outlined--blue:active,
.c-button--outlined--blue.c-category_dropdown__item:active,
.c-button--outlined--blue.c-header__button:active,
.c-button.c-button--outlined--blue:focus,
.c-button--outlined--blue.c-category_dropdown__item:focus,
.c-button--outlined--blue.c-header__button:focus,
button.c-button--outlined--blue:hover,
form .gform_button button:hover,
.c-form .gform_button button:hover,
.c-contact .gform_button button:hover,
button.c-button--outlined--blue:active,
form .gform_button button:active,
.c-form .gform_button button:active,
.c-contact .gform_button button:active,
button.c-button--outlined--blue:focus,
form .gform_button button:focus,
.c-form .gform_button button:focus,
.c-contact .gform_button button:focus,
input[type=button].c-button--outlined--blue:hover,
input[type=button].c-button--outlined--blue:active,
input[type=button].c-button--outlined--blue:focus,
input[type=reset].c-button--outlined--blue:hover,
input[type=reset].c-button--outlined--blue:active,
input[type=reset].c-button--outlined--blue:focus,
input[type=submit].c-button--outlined--blue:hover,
form input[type=submit]:hover,
.c-form input[type=submit]:hover,
.c-contact input[type=submit]:hover,
input[type=submit].c-button--outlined--blue:active,
form input[type=submit]:active,
.c-form input[type=submit]:active,
.c-contact input[type=submit]:active,
input[type=submit].c-button--outlined--blue:focus,
form input[type=submit]:focus,
.c-form input[type=submit]:focus,
.c-contact input[type=submit]:focus {
  border-color: #113ad2;
  color: #113ad2;
}

.c-button.c-button--outlined--white,
.c-button--outlined--white.c-category_dropdown__item,
.c-button--outlined--white.c-header__button,
button.c-button--outlined--white,
input[type=button].c-button--outlined--white,
input[type=reset].c-button--outlined--white,
input[type=submit].c-button--outlined--white {
  border-color: white;
  color: white;
}

.c-button.c-button--outlined--white:hover,
.c-button--outlined--white.c-category_dropdown__item:hover,
.c-button--outlined--white.c-header__button:hover,
.c-button.c-button--outlined--white:active,
.c-button--outlined--white.c-category_dropdown__item:active,
.c-button--outlined--white.c-header__button:active,
.c-button.c-button--outlined--white:focus,
.c-button--outlined--white.c-category_dropdown__item:focus,
.c-button--outlined--white.c-header__button:focus,
button.c-button--outlined--white:hover,
button.c-button--outlined--white:active,
button.c-button--outlined--white:focus,
input[type=button].c-button--outlined--white:hover,
input[type=button].c-button--outlined--white:active,
input[type=button].c-button--outlined--white:focus,
input[type=reset].c-button--outlined--white:hover,
input[type=reset].c-button--outlined--white:active,
input[type=reset].c-button--outlined--white:focus,
input[type=submit].c-button--outlined--white:hover,
input[type=submit].c-button--outlined--white:active,
input[type=submit].c-button--outlined--white:focus {
  background-color: white;
}

.c-button.c-button--padded,
.c-button--padded.c-category_dropdown__item,
.c-button--padded.c-header__button,
button.c-button--padded,
input[type=button].c-button--padded,
input[type=reset].c-button--padded,
input[type=submit].c-button--padded {
  padding: 17px 40px;
}

.c-button.c-button--slider,
.c-button--slider.c-category_dropdown__item,
.c-button--slider.c-header__button,
button.c-button--slider,
input[type=button].c-button--slider,
input[type=reset].c-button--slider,
input[type=submit].c-button--slider {
  margin: 0;
}

.c-cards {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 480px) {
  .c-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-cards--3up .c-card {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .c-cards--3up .c-card {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--3up .c-card {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--3up::after {
    content: "";
    width: calc(33.33% - 20px);
    height: 1px;
    background-color: transparent;
  }
}

.c-cards--5up .c-card {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .c-cards--5up .c-card {
    width: calc(33.33% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .c-cards--5up .c-card {
    width: calc(25% - 10px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--5up .c-card {
    width: calc(20% - 10px);
  }
}

.c-card {
  width: auto;
  overflow: hidden;
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 992px) {
  .c-card {
    margin: 0 0 40px 0;
  }
}

.c-card:hover {
  opacity: 1;
}

.c-card:hover .c-card__button {
  border-bottom: 1px solid #113ad2;
  opacity: 0.3;
}

.c-card:hover .c-card__media .c-media__image {
  transform: scale(1.1);
  transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-card__link {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  background-color: white;
}

.c-card__link:hover {
  opacity: 1;
}

.c-card__media {
  width: calc(100% - 20px) !important;
  height: 200px !important;
  overflow: hidden;
  margin-bottom: -30px;
  transform: translateY(-30px);
}

.c-card__media .c-media__image {
  transform: scale(1);
  transition: transform 1.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-card__content {
  position: relative;
  width: 100%;
  height: calc(100% - 180px);
  overflow: hidden;
  padding: 0 30px 40px 30px;
  background-color: white;
}

.c-card__title,
.c-card__description {
  color: #091f58;
}

.c-card__button {
  color: #113ad2;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-card.c-brand_card .c-card__link {
  margin-top: 10px;
  background-color: #ffe6ef;
}

.c-card.c-brand_card .c-card__media {
  width: calc(100% - 10px) !important;
  height: 156px !important;
  overflow: hidden;
  margin-bottom: -10px;
  transform: translateY(-10px);
}

.c-card.c-brand_card .c-card__content {
  height: calc(100% - 156px);
  padding-bottom: 30px;
  background-color: #ffe6ef;
}

.c-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-media__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .c-media__image {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .c-media__image--fixed {
    background-attachment: fixed;
  }
}

.c-hamburger {
  display: block;
  width: 22px;
  height: 24px;
  cursor: pointer;
}

.c-hamburger:hover .c-hamburger__patty {
  opacity: 0.3;
}

.workflow-inbox .c-hamburger {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .has-navigation .c-hamburger {
    position: relative;
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}

.is-scrolling-down .c-hamburger,
.has-scrolled-down .c-hamburger,
.is-scrolling-up.has-scrolled-down .c-hamburger {
  transform: translate(0, 10px);
}

.c-hamburger__patty {
  position: relative;
  display: block;
  width: 22px;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  transform: translateY(9px);
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty {
    width: calc(22px + 2px);
  }
}

.has-navigation .c-hamburger__patty {
  visibility: hidden;
  background-color: white !important;
  transition: opacity 0.25s 0.25s;
}

@media only screen and (min-width: 768px) {
  .has-navigation .c-hamburger__patty {
    top: -5px;
    width: 35px;
    height: 35px;
  }
}

.is-scrolling-down .c-hamburger__patty,
.has-scrolled-down .c-hamburger__patty,
.is-scrolling-up.has-scrolled-down .c-hamburger__patty {
  position: absolute;
  top: -2px;
  opacity: 1 !important;
  background-color: #113ad2 !important;
}

.has-navigation .is-scrolling-down .c-hamburger__patty,
.has-navigation .has-scrolled-down .c-hamburger__patty,
.has-navigation .is-scrolling-up.has-scrolled-down .c-hamburger__patty {
  background-color: white !important;
}

.c-hamburger__patty::after,
.c-hamburger__patty::before {
  content: "";
  position: absolute;
  height: 4px;
  background-color: white;
  border-radius: 4px;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1), right 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-scrolling-down .c-hamburger__patty::after,
.has-scrolled-down .c-hamburger__patty::after,
.is-scrolling-up.has-scrolled-down .c-hamburger__patty::after,
.is-scrolling-down .c-hamburger__patty::before,
.has-scrolled-down .c-hamburger__patty::before,
.is-scrolling-up.has-scrolled-down .c-hamburger__patty::before {
  opacity: 1 !important;
  background-color: #113ad2 !important;
}

.has-navigation .c-hamburger__patty::after,
.has-navigation .c-hamburger__patty::before {
  top: 0;
  right: 0;
  visibility: visible;
  background-color: white !important;
  transform: rotate(-45deg);
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), right 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.workflow-inbox .has-navigation .c-hamburger__patty::after,
.is-scrolling-down .has-navigation .c-hamburger__patty::after,
.has-scrolled-down .has-navigation .c-hamburger__patty::after,
.is-scrolling-up.has-scrolled-down .has-navigation .c-hamburger__patty::after,
.workflow-inbox .has-navigation .c-hamburger__patty::before,
.is-scrolling-down .has-navigation .c-hamburger__patty::before,
.has-scrolled-down .has-navigation .c-hamburger__patty::before,
.is-scrolling-up.has-scrolled-down .has-navigation .c-hamburger__patty::before {
  background-color: white !important;
}

.c-hamburger__patty::before {
  right: 0;
  bottom: 9px;
  width: 30px;
  transition: top 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), left 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty::before {
    bottom: calc(9px + 1px);
    width: calc(30px + 2px);
  }
}

.has-navigation .c-hamburger__patty::before {
  background-color: white !important;
  transform: rotate(-45deg);
  transition: transform 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), left 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .has-navigation .c-hamburger__patty::before {
    top: 10px;
    width: 35px;
  }
}

.c-hamburger__patty::after {
  top: 9px;
  right: 0;
  width: 25px;
  transition: left 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), width 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty::after {
    top: calc(9px + 1px);
    width: calc(25px + 2px);
  }
}

.has-navigation .c-hamburger__patty::after {
  width: 30px;
  background-color: white;
  transform: rotate(45deg);
  transition: transform 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), width 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), left 0.25s 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .has-navigation .c-hamburger__patty::after {
    top: 10px;
    width: 35px;
  }
}

.c-main {
  width: 100%;
  overflow-x: hidden;
}

.workflow-inbox .c-main {
  background-color: #fff0f5;
}

.c-section {
  width: 100%;
  padding: 40px 20px;
  padding-bottom: 60px;
  margin: 0;
  background-color: white;
}

@media only screen and (min-width: 768px) {
  .c-section {
    padding: 40px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .c-section {
    padding: 120px 40px;
    padding-bottom: 140px;
  }
}

.c-section--hero_banner,
.c-section--hero_slider,
.c-section--banner,
.c-section--more_information {
  padding: 0;
}

.c-section--banner {
  position: relative;
  z-index: 800;
}

@media only screen and (min-width: 992px) {
  .c-section--more_information {
    padding: 150px 0;
  }
}

.c-section--hero_quote {
  position: relative;
  padding: 80px 20px 160px 20px;
}

@media only screen and (min-width: 768px) {
  .c-section--hero_quote {
    padding: 120px 40px 340px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-section--hero_quote {
    padding: 150px 40px 380px 40px;
  }
}

.c-section--cta {
  background-color: #113ad2;
}

@media only screen and (min-width: 768px) {
  .c-section--cta {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: -220px;
    background: none;
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 992px) {
  .c-section--cta {
    margin-top: -250px;
  }
}

.c-section--cta.bump {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .c-section--cta.bump {
    margin-top: 0;
  }
}

.c-section--faq {
  padding-top: 45px;
  padding-bottom: 65px;
}

@media only screen and (min-width: 768px) {
  .c-section--faq {
    padding-top: 75px;
    padding-bottom: 105px;
  }
}

@media only screen and (min-width: 992px) {
  .c-section--faq {
    padding: 135px 30px;
  }
}

.c-section--form,
.c-section--contact {
  background-color: #fff0f5;
}

.c-section--image_content {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .c-section--image_content {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .c-section--image_content {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.c-section--post {
  padding: 40px 0;
}

@media only screen and (min-width: 992px) {
  .c-section--post {
    padding: 80px 40px;
    padding-bottom: 80px;
  }
}

.c-section--filtered {
  background-color: #fff9fb;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* IE10+ CSS */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-featured__button {
    margin-bottom: 2px;
  }

  .c-nav-primary__list {
    padding-right: 24px !important;
  }

  .c-content_image__image_align_modifier {
    text-align: right;
  }

  .c-footer__title {
    padding-top: 16px;
  }

  .c-main {
    width: 100%;
    height: 100%;
  }

  body {
    width: 100%;
    margin: 0;
  }

  .c-lets_talk__inner {
    height: 600px;
    overflow: hidden;
  }

  #s {
    height: 40px;
    overflow: hidden;
  }

  .c-cards--3up::after {
    display: block;
  }

  [type=button].nf-element {
    background-color: black;
  }
}

/* IE Edge 12+ CSS styles go here */

@supports (-ms-accelerator: true) {
  .c-featured__button {
    margin-bottom: 2px;
  }

  .c-nav-primary__list {
    padding-right: 24px !important;
  }
}

/* SVG Fix Full Width Fix */

/* 1 */

.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) and (min-height: 500px) and (max-height: 800px) {
  .c-hero_slider__foreground {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
  }
}

form,
.c-form,
.c-contact {
  padding: 0;
  margin: 0;
}

form__inner,
.c-form__inner,
.c-contact__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

form fieldset,
form__fieldset,
.c-form fieldset,
.c-form__fieldset,
.c-contact fieldset,
.c-contact__fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

form__label,
form label,
form .gfield_label,
.c-form__label,
.c-form label,
.c-form .gfield_label,
.c-contact__label,
.c-contact label,
.c-contact .gfield_label {
  display: inline-block;
  width: auto;
  font-weight: 600;
  margin: 10px 0;
}

form__field,
.c-form__field,
.c-contact__field {
  margin: 0 0 20px 0;
}

form__input,
form input[type=text],
form input[type=email],
form input[type=tel],
form__textarea,
form textarea,
form__select,
form select,
.c-form__input,
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form__textarea,
.c-form textarea,
.c-form__select,
.c-form select,
.c-contact__input,
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact__textarea,
.c-contact textarea,
.c-contact__select,
.c-contact select {
  display: inline-block;
  width: 100%;
  font-family: "Raleway", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 13px 20px;
  border: 2px solid rgba(246, 200, 213, 0.5);
  background-color: white;
  border-radius: 5px;
  box-shadow: none;
  color: #2a000e;
  outline: none;
  transition: none;
}

form__input:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form__textarea:focus,
form textarea:focus,
form__select:focus,
form select:focus,
.c-form__input:focus,
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form__textarea:focus,
.c-form textarea:focus,
.c-form__select:focus,
.c-form select:focus,
.c-contact__input:focus,
.c-contact input[type=text]:focus,
.c-contact input[type=email]:focus,
.c-contact input[type=tel]:focus,
.c-contact__textarea:focus,
.c-contact textarea:focus,
.c-contact__select:focus,
.c-contact select:focus {
  border-color: #113ad2;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form__input,
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form__input,
.c-contact input[type=text],
.c-contact input[type=email],
.c-contact input[type=tel],
.c-contact__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

form__input,
form input[type=checkbox],
.c-form__input,
.c-form input[type=checkbox],
.c-contact__input,
.c-contact input[type=checkbox] {
  vertical-align: middle;
  width: 24px !important;
  height: 24px !important;
  padding: 3px;
  border: 2px solid black;
  -webkit-appearance: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

form__input:checked,
form input[type=checkbox]:checked,
.c-form__input:checked,
.c-form input[type=checkbox]:checked,
.c-contact__input:checked,
.c-contact input[type=checkbox]:checked {
  background-color: black;
}

form select,
form__select,
.c-form select,
.c-form__select,
.c-contact select,
.c-contact__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

form .gfield_html p,
form .gfield_html form__form_description a,
form__form_description form .gfield_html a,
form .gfield_html .c-form__form_description a,
.c-form__form_description form .gfield_html a,
form .gfield_html .c-contact__form_description a,
.c-contact__form_description form .gfield_html a,
form .gfield_html form__label,
form .gfield_html label,
form .gfield_html .gfield_label,
form .gfield_html .c-form__label,
form .gfield_html .c-contact__label,
.c-form .gfield_html p,
.c-form .gfield_html form__form_description a,
form__form_description .c-form .gfield_html a,
.c-form .gfield_html .c-form__form_description a,
.c-form__form_description .c-form .gfield_html a,
.c-form .gfield_html .c-contact__form_description a,
.c-contact__form_description .c-form .gfield_html a,
.c-form .gfield_html form__label,
.c-form .gfield_html .c-form__label,
.c-form .gfield_html label,
.c-form .gfield_html .gfield_label,
.c-form .gfield_html .c-contact__label,
.c-contact .gfield_html p,
.c-contact .gfield_html form__form_description a,
form__form_description .c-contact .gfield_html a,
.c-contact .gfield_html .c-form__form_description a,
.c-form__form_description .c-contact .gfield_html a,
.c-contact .gfield_html .c-contact__form_description a,
.c-contact__form_description .c-contact .gfield_html a,
.c-contact .gfield_html form__label,
.c-contact .gfield_html .c-form__label,
.c-contact .gfield_html .c-contact__label,
.c-contact .gfield_html label,
.c-contact .gfield_html .gfield_label {
  margin-top: 30px;
}

form .gform_button button,
form input[type=submit],
.c-form .gform_button button,
.c-form input[type=submit],
.c-contact .gform_button button,
.c-contact input[type=submit] {
  margin-top: 0;
  margin-bottom: 20px;
}

form .gform_button button:hover,
form .gform_button button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
.c-form .gform_button button:hover,
.c-form .gform_button button:focus,
.c-form input[type=submit]:hover,
.c-form input[type=submit]:focus,
.c-contact .gform_button button:hover,
.c-contact .gform_button button:focus,
.c-contact input[type=submit]:hover,
.c-contact input[type=submit]:focus {
  background-color: transparent;
}

form__tick,
.c-form__tick,
.c-contact__tick {
  position: absolute;
  top: -1px;
  left: -2px;
  width: 30px;
  height: 30px;
  opacity: 0;
  fill: white;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-active form__tick,
.is-active .c-form__tick,
.is-active .c-contact__tick {
  opacity: 1;
}

form__title,
.c-form__title,
.c-contact__title {
  margin: 15px 0;
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  form__title,
  .c-form__title,
  .c-contact__title {
    margin-top: 0;
  }
}

form__button,
.c-form__button,
.c-contact__button {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #113ad2;
  background-color: none;
  border-radius: 30px;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-active form__button,
.is-active .c-form__button,
.is-active .c-contact__button {
  background-color: #113ad2;
}

form__statement,
.c-form__statement,
.c-contact__statement {
  display: block;
  width: calc(100% - 45px);
}

form__accept,
.c-form__accept,
.c-contact__accept {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  padding: 15px 0;
  margin: 0;
  color: #113ad2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

form__accept:hover,
form__accept:focus,
.c-form__accept:hover,
.c-form__accept:focus,
.c-contact__accept:hover,
.c-contact__accept:focus {
  opacity: 1;
}

form__statements,
form__form,
.c-form__statements,
.c-form__form,
.c-contact__statements,
.c-contact__form {
  max-width: 930px;
}

@media only screen and (min-width: 768px) {
  form__item,
  .c-form__item,
  .c-contact__item {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  form__item,
  .c-form__item,
  .c-contact__item {
    padding-bottom: 0;
  }
}

form__form,
.c-form__form,
.c-contact__form {
  height: 0;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

form__form .c-form__content,
.c-form__form .c-form__content,
.c-contact__form .c-form__content {
  padding-top: 60px;
}

form__form .gform_button,
.c-form__form .gform_button,
.c-contact__form .gform_button {
  margin-top: 20px !important;
}

@media only screen and (min-width: 768px) {
  form__form .gform_button,
  .c-form__form .gform_button,
  .c-contact__form .gform_button {
    margin-top: 30px !important;
  }
}

form__form .c-form input[type=submit],
form__form form .gform_button button,
form__form form input[type=submit],
.c-form__form .c-form input[type=submit],
.c-form__form form .gform_button button,
.c-form__form form input[type=submit],
.c-contact__form .c-form input[type=submit],
.c-contact__form form .gform_button button,
.c-contact__form form input[type=submit] {
  margin-bottom: 0;
}

form hr,
.c-form hr,
.c-contact hr {
  padding-bottom: 40px;
  border-top: 2px solid #f6c8d5;
}

form__form_description a,
.c-form__form_description a,
.c-contact__form_description a {
  font-weight: 800;
  color: #113ad2;
}

form .gform_fields,
.c-form .gform_fields,
.c-contact .gform_fields {
  padding: 0;
  list-style: none;
}

form .gform_fields li,
.c-form .gform_fields li,
.c-contact .gform_fields li {
  margin: 0;
}

.grecaptcha-badge {
  z-index: 9999;
  transform: translateZ(1000px);
}

.c-contact__form {
  height: auto;
}

.c-nav-primary {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-nav-primary {
    margin: auto;
  }
}

@media only screen and (min-width: 992px) {
  .is-external-open .c-nav-primary {
    transform: translate3d(0, 54px, 0);
  }
}

.c-nav-primary__list,
.c-nav-primary .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-nav-primary a {
  margin: 0;
  color: white;
}

.c-nav-primary a[target=_blank]::after {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .c-nav-primary a[target=_blank]::after {
    font-size: 30px;
  }
}

.c-nav-primary li {
  width: 100%;
  font-weight: 500;
  padding: 20px 0;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-nav-primary li {
    padding: 20px 0;
  }
}

.c-nav-primary li:last-child {
  border-bottom: 0;
}

.c-nav-primary li.current-menu-item a {
  font-weight: 800;
  color: #f6c8d5;
}

.current-menu-item .c-nav-primary__title {
  font-weight: 800;
}

.c-nav-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  margin-top: 0;
  background: transparent;
}

.c-nav-social__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.c-nav-social svg {
  width: 25px;
  height: 25px;
  fill: white;
}

.c-nav-social li {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0;
  padding-right: 20px;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  .c-nav-social li {
    width: auto;
  }
}

.c-nav-social li:last-child::after {
  display: none;
}

.c-nav-social a {
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-nav-social a:hover {
  color: white;
}

.c-nav-social__login_list {
  padding: 0;
}

.c-nav-social__login {
  width: auto;
}

.c-nav-social__login a {
  font-size: 20px;
  padding: 8px 22px;
  border: white solid 2px;
  border-radius: 30px;
}

@media only screen and (min-width: 992px) {
  .c-nav-social__login a {
    border: #000 solid 2px;
  }
}

@media only screen and (min-width: 992px) {
  .c-nav-social__login {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .c-nav-social__login:hover {
    opacity: 0.3;
    cursor: pointer;
  }

  .c-nav-social__login a {
    color: #000;
  }

  .c-nav-social__login a:hover {
    opacity: 0.3;
    color: #000;
  }
}

.c-nav-header-signature__list,
.c-nav-header-signature .sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.c-nav-header-signature li {
  margin: 0;
}

.c-nav-header-signature li::after {
  content: "|";
  display: inline-block;
  padding: 0 6px;
}

.c-nav-header-signature li:last-child::after {
  display: none;
}

.c-nav-inline {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  pointer-events: auto;
}

.c-nav-inline__list,
.c-nav-inline .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  border-bottom: 2px solid #e2e2e2;
}

@media only screen and (min-width: 768px) {
  .c-nav-inline__list,
  .c-nav-inline .sub-menu {
    flex-direction: row;
    justify-content: center;
    padding: 40px 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-nav-inline__list,
  .c-nav-inline .sub-menu {
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    width: 100%;
    padding: 2px 0;
    padding: 0 40px 0 0;
    margin-left: 0;
    border: 0;
  }
}

.c-nav-inline li {
  padding: 10px 0;
  margin: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-nav-inline li {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 992px) {
  .c-nav-inline li {
    padding: 0 40px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-nav-inline li:last-child {
    border-right: 2px solid #e2e2e2;
  }
}

.c-nav-inline a {
  color: #113ad2;
}

.c-nav-signature {
  pointer-events: auto;
}

.c-nav-signature__list,
.c-nav-signature .sub-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  color: white;
}

.c-nav-signature li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.c-nav-signature li::after {
  content: "|";
  margin: 0 4px;
  color: #091f58;
}

.c-nav-signature li:last-child::after {
  content: "";
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .c-nav-signature li:last-child::after {
    content: "";
    margin: 0 4px;
  }
}

.c-nav-signature a {
  display: inline-block;
  width: auto;
  font-weight: 800;
  color: #091f58;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-nav-social-footer {
  margin: 30px 0;
}

@media only screen and (min-width: 992px) {
  .c-nav-social-footer {
    margin: 0;
  }
}

.c-nav-social-footer__list {
  display: flex;
  padding: 0;
  list-style: none;
}

.c-nav-social-footer__list li {
  padding-right: 20px;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .c-nav-social-footer__list li {
    padding-right: 20px;
  }
}

.c-nav-social-footer__list li:last-child {
  padding-right: 0;
}

.c-nav-social-footer svg {
  width: 24px;
  height: 24px;
  fill: #113ad2;
}

.c-banner {
  position: relative;
  width: 100%;
}

.c-banner__scroll {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.c-banner__regular {
  height: calc(100vh - 100px);
  /*
  $query: (
    'min-width': '992px',
    'min-height': '1080px'
  );
  */
}

@media only screen and (min-width: 768px) {
  .c-banner__regular {
    height: 600px;
    max-height: calc(100vh - 120px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) and (min-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .c-banner__regular {
    height: calc(100vh - 200px);
  }
}

.c-banner__regular .c-banner__scroll {
  display: none;
}

.c-banner__large {
  height: calc(100vh - 120px);
  /*
  $query: (
    'min-width': '992px',
    'min-height': '1080px'
  );
  */
}

@media only screen and (min-width: 768px) {
  .c-banner__large {
    height: calc(100vh - 120px);
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (max-height: 1366px) and (min-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .c-banner__large {
    height: calc(100vh - 200px);
  }
}

@media only screen and (min-width: 768px) {
  .c-banner__minimum .c-media__image {
    padding-bottom: 60px !important;
  }
}

@media only screen and (min-width: 992px) {
  .c-banner__minimum .c-media__image {
    padding-bottom: 80px !important;
  }
}

.c-banner__media {
  width: 100%;
  height: 100%;
}

.c-banner__media .c-media__image.lazyloaded {
  width: calc(100% + 5px);
  padding: 0 20px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 768px) {
  .c-banner__media .c-media__image.lazyloaded {
    padding: 0 40px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .c-banner__media .c-media__image.lazyloaded {
    padding-bottom: 160px;
  }
}

.c-banner__mask {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-banner__mask {
    align-items: flex-start;
  }
}

.c-banner__title {
  width: 100%;
  color: white;
}

@media only screen and (min-width: 768px) {
  .c-banner__title {
    max-width: 540px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-banner__title {
    max-width: 930px;
  }
}

.c-banner__content {
  padding: 20px;
  margin-top: -60px;
  margin-right: 20px;
  background: #113ad2;
  color: white;
  transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .c-banner__content {
    padding: 80px 90px 80px 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-banner__content {
    padding: 80px 40px 80px 40px;
    padding-left: calc(((100% - 1130px) / 2) - 40px - 0px);
    margin-top: -80px;
    margin-right: 140px;
  }
}

.c-banner__content p,
.c-banner__content form__label,
.c-banner__content form label,
form .c-banner__content label,
.c-banner__content form .gfield_label,
form .c-banner__content .gfield_label,
.c-banner__content .c-form__label,
.c-banner__content .c-form label,
.c-form .c-banner__content label,
.c-banner__content .c-form .gfield_label,
.c-form .c-banner__content .gfield_label,
.c-banner__content .c-contact__label,
.c-banner__content .c-contact label,
.c-contact .c-banner__content label,
.c-banner__content .c-contact .gfield_label,
.c-contact .c-banner__content .gfield_label,
.c-banner__content form__form_description a,
form__form_description .c-banner__content a,
.c-banner__content .c-form__form_description a,
.c-form__form_description .c-banner__content a,
.c-banner__content .c-contact__form_description a,
.c-contact__form_description .c-banner__content a {
  width: 100%;
  max-width: 930px;
  font-weight: 600;
}

.c-banner__description h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 10px;
  color: white;
}

.c-banner__description p,
.c-banner__description form__label,
.c-banner__description form label,
form .c-banner__description label,
.c-banner__description form .gfield_label,
form .c-banner__description .gfield_label,
.c-banner__description .c-form__label,
.c-banner__description .c-form label,
.c-form .c-banner__description label,
.c-banner__description .c-form .gfield_label,
.c-form .c-banner__description .gfield_label,
.c-banner__description .c-contact__label,
.c-banner__description .c-contact label,
.c-contact .c-banner__description label,
.c-banner__description .c-contact .gfield_label,
.c-contact .c-banner__description .gfield_label,
.c-banner__description form__form_description a,
form__form_description .c-banner__description a,
.c-banner__description .c-form__form_description a,
.c-form__form_description .c-banner__description a,
.c-banner__description .c-contact__form_description a,
.c-contact__form_description .c-banner__description a {
  margin-top: 10px;
}

.c-banner__description,
.c-banner__criteria {
  min-width: calc(100% - 40px);
  max-width: 1130px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .c-banner__description,
  .c-banner__criteria {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .c-banner__description,
  .c-banner__criteria {
    padding-left: 20px;
  }
}

.c-banner__down_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffe6ef;
  border-radius: 30px;
}

.c-banner__arrow {
  width: 15px;
  height: 15px;
  fill: #113ad2;
}

.c-banner__message {
  font-weight: 800;
  margin: 0 0 0 10px;
  color: white;
}

.c-banner__criteria {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

@media only screen and (min-width: 768px) {
  .c-banner__criteria {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }
}

.c-category_filter {
  width: 100%;
  margin: 20px 0;
}

.c-category_filter__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 0;
  list-style: none;
}

.c-category_filter__list li {
  padding-right: 15px;
  padding-bottom: 2px;
  margin: 2px 0;
}

.c-category_filter__item {
  color: white;
}

.c-category_filter__item a {
  color: white;
}

.c-category_filter__link {
  position: relative;
  display: block;
  padding-left: 20px;
  color: white;
  cursor: pointer;
}

.c-category_filter__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 8px;
  transform: translate(0, -50%);
}

.c-category_filter__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc((16px / 2) - (6px / 2));
  display: block;
  width: 6px;
  height: 6px;
  opacity: 0;
  background-color: white;
  border-radius: 6px;
  transform: translate(0, -50%);
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-category_filter__link:hover,
.c-category_filter__link.selected {
  opacity: 1;
}

.c-category_filter__link:hover::after,
.c-category_filter__link.selected::after {
  opacity: 1;
}

.c-category_dropdown {
  position: relative;
  width: 100%;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-category_dropdown {
    min-width: 280px;
    max-width: 280px;
  }
}

.c-category_dropdown__dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 16px 40px;
  margin: 0;
  border-color: white;
}

.c-category_dropdown__dropdown svg {
  width: 17px;
  height: 17px;
  fill: white;
  transform: rotate(0deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-category_dropdown__dropdown:hover svg,
.c-category_dropdown__dropdown:active svg,
.c-category_dropdown__dropdown:focus svg {
  fill: #113ad2;
}

.c-category_dropdown__item {
  width: 100%;
  font-weight: 500;
  text-align: left;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0;
  opacity: 1;
  background-color: #091f58;
  border-color: #091f58;
  border-radius: 0;
}

.c-category_dropdown__item:last-child {
  border: 2px solid #091f58;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.c-category_dropdown__item:hover {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-category_dropdown__item:hover span {
  opacity: 0.3;
}

.c-category_dropdown__list {
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-color: #091f58;
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-category_dropdown__active .c-category_dropdown__dropdown {
  background-color: #091f58;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #091f58;
}

.c-category_dropdown__active .c-category_dropdown__dropdown:hover {
  color: white;
}

.c-category_dropdown__active .c-category_dropdown__dropdown:hover svg {
  fill: white;
  transform: rotate(-180deg);
}

.c-category_dropdown__active .c-category_dropdown__item:hover {
  border: 2px solid #091f58;
  background-color: #091f58;
  color: white;
}

.c-category_dropdown__active .c-category_dropdown__list {
  position: absolute;
  z-index: 800;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: auto;
  border: 2px solid #091f58;
  opacity: 1;
  background-color: #091f58;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-category_dropdown__title {
  font-size: 18px;
}

.c-category_dropdown__title a {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-cta {
    padding: 60px 40px;
    padding-bottom: 80px;
    margin-right: 40px;
    background-color: #113ad2;
  }
}

@media only screen and (min-width: 992px) {
  .c-cta {
    padding: 130px 40px;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-cta__inner {
    padding: 0 240px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-cta__inner {
    padding: 0 300px 0 20px;
  }
}

.c-cta__badge {
  width: 230px;
  height: 230px;
  padding: 50px;
  margin: -120px 0 50px -20px;
  background-color: #ffe6ef;
  transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .c-cta__badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
    height: 280px;
    padding: 70px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-cta__badge {
    width: 350px;
    height: 350px;
    padding: 100px;
  }
}

.c-cta__title {
  color: white;
}

@media only screen and (min-width: 768px) {
  .c-cta__title {
    width: calc(100vw - 40px);
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-cta__title {
    width: 100%;
  }
}

.c-cta__description {
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}

@media only screen and (min-width: 768px) {
  .c-cta__description {
    max-width: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .c-cta__description {
    max-width: 810px;
  }
}

.c-cta__button .c-button,
.c-cta__button .c-header__button,
.c-cta__button .c-category_dropdown__item {
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .c-cta__button .c-button,
  .c-cta__button .c-header__button,
  .c-cta__button .c-category_dropdown__item {
    width: auto;
  }
}

.c-faq {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .c-faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  .c-faq__column {
    width: calc(50% - 10px);
  }
}

.c-faq__item,
.c-faq__title,
.c-faq__content,
.c-faq__description {
  width: 100%;
  overflow: hidden;
}

.c-faq__item {
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-faq-open .c-faq__item {
  opacity: 0.3;
}

.c-faq__item.is-active {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .c-faq__item {
    padding-bottom: 10px;
  }
}

.c-faq__title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0;
  background-color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-faq__content {
  height: 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-faq__description {
  background-color: white;
}

.c-faq__button {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffe6ef;
  border-radius: 30px;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-faq__button::before,
.c-faq__button::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 18px;
  opacity: 1;
  background-color: #113ad2;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.c-faq__button::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-active .c-faq__button {
  transform: rotate(90deg);
}

.is-active .c-faq__button::before {
  opacity: 0;
}

.c-faq__question {
  display: block;
  width: calc(100% - 45px);
  color: #113ad2;
}

.c-faq a {
  color: #113ad2;
}

.c-flickity {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none;
}

.c-flickity__item {
  width: 100%;
  min-height: 100%;
  transform: translateZ(10px);
}

.c-flickity .flickity-slider {
  width: 100%;
  height: 100%;
}

.c-flickity .flickity-page-dots {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 160px;
  line-height: normal;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
  list-style: none;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .c-flickity .flickity-page-dots {
    bottom: 100px;
  }
}

.c-flickity .flickity-page-dots .dot {
  display: inline-block;
  width: 40px;
  height: 4px;
  margin: 0;
  opacity: 0.3;
  background-color: #113ad2;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-flickity .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background-color: #113ad2;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-flickity .flickity-prev-next-button {
  position: absolute;
  top: 100%;
  display: none;
  width: 65px;
  height: 65px;
  border: 3px solid;
  background-color: white;
  border-radius: 0;
  transform: none;
}

.c-flickity .flickity-prev-next-button[disabled] {
  opacity: 0.5 !important;
}

.c-flickity .flickity-prev-next-button:hover,
.c-flickity .flickity-prev-next-button:active,
.c-flickity .flickity-prev-next-button:focus {
  opacity: 1;
}

.c-flickity .flickity-prev-next-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid;
  border-top: none;
  border-left: none;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.c-flickity .flickity-prev-next-button.previous {
  left: 0;
}

.c-flickity .flickity-prev-next-button.previous::after {
  transform: translate3d(-50%, -50%, 0) rotate(-225deg);
}

.c-flickity .flickity-prev-next-button.next {
  right: auto;
  left: 62px;
}

.c-flickity .flickity-prev-next-button svg {
  display: none;
}

.c-featured_partners__inner {
  width: 100%;
  max-width: 1130px;
  margin: auto;
}

.c-featured_partners__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__cards__mobile--1-down::after,
  .c-featured_partners__cards__mobile--2-down::after,
  .c-featured_partners__cards__mobile--3-down::after,
  .c-featured_partners__cards__mobile--4-down::after,
  .c-featured_partners__cards__tablet--1-down::after,
  .c-featured_partners__cards__tablet--2-down::after,
  .c-featured_partners__cards__tablet--3-down::after,
  .c-featured_partners__cards__tablet--4-down::after,
  .c-featured_partners__cards__desktop--1-down::after,
  .c-featured_partners__cards__desktop--2-down::after,
  .c-featured_partners__cards__desktop--3-down::after,
  .c-featured_partners__cards__desktop--4-down::after {
    content: "";
    height: 1px;
    background-color: transparent;
  }
}

.c-featured_partners__cards__mobile--1-down::after {
  width: calc((50% - 10px) * 1);
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__cards__tablet--1-down::after {
    width: calc((25% - 10px) * 1);
  }
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__cards__tablet--2-down::after {
    width: calc((25% - 10px) * 2);
  }
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__cards__tablet--3-down::after {
    width: calc((25% - 10px) * 3);
  }
}

@media only screen and (min-width: 992px) {
  .c-featured_partners__cards__desktop--1-down::after {
    width: calc((20% - 10px) * 1);
  }
}

@media only screen and (min-width: 992px) {
  .c-featured_partners__cards__desktop--2-down::after {
    width: calc((20% - 10px) * 2);
  }
}

@media only screen and (min-width: 992px) {
  .c-featured_partners__cards__desktop--3-down::after {
    width: calc((20% - 10px) * 3);
  }
}

@media only screen and (min-width: 992px) {
  .c-featured_partners__cards__desktop--4-down::after {
    width: calc((20% - 10px) * 4);
  }
}

.c-featured_partners__card {
  width: calc(50% - 10px);
  padding-top: calc(50% - 50px);
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__card {
    width: calc(25% - 10px);
    padding-top: calc(25% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__card {
    width: calc(20% - 10px);
    padding-top: calc(20% - 10px);
  }
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__button {
    display: inline-block;
    width: auto;
    margin-right: 20px;
  }
}

.c-featured_partners__button:last-child {
  margin-right: 0;
}

.c-featured_partners__button .c-button,
.c-featured_partners__button .c-header__button,
.c-featured_partners__button .c-category_dropdown__item {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-featured_partners__button .c-button,
  .c-featured_partners__button .c-header__button,
  .c-featured_partners__button .c-category_dropdown__item {
    width: auto;
  }
}

.c-featured_partners .c-media__image {
  position: absolute;
  top: 0;
}

.c-hero_banner {
  position: relative;
}

.c-hero_banner__media {
  width: 100vw;
  height: calc(100vh - 60px);
}

@media only screen and (min-width: 992px) {
  .c-hero_banner__media {
    height: 100vh;
  }
}

.c-hero_banner__media .c-media__image {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .c-hero_banner__media .c-media__image {
    padding: 40px;
  }
}

.c-hero_banner__content {
  margin: 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-hero_banner__content {
    max-width: 510px;
    margin: 0 auto;
    margin-top: 190px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_banner__content {
    max-width: 1130px;
    text-align: left;
    padding-right: calc( 1130px - ((( 1130px / 2 ) - 40px)) );
    margin: auto;
  }
}

.c-hero_banner .c-media__image {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .c-hero_banner .c-media__image {
    align-items: flex-start;
  }
}

.c-hero_banner__subtitle {
  font-weight: 600;
  margin-bottom: 0;
  color: white;
}

.c-hero_banner__title {
  color: #ffe6ef;
}

.c-hero_banner__down_arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 30px;
  transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {
  .c-hero_banner__down_arrow {
    bottom: 40px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_banner__down_arrow {
    bottom: 60px;
    left: inherit;
    transform: translate(0, 0);
  }
}

.c-hero_banner__arrow {
  width: 15px;
  height: 15px;
  fill: #113ad2;
}

.c-hero_quote__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.c-hero_quote__quote {
  display: block;
  width: 100%;
  text-align: center;
  transform: translate(0, 0);
}

.c-hero_quote__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-hero_quote .c-media__image {
  background-position: 100% 48% !important;
}

@media only screen and (min-width: 768px) {
  .c-hero_quote .c-media__image {
    background-position: 50% 60% !important;
  }
}

.c-hero_slider {
  transform: translateZ(10px);
}

.c-hero_slider__item {
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  transform: translateZ(10px);
}

@media only screen and (min-width: 768px) {
  .c-hero_slider__item {
    padding: 120px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__item {
    padding: 150px 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .c-hero_slider__item {
    padding: 200px 40px;
  }
}

.c-hero_slider__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1130px;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.c-hero_slider__content {
  text-align: center;
  padding-bottom: 80px;
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__content {
    order: 1;
    width: 100%;
    max-width: 690px;
    text-align: left;
    margin-top: -10px;
  }
}

.c-hero_slider__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 210px;
}

@media only screen and (min-width: 768px) {
  .c-hero_slider__media {
    height: 280px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__media {
    right: 40px;
    bottom: 0;
    order: 2;
    width: 100%;
    max-width: 250px;
    height: calc(100% - 100px);
    min-height: 360px;
  }
}

.c-hero_slider__title {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .c-hero_slider__title {
    width: 100%;
    max-width: 410px;
    margin: 30px auto;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__title {
    max-width: 690px;
    margin: 30px 0 50px 0;
  }
}

.c-hero_slider__button .c-button,
.c-hero_slider__button .c-header__button,
.c-hero_slider__button .c-category_dropdown__item {
  margin: 0;
}

.c-hero_slider .c-media__image {
  width: 100%;
  max-width: 180px;
  height: 100%;
  max-height: 180px;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .c-hero_slider .c-media__image {
    min-width: 280px;
    max-width: 280px;
    min-height: 280px;
    max-height: 280px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider .c-media__image {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider #media-eye {
    bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider #media-eye .c-media__image {
    width: 300px;
    max-width: 300px;
    height: 300px;
    max-height: 300px;
  }
}

@media only screen and (min-width: 1440px) {
  .c-hero_slider #media-eye .c-media__image {
    width: 420px;
    max-width: 420px;
    height: 420px;
    max-height: 420px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider #media-flower {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider #media-flower .c-media__image {
    position: absolute;
    bottom: -150px;
    left: -220px;
    width: 600px;
    max-width: 600px;
    height: 600px;
    max-height: 600px;
  }
}

@media only screen and (min-width: 1440px) {
  .c-hero_slider #media-flower .c-media__image {
    bottom: -240px;
    width: 660px;
    max-width: 660px;
    height: 660px;
    max-height: 660px;
  }
}

@media only screen and (min-width: 992px) {
  .c-hero_slider #media-cloud .c-media__image {
    bottom: -150px;
    left: -220px;
    width: 560px;
    max-width: 560px;
    height: 560px;
    max-height: 560px;
  }
}

@media only screen and (min-width: 1440px) {
  .c-hero_slider #media-cloud .c-media__image {
    bottom: -220px;
    width: 640px;
    max-width: 640px;
    height: 640px;
    max-height: 640px;
  }
}

.c-hero_slider__controls_container_parent {
  display: none;
  width: 100%;
  padding: 0 40px;
}

@media only screen and (min-width: 992px) {
  .c-hero_slider__controls_container_parent {
    display: block;
  }
}

.c-hero_slider__controls_container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.c-hero_slider__controls {
  position: absolute;
  bottom: 75px;
  z-index: 800;
  display: flex;
  flex-direction: row;
  width: 100px;
  height: 50px;
  background-color: white;
  border-radius: 25px;
}

.c-hero_slider__controls::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 2px;
  height: calc(100% - 20px);
  opacity: 0.3;
  background-color: #113ad2;
  border-radius: 2px;
  transform: translate(-1px, -50%);
}

.c-hero_slider .prev {
  transform: rotate(90deg);
}

.c-hero_slider .next {
  transform: rotate(-90deg);
}

.c-hero_slider .prev,
.c-hero_slider .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-hero_slider .prev:hover,
.c-hero_slider .next:hover {
  opacity: 0.3;
}

.c-hero_slider .prev svg,
.c-hero_slider .next svg {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
  fill: #113ad2;
}

.c-image_content__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .c-image_content__inner {
    display: flex;
    align-items: center;
  }
}

.c-image_content__image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .c-image_content__image {
    display: block;
    max-width: 480px;
    height: auto;
    padding: 0;
    margin: 0 auto 80px;
  }
}

@media only screen and (min-width: 992px) {
  .c-image_content__image {
    width: 45%;
    height: auto;
    margin: 0 40px 0 0;
  }
}

.c-image_content__content {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .c-image_content__content {
    width: 55%;
    margin-left: 20px;
  }
}

.c-image_content__title {
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
  .c-image_content__title {
    margin: 0 0 30px 0;
  }
}

.c-image_content__description {
  margin-bottom: 40px;
}

.c-image_content__buttons {
  display: flex;
  margin-top: 40px;
}

.c-image_content__buttons .c-image_content__button {
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .c-image_content__buttons .c-image_content__button {
    margin: 0 20px 0 0;
  }
}

.c-image_content__buttons .c-image_content__button:last-child {
  margin: 0;
}

.c-image_content__buttons .c-image_content__button .c-button,
.c-image_content__buttons .c-image_content__button .c-header__button,
.c-image_content__buttons .c-image_content__button .c-category_dropdown__item {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .c-image_content__buttons .c-image_content__button .c-button,
  .c-image_content__buttons .c-image_content__button .c-header__button,
  .c-image_content__buttons .c-image_content__button .c-category_dropdown__item {
    width: auto;
  }
}

.c-modal__close {
  position: fixed;
  top: 35px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  border-radius: 4px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .c-modal__close {
    right: 40px;
  }
}

.c-modal__close::after,
.c-modal__close::before {
  content: "";
  position: absolute;
  top: calc(50% - (4px / 2));
  right: 0;
  width: 30px;
  height: 4px;
  visibility: visible;
  background-color: #091f58 !important;
  border-radius: 4px;
  transform: rotate(-45deg);
}

.c-modal__close::after {
  transform: rotate(45deg);
}

.is-modal .c-modal {
  overflow: hidden;
}

.c-modal__window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateZ(200px);
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-modal__window.active {
  display: block;
  opacity: 1;
}

.c-modal__content {
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  margin: 20px;
}

@media only screen and (min-width: 992px) {
  .c-modal__content {
    width: calc(100vw - 240px);
    margin: 20px 120px;
  }
}

.c-more_information {
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .c-more_information {
    padding: 0 40px;
  }
}

.c-more_information__block {
  display: none;
}

@media only screen and (min-width: 992px) {
  .c-more_information__block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1130px;
    padding-bottom: 80px;
    margin: auto;
    margin-bottom: 80px;
    border-bottom: 2px solid #e2e2e2;
  }
}

.c-more_information__read_more {
  display: none;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
  color: #113ad2;
}

.c-more_information__column {
  width: calc(33% - 100px);
  opacity: 0.3;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 992px) {
  .c-more_information__column {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information__column::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 180px;
    background-color: #e3e3e3;
    transform: translate(80px, -50%);
  }
}

.c-more_information__column:last-child::after {
  display: none;
}

.c-more_information__column:hover {
  opacity: 1;
}

.c-more_information__column.active {
  opacity: 1;
}

.c-more_information__item {
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) {
  .c-more_information__item {
    padding: 120px 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information__item {
    padding: 0;
  }
}

.c-more_information__button {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-color: #ffe6ef;
  border-radius: 26px;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-more_information__button::before,
.c-more_information__button::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 16px;
  opacity: 1;
  background-color: #113ad2;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.c-more_information__button::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-active .c-more_information__button,
.active .c-more_information__button {
  transform: rotate(90deg);
}

.is-active .c-more_information__button::before,
.active .c-more_information__button::before {
  opacity: 0;
}

.c-more_information__container {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.c-more_information__content {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-more_information__content {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information__content {
    padding-bottom: 0;
  }
}

.c-more_information__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

@media only screen and (min-width: 768px) {
  .c-more_information__media {
    height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information__media {
    height: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .c-flickity__item .c-more_information__media {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-more_information__title {
    max-width: 100%;
    margin: 30px auto;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information__title {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .c-flickity__item .c-more_information__title {
    max-width: 100%;
    margin-top: 0;
  }
}

.c-more_information__description {
  max-width: calc(1130px - 200px);
  margin: auto;
}

.c-more_information__description * {
  font-weight: 400;
}

.c-more_information .c-media__image {
  width: 100%;
  max-width: 120px;
  height: 100%;
  max-height: 120px;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .c-more_information .c-media__image {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

@media only screen and (min-width: 992px) {
  .c-more_information .c-media__image {
    width: 100%;
    min-width: 120px;
    max-width: 120px;
    height: 100%;
    min-height: 120px;
    max-height: 120px;
  }
}

.c-more_information .c-flickity .flickity-viewport {
  min-height: 100% !important;
}

.c-more_information .flickity-page-dots {
  bottom: 80px;
}

@media only screen and (min-width: 992px) {
  .c-more_information .flickity-page-dots {
    display: none;
  }
}

.c-social_media__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.c-filters {
  width: 100%;
  background-color: white;
}

.c-filters__pagination {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
}

.c-filters__pagination a:hover {
  opacity: 1;
}

.c-filters__search_icon {
  position: absolute;
  top: 15px;
  left: 20px;
}

.c-filters__search_icon svg {
  top: 0;
  width: 30px;
  height: 30px;
  fill: white;
}

.c-filters__page {
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  font-weight: 800;
  text-align: right;
  color: #113ad2;
}

.c-filters__icon {
  width: 30px;
  height: 30px;
  padding: 8px;
  margin-left: 15px;
  background: #f6c8d5;
  border-radius: 30px;
  fill: #113ad2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-filters__icon:hover {
  opacity: 0.3;
}

.prev .c-filters__icon {
  transform: rotate(90deg);
}

.next .c-filters__icon {
  transform: rotate(-90deg);
}

.c-filters__navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .c-filters__navigation {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-filters__navigation .c-button,
.c-filters__navigation .c-header__button,
.c-filters__navigation .c-category_dropdown__item {
  margin: 0;
  background-color: #113ad2;
  border-color: #113ad2;
  color: white;
}

.c-filters__navigation .c-button:hover,
.c-filters__navigation .c-header__button:hover,
.c-filters__navigation .c-category_dropdown__item:hover {
  background-color: transparent;
  border-color: #113ad2;
  color: #113ad2;
}

#searchform {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #searchform {
    width: calc(100% - 310px);
    margin-bottom: 0;
  }
}

#searchform div {
  position: relative;
  width: 100%;
}

#searchform div label {
  display: none;
}

@media only screen and (min-width: 768px) {
  #searchform div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}

#searchform div input[type=text] {
  display: inline-block;
  width: 100%;
  min-height: 60px;
  font-size: 17pt;
  font-weight: 600;
  padding: 16px 75px;
  border: 0;
  border: 2px solid white;
  border-bottom: 0;
  background-color: #113ad2;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
  outline: 0;
}

@media only screen and (min-width: 768px) {
  #searchform div input[type=text] {
    max-width: 100%;
    min-height: 60px;
    border-right: 0;
    border-bottom: 2px solid white;
    border-radius: 60px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

#searchform div button {
  display: inline-block;
  width: 100%;
  padding: 17px 75px;
  margin: 0;
  border: 2px solid white;
  background: white;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #113ad2;
  outline: 0;
}

@media only screen and (min-width: 768px) {
  #searchform div button {
    width: auto;
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}

#searchform div button:hover,
#searchform div button:active,
#searchform div button:focus {
  background-color: #113ad2;
  color: white;
}

.current .c-filters__page {
  font-weight: 600;
}

.page-numbers {
  border: 0;
}

.c-post {
  display: block;
  width: 100%;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .c-post {
    padding: 0 40px;
  }
}

.c-post__inner {
  position: relative;
  width: 100%;
  max-width: 1130px;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-post__inner {
    padding: 0;
    padding-right: 18%;
  }
}

.c-post__logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.c-post__title {
  display: flex;
  align-items: center;
  color: #091f58;
}

@media only screen and (min-width: 768px) {
  .c-post__title {
    margin-bottom: 30px;
  }
}

.c-post__subtitle {
  margin-bottom: 10px;
}

.c-post__overview {
  color: #091f58;
}

.c-post__overview * {
  font-weight: 400;
}

.c-post__overview,
.c-post__list,
.c-post__section,
.c-post__blockquote,
.c-post__images {
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-post__list {
  padding-left: 0;
  list-style: none;
}

.c-post__list li {
  padding-left: 0;
  margin: 0;
}

.c-post__list li::before {
  content: "-";
  padding-right: 6px;
}

.c-post__list.columns--2up {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .c-post__list.columns--2up {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.c-post__list.columns--2up li {
  width: calc(50% - 10px);
}

@media only screen and (min-width: 768px) {
  .c-post__images.columns--2up {
    display: flex;
    justify-content: space-between;
  }
}

.c-post__image {
  position: relative;
  width: 100%;
  padding-top: calc(66%);
}

@media only screen and (min-width: 768px) {
  .columns--2up .c-post__image {
    position: relative;
    width: calc(50% - 20px);
    padding-top: calc(50% - 20px);
  }
}

.c-post__image .c-media__image {
  position: absolute;
  top: 0;
}

.c-post__blockquote {
  margin-top: 0;
}

.c-post__blockquote p,
.c-post__blockquote form__label,
.c-post__blockquote form label,
form .c-post__blockquote label,
.c-post__blockquote form .gfield_label,
form .c-post__blockquote .gfield_label,
.c-post__blockquote .c-form__label,
.c-post__blockquote .c-form label,
.c-form .c-post__blockquote label,
.c-post__blockquote .c-form .gfield_label,
.c-form .c-post__blockquote .gfield_label,
.c-post__blockquote .c-contact__label,
.c-post__blockquote .c-contact label,
.c-contact .c-post__blockquote label,
.c-post__blockquote .c-contact .gfield_label,
.c-contact .c-post__blockquote .gfield_label,
.c-post__blockquote form__form_description a,
form__form_description .c-post__blockquote a,
.c-post__blockquote .c-form__form_description a,
.c-form__form_description .c-post__blockquote a,
.c-post__blockquote .c-contact__form_description a,
.c-contact__form_description .c-post__blockquote a {
  margin-top: 0;
  margin-bottom: 15px;
  color: #091f58;
}

.c-post__description {
  margin-bottom: 40px;
}

.c-post__description p:first-child,
.c-post__description form__label:first-child,
.c-post__description form label:first-child,
form .c-post__description label:first-child,
.c-post__description form .gfield_label:first-child,
form .c-post__description .gfield_label:first-child,
.c-post__description .c-form__label:first-child,
.c-post__description .c-form label:first-child,
.c-form .c-post__description label:first-child,
.c-post__description .c-form .gfield_label:first-child,
.c-form .c-post__description .gfield_label:first-child,
.c-post__description .c-contact__label:first-child,
.c-post__description .c-contact label:first-child,
.c-contact .c-post__description label:first-child,
.c-post__description .c-contact .gfield_label:first-child,
.c-contact .c-post__description .gfield_label:first-child,
.c-post__description form__form_description a:first-child,
form__form_description .c-post__description a:first-child,
.c-post__description .c-form__form_description a:first-child,
.c-form__form_description .c-post__description a:first-child,
.c-post__description .c-contact__form_description a:first-child,
.c-contact__form_description .c-post__description a:first-child {
  margin-top: 10px;
}

.c-post__icon {
  width: 30px;
  height: 30px;
  padding: 8px;
  background: #f6c8d5;
  border-radius: 30px;
  fill: #113ad2;
  transform: rotate(90deg);
}

.c-post__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #113ad2;
}

.c-post__back_to {
  padding-left: 10px;
}

.c-post table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

@media only screen and (min-width: 768px) {
  .c-post table {
    table-layout: auto;
  }
}

.c-post th,
.c-post td {
  border: 1px solid black;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  .c-post th,
  .c-post td {
    min-width: 160px;
  }
}

.c-post td {
  min-width: 100px;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .c-post td {
    min-width: 160px;
  }
}

.c-workflow-inbox {
  padding: 0 20px;
  color: #091f58;
}

@media only screen and (min-width: 992px) {
  .c-workflow-inbox {
    padding: 0 40px;
  }
}

.c-workflow-inbox__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.c-workflow-inbox table.widefat.fixed.entry-detail-view.gravityflow-step-user_input thead {
  display: none;
}

.c-workflow-inbox #field_2_8 h2 {
  padding-bottom: 40px !important;
}

.c-workflow-inbox #field_2_61 {
  display: none;
}

.c-workflow-inbox h2.gsection_title {
  border-color: #f6c8d5 !important;
  border-width: 2px !important;
}

.c-workflow-inbox .gsection {
  padding-top: 20px;
}

.c-workflow-inbox .gsection .gsection_description ul li {
  list-style: disc;
}

.c-workflow-inbox .gsection_description * {
  color: #091f58;
}

.c-workflow-inbox .gform_drop_area {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 60px 25px !important;
  border-color: #f6c8d5 !important;
}

.c-workflow-inbox .gform_drop_instructions {
  color: #113ad2;
}

.c-workflow-inbox .gravityflow-status-box {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 14px !important;
}

.c-workflow-inbox .gravityflow-status-box hr {
  display: none;
}

.c-workflow-inbox .gravityflow-status-box div h4,
.c-workflow-inbox .gravityflow-status-box div ul,
.c-workflow-inbox .gravityflow-status-box div hr {
  display: none;
}

.c-workflow-inbox #gfield_description_2_66 div {
  display: flex;
}

.c-workflow-inbox #gfield_description_2_66 div ul {
  padding-right: 20px;
}

.c-workflow-inbox .gfield_label {
  display: none;
}

.c-workflow-inbox .postbox.gravityflow-timeline {
  display: none;
}

.c-workflow-inbox .gform_footer {
  padding: 0 0 30px 0 !important;
  margin-top: 40px !important;
  border-top: 2px solid #f6c8d5 !important;
}

.c-workflow-inbox .c-button,
.c-workflow-inbox .c-header__button,
.c-workflow-inbox .c-category_dropdown__item,
.c-workflow-inbox .c-header__button,
.c-workflow-inbox button,
.c-workflow-inbox input[type=button],
.c-workflow-inbox input[type=reset],
.c-workflow-inbox input[type=submit] {
  margin: 0;
  margin-top: 10px !important;
  box-shadow: none !important;
}

.c-workflow-inbox .c-button:hover,
.c-workflow-inbox .c-header__button:hover,
.c-workflow-inbox .c-category_dropdown__item:hover,
.c-workflow-inbox .c-header__button:hover,
.c-workflow-inbox button:hover,
.c-workflow-inbox input[type=button]:hover,
.c-workflow-inbox input[type=reset]:hover,
.c-workflow-inbox input[type=submit]:hover {
  background-color: transparent;
  border-color: #113ad2;
}

.c-workflow-inbox #post-body-content,
.c-workflow-inbox #postbox-container-1,
.c-workflow-inbox #postbox-container-2 {
  float: none !important;
}

.c-workflow-inbox #postbox-container-1 {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
  border: 0 !important;
}

.c-workflow-inbox .detail-view-print {
  display: none;
}

.c-workflow-inbox #gravityflow-status-box-container {
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.c-workflow-inbox .gravityflow_workflow_wrap .postbox-container .button {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 800 !important;
  text-align: center !important;
  padding: 13px 30px !important;
  margin-left: 7.5px !important;
  border: none !important;
  border: 2px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-color: #113ad2 !important;
  border-color: black !important;
  border-color: #113ad2 !important;
  border-radius: 50px !important;
  border-radius: 40px !important;
  border-style: solid !important;
  color: white !important;
  cursor: pointer !important;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

@media only screen and (min-width: 768px) {
  .c-workflow-inbox .gravityflow_workflow_wrap .postbox-container .button {
    font-size: 20px !important;
  }
}

.c-workflow-inbox .gravityflow_workflow_wrap .postbox-container .button:hover {
  background: transparent !important;
  color: #113ad2 !important;
}

.c-workflow-inbox .hndle span {
  display: none;
}

.c-workflow-inbox .entry-view-field-name {
  display: none;
}

.c-workflow-inbox td.entry-view-field-value {
  padding-left: 0;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

[data-background] {
  opacity: 0;
  transition: opacity 1s 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.lazyloaded {
  opacity: 1;
}

