@charset "UTF-8";
/*! 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 */
  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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

* {
  scroll-behavior: smooth;
  box-sizing: border-box; }

html {
  font-size: 64.5%; }

/* pt-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* pt-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
:host, :root {
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"; }

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../assets/fonts/fa-solid-900.woff2) format("woff2"), url(../../assets/fonts/fa-solid-900.ttf) format("truetype"); }
.fa-solid, .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; }

.header-secondary {
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 768px) {
    .header-secondary {
      display: none; } }
  .header-secondary .row-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto; }
    .header-secondary .row-info .col-info {
      width: 50%;
      color: #747474;
      justify-items: flex-start;
      padding-left: 10px; }
      .header-secondary .row-info .col-info a {
        color: #747474;
        text-decoration: none; }
    .header-secondary .row-info .col-info-nav {
      width: 50%;
      justify-items: flex-end;
      padding: 10px 10px 10px 10px; }
      .header-secondary .row-info .col-info-nav .menu-info-container {
        height: 100%; }
        .header-secondary .row-info .col-info-nav .menu-info-container ul {
          list-style-type: none;
          position: relative;
          display: flex;
          flex-direction: row;
          height: 100%;
          align-items: center;
          padding-inline-start: 0;
          margin-block-start: 0;
          margin-block-end: 0; }
          .header-secondary .row-info .col-info-nav .menu-info-container ul li {
            margin: 0px 10px; }
            .header-secondary .row-info .col-info-nav .menu-info-container ul li a {
              text-decoration: none;
              color: #747474; }
              .header-secondary .row-info .col-info-nav .menu-info-container ul li a:focus {
                text-decoration: none; }
              .header-secondary .row-info .col-info-nav .menu-info-container ul li a:hover {
                text-decoration: none; }

.header-menu {
  border-bottom: 1px solid #e5e5e5; }
  .header-menu .row-nav {
    display: flex;
    flex-direction: row;
    max-width: 1050px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1280px) {
      .header-menu .row-nav {
        flex-direction: column;
        height: unset; } }
    @media (max-width: 768px) {
      .header-menu .row-nav {
        flex-direction: row;
        overflow: hidden; } }
    @media (max-width: 480px) {
      .header-menu .row-nav {
        width: 100%; } }
    .header-menu .row-nav .col-logo {
      position: relative;
      padding: 10px 0; }
      @media (max-width: 768px) {
        .header-menu .row-nav .col-logo {
          width: 50%;
          margin-top: 10px; } }
    .header-menu .row-nav .menu-main-container {
      margin: 0 auto; }
      .header-menu .row-nav .menu-main-container ul {
        margin-top: 5px;
        list-style-type: none;
        display: flex;
        flex-direction: row;
        height: 100%;
        flex-wrap: wrap;
        align-items: center;
        margin-block-end: 0;
        margin-block-start: 0; }
        .header-menu .row-nav .menu-main-container ul li {
          align-content: center;
          padding: 25px 10px 25px 10px;
          margin: 0px 10px;
          border-top: 2px solid #fff; }
          .header-menu .row-nav .menu-main-container ul li:hover {
            border-top: 2px solid #e20916;
            transition: border-top 0.2s ease-in-out; }
          .header-menu .row-nav .menu-main-container ul li a {
            font-size: 1.6rem;
            color: #333333;
            text-decoration: none; }
            .header-menu .row-nav .menu-main-container ul li a:hover {
              text-decoration: none;
              color: #e20916; }

.border-top {
  background-image: url(../src-pix/shadow-top.png);
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  margin: 0 auto; }

.border-bottom {
  background-image: url(../src-pix/shadow-top.png);
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0px;
  margin: 0 auto;
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .col-menu-mobile {
    display: none; }

  .toggle-nav {
    display: none; } }
@media (max-width: 768px) {
  .col-logo {
    width: 50%; }

  .col-menu {
    display: flex;
    width: 50%; }

  .toggle-nav {
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16);
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.4s ease-in-out; }
    .toggle-nav i {
      font-size: 30px;
      color: #e20916;
      transition: all 0.4s ease-in-out; }

  /*.row-nav {
      @media (max-width: 768px) {
          height: 87px;
          background-color: unset;
          top: -10px;
      }
      height: unset;
      //padding: 10px;
      background-color: $second;
      .mobile-logo {
          padding: 20px;
          .mobile-logo-img {
              max-height: 50px;
              
          }
      }
  }*/
  #mobile-nav.open-nav .menu-main-container {
    right: 0;
    top: 73px;
    animation: slide-nav-open 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

  #mobile-nav.close-nav .menu-main-container {
    right: -100vw;
    animation: slide-nav-close 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    top: 73px; }

  #mobile-nav {
    /*.col-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        height: 100vh;
        overflow: scroll;
        z-index: 10;
        background-color: $white;
        transition: left 0.4s ease-in-out;*/
    /*}*/ }
    #mobile-nav .menu-main-container {
      position: fixed;
      background-color: #fff;
      z-index: 9;
      box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16); }
      #mobile-nav .menu-main-container ul#menu-main {
        margin-top: 5px;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-inline-start: 0rem;
        padding: 10px; }
        #mobile-nav .menu-main-container ul#menu-main li {
          margin: 0px 10px; }
          #mobile-nav .menu-main-container ul#menu-main li a {
            font-weight: 700;
            font-size: 1.6rem;
            color: #333333; }
            #mobile-nav .menu-main-container ul#menu-main li a:hover {
              text-decoration: none; } }
#pageheader {
  position: relative;
  z-index: 11; }

#pageheader.scroll {
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: $second;
  width: 100%;
  .logo-nav {
      max-height: 50px;
      transition: all 0.4s ease-in-out;
  }*/ }
  #pageheader.scroll .toggle-nav {
    top: 10px;
    height: 50px;
    width: 50px;
    border-radius: 3px;
    z-index: 11;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16); }
    #pageheader.scroll .toggle-nav i {
      font-size: 30px;
      color: #e20916;
      transition: all 0.4s ease-in-out; }

@keyframes slide-nav-open {
  0% {
    right: -200vw; }
  20% {
    right: -20px; }
  100% {
    right: 0; } }
@keyframes slide-nav-close {
  0% {
    right: 0; }
  50% {
    right: -20px; }
  100% {
    right: -200vw; } }
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  font-size: 1.6rem; }
  body a {
    color: #e20916; }
    body a:hover {
      color: #e20916; }

h1 {
  font-size: 3.7rem;
  color: #333333;
  font-weight: 700; }
  @media (min-width: 768px) and (max-width: 992px) {
    h1 {
      font-size: 3.0rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #e20916;
  font-weight: 700;
  line-height: 1.2;
  position: relative; }
  @media (min-width: 768px) and (max-width: 992px) {
    h2 {
      font-size: 2.6rem; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 2.2rem; } }

h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e20916; }

.has-one-color {
  color: #e20916; }

.has-weiss-color {
  color: #fff; }

.hero-container {
  height: 450px;
  width: 100%;
  position: relative; }

main.main_template_sidebar {
  display: flex;
  flex-direction: row; }
  @media (max-width: 992px) {
    main.main_template_sidebar {
      flex-direction: column; } }
  main.main_template_sidebar .content_template_sidebar {
    max-width: 728px; }
  main.main_template_sidebar aside.sidebar_template_sidebar {
    width: 100%;
    padding: 20px;
    min-width: 322px; }

main {
  padding: 20px;
  max-width: 1090px;
  margin: 0 auto; }
  main p, main ul, main li {
    line-height: 1.5; }
  main ul.wp-block-list {
    list-style: none;
    padding-inline-start: 0; }
  main ul.wp-block-list li {
    margin-left: 40px;
    position: relative;
    margin-bottom: 10px; }
  main ul.wp-block-list li:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f058";
    font-weight: 800;
    color: #e20916;
    font-size: 2.4rem;
    margin-right: 15px;
    position: absolute;
    left: -40px;
    top: -5px; }

ul.gutentor-grid-item-wrap.list-indicator-icon {
  padding-inline-start: 5px; }
  ul.gutentor-grid-item-wrap.list-indicator-icon .gutentor-list-item {
    padding-left: 0px; }

.gutentor-element-list .list-indicator-icon .list-item-icon {
  top: 5px;
  position: relative; }

section {
  background-color: #f6f6f6;
  padding: 20px;
  border-top: 3px solid #e20916;
  position: relative; }
  section h3 {
    color: #e20916;
    width: 50%;
    font-size: 2.8rem; }
    @media (min-width: 768px) and (max-width: 992px) {
      section h3 {
        font-size: 2.6rem; } }
    @media (max-width: 768px) {
      section h3 {
        font-size: 2.2rem; } }
  section .wp-block-buttons .wp-block-button .wp-block-button__link {
    border-radius: 0;
    background-color: #e20916;
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    position: absolute;
    width: 260px;
    height: 50px;
    top: 20px;
    right: 20px;
    padding: 11px 23px; }
    section .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
      background-color: #fff100;
      transition: background-color 0.2s linear;
      color: #333333; }
    @media (max-width: 632px) {
      section .wp-block-buttons .wp-block-button .wp-block-button__link {
        position: relative;
        top: unset;
        right: unset; } }

.gutentor-module-tabs {
  border: 1px solid #e20916 !important; }
  .gutentor-module-tabs .grid-container {
    padding: unset; }
  .gutentor-module-tabs .gutentor-module-tabs-item.gutentor-tabs-nav-active {
    border-top: 3px solid #e20916;
    background-color: #fff;
    transition: all 0.2s ease-in-out; }
  .gutentor-module-tabs .gutentor-module-tabs-item {
    border-top: 3px solid #fff;
    padding: 20px;
    transition: all 0.2s ease-in-out; }
  .gutentor-module-tabs .gutentor-module-tabs-title {
    font-weight: 700; }

.gutentor-module-accordion .grid-container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutentor-module-accordion-panel {
  border-bottom: 1px solid #333333; }
  .gutentor-module-accordion-panel:hover .gutentor-module-accordion-icon {
    background-color: #e20916 !important; }
  .gutentor-module-accordion-panel:hover .gutentor-module-accordion-panel-handler-label {
    color: #e20916 !important; }
  .gutentor-module-accordion-panel .gutentor-module-accordion-body {
    border-left: 0 solid #333333 !important;
    border-right: 0 solid #333333 !important;
    border-bottom: 1px solid #333333 !important; }
    .gutentor-module-accordion-panel .gutentor-module-accordion-body .gutentor-module.gutentor-advanced-columns {
      border-bottom: 1px solid #747474; }
  .gutentor-module-accordion-panel .gutentor-module-accordion-item-heading {
    background-color: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 1.5; }
    .gutentor-module-accordion-panel .gutentor-module-accordion-item-heading .gutentor-module-accordion-panel-handler {
      position: relative; }
      .gutentor-module-accordion-panel .gutentor-module-accordion-item-heading .gutentor-module-accordion-panel-handler .gutentor-module-accordion-panel-handler-label {
        color: #333333;
        font-weight: 700;
        margin-left: 40px; }
      .gutentor-module-accordion-panel .gutentor-module-accordion-item-heading .gutentor-module-accordion-panel-handler .gutentor-module-accordion-icon {
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        text-align: center;
        background-color: #333333; }
        .gutentor-module-accordion-panel .gutentor-module-accordion-item-heading .gutentor-module-accordion-panel-handler .gutentor-module-accordion-icon i {
          font-size: 13px;
          padding: 4px; }

#pagefooter {
  background-color: black;
  border-top: 2px solid yellow;
  color: white; }
  #pagefooter .footer-row {
    padding: 20px;
    display: flex;
    flex-direction: row;
    max-width: 1050px;
    margin: 0 auto; }
    @media (max-width: 1080px) {
      #pagefooter .footer-row {
        flex-wrap: wrap; } }
    #pagefooter .footer-row .footer-col {
      width: 25%;
      padding: 5px 20px 5px 0px; }
      @media (min-width: 521px) and (max-width: 1080px) {
        #pagefooter .footer-row .footer-col {
          width: 50%; } }
      @media (max-width: 520px) {
        #pagefooter .footer-row .footer-col {
          width: 100%; } }
      #pagefooter .footer-row .footer-col p:first-of-type {
        font-weight: 700;
        text-transform: uppercase; }
      #pagefooter .footer-row .footer-col ul {
        list-style-type: none;
        padding-inline-start: 0; }
        #pagefooter .footer-row .footer-col ul li {
          border-bottom: 1px solid white;
          padding: 20px 0;
          margin-right: 1rem; }
          #pagefooter .footer-row .footer-col ul li a {
            color: white;
            text-decoration: none; }
          #pagefooter .footer-row .footer-col ul li a:hover {
            text-decoration: none; }
        #pagefooter .footer-row .footer-col ul li:last-of-type {
          border-bottom: none; }
      #pagefooter .footer-row .footer-col a {
        color: white;
        text-decoration: none; }
      #pagefooter .footer-row .footer-col a:hover {
        text-decoration: none; }

/*# sourceMappingURL=theme.css.map */
