/**
 * Import the base
 */
/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

.clearfix::after {
  clear: both;
  content: '';
  display: block; }

.btn,
input.btn,
a.btn,
a.btn:visited,
.button,
.btn:visited,
a.btn:visited,
.button:visited {
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 600;
  line-height: 1;
  padding: calc(0.5em + 2px) 1.5em 0.5em;
  border: 2px solid var(--light-green);
  border-radius: 6px;
  cursor: pointer;
  background: var(--light-green);
  text-align: center;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .btn:hover,
  a.btn:hover:visited,
  .button:hover, .btn:focus,
  a.btn:focus:visited,
  .button:focus,
  .btn:visited:hover,
  .button:visited:hover,
  .btn:visited:focus,
  .button:visited:focus {
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    outline: none;
    border-color: var(--orange); }
  .btn:active,
  a.btn:active:visited,
  .button:active,
  .btn:visited:active,
  .button:visited:active {
    top: 1px; }
  .white.btn,
  a.white.btn:visited,
  .white.button,
  .btn:visited.white,
  .button:visited.white {
    background-color: var(--white);
    border-color: var(--white); }
    .white.btn:hover,
    .white.button:hover,
    .btn:visited.white:hover,
    .button:visited.white:hover {
      background-color: var(--orange);
      color: var(--white);
      border-color: var(--orange); }
  .btn--blue-gradient.btn,
  a.btn--blue-gradient.btn:visited,
  .btn--blue-gradient.button,
  .btn:visited.btn--blue-gradient,
  .button:visited.btn--blue-gradient {
    position: relative;
    overflow: hidden;
    background: var(--blue-gradient); }
    .btn--blue-gradient.btn:hover::after,
    .btn--blue-gradient.button:hover::after,
    .btn:visited.btn--blue-gradient:hover::after,
    .button:visited.btn--blue-gradient:hover::after {
      opacity: 1; }
    .btn--blue-gradient.btn::after,
    .btn--blue-gradient.button::after,
    .btn:visited.btn--blue-gradient::after,
    .button:visited.btn--blue-gradient::after {
      background: var(--blue);
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: .3s opacity ease-in-out; }
  .btn--orange-gradient.btn,
  a.btn--orange-gradient.btn:visited,
  .btn--orange-gradient.button,
  .btn:visited.btn--orange-gradient,
  .button:visited.btn--orange-gradient {
    overflow: hidden;
    position: relative;
    background: var(--orange-gradient); }
    .btn--orange-gradient.btn:hover::after,
    .btn--orange-gradient.button:hover::after,
    .btn:visited.btn--orange-gradient:hover::after,
    .button:visited.btn--orange-gradient:hover::after {
      opacity: 1; }
    .btn--orange-gradient.btn::after,
    .btn--orange-gradient.button::after,
    .btn:visited.btn--orange-gradient::after,
    .button:visited.btn--orange-gradient::after {
      background: var(--orange);
      content: '';
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: .3s opacity ease-in-out; }
  .btn--black.btn,
  a.btn--black.btn:visited,
  .btn--black.button,
  .btn:visited.btn--black,
  .button:visited.btn--black {
    position: relative;
    overflow: hidden;
    background: var(--black); }
  .hollow.btn,
  a.hollow.btn:visited,
  .hollow.button,
  .btn:visited.hollow,
  .button:visited.hollow {
    color: var(--white);
    border-color: var(--white);
    background: transparent !important; }
    .hollow.btn:hover,
    .hollow.button:hover,
    .btn:visited.hollow:hover,
    .button:visited.hollow:hover {
      border-color: var(--orange);
      background: var(--orange) !important; }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

/**
 * Normalize the website for browsers
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

* {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_wrapper + .video-container {
  padding: 0; }

/**
 * Layout
 */
:root {
  --light-green: #F1F8FA;
  --white-blue: #F1F8FA;
  --lighter-blue: #DAEBF2;
  --light-blue: #3AD2DF;
  --medium-blue: #A7C0C4;
  --blue: #06ACBA;
  --blue-darken: black;
  --dark-blue: #176979;
  --darker-blue: #2F555A;
  --yellow: #efa300;
  --yellow-darken: #bc8000;
  --btn-color: #000;
  --validation-color: red;
  --orange: #fe9900;
  --dark-orange: #d26747;
  --light-orange: #FBE5DA;
  --lighter-orange: #FFF7F3;
  --dark-purple: #90506b;
  --white: #fff;
  --light-gray: #f5f5f5;
  --gray: #A7A7A7;
  --dark-gray: #2D2D2D;
  --darker-gray: #141414;
  --background-color: #FFF;
  --black: #000;
  --text-color: #484349;
  --light-text-color: #4a454b;
  --blue-gradient: linear-gradient(to right, #3AD2DF, #176979);
  --orange-gradient: linear-gradient(to right, #fe9900, #d26747);
  --header-height-desktop: 4.375rem;
  --header-height-mobile: 3.75rem;
  --footer-height-desktop: min(calc(100vh - 4.375rem), 43.75rem);
  --footer-height-mobile: 57rem;
  --spacing-xxs: .125rem;
  --spacing-xs: .25rem;
  --spacing-s: .75rem;
  --spacing-m: 1rem;
  --spacing-l: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-xxl: 3.5rem; }
  @media (min-width: 981px) {
    :root {
      --spacing-xxs: .25rem;
      --spacing-xs: .5rem;
      --spacing-s: 1rem;
      --spacing-m: 1.5rem;
      --spacing-l: 2rem;
      --spacing-xl: 2.5rem;
      --spacing-xxl: 4rem; } }

html {
  margin-top: 0px !important; }

body {
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
  color: var(--text-color);
  background: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5; }
  @media (min-width: 768px) {
    body {
      font-size: 0.9375rem; } }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--text-color); }

h4, .h4 {
  font-size: 1.1rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.175rem; } }
  @media screen and (min-width: 1600px) {
    h4, .h4 {
      font-size: 1.25rem; } }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.375rem; } }
  @media screen and (min-width: 1600px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h2, .h2 {
  font-size: 2.1875rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.96875rem; } }
  @media screen and (min-width: 1600px) {
    h2, .h2 {
      font-size: 3.75rem; } }

h1, .h1 {
  font-size: 3.75rem;
  line-height: 1; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 4.6875rem; } }
  @media screen and (min-width: 1600px) {
    h1, .h1 {
      font-size: 5.625rem; } }

small, .font_small {
  font-size: 15.83333px; }

ul {
  padding: 0 0 1.75em 1.25em; }

blockquote {
  font-size: 24px;
  font-style: italic;
  font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
  color: var(--blue);
  margin: 4rem 0; }
  @media (min-width: 981px) {
    blockquote {
      font-size: 34px;
      line-height: 40px; } }

a,
a:visited,
a:focus,
a:active {
  color: var(--medium-blue);
  text-decoration: none;
  outline: 0; }

a:hover {
  color: var(--blue-darken);
  text-decoration: underline; }

body header .header-settings {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%; }
  body header .header-settings .sub-menu-wrap {
    display: flex;
    gap: var(--spacing-xl); }
  body header .header-settings .sub-menu-hero {
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
    flex: 1;
    display: flex; }
    body header .header-settings .sub-menu-hero__image img {
      -o-object-fit: cover;
         object-fit: cover; }
    body header .header-settings .sub-menu-hero__content {
      padding: var(--spacing-s) calc(2.3rem + var(--spacing-s)) var(--spacing-s) var(--spacing-s);
      height: 100%;
      display: flex;
      align-items: center; }
      body header .header-settings .sub-menu-hero__content::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 2.3rem;
        right: 0;
        background: var(--black);
        z-index: 0; }
      body header .header-settings .sub-menu-hero__content p {
        margin: 0; }
    body header .header-settings .sub-menu-hero__cta {
      text-decoration: none;
      color: var(--white);
      z-index: 1; }
      body header .header-settings .sub-menu-hero__cta:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body header .header-settings .sub-menu-hero__icon {
      transform: rotate(-90deg);
      --size: 2.2rem;
      height: var(--size);
      width: var(--size);
      font-size: var(--size);
      top: calc(50% - calc(var(--size) / 2));
      right: 0;
      position: absolute; }
      body header .header-settings .sub-menu-hero__icon::after {
        font-family: Icomoon;
        content: '\e900';
        position: absolute; }

#site-header {
  position: sticky;
  width: 100%;
  z-index: 3;
  top: 0;
  color: var(--white);
  transition: background .3s ease-in-out; }
  #site-header.scrolled {
    background: var(--black); }

.logo {
  z-index: 9999; }
  .logo img, .logo svg {
    max-height: 40px;
    width: auto; }
    @media (min-width: 981px) {
      .logo img, .logo svg {
        max-height: 50px; } }

:root {
  --padding-space: 4rem; }
  :root .home {
    --padding-space: 6.25rem; }

.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .container + .container {
    margin-top: calc(var(--padding-space) / 2); }

.small-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto; }
  .small-container + .small-container {
    margin-top: calc(var(--padding-space) / 2); }

.flex-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 981px) {
    .flex-container {
      gap: 4em;
      grid-template-columns: repeat(2, 1fr); } }
  .flex-container .left, .flex-container .right {
    flex: 1; }

.section {
  overflow: hidden;
  padding: var(--padding-space) 0;
  background: #fff; }
  @media (min-width: 981px) {
    .section {
      padding: calc(var(--padding-space) * 2) 0; } }

.no-padding {
  padding: 0; }
  .no-padding + .no-padding-top {
    padding-top: calc(var(--padding-space) / 2); }
    @media (min-width: 981px) {
      .no-padding + .no-padding-top {
        padding-top: var(--padding-space); } }
  .no-padding + .no-padding {
    padding-top: calc(var(--padding-space) / 2); }
    @media (min-width: 981px) {
      .no-padding + .no-padding {
        padding-top: var(--padding-space); } }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }
  .no-padding-bottom + .no-padding-top {
    padding-top: calc(var(--padding-space) / 2); }
    @media (min-width: 981px) {
      .no-padding-bottom + .no-padding-top {
        padding-top: var(--padding-space); } }
  .no-padding-bottom + .no-padding {
    padding-top: calc(var(--padding-space) / 2); }
    @media (min-width: 981px) {
      .no-padding-bottom + .no-padding {
        padding-top: var(--padding-space); } }

.margin-section {
  margin: 4rem 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

section.white {
  --background-color: var(--white);
  background: var(--background-color); }
  section.white .btn:not(:hover) {
    background: var(--light-green); }

section.dark-blue {
  background: var(--darker-blue);
  --background-color: var(--darker-blue); }
  section.dark-blue h1, section.dark-blue h2, section.dark-blue h3, section.dark-blue h4, section.dark-blue h5, section.dark-blue h6, section.dark-blue p {
    color: var(--white); }

section.light-blue {
  background: var(--light-green);
  --background-color: var(--light-green); }
  section.light-blue .btn:not(:hover) {
    background: var(--white); }

section.light {
  background: var(--light-green);
  --background-color: var(--light-green); }
  section.light .btn:not(:hover) {
    background: var(--white); }

section.orange {
  background: var(--orange-gradient);
  --background-color: var(--orange);
  --text-color: var(--white); }
  section.orange .btn:not(:hover) {
    background: var(--white); }
  section.orange .content {
    color: var(--white); }

section.image {
  --background-color: var(--light-green);
  position: relative; }
  section.image .btn:not(:hover) {
    background: var(--white); }

@media (min-width: 1200px) {
  main {
    margin-bottom: var(--footer-height-desktop); } }

#section-footer {
  position: relative;
  bottom: 0;
  z-index: -1;
  height: var(--footer-height-mobile);
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto; }
  @media (min-width: 1200px) {
    #section-footer {
      position: fixed; } }
  @media (min-width: 1200px) {
    #section-footer {
      height: var(--footer-height-desktop); } }
  #section-footer .bg-img {
    position: absolute;
    inset: 0;
    filter: grayscale(1); }
    #section-footer .bg-img img {
      -o-object-fit: cover;
         object-fit: cover; }
  #section-footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    flex: 1; }
    #section-footer .footer-container .container {
      display: flex;
      margin: 0 auto;
      z-index: 1; }
      #section-footer .footer-container .container .content {
        border-radius: 6px;
        position: relative;
        height: -moz-min-content;
        height: min-content;
        background: var(--white);
        align-self: center;
        display: flex;
        align-items: center;
        flex-basis: 100%;
        justify-content: center; }
        @media (max-width: 1199px) {
          #section-footer .footer-container .container .content {
            flex-direction: column;
            flex: 0;
            margin: 0 auto;
            gap: 1.5rem;
            padding: 3.4rem 2rem; } }
        @media (min-width: 1200px) {
          #section-footer .footer-container .container .content {
            gap: 2.5rem;
            justify-content: space-between;
            order: 1;
            padding: 4rem; } }
        #section-footer .footer-container .container .content .footer-logo {
          height: 100%;
          width: 170px; }
          #section-footer .footer-container .container .content .footer-logo g {
            fill: var(--black); }
        #section-footer .footer-container .container .content .address-wrapper p {
          line-height: 1.5;
          margin: 0;
          white-space: nowrap; }
        @media (min-width: 1200px) {
          #section-footer .footer-container .container .content .info {
            display: flex; } }
        #section-footer .footer-container .container .content .info .btn {
          height: 4.625rem;
          border-radius: 0;
          border: none;
          display: flex;
          align-items: center;
          text-transform: lowercase;
          justify-content: center; }
          #section-footer .footer-container .container .content .info .btn__text {
            color: var(--white);
            z-index: 1;
            font-size: 1.25rem; }
          #section-footer .footer-container .container .content .info .btn:first-child {
            border-radius: .5rem 0 0 .5rem; }
          #section-footer .footer-container .container .content .info .btn:last-child {
            border-radius: 0 .5rem .5rem 0; }
        @media (max-width: 1199px) {
          #section-footer .footer-container .container .content .info .btn:first-child {
            border-radius: .5rem .5rem 0 0; }
          #section-footer .footer-container .container .content .info .btn:last-child {
            border-radius: 0 0 .5rem .5rem; } }
      #section-footer .footer-container .container .image {
        position: absolute;
        justify-self: center;
        bottom: -7.4rem; }
        @media (min-width: 1200px) {
          #section-footer .footer-container .container .image {
            bottom: -7.8rem;
            right: 0; } }
        #section-footer .footer-container .container .image img {
          max-width: 135px;
          height: auto;
          width: auto; }
    @media (min-width: 1200px) {
      #section-footer .footer-container {
        justify-content: space-between;
        padding: 8rem 0;
        gap: 2em; } }
    @media (max-width: 1199px) {
      #section-footer .footer-container {
        flex-wrap: wrap; } }
  #section-footer .sub-bar {
    padding: 1.5rem 0;
    display: flex; }
    @media (min-width: 1200px) {
      #section-footer .sub-bar {
        padding: 1rem 0; } }
    #section-footer .sub-bar .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #section-footer .sub-bar .socials {
      display: flex;
      align-items: center; }
      #section-footer .sub-bar .socials .social-links {
        height: 100%;
        display: flex;
        gap: var(--spacing-s); }
        #section-footer .sub-bar .socials .social-links a {
          color: var(--black);
          font-size: 30px;
          transition: color .3s ease-in-out; }
          #section-footer .sub-bar .socials .social-links a:hover {
            text-decoration: none;
            color: var(--orange); }
          #section-footer .sub-bar .socials .social-links a .icon-youtube {
            margin-top: 3px; }
    @media (max-width: 1199px) {
      #section-footer .sub-bar .socials {
        justify-content: center; } }
    #section-footer .sub-bar .copywrite {
      margin: 0;
      font-size: clamp(12px, 2vw, 14px);
      display: flex;
      line-height: 1.25; }
      @media (max-width: 1199px) {
        #section-footer .sub-bar .copywrite {
          flex-direction: column; }
          #section-footer .sub-bar .copywrite .dash {
            display: none; } }

ul {
  padding: 0 0 1.75em 1.25em; }

main a:not([class]),
main a:visited:not([class]),
main a:focus:not([class]),
main a:active:not([class]), .section-content a:not([class]),
.section-content a:visited:not([class]),
.section-content a:focus:not([class]),
.section-content a:active:not([class]) {
  background: linear-gradient(0deg, #fe9900, #fe9900) no-repeat left bottom/100% var(--bg-h);
  transition: background-size .3s, color .3s ease-in-out;
  --bg-h: 1px;
  display: inline-block;
  outline: 0;
  text-decoration: none !important;
  color: #fe9900; }

main a:where(:hover):not([class]), .section-content a:where(:hover):not([class]) {
  background-size: 0 var(--bg-h) !important;
  background-position-x: right !important; }

.section-content h2:has(a), .section-content h3:has(a), .section-content h4:has(a) {
  background: linear-gradient(0deg, #fe9900, #fe9900) no-repeat left bottom/100% var(--bg-h);
  transition: background-size .3s, color .3s ease-in-out;
  --bg-h: 1px;
  display: inline-block;
  outline: 0;
  text-decoration: none !important;
  color: #fe9900; }
  .section-content h2:has(a):where(:hover):not([class]), .section-content h3:has(a):where(:hover):not([class]), .section-content h4:has(a):where(:hover):not([class]) {
    background-size: 0 var(--bg-h) !important;
    background-position-x: right !important; }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

img {
  border-radius: 0;
  height: 100%;
  width: 100%; }
  @media (min-width: 981px) {
    img.alignright {
      float: right;
      padding-left: 1em; }
    img.alignleft {
      float: right;
      padding-right: 1em; }
    img.aligncenter {
      display: block;
      margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after, a.link-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^="icon-"], [class*=" icon-"],
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block;
  width: 1em; }

.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.breadcrumbs {
  padding-top: 2rem;
  position: relative;
  z-index: 2;
  background: #fff; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0; }
    .breadcrumbs ol li {
      display: inline-block;
      margin-right: 5px; }
      .breadcrumbs ol li a {
        background: linear-gradient(0deg, var(--white), var(--white)) no-repeat left bottom/100% var(--bg-h);
        transition: background-size .3s, color .3s ease-in-out;
        --bg-h: 1px;
        display: inline-block;
        outline: 0;
        text-decoration: none !important; }
        .breadcrumbs ol li a:hover {
          background-size: 0 var(--bg-h) !important;
          background-position-x: right !important; }

.light + .breadcrumbs {
  background: var(--light-green); }

.breadcrumbs {
  background: #fff; }
  .breadcrumbs .container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 2rem; }

.light + .breadcrumbs {
  background: var(--light-green); }

.section-content h1, .section-content h2, .section-content h3, .section-content .h1, .section-content .h2, .section-content .h3 {
  margin: 0;
  padding-bottom: var(--spacing-l); }
  .section-content h1:last-child, .section-content h2:last-child, .section-content h3:last-child, .section-content .h1:last-child, .section-content .h2:last-child, .section-content .h3:last-child {
    padding-bottom: 0; }

.section-content p {
  margin-top: 0; }
  .section-content p:last-of-type {
    margin-bottom: 0; }
    .section-content p:last-of-type + ul {
      margin-top: 0; }
  .section-content p + ul {
    margin-top: -1em; }

.section-content ul {
  padding: 0 0 0 1.25em; }

.section-content .link {
  padding-top: var(--spacing-l); }

.section-content__subtitle {
  background: #000;
  color: #fff;
  margin-bottom: var(--spacing-l);
  position: relative;
  display: inline-block;
  padding: .7rem 1rem .5rem;
  line-height: 1;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  width: -moz-fit-content;
  width: fit-content; }
  .section-content__subtitle .subtitle__text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3rem; }

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