/*
Theme Name: Hearts on Fire Bishop's Appeal - Diocese of St. Catharines
Description: Custom WordPress theme made by 52 Pick-up Inc.
Author: 52 Pick-up Inc.
Author URI: http://52pick-up.com
Version: 1.0.0
*/
/*-------------------------------
>>> VARIABLES:
-------------------------------*/
/*-------------------------------
>>> THEME SCSS:
-------------------------------*/
/*--------------------------------------------------------------
THEME / BOOTSTRAP
--------------------------------------------------------------*/
@import url(css/bootstrap/bootstrap.min.css);
/*--------------------------------------------------------------
THEME / MIXINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
THEME / TYPOGRAPHY
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: 'Butler';
  src: url("fonts/butler/Butler-Light.woff2") format("woff2"), url("fonts/butler/Butler-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Butler', serif;
  font-weight: normal;
  font-style: normal; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    font-family: 'Butler', serif;
    font-weight: normal;
    font-style: normal; }

h1 {
  font-family: 'Butler', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 64px; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 44px; } }
  @media (max-width: 375px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-family: 'Butler', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 28px;
  margin-bottom: 20px; }
  @media (max-width: 1199.98px) {
    h3 {
      font-size: 25px; } }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 22px; } }

p, li {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px; }
  p *, li * {
    font-size: 16px;
    line-height: 1.4; }
  p:last-child, li:last-child {
    margin-bottom: 0; }

li {
  margin-bottom: 0; }

strong {
  font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal; }
  strong * {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal; }

sup {
  top: -.3em;
  font-size: 75% !important; }

* {
  font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #000000; }

/*--------------------------------------------------------------
THEME / ANIMATIONS
--------------------------------------------------------------*/
.animate, .animate-container {
  will-change: opacity; }
  .animate .animate.contained, .animate-container .animate.contained {
    opacity: 1; }
  .animate.active, .animate-container.active {
    opacity: 1; }
  .animate.sequence-up, .animate-container.sequence-up {
    transform: translateY(16px);
    opacity: 0;
    transition: all 1.6s cubic-bezier(0.56, 0, 0.24, 1); }
    .animate.sequence-up.active, .animate-container.sequence-up.active {
      opacity: 1;
      transform: translateY(0); }
  .animate.slide-image, .animate-container.slide-image {
    overflow: hidden;
    position: relative;
    opacity: 1; }
    .animate.slide-image div, .animate-container.slide-image div {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      transform: translate(0%, 0%);
      background: #F3EEE9;
      -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1); }
    .animate.slide-image.active div, .animate-container.slide-image.active div {
      transform: translate(0%, -100%); }
  .animate.slide-image-right, .animate-container.slide-image-right {
    overflow: hidden;
    position: relative;
    opacity: 1; }
    .animate.slide-image-right div, .animate-container.slide-image-right div {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      transform: translate(0%, 0%);
      background: #F3EEE9;
      -webkit-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1);
      transition: transform 1.6s cubic-bezier(0.56, 0, 0.24, 1); }
    .animate.slide-image-right.active div, .animate-container.slide-image-right.active div {
      transform: translate(100%, 0%); }
  .animate.fadeUp, .animate-container.fadeUp {
    transform: translateY(200px);
    transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform; }
    .animate.fadeUp.active, .animate-container.fadeUp.active {
      transform: translateY(0); }
  .animate.fadeLeft, .animate-container.fadeLeft {
    transform: translateX(200px);
    transition: opacity 1.5s ease, transform 1.5s ease;
    will-change: opacity, transform; }
    .animate.fadeLeft.active, .animate-container.fadeLeft.active {
      transform: translateX(0); }
  .animate.fadeRight, .animate-container.fadeRight {
    transform: translateX(-200px);
    transition: opacity 1.5s ease, transform 1.5s ease;
    will-change: opacity, transform; }
    .animate.fadeRight.active, .animate-container.fadeRight.active {
      transform: translateX(0); }
  .animate.scaleUp, .animate-container.scaleUp {
    transform: scale(0.5);
    transition: opacity 1.5s ease, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform; }
    .animate.scaleUp.active, .animate-container.scaleUp.active {
      transform: scale(1); }
  .animate.bg-cover, .animate-container.bg-cover {
    position: relative;
    opacity: 1;
    overflow: hidden; }
    .animate.bg-cover:after, .animate-container.bg-cover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #ffffff;
      transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
      will-change: transform; }
    .animate.bg-cover.active:after, .animate-container.bg-cover.active:after {
      transform: translateX(100%); }
  .animate.delay1, .animate-container.delay1 {
    transition-delay: 0.8s; }
  .animate.delay2, .animate-container.delay2 {
    transition-delay: 1.6s; }
  .animate.delay3, .animate-container.delay3 {
    transition-delay: 2.4s; }

@-webkit-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; } }
@-moz-keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; } }
@keyframes fadeOutDown {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; } }
@-webkit-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  50% {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-opacity: 1.2;
    -moz-opacity: 1;
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }
@-moz-keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }
@keyframes fadeInUp {
  0% {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; } }
@-webkit-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@keyframes bounce {
  0% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  25% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  75% {
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
@-webkit-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@-moz-keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes bounceHorz {
  0% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  25% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  75% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  100% {
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@-moz-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes rays-grow-spin {
  0% {
    transform: translateX(-50%) translateY(-35%) scale(1) rotate(0deg); }
  3% {
    transform: translateX(-50%) translateY(-35%) scale(1.3) rotate(0deg); }
  100% {
    transform: translateX(-50%) translateY(-35%) scale(1.3) rotate(360deg); } }
/*--------------------------------------------------------------
THEME / COMMON
--------------------------------------------------------------*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.editor-content > *:last-child {
  margin-bottom: 0; }
@media (max-width: 575.98px) {
  .editor-content h1 br, .editor-content h2 br, .editor-content h3 br, .editor-content h4 br, .editor-content h5 br, .editor-content h6 br {
    display: none; } }
.editor-content h2:not(:only-child) {
  margin-bottom: 36px; }
  @media (max-width: 991.98px) {
    .editor-content h2:not(:only-child) {
      margin-bottom: 20px; } }
.editor-content h3:not(:first-child) {
  margin-top: 40px; }
.editor-content p {
  margin-bottom: 20px; }
  .editor-content p:last-of-type {
    margin-bottom: 0; }
.editor-content ol li {
  padding-right: 0;
  margin-bottom: 10px; }
.editor-content ul {
  max-width: unset; }
  .editor-content ul:not(:last-child) {
    margin-bottom: 44px; }
  .editor-content ul li {
    padding-right: 0;
    margin-bottom: 10px;
    background-position: top 6px left 0px; }
.editor-content a {
  cursor: pointer;
  border: none;
  background: none;
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-decoration: none !important;
  -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: underline !important;
  display: inline; }
  @media (min-width: 992px) {
    .editor-content a {
      -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
      .editor-content a:hover, .editor-content a:focus {
        color: #595959; } }
  .editor-content a.external {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline; }
    .editor-content a.external svg {
      position: relative;
      bottom: 2px;
      margin-left: 4px;
      width: 16px; }
      .editor-content a.external svg path {
        fill: #000000;
        -webkit-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: fill 250ms cubic-bezier(0.77, 0, 0.175, 1); }
      @media (max-width: 991.98px) {
        .editor-content a.external svg {
          width: 15px; } }
      @media (max-width: 575.98px) {
        .editor-content a.external svg {
          width: 13px;
          margin-left: 3px; } }
    @media (min-width: 992px) {
      .editor-content a.external:hover svg path, .editor-content a.external:focus svg path {
        fill: #595959; } }
  .editor-content a.long-link {
    word-break: break-all; }
  @media (min-width: 768px) {
    .editor-content a:hover {
      color: #595959; } }
.editor-content img {
  height: auto;
  width: auto;
  max-width: 100%; }
.editor-content blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 2px solid #595959;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .editor-content blockquote p {
    font-family: 'DM Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal; }
  .editor-content blockquote cite {
    font-style: normal; }
.editor-content .wrap {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 992px) {
    .editor-content .wrap > ul {
      width: 50%;
      float: left; } }
  @media (max-width: 991.98px) {
    .editor-content .wrap > ul {
      width: 100%; } }
  .editor-content .wrap > ul > ul {
    width: 100%; }
.editor-content .wp-block-columns .wp-block-column figure {
  margin: 0; }
@media (min-width: 782px) {
  .editor-content .wp-block-columns .wp-block-column {
    padding-left: 10px;
    padding-right: 10px; }
    .editor-content .wp-block-columns .wp-block-column:first-child {
      padding-left: 0; }
    .editor-content .wp-block-columns .wp-block-column:last-child {
      padding-right: 0; }
    .editor-content .wp-block-columns .wp-block-column * {
      font-size: 18px; } }
.editor-content .links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  @media (max-width: 991.98px) {
    .editor-content .links {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 44px; } }
  .editor-content .links .acf-link:not(:last-child) {
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .editor-content .links .acf-link:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; } }
  .editor-content .links .acf-link a {
    outline: none !important;
    text-decoration: none !important;
    display: inline-block;
    background: #EDC800;
    cursor: pointer;
    border: 1px solid #EDC800;
    color: #320047;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
    height: 52px;
    line-height: 51px;
    border-radius: 26px;
    font-size: 16px; }
    .editor-content .links .acf-link a:focus {
      outline: none !important; }
    .editor-content .links .acf-link a:focus-visible {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
    @media (min-width: 768px) {
      .editor-content .links .acf-link a {
        -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
        .editor-content .links .acf-link a * {
          -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        .editor-content .links .acf-link a:hover, .editor-content .links .acf-link a:focus {
          background: #320047;
          color: #ffffff;
          border: 1px solid #320047; }
          .editor-content .links .acf-link a:hover *, .editor-content .links .acf-link a:focus * {
            color: #ffffff; } }
.editor-content.small-content a.external svg {
  bottom: 2px;
  width: 14px; }

.social-media, .social-share {
  display: inline-block; }
  .social-media .links, .social-share .links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .social-media .links .social-link, .social-share .links .social-link {
      display: block;
      background-color: #EDC800;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-decoration: none !important;
      -webkit-transition: background-color 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
      -moz-transition: background-color 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
      -ms-transition: background-color 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
      -o-transition: background-color 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
      transition: background-color 250ms cubic-bezier(0.64, 0.04, 0.32, 1); }
      .social-media .links .social-link:not(:last-child), .social-share .links .social-link:not(:last-child) {
        margin-right: 28px; }
      .social-media .links .social-link svg, .social-share .links .social-link svg {
        height: 21px;
        width: auto; }
        .social-media .links .social-link svg path, .social-share .links .social-link svg path {
          fill: #320047;
          -webkit-transition: fill 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
          -moz-transition: fill 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
          -ms-transition: fill 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
          -o-transition: fill 250ms cubic-bezier(0.64, 0.04, 0.32, 1);
          transition: fill 250ms cubic-bezier(0.64, 0.04, 0.32, 1); }
      .social-media .links .social-link.facebook svg, .social-share .links .social-link.facebook svg {
        height: 24px; }
      @media (min-width: 992px) {
        .social-media .links .social-link:hover, .social-media .links .social-link:focus, .social-share .links .social-link:hover, .social-share .links .social-link:focus {
          background-color: #ffffff; }
          .social-media .links .social-link:hover svg path, .social-media .links .social-link:focus svg path, .social-share .links .social-link:hover svg path, .social-share .links .social-link:focus svg path {
            fill: #000000; } }

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  .bg-image.bg-fade {
    opacity: 0 !important;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }
    .bg-image.bg-fade.active {
      opacity: 1 !important; }

.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .youtube-embed iframe, .youtube-embed object, .youtube-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.share-links p {
  font-size: 18px;
  margin-bottom: 24px; }
.share-links nav {
  margin-bottom: 8px; }
  .share-links nav > div {
    margin-bottom: 4px; }
    .share-links nav > div .icon-link {
      position: relative;
      padding-left: 30px;
      text-decoration: none !important; }
      .share-links nav > div .icon-link svg {
        position: absolute;
        height: 20px;
        width: auto;
        left: 0; }
        .share-links nav > div .icon-link svg path {
          fill: #292929; }
      .share-links nav > div .icon-link span {
        color: #292929; }

.notran {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.post-info span {
  font-size: 14px; }
  .post-info span:nth-child(2) {
    position: relative;
    margin-left: 16px; }
    .post-info span:nth-child(2):before {
      content: '';
      position: absolute;
      background: #000000;
      width: 1px;
      height: 11px;
      top: 2px;
      left: -11px; }

.post-block {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 30px; }
  @media (max-width: 1199.98px) {
    .post-block {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767.98px) {
    .post-block {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; } }
  .post-block .inner {
    background-color: #F2F4F5;
    border: 4px solid #F2F4F5;
    border-radius: 16px;
    height: 100%;
    text-decoration: none !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: all 250ms cubic-bezier(0.56, 0, 0.24, 1); }
    @media (min-width: 992px) {
      .post-block .inner:hover {
        -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.1); } }
  .post-block .image {
    background-color: #ffffff;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-bottom: 64%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .post-block .content {
    padding: 25px; }
    @media (max-width: 575.98px) {
      .post-block .content {
        padding: 20px; } }
    @media (max-width: 349px) {
      .post-block .content {
        padding: 15px; } }
    .post-block .content .title h2 {
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 28px;
      margin-bottom: 8px; }
      @media (max-width: 767.98px) {
        .post-block .content .title h2 {
          font-size: 26px; } }
      @media (max-width: 575.98px) {
        .post-block .content .title h2 {
          font-size: 24px; } }
      @media (max-width: 349px) {
        .post-block .content .title h2 {
          font-size: 22px; } }
    .post-block .content .preview p {
      font-size: 16px; }
    .post-block .content .post-info {
      margin-top: 20px; }

.content-animate > * {
  position: relative;
  opacity: 0;
  top: 17px;
  -webkit-transition: opacity 2000ms ease, top 1200ms cubic-bezier(0.56, 0, 0.24, 1);
  -moz-transition: opacity 2000ms ease, top 1200ms cubic-bezier(0.56, 0, 0.24, 1);
  -ms-transition: opacity 2000ms ease, top 1200ms cubic-bezier(0.56, 0, 0.24, 1);
  -o-transition: opacity 2000ms ease, top 1200ms cubic-bezier(0.56, 0, 0.24, 1);
  transition: opacity 2000ms ease, top 1200ms cubic-bezier(0.56, 0, 0.24, 1); }
  .content-animate > *:nth-child(1) {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }
  .content-animate > *:nth-child(2) {
    -webkit-transition-delay: 650ms;
    -moz-transition-delay: 650ms;
    -ms-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms; }
  .content-animate > *:nth-child(3) {
    -webkit-transition-delay: 850ms;
    -moz-transition-delay: 850ms;
    -ms-transition-delay: 850ms;
    -o-transition-delay: 850ms;
    transition-delay: 850ms; }
  .content-animate > *:nth-child(4) {
    -webkit-transition-delay: 1050ms;
    -moz-transition-delay: 1050ms;
    -ms-transition-delay: 1050ms;
    -o-transition-delay: 1050ms;
    transition-delay: 1050ms; }
  .content-animate > *:nth-child(5) {
    -webkit-transition-delay: 1250ms;
    -moz-transition-delay: 1250ms;
    -ms-transition-delay: 1250ms;
    -o-transition-delay: 1250ms;
    transition-delay: 1250ms; }
  .content-animate > *:nth-child(6) {
    -webkit-transition-delay: 1450ms;
    -moz-transition-delay: 1450ms;
    -ms-transition-delay: 1450ms;
    -o-transition-delay: 1450ms;
    transition-delay: 1450ms; }
  .content-animate > *:nth-child(7) {
    -webkit-transition-delay: 1650ms;
    -moz-transition-delay: 1650ms;
    -ms-transition-delay: 1650ms;
    -o-transition-delay: 1650ms;
    transition-delay: 1650ms; }
  .content-animate > *:nth-child(8) {
    -webkit-transition-delay: 1850ms;
    -moz-transition-delay: 1850ms;
    -ms-transition-delay: 1850ms;
    -o-transition-delay: 1850ms;
    transition-delay: 1850ms; }
  .content-animate > *:nth-child(9) {
    -webkit-transition-delay: 2050ms;
    -moz-transition-delay: 2050ms;
    -ms-transition-delay: 2050ms;
    -o-transition-delay: 2050ms;
    transition-delay: 2050ms; }
  .content-animate > *:nth-child(10) {
    -webkit-transition-delay: 2250ms;
    -moz-transition-delay: 2250ms;
    -ms-transition-delay: 2250ms;
    -o-transition-delay: 2250ms;
    transition-delay: 2250ms; }
  .content-animate > *:nth-child(11) {
    -webkit-transition-delay: 2450ms;
    -moz-transition-delay: 2450ms;
    -ms-transition-delay: 2450ms;
    -o-transition-delay: 2450ms;
    transition-delay: 2450ms; }
  .content-animate > *:nth-child(12) {
    -webkit-transition-delay: 2650ms;
    -moz-transition-delay: 2650ms;
    -ms-transition-delay: 2650ms;
    -o-transition-delay: 2650ms;
    transition-delay: 2650ms; }
  .content-animate > *:nth-child(13) {
    -webkit-transition-delay: 2850ms;
    -moz-transition-delay: 2850ms;
    -ms-transition-delay: 2850ms;
    -o-transition-delay: 2850ms;
    transition-delay: 2850ms; }
  .content-animate > *:nth-child(14) {
    -webkit-transition-delay: 3050ms;
    -moz-transition-delay: 3050ms;
    -ms-transition-delay: 3050ms;
    -o-transition-delay: 3050ms;
    transition-delay: 3050ms; }
  .content-animate > *:nth-child(15) {
    -webkit-transition-delay: 3250ms;
    -moz-transition-delay: 3250ms;
    -ms-transition-delay: 3250ms;
    -o-transition-delay: 3250ms;
    transition-delay: 3250ms; }
  .content-animate > *:nth-child(16) {
    -webkit-transition-delay: 3450ms;
    -moz-transition-delay: 3450ms;
    -ms-transition-delay: 3450ms;
    -o-transition-delay: 3450ms;
    transition-delay: 3450ms; }
  .content-animate > *:nth-child(17) {
    -webkit-transition-delay: 3650ms;
    -moz-transition-delay: 3650ms;
    -ms-transition-delay: 3650ms;
    -o-transition-delay: 3650ms;
    transition-delay: 3650ms; }
  .content-animate > *:nth-child(18) {
    -webkit-transition-delay: 3850ms;
    -moz-transition-delay: 3850ms;
    -ms-transition-delay: 3850ms;
    -o-transition-delay: 3850ms;
    transition-delay: 3850ms; }
  .content-animate > *:nth-child(19) {
    -webkit-transition-delay: 4050ms;
    -moz-transition-delay: 4050ms;
    -ms-transition-delay: 4050ms;
    -o-transition-delay: 4050ms;
    transition-delay: 4050ms; }
  .content-animate > *:nth-child(20) {
    -webkit-transition-delay: 4250ms;
    -moz-transition-delay: 4250ms;
    -ms-transition-delay: 4250ms;
    -o-transition-delay: 4250ms;
    transition-delay: 4250ms; }
  .content-animate > *:nth-child(21) {
    -webkit-transition-delay: 4450ms;
    -moz-transition-delay: 4450ms;
    -ms-transition-delay: 4450ms;
    -o-transition-delay: 4450ms;
    transition-delay: 4450ms; }
  .content-animate > *:nth-child(22) {
    -webkit-transition-delay: 4650ms;
    -moz-transition-delay: 4650ms;
    -ms-transition-delay: 4650ms;
    -o-transition-delay: 4650ms;
    transition-delay: 4650ms; }
  .content-animate > *:nth-child(23) {
    -webkit-transition-delay: 4850ms;
    -moz-transition-delay: 4850ms;
    -ms-transition-delay: 4850ms;
    -o-transition-delay: 4850ms;
    transition-delay: 4850ms; }
  .content-animate > *:nth-child(24) {
    -webkit-transition-delay: 5050ms;
    -moz-transition-delay: 5050ms;
    -ms-transition-delay: 5050ms;
    -o-transition-delay: 5050ms;
    transition-delay: 5050ms; }
  .content-animate > *:nth-child(25) {
    -webkit-transition-delay: 5250ms;
    -moz-transition-delay: 5250ms;
    -ms-transition-delay: 5250ms;
    -o-transition-delay: 5250ms;
    transition-delay: 5250ms; }
.content-animate.active > * {
  opacity: 1;
  top: 0; }

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none !important; }
  button:focus-visible {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }
  button.scroll-down {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    button.scroll-down > div {
      background-color: rgba(255, 255, 255, 0.24);
      height: 44px;
      width: 1px;
      overflow: hidden;
      margin-right: 20px;
      position: relative; }
      button.scroll-down > div > div {
        animation-name: scrollDown;
        animation-duration: 2.4s;
        animation-iteration-count: infinite;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
        width: 1px;
        height: 24px; }
    button.scroll-down span {
      font-size: 14px; }

img {
  width: 100%; }

figcaption {
  margin-top: 10px;
  color: #595959;
  font-size: 13px; }

hr {
  border-top: 1px solid #c2c2c2;
  margin-top: 30px;
  margin-bottom: 30px; }

table, tr, td {
  border: 1px solid #b1b2b7; }

td {
  padding: 5px 10px; }

p img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px; }
p.embed-p {
  max-width: 1080px;
  margin-top: 60px;
  margin-bottom: 60px; }

a {
  cursor: pointer; }
  a:focus {
    outline: none !important; }
  a:focus-visible {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important; }

.b-lazy {
  -webkit-transition: opacity 350ms ease;
  -moz-transition: opacity 350ms ease;
  -ms-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  opacity: 0; }
  .b-lazy.b-loaded {
    opacity: 1; }

.splide .splide__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: background-color 250ms ease, opacity 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 250ms ease, opacity 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: background-color 250ms ease, opacity 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: background-color 250ms ease, opacity 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 250ms ease, opacity 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  position: absolute;
  top: 50%;
  margin-top: -26px;
  z-index: 1; }
  .splide .splide__arrow svg {
    width: 18px;
    height: auto; }
  @media (min-width: 992px) {
    .splide .splide__arrow:hover {
      background-color: #A30700; }
      .splide .splide__arrow:hover svg .stroke {
        stroke: #ffffff; } }
  .splide .splide__arrow--prev {
    left: 30px; }
    .splide .splide__arrow--prev svg {
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      -o-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .splide .splide__arrow--next {
    right: 30px; }
  .splide .splide__arrow svg .stroke {
    stroke: #dc3545;
    -webkit-transition: stroke 250ms ease;
    -moz-transition: stroke 250ms ease;
    -ms-transition: stroke 250ms ease;
    -o-transition: stroke 250ms ease;
    transition: stroke 250ms ease; }
.splide .splide__pagination {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 1; }
  .splide .splide__pagination li:not(:last-child) {
    margin-right: 12px; }
  .splide .splide__pagination li button {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: opacity 250ms ease, background-color 250ms ease;
    -moz-transition: opacity 250ms ease, background-color 250ms ease;
    -ms-transition: opacity 250ms ease, background-color 250ms ease;
    -o-transition: opacity 250ms ease, background-color 250ms ease;
    transition: opacity 250ms ease, background-color 250ms ease; }
    .splide .splide__pagination li button.is-active {
      opacity: 1; }
    @media (min-width: 992px) {
      .splide .splide__pagination li button:hover {
        opacity: 1;
        background-color: #A30700; } }
.splide .custom-pagination {
  position: absolute;
  text-align: center;
  bottom: 40px;
  width: 100%; }
  @media (max-width: 1199.98px) {
    .splide .custom-pagination {
      bottom: 32px; } }
  @media (max-width: 767.98px) {
    .splide .custom-pagination {
      bottom: 28px; } }
  @media (max-width: 575.98px) {
    .splide .custom-pagination {
      bottom: 25px; } }
  @media (max-width: 479px) {
    .splide .custom-pagination {
      bottom: 20px; } }
  .splide .custom-pagination span {
    color: #ffffff;
    font-size: 20px; }
    @media (max-width: 1199.98px) {
      .splide .custom-pagination span {
        font-size: 19px; } }
    @media (max-width: 767.98px) {
      .splide .custom-pagination span {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .splide .custom-pagination span {
        font-size: 17px; } }
    @media (max-width: 479px) {
      .splide .custom-pagination span {
        font-size: 16px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-modal .modal-video {
  max-width: 80vw;
  max-width: 1200px; }
.video-modal .modal-content {
  background: transparent;
  border: 0; }
.video-modal .modal-body {
  padding: 0; }
.video-modal .btn-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1; }

/*--------------------------------------------------------------
THEME / LAYOUT
--------------------------------------------------------------*/
.container {
  max-width: 100% !important;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 350px) {
    .container {
      padding-left: 24px; } }
  @media (min-width: 576px) {
    .container {
      padding-left: 32px; } }
  @media (min-width: 350px) {
    .container {
      padding-right: 24px; } }
  @media (min-width: 576px) {
    .container {
      padding-right: 32px; } }

@media (min-width: 1480px) {
  .container {
    max-width: 1300px; } }
@media (max-width: 479px) {
  .container {
    max-width: 460px; } }
body {
  position: relative; }
  body.page-template-default .default-container {
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (min-width: 350px) {
      body.page-template-default .default-container {
        padding-top: 24px; } }
    @media (min-width: 576px) {
      body.page-template-default .default-container {
        padding-top: 32px; } }
    @media (min-width: 350px) {
      body.page-template-default .default-container {
        padding-bottom: 24px; } }
    @media (min-width: 576px) {
      body.page-template-default .default-container {
        padding-bottom: 32px; } }
    body.page-template-default .default-container > .row {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      body.page-template-default .default-container > .row > .col {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%; }
        @media (max-width: 1479px) {
          body.page-template-default .default-container > .row > .col {
            -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
            max-width: 66.6666666667%; } }
        @media (max-width: 1199.98px) {
          body.page-template-default .default-container > .row > .col {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%; } }
        @media (max-width: 991.98px) {
          body.page-template-default .default-container > .row > .col {
            -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
            max-width: 91.6666666667%; } }
        @media (max-width: 767.98px) {
          body.page-template-default .default-container > .row > .col {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
  body.blog, body.archive {
    padding-top: 93px; }
    @media (max-width: 991.98px) {
      body.blog, body.archive {
        padding-top: 82px; } }
    body.blog section.header, body.archive section.header {
      padding-top: 16px; }
      @media (min-width: 350px) {
        body.blog section.header, body.archive section.header {
          padding-top: 24px; } }
      @media (min-width: 576px) {
        body.blog section.header, body.archive section.header {
          padding-top: 32px; } }
      body.blog section.header .categories a, body.archive section.header .categories a {
        cursor: pointer;
        border: none;
        background: none;
        color: #000000;
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        text-decoration: none !important;
        -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
        @media (min-width: 992px) {
          body.blog section.header .categories a, body.archive section.header .categories a {
            -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
            body.blog section.header .categories a:hover, body.blog section.header .categories a:focus, body.archive section.header .categories a:hover, body.archive section.header .categories a:focus {
              color: #595959; } }
        body.blog section.header .categories a:not(:last-child), body.archive section.header .categories a:not(:last-child) {
          margin-right: 12px; }
        body.blog section.header .categories a.active, body.archive section.header .categories a.active {
          color: #595959; }
    body.blog section.posts, body.archive section.posts {
      margin-top: 16px;
      padding-bottom: 16px; }
      @media (min-width: 350px) {
        body.blog section.posts, body.archive section.posts {
          margin-top: 24px; } }
      @media (min-width: 576px) {
        body.blog section.posts, body.archive section.posts {
          margin-top: 32px; } }
      @media (min-width: 992px) {
        body.blog section.posts, body.archive section.posts {
          margin-top: 44px; } }
      @media (min-width: 1480px) {
        body.blog section.posts, body.archive section.posts {
          margin-top: 48px; } }
      @media (min-width: 350px) {
        body.blog section.posts, body.archive section.posts {
          padding-bottom: 24px; } }
      @media (min-width: 576px) {
        body.blog section.posts, body.archive section.posts {
          padding-bottom: 32px; } }
      body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
        margin-bottom: 16px; }
        @media (min-width: 350px) {
          body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
            margin-bottom: 24px; } }
        @media (min-width: 576px) {
          body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
            margin-bottom: 32px; } }
        @media (min-width: 992px) {
          body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
            margin-bottom: 44px; } }
        @media (min-width: 1480px) {
          body.blog section.posts.is-paginated, body.archive section.posts.is-paginated {
            margin-bottom: 48px; } }
    body.blog section.load-more, body.archive section.load-more {
      padding-bottom: 16px; }
      @media (min-width: 350px) {
        body.blog section.load-more, body.archive section.load-more {
          padding-bottom: 24px; } }
      @media (min-width: 576px) {
        body.blog section.load-more, body.archive section.load-more {
          padding-bottom: 32px; } }
      body.blog section.load-more.pagination, body.archive section.load-more.pagination {
        text-align: center; }
        body.blog section.load-more.pagination a, body.archive section.load-more.pagination a {
          cursor: pointer;
          border: none;
          background: none;
          color: #000000;
          font-family: 'DM Sans', sans-serif;
          font-optical-sizing: auto;
          font-weight: normal;
          font-style: normal;
          text-decoration: none !important;
          -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
          -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
          -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
          -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
          transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
          margin-left: 4px;
          margin-right: 4px; }
          @media (min-width: 992px) {
            body.blog section.load-more.pagination a, body.archive section.load-more.pagination a {
              -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
              body.blog section.load-more.pagination a:hover, body.blog section.load-more.pagination a:focus, body.archive section.load-more.pagination a:hover, body.archive section.load-more.pagination a:focus {
                color: #595959; } }
          body.blog section.load-more.pagination a svg, body.archive section.load-more.pagination a svg {
            position: relative;
            width: 18px;
            top: -2px; }
            body.blog section.load-more.pagination a svg .stroke, body.archive section.load-more.pagination a svg .stroke {
              stroke: #000000;
              -webkit-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -moz-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -ms-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -o-transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1);
              transition: stroke 250ms cubic-bezier(0.77, 0, 0.175, 1); }
          body.blog section.load-more.pagination a.prev, body.archive section.load-more.pagination a.prev {
            margin-right: 10px; }
            body.blog section.load-more.pagination a.prev svg, body.archive section.load-more.pagination a.prev svg {
              -ms-transform: rotate(180deg);
              /* IE 9 */
              -webkit-transform: rotate(180deg);
              /* Chrome, Safari, Opera */
              -o-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              transform: rotate(180deg); }
          body.blog section.load-more.pagination a.next, body.archive section.load-more.pagination a.next {
            margin-left: 10px; }
          @media (min-width: 992px) {
            body.blog section.load-more.pagination a:hover .stroke, body.archive section.load-more.pagination a:hover .stroke {
              stroke: #595959; } }
        body.blog section.load-more.pagination span, body.archive section.load-more.pagination span {
          color: #595959; }
    body.blog section.no-posts, body.archive section.no-posts {
      position: relative;
      padding-left: 16px;
      padding-right: 16px;
      height: -moz-calc(100vh - 80px);
      height: -webkit-calc(100vh - 80px);
      height: calc(100vh - 80px); }
      @media (min-width: 350px) {
        body.blog section.no-posts, body.archive section.no-posts {
          padding-left: 24px; } }
      @media (min-width: 576px) {
        body.blog section.no-posts, body.archive section.no-posts {
          padding-left: 32px; } }
      @media (min-width: 350px) {
        body.blog section.no-posts, body.archive section.no-posts {
          padding-right: 24px; } }
      @media (min-width: 576px) {
        body.blog section.no-posts, body.archive section.no-posts {
          padding-right: 32px; } }
      @media (max-width: 991.98px) {
        body.blog section.no-posts, body.archive section.no-posts {
          height: -moz-calc(100vh - 64px);
          height: -webkit-calc(100vh - 64px);
          height: calc(100vh - 64px); } }
      @media (max-width: 767.98px) {
        body.blog section.no-posts, body.archive section.no-posts {
          height: auto;
          min-height: 500px; } }
      body.blog section.no-posts .title, body.archive section.no-posts .title {
        position: relative;
        z-index: 1; }
      body.blog section.no-posts .message, body.archive section.no-posts .message {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        body.blog section.no-posts .message p, body.archive section.no-posts .message p {
          font-size: 20px; }
    @media (min-width: 992px) {
      body.blog .has-stripe-menu + main section.no-posts, body.archive .has-stripe-menu + main section.no-posts {
        height: -moz-calc(100vh - 132px);
        height: -webkit-calc(100vh - 132px);
        height: calc(100vh - 132px); } }
  body.single {
    margin-top: 93px; }
    @media (max-width: 991.98px) {
      body.single {
        margin-top: 82px; } }
    body.single section.main-content {
      padding-top: 16px;
      padding-bottom: 16px; }
      @media (min-width: 350px) {
        body.single section.main-content {
          padding-top: 24px; } }
      @media (min-width: 576px) {
        body.single section.main-content {
          padding-top: 32px; } }
      @media (min-width: 350px) {
        body.single section.main-content {
          padding-bottom: 24px; } }
      @media (min-width: 576px) {
        body.single section.main-content {
          padding-bottom: 32px; } }
      body.single section.main-content .col.aside {
        order: 1;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%; }
        body.single section.main-content .col.aside .back {
          margin-bottom: 10px; }
          body.single section.main-content .col.aside .back a {
            cursor: pointer;
            border: none;
            background: none;
            color: #000000;
            font-family: 'DM Sans', sans-serif;
            font-optical-sizing: auto;
            font-weight: normal;
            font-style: normal;
            text-decoration: none !important;
            -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
            @media (min-width: 992px) {
              body.single section.main-content .col.aside .back a {
                -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
                body.single section.main-content .col.aside .back a:hover, body.single section.main-content .col.aside .back a:focus {
                  color: #595959; } }
        body.single section.main-content .col.aside .post-info {
          margin-bottom: 10px; }
      body.single section.main-content .col.article {
        order: 2;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%; }
        body.single section.main-content .col.article .image {
          margin-top: 20px;
          margin-bottom: 20px; }
    body.single section.related-posts {
      margin-bottom: 16px; }
      @media (min-width: 350px) {
        body.single section.related-posts {
          margin-bottom: 24px; } }
      @media (min-width: 576px) {
        body.single section.related-posts {
          margin-bottom: 32px; } }
      @media (min-width: 992px) {
        body.single section.related-posts {
          margin-bottom: 44px; } }
      @media (min-width: 1480px) {
        body.single section.related-posts {
          margin-bottom: 48px; } }

#content-layout {
  overflow: hidden; }
  #content-layout > section:first-child:not(.hero) {
    margin-top: 93px; }
    @media (max-width: 991.98px) {
      #content-layout > section:first-child:not(.hero) {
        margin-top: 82px; } }
  #content-layout.menu-has-stripe > section:first-child:not(.hero) {
    margin-top: 93px; }
    @media (max-width: 991.98px) {
      #content-layout.menu-has-stripe > section:first-child:not(.hero) {
        margin-top: 82px; } }
  #content-layout.nav-hidden > section:first-child:not(.hero) {
    margin-top: 16px; }
    @media (min-width: 350px) {
      #content-layout.nav-hidden > section:first-child:not(.hero) {
        margin-top: 24px; } }
    @media (min-width: 576px) {
      #content-layout.nav-hidden > section:first-child:not(.hero) {
        margin-top: 32px; } }
    @media (min-width: 992px) {
      #content-layout.nav-hidden > section:first-child:not(.hero) {
        margin-top: 44px; } }
    @media (min-width: 1480px) {
      #content-layout.nav-hidden > section:first-child:not(.hero) {
        margin-top: 48px; } }

footer {
  background-color: #320047;
  position: relative;
  z-index: 10;
  background: #320047;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #320047 0%, #1f002a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #320047), color-stop(100%, #1f002a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #320047 0%, #1f002a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #320047 0%, #1f002a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #320047 0%, #1f002a 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #320047 0%, #1f002a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#320047', endColorstr='#1f002a',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 80px; }
  @media (min-width: 350px) {
    footer {
      padding-left: 24px; } }
  @media (min-width: 576px) {
    footer {
      padding-left: 32px; } }
  @media (min-width: 350px) {
    footer {
      padding-right: 24px; } }
  @media (min-width: 576px) {
    footer {
      padding-right: 32px; } }
  @media (min-width: 350px) {
    footer {
      padding-top: 24px; } }
  @media (min-width: 576px) {
    footer {
      padding-top: 32px; } }
  footer * {
    color: #ffffff; }
  footer .logo img {
    height: 90px;
    width: auto; }
    @media (max-width: 767.98px) {
      footer .logo img {
        height: 72px; } }
  footer .lower {
    margin-top: 180px; }
    @media (min-width: 768px) {
      footer .lower {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media (max-width: 767.98px) {
      footer .lower {
        margin-top: 100px; } }
    footer .lower .contact-info .contact-item {
      margin-bottom: 28px; }
      footer .lower .contact-info .contact-item span {
        display: block; }
        footer .lower .contact-info .contact-item span.label {
          text-transform: uppercase;
          margin-bottom: 6px; }
      footer .lower .contact-info .contact-item a {
        cursor: pointer;
        border: none;
        background: none;
        color: white;
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        text-decoration: none !important;
        -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
        text-decoration: underline !important; }
        @media (min-width: 992px) {
          footer .lower .contact-info .contact-item a {
            -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
            footer .lower .contact-info .contact-item a:hover, footer .lower .contact-info .contact-item a:focus {
              opacity: 0.72; } }
    @media (max-width: 767.98px) {
      footer .lower .slogan {
        margin-top: 80px; } }
    footer .lower .slogan p {
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px;
      color: #ddb874;
      font-family: 'Cormorant', serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: italic;
      line-height: 1;
      letter-spacing: -3%; }
      @media (max-width: 991.98px) {
        footer .lower .slogan p {
          font-size: 52px; } }
      @media (max-width: 575.98px) {
        footer .lower .slogan p {
          font-size: 44px; } }
      @media (max-width: 375px) {
        footer .lower .slogan p {
          font-size: 36px; } }
      @media (min-width: 768px) {
        footer .lower .slogan p {
          text-align: right; } }
      @media (min-width: 1200px) {
        footer .lower .slogan p {
          font-size: 80px; } }

.modal-dialog {
  max-width: 864px; }
  .modal-dialog .modal-content {
    padding: 32px;
    border-radius: 8px;
    border: none; }
    @media (max-width: 575.98px) {
      .modal-dialog .modal-content {
        padding: 16px; } }
  .modal-dialog .modal-header {
    padding: 0;
    border-bottom: none;
    text-align: center;
    display: block; }
    .modal-dialog .modal-header header {
      display: inline-block; }
    .modal-dialog .modal-header h1 {
      color: #320047;
      margin-bottom: 32px; }
    .modal-dialog .modal-header .btn-close {
      position: absolute;
      top: 18px;
      right: 18px; }
  .modal-dialog .acf-success h2 {
    text-align: center; }
  .modal-dialog .modal-body {
    padding: 0; }
    .modal-dialog .modal-body form {
      max-width: unset;
      width: unset;
      margin-left: -10px;
      margin-right: -10px; }

#cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 1000;
  opacity: 1; }
  #cover.fade-out {
    opacity: 0;
    -webkit-transition: opacity 100ms ease;
    -moz-transition: opacity 100ms ease;
    -ms-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease; }

/*--------------------------------------------------------------
THEME / NAVIGATION
--------------------------------------------------------------*/
header #primary-nav {
  position: fixed;
  z-index: 100;
  top: 25px;
  left: 0;
  width: 100%;
  height: 68px;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 350px) {
    header #primary-nav {
      padding-left: 24px; } }
  @media (min-width: 576px) {
    header #primary-nav {
      padding-left: 32px; } }
  @media (min-width: 992px) {
    header #primary-nav {
      padding-left: 32px; } }
  @media (min-width: 1480px) {
    header #primary-nav {
      padding-left: 32px; } }
  @media (min-width: 350px) {
    header #primary-nav {
      padding-right: 24px; } }
  @media (min-width: 576px) {
    header #primary-nav {
      padding-right: 32px; } }
  @media (min-width: 992px) {
    header #primary-nav {
      padding-right: 32px; } }
  @media (min-width: 1480px) {
    header #primary-nav {
      padding-right: 32px; } }
  @media (max-width: 1199.98px) {
    header #primary-nav {
      height: 64px; } }
  @media (max-width: 767.98px) {
    header #primary-nav {
      top: 9px; } }
  header #primary-nav .nav {
    background-color: #ffffff;
    height: 100%;
    border-radius: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: background-color 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); }
    header #primary-nav .nav .nav-main {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      header #primary-nav .nav .nav-main .menu {
        height: 100%;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media (max-width: 1199.98px) {
          header #primary-nav .nav .nav-main .menu {
            display: none; } }
        header #primary-nav .nav .nav-main .menu > .menu-item {
          position: relative; }
          header #primary-nav .nav .nav-main .menu > .menu-item button, header #primary-nav .nav .nav-main .menu > .menu-item a {
            position: relative;
            z-index: 3;
            border: none;
            outline: none !important;
            background: none;
            display: inline-block;
            position: relative;
            letter-spacing: unset;
            padding: 0;
            cursor: pointer;
            border: none;
            background: none;
            color: #000000;
            font-family: 'DM Sans', sans-serif;
            font-optical-sizing: auto;
            font-weight: normal;
            font-style: normal;
            text-decoration: none !important;
            -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media (min-width: 992px) {
              header #primary-nav .nav .nav-main .menu > .menu-item button, header #primary-nav .nav .nav-main .menu > .menu-item a {
                -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
                transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
                header #primary-nav .nav .nav-main .menu > .menu-item button:hover, header #primary-nav .nav .nav-main .menu > .menu-item button:focus, header #primary-nav .nav .nav-main .menu > .menu-item a:hover, header #primary-nav .nav .nav-main .menu > .menu-item a:focus {
                  color: #595959; } }
            header #primary-nav .nav .nav-main .menu > .menu-item button:focus, header #primary-nav .nav .nav-main .menu > .menu-item a:focus {
              outline: none !important; }
            header #primary-nav .nav .nav-main .menu > .menu-item button:focus-visible, header #primary-nav .nav .nav-main .menu > .menu-item a:focus-visible {
              outline: 1px dotted !important;
              outline: 5px auto -webkit-focus-ring-color !important; }
            header #primary-nav .nav .nav-main .menu > .menu-item button span, header #primary-nav .nav .nav-main .menu > .menu-item a span {
              color: #000000;
              -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1); }
            @media (min-width: 992px) {
              header #primary-nav .nav .nav-main .menu > .menu-item button:hover, header #primary-nav .nav .nav-main .menu > .menu-item button:focus, header #primary-nav .nav .nav-main .menu > .menu-item a:hover, header #primary-nav .nav .nav-main .menu > .menu-item a:focus {
                position: relative;
                left: -2px;
                opacity: 1;
                font-weight: bold;
                color: #000000; } }
          header #primary-nav .nav .nav-main .menu > .menu-item:not(:first-child) {
            margin-left: 15px; }
            @media (max-width: 1379px) {
              header #primary-nav .nav .nav-main .menu > .menu-item:not(:first-child) {
                margin-left: 10px; } }
          header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item button span, header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item a span, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent button span, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent a span {
            color: #595959; }
          header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current-menu-item a .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.current_page_parent a .arrow svg .stroke {
            stroke: #595959; }
          header #primary-nav .nav .nav-main .menu > .menu-item:hover button span, header #primary-nav .nav .nav-main .menu > .menu-item:hover a span, header #primary-nav .nav .nav-main .menu > .menu-item.opened button span, header #primary-nav .nav .nav-main .menu > .menu-item.opened a span {
            color: #595959; }
          header #primary-nav .nav .nav-main .menu > .menu-item:hover button .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item:hover a .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item.opened button .arrow svg, header #primary-nav .nav .nav-main .menu > .menu-item.opened a .arrow svg {
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -webkit-transform: rotate(180deg);
            /* Chrome, Safari, Opera */
            -o-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg); }
            header #primary-nav .nav .nav-main .menu > .menu-item:hover button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item:hover a .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.opened button .arrow svg .stroke, header #primary-nav .nav .nav-main .menu > .menu-item.opened a .arrow svg .stroke {
              stroke: #595959; }
          header #primary-nav .nav .nav-main .menu > .menu-item:hover button + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item:hover a + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item.opened button + .sub-menu-wrapper, header #primary-nav .nav .nav-main .menu > .menu-item.opened a + .sub-menu-wrapper {
            visibility: visible;
            -webkit-transition: visibility 0ms ease;
            -moz-transition: visibility 0ms ease;
            -ms-transition: visibility 0ms ease;
            -o-transition: visibility 0ms ease;
            transition: visibility 0ms ease;
            -webkit-transition-delay: 0ms;
            -moz-transition-delay: 0ms;
            -ms-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; }
            header #primary-nav .nav .nav-main .menu > .menu-item:hover button + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item:hover a + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item.opened button + .sub-menu-wrapper ul.sub-menu, header #primary-nav .nav .nav-main .menu > .menu-item.opened a + .sub-menu-wrapper ul.sub-menu {
              opacity: 1; }
        header #primary-nav .nav .nav-main .menu .sub-menu-wrapper {
          position: absolute;
          z-index: 3;
          overflow: hidden;
          left: 50%;
          width: 200px;
          margin-left: -100px;
          top: 22.5px;
          text-align: left;
          padding: 0;
          visibility: hidden;
          -webkit-transition: visibility 0ms ease;
          -moz-transition: visibility 0ms ease;
          -ms-transition: visibility 0ms ease;
          -o-transition: visibility 0ms ease;
          transition: visibility 0ms ease;
          -webkit-transition-delay: 250ms;
          -moz-transition-delay: 250ms;
          -ms-transition-delay: 250ms;
          -o-transition-delay: 250ms;
          transition-delay: 250ms; }
          header #primary-nav .nav .nav-main .menu .sub-menu-wrapper ul {
            position: relative;
            padding: 0;
            margin: 0;
            padding-top: 30px;
            list-style: none;
            opacity: 0;
            -webkit-transition: opacity 250ms ease;
            -moz-transition: opacity 250ms ease;
            -ms-transition: opacity 250ms ease;
            -o-transition: opacity 250ms ease;
            transition: opacity 250ms ease; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper ul:before {
              content: '';
              position: absolute;
              top: 22px;
              left: 50%;
              margin-left: -6px;
              width: 0px;
              height: 0px;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 8px solid #000000; }
          header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li {
            text-align: center; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a {
              width: 100%;
              background-color: #000000;
              display: block;
              padding-top: 6px;
              padding-bottom: 6px;
              padding-left: 25px;
              padding-right: 25px;
              text-decoration: none !important;
              -webkit-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -moz-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -ms-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -o-transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              transition: color 250ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
              -webkit-transition: background-color 250ms ease;
              -moz-transition: background-color 250ms ease;
              -ms-transition: background-color 250ms ease;
              -o-transition: background-color 250ms ease;
              transition: background-color 250ms ease; }
              header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a span {
                font-family: 'DM Sans', sans-serif;
                font-optical-sizing: auto;
                font-weight: normal;
                font-style: normal;
                color: #ffffff !important;
                font-size: 16px; }
              header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:hover, header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus {
                background-color: #292929;
                outline: none !important; }
              header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus-visible {
                background-color: #292929; }
                header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li a:focus-visible span {
                  outline: 1px dotted !important;
                  outline: 5px auto -webkit-focus-ring-color !important; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:first-child a {
              padding-top: 12px;
              border-top-left-radius: 8px;
              border-top-right-radius: 8px; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:last-child a {
              padding-bottom: 12px;
              border-bottom-left-radius: 8px;
              border-bottom-right-radius: 8px; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:not(:last-child) {
              position: relative; }
              header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li:not(:last-child):after {
                content: '';
                position: absolute;
                background-color: #ffffff;
                width: 100%;
                height: 1px;
                bottom: 0;
                left: 0; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li.current_page_item a, header #primary-nav .nav .nav-main .menu .sub-menu-wrapper li.current_page_parent a {
              background-color: #292929 !important; }
          header #primary-nav .nav .nav-main .menu .sub-menu-wrapper:hover {
            visibility: visible;
            -webkit-transition: visibility 0ms ease;
            -moz-transition: visibility 0ms ease;
            -ms-transition: visibility 0ms ease;
            -o-transition: visibility 0ms ease;
            transition: visibility 0ms ease;
            -webkit-transition-delay: 0ms;
            -moz-transition-delay: 0ms;
            -ms-transition-delay: 0ms;
            -o-transition-delay: 0ms;
            transition-delay: 0ms; }
            header #primary-nav .nav .nav-main .menu .sub-menu-wrapper:hover ul {
              opacity: 1; }
      header #primary-nav .nav .nav-main .menu-button {
        margin-left: 44px;
        margin-right: 32px; }
        @media (max-width: 767.98px) {
          header #primary-nav .nav .nav-main .menu-button {
            margin-left: 32px;
            margin-right: 22px; } }
        @media (min-width: 1200px) {
          header #primary-nav .nav .nav-main .menu-button {
            display: none; } }
        header #primary-nav .nav .nav-main .menu-button button > div {
          width: 30px;
          height: 18px;
          position: relative; }
          header #primary-nav .nav .nav-main .menu-button button > div span {
            display: block;
            position: absolute;
            float: right;
            background-color: #000000;
            width: 100%;
            height: 2px;
            margin-top: -1px;
            top: 50%;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease; }
          header #primary-nav .nav .nav-main .menu-button button > div:before, header #primary-nav .nav .nav-main .menu-button button > div:after {
            content: '';
            position: absolute;
            background-color: #000000;
            width: 100%;
            height: 2px;
            right: 0;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease; }
          header #primary-nav .nav .nav-main .menu-button button > div:before {
            top: 0; }
          header #primary-nav .nav .nav-main .menu-button button > div:after {
            bottom: 0; }
        header #primary-nav .nav .nav-main .menu-button button.full {
          background-color: #ffffff;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 8px 16px;
          border: 1px solid #c2c2c2;
          border-radius: 8px;
          z-index: 2;
          -webkit-transition: background-color 250ms ease, border 250ms ease;
          -moz-transition: background-color 250ms ease, border 250ms ease;
          -ms-transition: background-color 250ms ease, border 250ms ease;
          -o-transition: background-color 250ms ease, border 250ms ease;
          transition: background-color 250ms ease, border 250ms ease; }
          header #primary-nav .nav .nav-main .menu-button button.full > span {
            font-family: 'DM Sans', sans-serif;
            font-optical-sizing: auto;
            font-weight: normal;
            font-style: normal;
            margin-right: 14px;
            -webkit-transition: color 250ms ease;
            -moz-transition: color 250ms ease;
            -ms-transition: color 250ms ease;
            -o-transition: color 250ms ease;
            transition: color 250ms ease; }
            header #primary-nav .nav .nav-main .menu-button button.full > span.opened-text {
              display: none;
              position: absolute;
              top: 8px;
              left: 16px; }
          @media (min-width: 992px) {
            header #primary-nav .nav .nav-main .menu-button button.full:hover {
              border: 1px solid #000000;
              background-color: #000000; }
              header #primary-nav .nav .nav-main .menu-button button.full:hover > div span, header #primary-nav .nav .nav-main .menu-button button.full:hover > div:before, header #primary-nav .nav .nav-main .menu-button button.full:hover > div:after {
                background-color: #ffffff; }
              header #primary-nav .nav .nav-main .menu-button button.full:hover span {
                color: #ffffff; } }
          header #primary-nav .nav .nav-main .menu-button button.full.active > span.closed-text {
            visibility: hidden; }
          header #primary-nav .nav .nav-main .menu-button button.full.active > span.opened-text {
            display: block; }
        header #primary-nav .nav .nav-main .menu-button button:not(.full) > div {
          position: relative;
          top: 3px;
          height: 22px; }
        header #primary-nav .nav .nav-main .menu-button button:not(.full) .closed-text, header #primary-nav .nav .nav-main .menu-button button:not(.full) .opened-text {
          display: none !important; }
        header #primary-nav .nav .nav-main .menu-button button.active > div span {
          opacity: 0; }
        header #primary-nav .nav .nav-main .menu-button button.active > div:before {
          width: 100%;
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          -webkit-transform: rotate(-45deg);
          /* Chrome, Safari, Opera */
          -o-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 10px; }
        header #primary-nav .nav .nav-main .menu-button button.active > div:after {
          -ms-transform: rotate(45deg);
          /* IE 9 */
          -webkit-transform: rotate(45deg);
          /* Chrome, Safari, Opera */
          -o-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 10px; }
      @media (min-width: 1200px) {
        header #primary-nav .nav .nav-main .logo {
          position: absolute;
          left: 50%;
          margin-left: -49px; } }
      header #primary-nav .nav .nav-main .logo a {
        display: inline-block;
        position: relative;
        z-index: 3; }
        header #primary-nav .nav .nav-main .logo a img {
          width: 98px;
          height: auto;
          -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1); }
          @media (max-width: 379px) {
            header #primary-nav .nav .nav-main .logo a img {
              width: 55px; } }
          header #primary-nav .nav .nav-main .logo a img.light {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0; }
      header #primary-nav .nav .nav-main .emblem {
        margin-left: 32px;
        margin-right: 44px; }
        @media (max-width: 1379px) {
          header #primary-nav .nav .nav-main .emblem {
            margin-left: 32px;
            margin-right: 20px; } }
        @media (max-width: 1199.98px) {
          header #primary-nav .nav .nav-main .emblem {
            display: none; } }
        header #primary-nav .nav .nav-main .emblem img {
          position: relative;
          top: 2px;
          height: 52px;
          width: auto; }
      header #primary-nav .nav .nav-main .button {
        margin-right: 8px;
        margin-left: 44px; }
        @media (max-width: 1379px) {
          header #primary-nav .nav .nav-main .button {
            margin-left: 20px; } }
        @media (max-width: 1199.98px) {
          header #primary-nav .nav .nav-main .button {
            margin-right: 6px; } }
        header #primary-nav .nav .nav-main .button a {
          outline: none !important;
          text-decoration: none !important;
          display: inline-block;
          background: #EDC800;
          cursor: pointer;
          border: 1px solid #EDC800;
          color: #320047;
          border-radius: 4px;
          padding-left: 40px;
          padding-right: 40px;
          height: 52px;
          line-height: 51px;
          border-radius: 26px;
          font-size: 16px; }
          header #primary-nav .nav .nav-main .button a:focus {
            outline: none !important; }
          header #primary-nav .nav .nav-main .button a:focus-visible {
            outline: 1px dotted !important;
            outline: 5px auto -webkit-focus-ring-color !important; }
          @media (min-width: 768px) {
            header #primary-nav .nav .nav-main .button a {
              -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
              header #primary-nav .nav .nav-main .button a * {
                -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
              header #primary-nav .nav .nav-main .button a:hover, header #primary-nav .nav .nav-main .button a:focus {
                background: #320047;
                color: #ffffff;
                border: 1px solid #320047; }
                header #primary-nav .nav .nav-main .button a:hover *, header #primary-nav .nav .nav-main .button a:focus * {
                  color: #ffffff; } }
          @media (max-width: 767.98px) {
            header #primary-nav .nav .nav-main .button a {
              padding-left: 25px;
              padding-right: 25px; } }
  header #primary-nav.notran {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    header #primary-nav.notran .nav-col .nav-outer ul.menu > li > a > span,
    header #primary-nav.notran .nav-col .nav-outer ul.menu > li.menu-item-has-children > a:after {
      -webkit-transition: none !important;
      -moz-transition: none !important;
      -ms-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
  header #primary-nav.static {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  header #primary-nav.darken .nav {
    background-color: #320047; }
    header #primary-nav.darken .nav .nav-main .menu-button button > div span, header #primary-nav.darken .nav .nav-main .menu-button button > div:before, header #primary-nav.darken .nav .nav-main .menu-button button > div:after {
      background-color: #ffffff; }
    header #primary-nav.darken .nav .nav-main .logo a img.normal {
      opacity: 0; }
    header #primary-nav.darken .nav .nav-main .logo a img.light {
      opacity: 1; }
header #mobile-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99; }
  header #mobile-nav .nav-wrap {
    background-color: #320047;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    max-width: 100% !important;
    overflow-x: hidden;
    opacity: 0;
    padding-top: 102px;
    -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
    header #mobile-nav .nav-wrap .mobile-logo {
      width: 150px;
      margin-left: 24px;
      margin-top: 64px; }
    header #mobile-nav .nav-wrap.appear {
      opacity: 1; }
  header #mobile-nav .menu {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 350px) {
      header #mobile-nav .menu {
        padding-left: 24px; } }
    @media (min-width: 576px) {
      header #mobile-nav .menu {
        padding-left: 32px; } }
    @media (min-width: 350px) {
      header #mobile-nav .menu {
        padding-right: 24px; } }
    @media (min-width: 576px) {
      header #mobile-nav .menu {
        padding-right: 32px; } }
    header #mobile-nav .menu > .menu-item {
      border-top: 1px solid #542550; }
      header #mobile-nav .menu > .menu-item a, header #mobile-nav .menu > .menu-item button {
        display: block;
        color: #ffffff;
        text-decoration: none !important;
        text-align: left;
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 24px; }
      header #mobile-nav .menu > .menu-item button {
        position: relative; }
        header #mobile-nav .menu > .menu-item button .arrow {
          position: absolute;
          right: -24px;
          top: 0; }
          header #mobile-nav .menu > .menu-item button .arrow svg {
            -webkit-transition: all 350ms ease;
            -moz-transition: all 350ms ease;
            -ms-transition: all 350ms ease;
            -o-transition: all 350ms ease;
            transition: all 350ms ease;
            width: 16px;
            margin-left: 6px; }
            header #mobile-nav .menu > .menu-item button .arrow svg .stroke {
              stroke: #000000; }
      header #mobile-nav .menu > .menu-item.active button .arrow svg {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
  header #mobile-nav .sub-menu-wrap {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 350ms ease;
    -moz-transition: height 350ms ease;
    -ms-transition: height 350ms ease;
    -o-transition: height 350ms ease;
    transition: height 350ms ease; }
    header #mobile-nav .sub-menu-wrap .sub-menu {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      padding-left: 0;
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
      header #mobile-nav .sub-menu-wrap .sub-menu a {
        color: #000000; }
      header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:not(:last-child) {
        margin-bottom: 12px; }
      header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:first-child {
        margin-top: 20px; }
      header #mobile-nav .sub-menu-wrap .sub-menu .menu-item:last-child {
        margin-bottom: 20px; }
header #skip-link-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999; }
  header #skip-link-wrap div {
    height: 0; }
  header #skip-link-wrap #skip-link {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 200px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    text-decoration: underline !important;
    padding-top: 14px;
    top: -50px;
    -webkit-transition: top 250ms ease;
    -moz-transition: top 250ms ease;
    -ms-transition: top 250ms ease;
    -o-transition: top 250ms ease;
    transition: top 250ms ease; }
    header #skip-link-wrap #skip-link:focus {
      top: 0; }

/*--------------------------------------------------------------
THEME / SECTIONS
--------------------------------------------------------------*/
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
section.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: radial-gradient(circle at center, #4b0066 0%, #2a003a 70%);
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  /* INTRO (Gold heading inside WYSIWYG) */
  /* CENTER IMAGE */
  /* CTA TEXT */
  /* BUTTON */
  /* SCROLL TEXT */ }
  section.hero .hero-inner {
    padding: 168px 20px 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; }
  section.hero .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(img/grapes/grapes-hero.png);
    background-size: cover; }
    @media (max-width: 575.98px) {
      section.hero .overlay {
        background-size: 1100px; } }
  section.hero .hero-intro {
    max-width: 800px;
    margin-bottom: 35px; }
    section.hero .hero-intro h1, section.hero .hero-intro h2, section.hero .hero-intro h3 {
      color: #EDC800;
      font-size: 36px;
      font-size: max(min(2.09vw, 36px), 28px);
      font-weight: 400;
      line-height: 120%;
      /* 43.2px */
      letter-spacing: -1.44px;
      position: relative;
      opacity: 0;
      bottom: -15px;
      -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -webkit-transition-delay: 250ms;
      -moz-transition-delay: 250ms;
      -ms-transition-delay: 250ms;
      -o-transition-delay: 250ms;
      transition-delay: 250ms; }
      @media (max-width: 575.98px) {
        section.hero .hero-intro h1 br, section.hero .hero-intro h2 br, section.hero .hero-intro h3 br {
          display: none; } }
    section.hero .hero-intro p {
      color: #FFF;
      text-align: center;
      font-size: 20px;
      font-size: max(min(1.16111vw, 20px), 18px);
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.4px;
      position: relative;
      opacity: 0;
      bottom: -15px;
      -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
      @media (max-width: 575.98px) {
        section.hero .hero-intro p {
          font-size: 16px; } }
  section.hero .hero-graphic {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 45%;
    position: relative;
    opacity: 0;
    bottom: -15px;
    -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    -ms-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms; }
    @media (min-width: 768px) {
      section.hero .hero-graphic {
        margin-left: 20px; } }
    @media (max-width: 991.98px) {
      section.hero .hero-graphic {
        max-width: 80%; } }
    section.hero .hero-graphic .svg-wrap {
      position: relative;
      max-width: 520px;
      width: 100%;
      height: auto;
      display: block; }
      section.hero .hero-graphic .svg-wrap svg {
        width: 100%;
        height: auto; }
        section.hero .hero-graphic .svg-wrap svg:nth-child(1) {
          position: relative;
          z-index: 1; }
        section.hero .hero-graphic .svg-wrap svg:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -ms-transform: scale(0.5);
          -webkit-transform: scale(0.5);
          transform: scale(0.5);
          -webkit-transform-origin: 41% 52%;
          -moz-transform-origin: 41% 52%;
          -ms-transform-origin: 41% 52%;
          -o-transform-origin: 41% 52%;
          transform-origin: 41% 52%;
          -webkit-transition: all 600ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: all 600ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: all 600ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: all 600ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: all 600ms cubic-bezier(0.56, 0, 0.24, 1);
          -webkit-transition-delay: 850ms;
          -moz-transition-delay: 850ms;
          -ms-transition-delay: 850ms;
          -o-transition-delay: 850ms;
          transition-delay: 850ms; }
    section.hero .hero-graphic::before {
      content: "";
      position: absolute;
      width: 650px;
      height: 650px;
      background: radial-gradient(circle, rgba(237, 200, 0, 0.25) 0%, rgba(237, 200, 0, 0.08) 40%, transparent 70%);
      z-index: -1; }
  section.hero .hero-cta-content {
    max-width: 840px;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    bottom: -15px;
    -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms; }
    @media (max-width: 991.98px) {
      section.hero .hero-cta-content {
        max-width: 420px; } }
    section.hero .hero-cta-content p {
      color: #fff;
      text-align: center;
      font-family: Butler;
      font-size: 36px;
      font-size: max(min(2.09vw, 36px), 28px);
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 43.2px */
      letter-spacing: -1.44px; }
    section.hero .hero-cta-content span {
      color: #fff;
      text-align: center;
      font-family: Butler;
      font-size: 36px;
      font-size: max(min(2.09vw, 36px), 28px);
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 43.2px */
      letter-spacing: -1.44px; }
  section.hero .button-wrap {
    position: relative;
    opacity: 0;
    bottom: -15px;
    -webkit-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 1000ms cubic-bezier(0.56, 0, 0.24, 1), bottom 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-transition-delay: 1250ms;
    -moz-transition-delay: 1250ms;
    -ms-transition-delay: 1250ms;
    -o-transition-delay: 1250ms;
    transition-delay: 1250ms; }
  section.hero .hero-btn {
    bottom: 30px;
    outline: none !important;
    text-decoration: none !important;
    display: inline-block;
    background: #EDC800;
    cursor: pointer;
    border: 1px solid #EDC800;
    color: #320047;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
    height: 52px;
    line-height: 51px;
    border-radius: 26px;
    font-size: 16px; }
    section.hero .hero-btn:focus {
      outline: none !important; }
    section.hero .hero-btn:focus-visible {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
    @media (min-width: 768px) {
      section.hero .hero-btn {
        -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
        section.hero .hero-btn * {
          -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        section.hero .hero-btn:hover, section.hero .hero-btn:focus {
          background: #320047;
          color: #ffffff;
          border: 1px solid #320047; }
          section.hero .hero-btn:hover *, section.hero .hero-btn:focus * {
            color: #ffffff; } }
    @media (min-width: 768px) {
      section.hero .hero-btn:hover, section.hero .hero-btn:focus {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #320047; } }
    @media (max-width: 767.98px) {
      section.hero .hero-btn {
        margin-bottom: 24px; } }
  section.hero .hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #EDC800;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms; }
    section.hero .hero-scroll svg {
      margin-right: 20px; }
    @media (max-width: 991.98px) {
      section.hero .hero-scroll {
        display: none; } }
  section.hero.stretch {
    position: relative !important;
    height: auto !important;
    min-height: unset !important; }
    section.hero.stretch .hero-btn {
      margin-bottom: 24px; }
    section.hero.stretch .hero-scroll {
      bottom: 54px; }
    section.hero.stretch + #bishops-message {
      margin-top: -24px !important; }
  section.hero.active .hero-intro h1, section.hero.active .hero-intro p, section.hero.active .hero-graphic, section.hero.active .hero-cta-content, section.hero.active .button-wrap, section.hero.active .hero-content {
    bottom: 0;
    opacity: 1; }
  section.hero.active .hero-graphic .svg-wrap svg:nth-child(2) {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  section.hero.active .hero-scroll {
    opacity: 1; }
section.message {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  gap: 1rem;
  padding: 120px 0px;
  position: relative;
  z-index: 10;
  background: white;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 24px 24px 0px 0px;
  margin-top: 100vh; }
  @media (max-width: 767.98px) {
    section.message {
      padding-top: 16px;
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) and (min-width: 350px) {
    section.message {
      padding-top: 24px; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    section.message {
      padding-top: 32px; } }

  section.message .hero-video-wrapper {
    width: 100%;
    max-width: 1092px;
    margin: 0 auto;
    margin-bottom: 64px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden; }
    section.message .hero-video-wrapper img {
      width: 100%;
      height: auto;
      display: block;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1); }
    section.message .hero-video-wrapper .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      color: #EDC800;
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-size: 18px;
      font-weight: 400;
      line-height: normal; }
      section.message .hero-video-wrapper .play-button .svg-wrap {
        position: relative;
        width: 65px;
        height: 65px;
        margin-left: auto;
        margin-right: auto; }
        section.message .hero-video-wrapper .play-button .svg-wrap:before, section.message .hero-video-wrapper .play-button .svg-wrap:after {
          content: '';
          position: absolute;
          border: 1px solid #EDC800;
          border-radius: 50%; }
        section.message .hero-video-wrapper .play-button .svg-wrap:before {
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
        section.message .hero-video-wrapper .play-button .svg-wrap:after {
          width: -moz-calc(100% - 2px);
          width: -webkit-calc(100% - 2px);
          width: calc(100% - 2px);
          height: -moz-calc(100% - 2px);
          height: -webkit-calc(100% - 2px);
          height: calc(100% - 2px);
          left: 1px;
          top: 1px;
          opacity: 0;
          -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
      section.message .hero-video-wrapper .play-button svg {
        position: relative; }
        section.message .hero-video-wrapper .play-button svg rect {
          stroke-width: 0;
          -webkit-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: all 500ms cubic-bezier(0.56, 0, 0.24, 1); }
    section.message .hero-video-wrapper:hover .play-button .svg-wrap svg rect {
      fill: #EDC800; }
    section.message .hero-video-wrapper:hover .play-button .svg-wrap svg path {
      fill: white; }
    @media (min-width: 768px) {
      section.message .hero-video-wrapper:hover .play-button .svg-wrap:after {
        opacity: 1; }
      section.message .hero-video-wrapper:hover img {
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); } }
  section.message h2 {
    color: #320047;
    text-align: center;
    font-family: 'Butler', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.92px; }
    @media (max-width: 991.98px) {
      section.message h2 {
        font-size: 52px; } }
    @media (max-width: 575.98px) {
      section.message h2 {
        font-size: 44px; } }
    @media (max-width: 375px) {
      section.message h2 {
        font-size: 36px; } }
  section.message p {
    color: #320047;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 650px;
    margin: 0px auto; }
  section.message a {
    margin-top: 40px;
    outline: none !important;
    text-decoration: none !important;
    display: inline-block;
    background: dark;
    cursor: pointer;
    border: 1px solid dark;
    color: #320047;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 40px;
    height: 52px;
    line-height: 51px;
    border-radius: 26px;
    font-size: 16px;
    background: #320047;
    border: 1px solid #320047;
    color: #EDC800; }
    section.message a:focus {
      outline: none !important; }
    section.message a:focus-visible {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
    @media (min-width: 768px) {
      section.message a {
        -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
        section.message a * {
          -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        section.message a:hover, section.message a:focus {
          background: #320047;
          color: #ffffff;
          border: 1px solid #320047;
          background: #EDC800;
          color: #320047;
          border: 1px solid #EDC800; }
          section.message a:hover *, section.message a:focus * {
            color: #ffffff; } }
section.ministries {
  background: #FFF3DF;
  padding: 100px 0px;
  position: relative;
  z-index: 10; }
  @media (max-width: 1199.98px) {
    section.ministries {
      padding-bottom: 0; } }
  section.ministries .ministries-intro {
    max-width: 820px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 350px) {
      section.ministries .ministries-intro {
        padding-left: 24px; } }
    @media (min-width: 576px) {
      section.ministries .ministries-intro {
        padding-left: 32px; } }
    @media (min-width: 350px) {
      section.ministries .ministries-intro {
        padding-right: 24px; } }
    @media (min-width: 576px) {
      section.ministries .ministries-intro {
        padding-right: 32px; } }
    section.ministries .ministries-intro h2 {
      color: #320047;
      text-align: center;
      font-weight: 400;
      line-height: 120%;
      /* 76.8px */
      letter-spacing: -2.56px;
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px; }
      @media (max-width: 991.98px) {
        section.ministries .ministries-intro h2 {
          font-size: 52px; } }
      @media (max-width: 575.98px) {
        section.ministries .ministries-intro h2 {
          font-size: 44px; } }
      @media (max-width: 375px) {
        section.ministries .ministries-intro h2 {
          font-size: 36px; } }
    section.ministries .ministries-intro p {
      color: #320047;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      max-width: 900px;
      margin: 0px auto;
      margin-bottom: 60px; }
  section.ministries .ministries-content {
    padding-left: 16px;
    display: flex;
    align-items: center; }
    @media (min-width: 350px) {
      section.ministries .ministries-content {
        padding-left: 24px; } }
    @media (min-width: 576px) {
      section.ministries .ministries-content {
        padding-left: 32px; } }
    @media (max-width: 1199.98px) {
      section.ministries .ministries-content {
        flex-direction: column; } }
    section.ministries .ministries-content .ministries-left {
      flex: 0 0 42%;
      display: flex;
      gap: 2rem; }
      @media (min-width: 1200px) {
        section.ministries .ministries-content .ministries-left {
          flex-direction: column; } }
      @media (max-width: 1199.98px) {
        section.ministries .ministries-content .ministries-left {
          padding-right: 16px; } }
  @media (max-width: 1199.98px) and (min-width: 350px) {
    section.ministries .ministries-content .ministries-left {
      padding-right: 24px; } }
  @media (max-width: 1199.98px) and (min-width: 576px) {
    section.ministries .ministries-content .ministries-left {
      padding-right: 32px; } }

      @media (max-width: 991.98px) {
        section.ministries .ministries-content .ministries-left {
          flex-direction: column; } }
      section.ministries .ministries-content .ministries-left .ministries-item {
        display: flex;
        gap: 1rem;
        padding: 1rem;
        flex-wrap: nowrap;
        align-items: center;
        text-decoration: none !important; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          section.ministries .ministries-content .ministries-left .ministries-item {
            width: 50%;
            gap: 0; } }
        @media (max-width: 991.98px) {
          section.ministries .ministries-content .ministries-left .ministries-item {
            padding: 0;
            text-align: center; } }
        @media (min-width: 992px) {
          section.ministries .ministries-content .ministries-left .ministries-item:hover .ministries-photo-wrap::before {
            animation: spin 20s linear infinite; } }
        section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap {
          position: relative;
          flex: 0 0 50%;
          width: 50%;
          aspect-ratio: 1 / 1;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 991.98px) {
            section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap {
              pointer-events: none; } }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            background: url("img/misc/ministries-photo-background-burst.svg") no-repeat center;
            background-size: contain;
            z-index: 0; }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap .ministries-photo {
            position: relative;
            width: 70%;
            height: 70%;
            object-fit: cover;
            border-radius: 50%;
            z-index: 1; }
            @media (max-width: 991.98px) {
              section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap .ministries-photo {
                max-width: 600px; } }
        section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy {
          flex: 0 0 50%;
          display: flex;
          flex-direction: column; }
          @media (max-width: 991.98px) {
            section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy {
              max-width: 500px;
              margin-left: auto;
              margin-right: auto; } }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy p {
            text-align: left; }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .ministries-name {
            color: #320047;
            font-size: 36px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 24px;
            letter-spacing: -1.08px; }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .ministries-position {
            color: #320047;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
            margin-bottom: 12px; }
            @media (max-width: 991.98px) {
              section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .ministries-position {
                text-align: center; } }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .ministries-bio {
            color: #320047;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-bottom: 32px; }
            @media (max-width: 991.98px) {
              section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .ministries-bio {
                text-align: center; } }
          section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .acf-link {
            color: #320047;
            font-size: 16px;
            font-style: normal;
            font-weight: 400; }
            section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .acf-link svg {
              margin-right: 8px; }
            section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .acf-link span {
              position: relative; }
              section.ministries .ministries-content .ministries-left .ministries-item .ministries-copy .acf-link span:after {
                content: '';
                position: absolute;
                background: #320047;
                width: 0;
                height: 1px;
                bottom: -3px;
                left: 0;
                -webkit-transition: width 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -moz-transition: width 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -ms-transition: width 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -o-transition: width 250ms cubic-bezier(0.56, 0, 0.24, 1);
                transition: width 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        @media (min-width: 992px) {
          section.ministries .ministries-content .ministries-left .ministries-item:hover .ministries-copy .acf-link span:after, section.ministries .ministries-content .ministries-left .ministries-item:focus .ministries-copy .acf-link span:after {
            width: 100%; } }
    section.ministries .ministries-content .ministries-right {
      flex: 0 0 58%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1199.98px) {
        section.ministries .ministries-content .ministries-right {
          padding-left: 120px; } }
      @media (max-width: 991.98px) {
        section.ministries .ministries-content .ministries-right {
          padding-left: 60px; } }
      @media (max-width: 767.98px) {
        section.ministries .ministries-content .ministries-right {
          padding-left: 0; } }
      section.ministries .ministries-content .ministries-right img.b-lazy {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 8px; }
  @media (max-width: 991.98px) {
    section.ministries .ministries-content {
      flex-direction: column; }
      section.ministries .ministries-content .ministries-left, section.ministries .ministries-content .ministries-right {
        flex: 1 1 100%; }
      section.ministries .ministries-content .ministries-left .ministries-item .ministries-photo-wrap {
        flex: 0 0 100%;
        width: 100%; }
      section.ministries .ministries-content .ministries-item {
        flex-direction: column; }
        section.ministries .ministries-content .ministries-item .ministries-copy {
          flex: 1 1 100%;
          width: 100%; } }
section.donations {
  padding: 2rem;
  background: #320047;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 350px) {
    section.donations {
      padding-left: 24px; } }
  @media (min-width: 576px) {
    section.donations {
      padding-left: 32px; } }
  @media (min-width: 350px) {
    section.donations {
      padding-right: 24px; } }
  @media (min-width: 576px) {
    section.donations {
      padding-right: 32px; } }
  section.donations .border-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 16px solid #FFF3DF;
    -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1); }
    @media (min-width: 350px) {
      section.donations .border-box {
        border: 24px solid #FFF3DF; } }
    @media (min-width: 576px) {
      section.donations .border-box {
        border: 32px solid #FFF3DF; } }
  section.donations .grapes {
    opacity: 0;
    -webkit-transition: opacity 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: opacity 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: opacity 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: opacity 750ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: opacity 750ms cubic-bezier(0.56, 0, 0.24, 1);
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
    @media (max-width: 767.98px) {
      section.donations .grapes {
        display: none; } }
    section.donations .grapes svg {
      position: absolute;
      -webkit-transition: all 1000ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: all 1000ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: all 1000ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: all 1000ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: all 1000ms cubic-bezier(0.56, 0, 0.24, 1);
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
      section.donations .grapes svg:nth-child(1) {
        left: -60px;
        top: -180px;
        width: auto;
        height: 500px; }
        @media (max-width: 767.98px) {
          section.donations .grapes svg:nth-child(1) {
            height: 400px; } }
      section.donations .grapes svg:nth-child(2) {
        right: 14%;
        bottom: 0;
        width: auto;
        height: 500px;
        -webkit-transform-origin: center right;
        -moz-transform-origin: center right;
        -ms-transform-origin: center right;
        -o-transform-origin: center right;
        transform-origin: center right;
        -ms-transform: rotate(-30deg);
        /* IE 9 */
        -webkit-transform: rotate(-30deg);
        /* Chrome, Safari, Opera */
        -o-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        transform: rotate(-30deg); }
        @media (max-width: 1199.98px) {
          section.donations .grapes svg:nth-child(2) {
            right: 0;
            bottom: -80px; } }
        @media (max-width: 767.98px) {
          section.donations .grapes svg:nth-child(2) {
            height: 400px;
            right: -100px; } }
  section.donations .donations-wrapper {
    display: flex;
    gap: 2rem;
    padding: 80px;
    align-items: center;
    position: relative;
    z-index: 3; }
    @media (max-width: 1199.98px) {
      section.donations .donations-wrapper {
        gap: 0;
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      section.donations .donations-wrapper {
        padding: 56px; } }
    @media (max-width: 767.98px) {
      section.donations .donations-wrapper {
        padding-left: 0;
        padding-right: 0; } }
    section.donations .donations-wrapper .donations-left {
      flex: 0 0 400px;
      font-size: 1.2rem;
      line-height: 1.6; }
      @media (max-width: 1199.98px) {
        section.donations .donations-wrapper .donations-left {
          flex: 0 0 auto;
          text-align: center;
          margin-bottom: 60px; } }
      section.donations .donations-wrapper .donations-left h2 {
        color: #EDC800;
        font-size: 80px;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -2.4px; }
        @media (max-width: 991.98px) {
          section.donations .donations-wrapper .donations-left h2 {
            font-family: 'Butler', serif;
            font-weight: normal;
            font-style: normal;
            font-size: 64px; } }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    section.donations .donations-wrapper .donations-left h2 {
      font-size: 52px; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    section.donations .donations-wrapper .donations-left h2 {
      font-size: 44px; } }
  @media (max-width: 991.98px) and (max-width: 375px) {
    section.donations .donations-wrapper .donations-left h2 {
      font-size: 36px; } }

      section.donations .donations-wrapper .donations-left p {
        color: #EDC800;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: left; }
        @media (max-width: 1199.98px) {
          section.donations .donations-wrapper .donations-left p {
            text-align: center;
            max-width: 460px;
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
    section.donations .donations-wrapper .donations-right {
      flex: 0 0 600px;
      display: flex;
      flex-direction: column;
      margin-left: auto; }
      @media (max-width: 1379px) {
        section.donations .donations-wrapper .donations-right {
          flex: 0 0 560px; } }
      @media (max-width: 1199.98px) {
        section.donations .donations-wrapper .donations-right {
          flex: 0 0 auto;
          width: 100%; } }
      section.donations .donations-wrapper .donations-right .donations-embed {
        width: 100%;
        background: #fff;
        margin-bottom: 20px;
        border-radius: 8px; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-formgrid.p-ai-center.p-mb-2.p-px-3 .p-sm-4.p-sm-offset-4.p-d-flex.p-jc-center.p-col-6 img {
          width: 200px !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default h1 {
          text-align: center;
          font-size: 40px !important;
          font-family: Butler !important;
          font-weight: 700; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-calendar .p-datepicker-trigger {
          background-color: white !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-calendar .p-inputtext {
          border-bottom-right-radius: 0px !important;
          border-top-right-radius: 0px !important; }
        @media (max-width: 767.98px) {
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input.formulate-input.p-field.p-col-12.p-mb-3 {
            padding: 0px !important; } }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default [data-has-errors="true"] .p-inputtext {
          border-color: red; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default [data-has-errors="true"] .p-dropdown {
          border-color: red; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default [data-has-errors="true"] .p-error {
          color: red; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default [data-has-errors="true"] .p-error span {
            color: red; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-dropdown .p-dropdown .p-dropdown-trigger {
          background-color: white; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component {
          margin-top: 48px; }
          @media (max-width: 767.98px) {
            section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper {
              padding-left: 0px !important; } }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper .p-steps-item::before {
            top: 57% !important;
            border-top: 2px solid #C1B2C8 !important; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper .p-steps-item .p-menuitem-link .p-steps-number {
            height: 1.8rem !important;
            min-widtH: 1.8rem !important;
            background-color: #C1B2C8;
            border-width: 0px !important; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper .p-steps-item.p-highlight.p-steps-current .p-menuitem-link .p-steps-number {
            background-color: #320047; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper > :first-child::before {
            left: 50%;
            width: 50%; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .pllenty-stepper.p-steps.p-component .pllenty-stepper > :nth-child(3)::before {
            left: unset;
            right: 50%;
            width: 50%; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-mt-4.p-mb-0 {
          text-align: center;
          display: flex;
          flex-direction: column;
          font-size: 40px !important;
          font-weight: 700;
          font-family: Butler !important; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-mt-4.p-mb-0 span {
            font-size: 24px !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 > :first-child > :first-child > :first-child {
          border-top-left-radius: 60px;
          border-bottom-left-radius: 60px;
          border-color: #320047 !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 > :nth-child(2) > :first-child > :first-child {
          border-color: #320047 !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 > :nth-child(3) > :first-child > :first-child {
          border-top-right-radius: 60px;
          border-bottom-right-radius: 60px;
          border-color: #320047 !important; }
        @media (max-width: 767.98px) {
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 {
            flex-direction: column;
            width: 100%;
            padding-left: 8px; }
            section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 .p-field {
              width: 100%; }
              section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 .p-field > :first-child {
                padding: 0px !important; }
                section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-mt-1.p-mb-0 .p-field > :first-child > :first-child {
                  border-radius: 60px; } }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-field.p-mt-2.p-mb-0 {
          flex-wrap: nowrap;
          width: 100%; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-field.p-mt-2.p-mb-0 > div {
            width: 34% !important; }
            section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-field.p-mt-2.p-mb-0 > div .p-field-radiobutton .p-button.p-togglebutton.p-component {
              border-radius: 60px;
              border-color: #320047 !important; }
          @media (max-width: 767.98px) {
            section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-field.p-mt-2.p-mb-0 {
              flex-wrap: wrap;
              flex-direction: column;
              width: unset !important; }
              section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-grid.p-field.p-mt-2.p-mb-0 > div {
                width: 100% !important; } }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-field .formulate-input .formulate-input-wrapper .p-inputgroup {
          /*
          .p-inputgroup-addon{
            background-color: white;
            border-top-left-radius: 60px;
            border-bottom-left-radius: 60px;
            border-color: #320047 !important;
            border-right-width: 0px;
          }
          .p-inputtext.p-component{
            border-top-left-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            border-top-right-radius: 60px !important;
            border-bottom-right-radius: 60px !important;
            border-color: #320047 !important;
            border-left-width: 0px;
          }
          */ }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .p-field .formulate-input .formulate-input-wrapper .p-inputgroup .p-inputgroup-addon {
            background-color: white; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper > div > div p {
          font-size: 14px; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-inputgroup button {
          background-color: white; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-inputgroup input.p-autocomplete-input {
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-inputgroup .p-button.p-button-icon-only {
          background-color: white !important; }
        section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-d-flex button {
          background-color: #EDC800;
          border-radius: 60px;
          border: 0px;
          max-width: 172px !important;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-d-flex button .p-button-icon {
            display: none; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-d-flex button .p-button-label {
            color: #320047;
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease; }
          section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-d-flex button:hover {
            background-color: #320047; }
            section.donations .donations-wrapper .donations-right .donations-embed .pllenty-default .formulate-input-wrapper .p-d-flex button:hover .p-button-label {
              color: white !important; }
        section.donations .donations-wrapper .donations-right .donations-embed button .p-button-label {
          color: #fff; }
        section.donations .donations-wrapper .donations-right .donations-embed .p-togglebutton.p-highlight .p-button-label {
          color: #fff; }
        section.donations .donations-wrapper .donations-right .donations-embed button .pi-angle-right:before {
          color: #fff; }
        @media screen and (min-width: 992px) {
          section.donations .donations-wrapper .donations-right .donations-embed .p-lg-6 {
            width: 100%; } }
      section.donations .donations-wrapper .donations-right .donations-info {
        width: 100%;
        margin: 0 auto; }
        section.donations .donations-wrapper .donations-right .donations-info p {
          color: #FFF;
          text-align: center;
          font-size: 14px;
          font-style: normal;
          font-weight: 400; }
          @media (max-width: 575.98px) {
            section.donations .donations-wrapper .donations-right .donations-info p br {
              display: none; } }
          section.donations .donations-wrapper .donations-right .donations-info p a {
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            text-decoration: underline; }
  @media (max-width: 768px) {
    section.donations .donations-wrapper {
      flex-direction: column; }
      section.donations .donations-wrapper .donations-left,
      section.donations .donations-wrapper .donations-right {
        flex: 1 1 100%; }
      section.donations .donations-wrapper .donations-right .donations-embed,
      section.donations .donations-wrapper .donations-right .donations-info {
        width: 100%; } }
  section.donations.active .border-box {
    border: 0px solid #FFF3DF !important; }
  section.donations.active .grapes {
    opacity: 1; }
    section.donations.active .grapes svg:nth-child(1) {
      top: -120px;
      left: 0; }
    section.donations.active .grapes svg:nth-child(2) {
      -ms-transform: rotate(0);
      /* IE 9 */
      -webkit-transform: rotate(0);
      /* Chrome, Safari, Opera */
      -o-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0); }
section.why-join {
  background: #FFF3DF;
  padding: 105px 0;
  position: relative;
  z-index: 10;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 350px) {
    section.why-join {
      padding-left: 24px; } }
  @media (min-width: 576px) {
    section.why-join {
      padding-left: 32px; } }
  @media (min-width: 350px) {
    section.why-join {
      padding-right: 24px; } }
  @media (min-width: 576px) {
    section.why-join {
      padding-right: 32px; } }
  @media (max-width: 767.98px) {
    section.why-join {
      padding-top: 60px; } }
  section.why-join .why-join-intro,
  section.why-join .join-appeal-intro {
    max-width: 750px;
    margin: 0 auto 0 auto;
    text-align: center; }
    section.why-join .why-join-intro h2,
    section.why-join .join-appeal-intro h2 {
      color: #320047;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2;
      /* 76.8px */
      letter-spacing: -2.56px;
      margin-bottom: 24px;
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px; }
      @media (max-width: 991.98px) {
        section.why-join .why-join-intro h2,
        section.why-join .join-appeal-intro h2 {
          font-size: 52px; } }
      @media (max-width: 575.98px) {
        section.why-join .why-join-intro h2,
        section.why-join .join-appeal-intro h2 {
          font-size: 44px; } }
      @media (max-width: 375px) {
        section.why-join .why-join-intro h2,
        section.why-join .join-appeal-intro h2 {
          font-size: 36px; } }
      section.why-join .why-join-intro h2 span,
      section.why-join .join-appeal-intro h2 span {
        color: #320047; }
    section.why-join .why-join-intro p,
    section.why-join .join-appeal-intro p {
      color: #320047;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 80px; }
      @media (max-width: 1199.98px) {
        section.why-join .why-join-intro p br,
        section.why-join .join-appeal-intro p br {
          display: none; } }
  section.why-join .seperator {
    text-align: center;
    padding-top: 105px;
    padding-bottom: 105px; }
    @media (max-width: 767.98px) {
      section.why-join .seperator {
        padding-top: 60px;
        padding-bottom: 60px; }
        section.why-join .seperator svg {
          width: 64px;
          height: auto; } }
  section.why-join .why-join-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
    @media (max-width: 991.98px) {
      section.why-join .why-join-columns {
        margin-left: -8px;
        margin-right: -8px; } }
    @media (max-width: 767.98px) {
      section.why-join .why-join-columns {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      section.why-join .why-join-columns {
        align-items: center; } }
    section.why-join .why-join-columns .why-join-column {
      flex: 0 0 33.333%;
      box-sizing: border-box;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 12px; }
      @media (max-width: 991.98px) {
        section.why-join .why-join-columns .why-join-column {
          padding: 0 8px; } }
      @media (max-width: 767.98px) {
        section.why-join .why-join-columns .why-join-column {
          max-width: 420px;
          width: 100%;
          padding: 0; } }
      section.why-join .why-join-columns .why-join-column:first-child .inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("img/grapes/leaf-2.png") no-repeat;
        background-position: -51px -123px;
        background-size: 452px 331px;
        opacity: 1;
        pointer-events: none; }
      section.why-join .why-join-columns .why-join-column:nth-child(2) .inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("img/grapes/leaf-1.png") no-repeat;
        background-position: right 28px top -75px;
        background-size: contain;
        opacity: 1;
        pointer-events: none; }
      section.why-join .why-join-columns .why-join-column:nth-child(3) .inner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("img/grapes/leaf-3.png") no-repeat;
        background-position: 35px -37px;
        background-size: contain;
        opacity: 1;
        pointer-events: none; }
      section.why-join .why-join-columns .why-join-column .inner {
        position: relative;
        background-color: #320047;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 80px 40px;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        justify-content: flex-start;
        height: 100%; }
        @media (max-width: 991.98px) {
          section.why-join .why-join-columns .why-join-column .inner {
            padding: 30px 25px 40px; } }
      section.why-join .why-join-columns .why-join-column img.b-lazy {
        max-width: 70px;
        height: auto;
        margin-bottom: 60px;
        z-index: 10; }
        @media (max-width: 991.98px) {
          section.why-join .why-join-columns .why-join-column img.b-lazy {
            margin-top: 10px;
            margin-bottom: 30px; } }
      section.why-join .why-join-columns .why-join-column .why-join-content {
        margin: 0 auto;
        position: relative;
        z-index: 10; }
        section.why-join .why-join-columns .why-join-column .why-join-content h3 {
          color: #EDC800;
          text-align: center;
          font-family: 'Butler', serif;
          font-weight: normal;
          font-style: normal;
          font-size: 64px;
          font-size: 52px;
          font-style: normal;
          font-weight: 400;
          letter-spacing: -2.08px; }
          @media (max-width: 991.98px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 52px; } }
          @media (max-width: 575.98px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 44px; } }
          @media (max-width: 375px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 36px; } }
          @media (max-width: 991.98px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 44px; } }
          @media (max-width: 575.98px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 36px; } }
          @media (max-width: 349px) {
            section.why-join .why-join-columns .why-join-column .why-join-content h3 {
              font-size: 32px; } }
        section.why-join .why-join-columns .why-join-column .why-join-content p {
          margin: 0.5rem 0;
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          max-width: 240px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; }
          @media (max-width: 575.98px) {
            section.why-join .why-join-columns .why-join-column .why-join-content p {
              font-size: 16px; } }
  @media (max-width: 991.98px) {
    section.why-join .why-join-columns .why-join-column .why-join-content p {
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    section.why-join .why-join-columns .why-join-column .why-join-content p {
      font-size: 18px; } }
  section.why-join .join-appeal-columns-wrapper {
    position: relative; }
  section.why-join .join-appeal-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px; }
    @media (min-width: 992px) {
      section.why-join .join-appeal-columns {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; } }
    @media (max-width: 991.98px) {
      section.why-join .join-appeal-columns {
        margin-left: -8px;
        margin-right: -8px; } }
    @media (max-width: 767.98px) {
      section.why-join .join-appeal-columns {
        margin-left: 0;
        margin-right: 0; } }
    section.why-join .join-appeal-columns .join-appeal-column {
      flex: 0 0 33.333%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0 12px;
      padding: 0 12px; }
      @media (max-width: 991.98px) {
        section.why-join .join-appeal-columns .join-appeal-column {
          padding: 0 8px; } }
      @media (max-width: 767.98px) {
        section.why-join .join-appeal-columns .join-appeal-column {
          max-width: 380px;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          padding: 0; } }
      section.why-join .join-appeal-columns .join-appeal-column .inner {
        height: auto !important;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transform: translateY(0px);
        -webkit-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: transform 500ms cubic-bezier(0.56, 0, 0.24, 1); }
      section.why-join .join-appeal-columns .join-appeal-column .join-appeal-image {
        max-width: 100%;
        width: 100%;
        padding-bottom: 64%;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        margin-bottom: 1rem;
        border-radius: 8px; }
      section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content {
        position: relative;
        margin: 0 auto;
        padding: 24px 40px;
        padding-bottom: 48px;
        -webkit-transition: padding 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: padding 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: padding 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: padding 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: padding 500ms cubic-bezier(0.56, 0, 0.24, 1); }
        @media (max-width: 991.98px) {
          section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content {
            padding: 24px; } }
        section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content h3 {
          color: #320047;
          text-align: center;
          font-family: 'Butler', serif;
          font-weight: normal;
          font-style: normal;
          font-size: 36px;
          margin-bottom: 20px;
          font-size: 40px;
          font-style: normal;
          font-weight: 400;
          line-height: 110%;
          /* 44px */
          letter-spacing: -1.2px; }
          @media (max-width: 1199.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content h3 {
              font-size: 32px; } }
          @media (max-width: 991.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content h3 {
              font-size: 30px; } }
          @media (max-width: 575.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content h3 {
              font-size: 26px; } }
        section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content p {
          margin: 0.5rem 0;
          color: #320047;
          text-align: center;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 0px; }
          @media (max-width: 991.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content p {
              font-size: 18px; } }
          @media (max-width: 575.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .join-appeal-content p {
              font-size: 16px; } }
      section.why-join .join-appeal-columns .join-appeal-column .buttone {
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
        -webkit-transition: bottom 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: bottom 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: bottom 500ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: bottom 500ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: bottom 500ms cubic-bezier(0.56, 0, 0.24, 1); }
        @media (max-width: 991.98px) {
          section.why-join .join-appeal-columns .join-appeal-column .buttone {
            position: relative;
            bottom: 0;
            margin-top: 20px; } }
        section.why-join .join-appeal-columns .join-appeal-column .buttone a {
          outline: none !important;
          text-decoration: none !important;
          display: inline-block;
          background: dark;
          cursor: pointer;
          border: 1px solid dark;
          color: #320047;
          border-radius: 4px;
          padding-left: 40px;
          padding-right: 40px;
          height: 52px;
          line-height: 51px;
          border-radius: 26px;
          font-size: 16px;
          background: #320047;
          border: 1px solid #320047;
          color: #EDC800;
          opacity: 0;
          -webkit-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
          section.why-join .join-appeal-columns .join-appeal-column .buttone a:focus {
            outline: none !important; }
          section.why-join .join-appeal-columns .join-appeal-column .buttone a:focus-visible {
            outline: 1px dotted !important;
            outline: 5px auto -webkit-focus-ring-color !important; }
          @media (min-width: 768px) {
            section.why-join .join-appeal-columns .join-appeal-column .buttone a {
              -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
              transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
              section.why-join .join-appeal-columns .join-appeal-column .buttone a * {
                -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
              section.why-join .join-appeal-columns .join-appeal-column .buttone a:hover, section.why-join .join-appeal-columns .join-appeal-column .buttone a:focus {
                background: #320047;
                color: #ffffff;
                border: 1px solid #320047;
                background: #EDC800;
                color: #320047;
                border: 1px solid #EDC800; }
                section.why-join .join-appeal-columns .join-appeal-column .buttone a:hover *, section.why-join .join-appeal-columns .join-appeal-column .buttone a:focus * {
                  color: #ffffff; } }
          @media (max-width: 991.98px) {
            section.why-join .join-appeal-columns .join-appeal-column .buttone a {
              opacity: 1; } }
      @media (min-width: 992px) {
        section.why-join .join-appeal-columns .join-appeal-column .inner:hover {
          transform: translateY(-26px); }
          section.why-join .join-appeal-columns .join-appeal-column .inner:hover .join-appeal-content {
            padding-bottom: 100px; }
          section.why-join .join-appeal-columns .join-appeal-column .inner:hover .buttone {
            bottom: 30px; }
            section.why-join .join-appeal-columns .join-appeal-column .inner:hover .buttone a {
              opacity: 1; } }
  @media (max-width: 991.98px) {
    section.why-join .join-appeal-columns {
      flex-wrap: initial; } }
  @media (max-width: 767.98px) {
    section.why-join .why-join-columns,
    section.why-join .join-appeal-columns {
      flex-direction: column; }
      section.why-join .why-join-columns .why-join-column:not(:last-child),
      section.why-join .why-join-columns .join-appeal-column:not(:last-child),
      section.why-join .join-appeal-columns .why-join-column:not(:last-child),
      section.why-join .join-appeal-columns .join-appeal-column:not(:last-child) {
        margin-bottom: 20px; }
      section.why-join .why-join-columns .join-appeal-column img.b-lazy,
      section.why-join .join-appeal-columns .join-appeal-column img.b-lazy {
        height: 300px; }
      section.why-join .why-join-columns a,
      section.why-join .join-appeal-columns a {
        opacity: 1 !important; }
      section.why-join .why-join-columns .join-appeal-column .inner:hover,
      section.why-join .join-appeal-columns .join-appeal-column .inner:hover {
        transform: translateY(0px); } }
section.connect {
  position: relative;
  z-index: 10;
  background-color: #FFF3DF;
  display: block;
  overflow: hidden; }
  section.connect .purple-wrapper {
    background: #320047;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px; }
  section.connect * {
    color: #ffffff; }
  section.connect .acf-success {
    width: 100%;
    text-align: center; }
  section.connect .upper {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 100px;
    padding-bottom: 80px;
    text-align: center; }
    @media (min-width: 350px) {
      section.connect .upper {
        padding-left: 24px; } }
    @media (min-width: 576px) {
      section.connect .upper {
        padding-left: 32px; } }
    @media (min-width: 350px) {
      section.connect .upper {
        padding-right: 24px; } }
    @media (min-width: 576px) {
      section.connect .upper {
        padding-right: 32px; } }
    @media (max-width: 767.98px) {
      section.connect .upper {
        padding-top: 80px; } }
    @media (max-width: 375px) {
      section.connect .upper {
        padding-top: 60px; } }
    section.connect .upper .grapes-bg {
      position: absolute;
      height: auto; }
      section.connect .upper .grapes-bg:nth-child(1) {
        top: 0;
        left: 0;
        width: 33%; }
        @media (max-width: 575.98px) {
          section.connect .upper .grapes-bg:nth-child(1) {
            width: 40%; } }
      section.connect .upper .grapes-bg:nth-child(2) {
        top: 0;
        right: 0;
        width: 33%; }
        @media (max-width: 575.98px) {
          section.connect .upper .grapes-bg:nth-child(2) {
            width: 40%; } }
      section.connect .upper .grapes-bg:nth-child(3) {
        bottom: -56px;
        left: 0;
        width: 30%; }
        @media (max-width: 575.98px) {
          section.connect .upper .grapes-bg:nth-child(3) {
            width: 38%;
            bottom: -30px; } }
      section.connect .upper .grapes-bg:nth-child(4) {
        bottom: 0;
        right: 0;
        width: 29%; }
        @media (max-width: 575.98px) {
          section.connect .upper .grapes-bg:nth-child(4) {
            width: 37%; } }
    section.connect .upper .social, section.connect .upper .heart, section.connect .upper .verse {
      position: relative;
      z-index: 1; }
    section.connect .upper .social h1, section.connect .upper .social h2 {
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px;
      line-height: 1; }
      @media (max-width: 991.98px) {
        section.connect .upper .social h1, section.connect .upper .social h2 {
          font-size: 52px; } }
      @media (max-width: 575.98px) {
        section.connect .upper .social h1, section.connect .upper .social h2 {
          font-size: 44px; } }
      @media (max-width: 375px) {
        section.connect .upper .social h1, section.connect .upper .social h2 {
          font-size: 36px; } }
    section.connect .upper .social p {
      font-size: 18px; }
      section.connect .upper .social p * {
        font-size: 18px; }
    section.connect .upper .social .social-media {
      display: inline-block;
      margin-top: 6px; }
    section.connect .upper .heart {
      position: relative;
      margin-top: 320px;
      margin-bottom: 320px; }
      section.connect .upper .heart span.rays {
        display: block;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: scale(1) translateX(-50%) translateY(-35%);
        transform-origin: center;
        z-index: -1; }
        section.connect .upper .heart span.rays.in-view {
          animation: rays-grow-spin 40s linear infinite; }
      section.connect .upper .heart .heart-outline {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(calc(-50% + 0px)) translateY(calc(3px)) scale(1.2); }
      section.connect .upper .heart .heart-main {
        position: relative; }
      @media (max-width: 1379px) {
        section.connect .upper .heart {
          margin-top: 280px;
          margin-bottom: 280px; } }
      @media (max-width: 1199.98px) {
        section.connect .upper .heart {
          margin-top: 220px;
          margin-bottom: 220px;
          -ms-transform: scale(0.7);
          -webkit-transform: scale(0.7);
          transform: scale(0.7); } }
      @media (max-width: 991.98px) {
        section.connect .upper .heart {
          margin-top: 180px;
          margin-bottom: 180px;
          -ms-transform: scale(0.6);
          -webkit-transform: scale(0.6);
          transform: scale(0.6); }
          section.connect .upper .heart span.heart-main svg {
            height: auto; } }
      @media (max-width: 575.98px) {
        section.connect .upper .heart {
          margin-top: 140px;
          margin-bottom: 140px;
          -ms-transform: scale(0.5);
          -webkit-transform: scale(0.5);
          transform: scale(0.5); } }
    section.connect .upper .verse p {
      font-family: 'Butler', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 64px;
      font-family: 'Cormorant', serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: italic;
      line-height: 1;
      color: #ddb874; }
      @media (max-width: 991.98px) {
        section.connect .upper .verse p {
          font-size: 52px; } }
      @media (max-width: 575.98px) {
        section.connect .upper .verse p {
          font-size: 44px; } }
      @media (max-width: 375px) {
        section.connect .upper .verse p {
          font-size: 36px; } }
    section.connect .upper .verse figcaption {
      font-size: 20px;
      color: #ddb874; }
      @media (max-width: 575.98px) {
        section.connect .upper .verse figcaption {
          font-size: 18px; } }
  section.connect .lower {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 80px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 350px) {
      section.connect .lower {
        padding-left: 24px; } }
    @media (min-width: 576px) {
      section.connect .lower {
        padding-left: 32px; } }
    @media (min-width: 350px) {
      section.connect .lower {
        padding-right: 24px; } }
    @media (min-width: 576px) {
      section.connect .lower {
        padding-right: 32px; } }
    section.connect .lower form {
      position: relative;
      z-index: 1;
      max-width: unset; }
      @media (min-width: 1520px) {
        section.connect .lower form {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; } }
      @media (min-width: 1520px) {
        section.connect .lower form .form-title {
          -webkit-flex-basis: 380px;
          flex-basis: 380px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex: 0;
          flex-shrink: 0; } }
      @media (max-width: 1519px) {
        section.connect .lower form .form-title {
          text-align: center;
          margin-bottom: 60px; } }
      section.connect .lower form .form-title h2 {
        font-family: 'Butler', serif;
        font-weight: normal;
        font-style: normal;
        font-size: 48px;
        margin-bottom: 12px; }
        @media (max-width: 991.98px) {
          section.connect .lower form .form-title h2 {
            font-size: 40px; } }
        @media (max-width: 767.98px) {
          section.connect .lower form .form-title h2 {
            font-size: 36px; } }
        @media (max-width: 375px) {
          section.connect .lower form .form-title h2 {
            font-size: 32px; } }
        @media (max-width: 349px) {
          section.connect .lower form .form-title h2 {
            font-size: 26px; } }
      section.connect .lower form .form-title p {
        font-size: 18px;
        max-width: 320px;
        width: 100%;
        text-align: left; }
        @media (max-width: 1519px) {
          section.connect .lower form .form-title p {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            max-width: 400px; } }
        section.connect .lower form .form-title p * {
          font-size: 18px; }
      section.connect .lower form .form-wrap {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex: 0;
        flex-shrink: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1;
        flex-grow: 1;
        margin-left: -10px;
        margin-right: -10px; }
        @media (max-width: 1519px) {
          section.connect .lower form .form-wrap {
            margin-left: -20px;
            margin-right: -20px; } }
        @media (max-width: 575.98px) {
          section.connect .lower form .form-wrap {
            margin-left: 0;
            margin-right: 0;
            padding: 0; } }
        @media (max-width: 1199.98px) {
          section.connect .lower form .form-wrap {
            position: relative;
            max-width: 720px;
            width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        @media (min-width: 1200px) {
          section.connect .lower form .form-wrap .fields-wrap {
            position: relative;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        section.connect .lower form .form-wrap .fields-wrap .text-fields-wrap {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex: 1;
          flex-grow: 1;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex: 0;
          flex-shrink: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.connect .lower form .form-field {
        margin-top: 0; }
        @media (max-width: 575.98px) {
          section.connect .lower form .form-field {
            padding-left: 0 !important;
            padding-right: 0 !important; } }
        section.connect .lower form .form-field.text-field {
          -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
          max-width: 33.3333333333%;
          padding-left: 10px;
          padding-right: 10px; }
          section.connect .lower form .form-field.text-field input {
            background: #481a5a;
            border: 1px solid #481a5a;
            height: 72px;
            border-radius: 36px;
            font-size: 20px;
            color: #ffffff; }
          @media (max-width: 1199.98px) {
            section.connect .lower form .form-field.text-field {
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%; } }
        section.connect .lower form .form-field.submit-field {
          -webkit-flex-basis: 222px;
          flex-basis: 222px;
          -webkit-flex-shrink: 0;
          -moz-flex-shrink: 0;
          -ms-flex: 0;
          flex-shrink: 0;
          padding-left: 10px; }
          section.connect .lower form .form-field.submit-field .button {
            /*@media (max-width: 449px){
              max-width: 100%;
            }*/ }
            @media (max-width: 767.98px) {
              section.connect .lower form .form-field.submit-field .button {
                max-width: 100%; } }
          section.connect .lower form .form-field.submit-field input {
            height: 72px;
            border-radius: 36px;
            width: 100%;
            outline: none !important;
            text-decoration: none !important;
            display: inline-block;
            background: white;
            cursor: pointer;
            border: 1px solid white;
            color: #320047;
            border-radius: 4px;
            padding-left: 40px;
            padding-right: 40px;
            height: 52px;
            line-height: 51px;
            border-radius: 26px;
            font-size: 16px;
            font-size: 20px !important;
            height: 72px !important;
            border-radius: 36px !important; }
            section.connect .lower form .form-field.submit-field input:focus {
              outline: none !important; }
            section.connect .lower form .form-field.submit-field input:focus-visible {
              outline: 1px dotted !important;
              outline: 5px auto -webkit-focus-ring-color !important; }
            @media (min-width: 768px) {
              section.connect .lower form .form-field.submit-field input {
                -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
                -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
                -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
                -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
                transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
                section.connect .lower form .form-field.submit-field input * {
                  -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                  -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                  -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                  -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
                  transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
                section.connect .lower form .form-field.submit-field input:hover, section.connect .lower form .form-field.submit-field input:focus {
                  background: #320047;
                  color: #ffffff;
                  border: 1px solid #320047; }
                  section.connect .lower form .form-field.submit-field input:hover *, section.connect .lower form .form-field.submit-field input:focus * {
                    color: #ffffff; } }
            @media (min-width: 992px) {
              section.connect .lower form .form-field.submit-field input:hover, section.connect .lower form .form-field.submit-field input:focus {
                border: 1px solid #EDC800;
                background-color: #EDC800;
                color: #320047; } }
          section.connect .lower form .form-field.submit-field .req {
            position: absolute;
            bottom: -26px;
            right: 0;
            color: #ffffff; }
        section.connect .lower form .form-field.consent-field {
          padding-left: 10px; }
          section.connect .lower form .form-field.consent-field label {
            max-width: 100%; }
            section.connect .lower form .form-field.consent-field label > span {
              color: #ffffff; }
              section.connect .lower form .form-field.consent-field label > span:before {
                border: 1px solid #ffffff !important;
                border-radius: 0; }
          section.connect .lower form .form-field.consent-field label.invalid > span:before {
            background-color: #dc3545  !important;
            border-color: #dc3545 !important; }
          section.connect .lower form .form-field.consent-field label.invalid > input:checked + span:before {
            background-color: #ffffff !important;
            border-color: #ffffff !important; }
          @media (max-width: 1199.98px) {
            section.connect .lower form .form-field.consent-field {
              margin-top: 32px; } }
        section.connect .lower form .form-field .req-star {
          color: #ffffff !important; }
  section.connect hr {
    border-top: 1px solid #481a5a;
    margin: 0; }
section.coming-soon, section.error-404 {
  height: 100vh;
  height: -moz-calc(100vh -  93px);
  height: -webkit-calc(100vh -  93px);
  height: calc(100vh -  93px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 93px;
  text-align: center; }
  @media (max-width: 991.98px) {
    section.coming-soon, section.error-404 {
      height: -moz-calc(100vh -  82px);
      height: -webkit-calc(100vh -  82px);
      height: calc(100vh -  82px);
      margin-top: 82px; } }
  section.coming-soon *, section.error-404 * {
    color: #000000; }
  section.coming-soon h1, section.error-404 h1 {
    margin-bottom: 30px; }

/*--------------------------------------------------------------
THEME / FORMS
--------------------------------------------------------------*/
form {
  max-width: 600px;
  width: 100%;
  text-align: left; }
  form .form-field.text-field, form .form-field.select-field {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 22px; }
    @media (max-width: 575.98px) {
      form .form-field.text-field, form .form-field.select-field {
        width: 100%; } }
    form .form-field.text-field label, form .form-field.select-field label {
      display: block;
      margin-bottom: 0; }
  form .form-field.text-field {
    position: relative; }
    form .form-field.text-field input {
      background: #ffffff;
      border: 1px solid #320047;
      color: #320047;
      border-radius: 0;
      top: 0;
      right: 0;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 16px;
      height: 52px;
      border-radius: 26px;
      box-shadow: none !important;
      -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1); }
      form .form-field.text-field input:focus {
        outline: none !important; }
      form .form-field.text-field input:focus-visible {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important; }
    form .form-field.text-field.conditional {
      overflow: hidden;
      height: 0;
      width: 100%;
      margin-bottom: 0;
      -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1);
      transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1); }
      form .form-field.text-field.conditional label {
        position: relative;
        height: 48px; }
      form .form-field.text-field.conditional .placeholder {
        left: 16px; }
      form .form-field.text-field.conditional .cond-holder {
        padding-bottom: 20px; }
  form .form-field.select-field .select-wrap {
    position: relative; }
  form .form-field.select-field .placeholder {
    left: 16px; }
  form .form-field.select-field select {
    background: #ffffff;
    border: 1px solid #320047;
    color: #320047;
    border-radius: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    height: 52px;
    border-radius: 26px;
    box-shadow: none !important;
    -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
    background-color: #ffffff;
    background-image: url(img/icons/chevron.svg);
    background-position: top 20px right 15px;
    background-repeat: no-repeat;
    box-shadow: none !important;
    color: transparent;
    -webkit-appearance: none;
    color: #320047; }
    form .form-field.select-field select:focus {
      outline: none !important; }
    form .form-field.select-field select:focus-visible {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
    form .form-field.select-field select:focus {
      outline: none !important; }
    form .form-field.select-field select:focus-visible {
      outline: 1px dotted !important;
      outline: 5px auto -webkit-focus-ring-color !important; }
  form .form-field.select-field .placeholder-wrap-select.not-empty .placeholder {
    display: none; }
  form .form-field.select-field .placeholder-wrap-select.not-empty select {
    color: #000000; }
  form .form-field.select-field select::-ms-expand {
    display: none; }
  form .form-field.textarea-field {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    form .form-field.textarea-field textarea {
      background: #ffffff;
      border: 1px solid #320047;
      color: #320047;
      border-radius: 0;
      top: 0;
      right: 0;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 25px;
      padding-right: 25px;
      font-size: 16px;
      height: 52px;
      border-radius: 26px;
      box-shadow: none !important;
      -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
      height: unset;
      padding-top: 10px; }
      form .form-field.textarea-field textarea:focus {
        outline: none !important; }
      form .form-field.textarea-field textarea:focus-visible {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important; }
      form .form-field.textarea-field textarea::placeholder {
        color: #595959; }
  form .form-field.radio-field, form .form-field.check-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px; }
    form .form-field.radio-field .form-label, form .form-field.check-field .form-label {
      margin-bottom: 0;
      font-size: 16px;
      margin-bottom: 20px; }
    form .form-field.radio-field .fields, form .form-field.check-field .fields {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      form .form-field.radio-field .fields label, form .form-field.check-field .fields label {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-bottom: 15px; }
  form .form-field.radio-field .fields label {
    position: relative; }
    form .form-field.radio-field .fields label > span {
      position: relative;
      display: inline-block;
      padding-left: 28px;
      font-size: 12px;
      font-family: 'Cormorant', serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: italic;
      padding-top: 2px; }
      form .form-field.radio-field .fields label > span:before, form .form-field.radio-field .fields label > span:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0;
        border-radius: 50%;
        display: block; }
      form .form-field.radio-field .fields label > span a {
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        color: #ffffff;
        text-decoration: underline;
        -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        @media (min-width: 992px) {
          form .form-field.radio-field .fields label > span a:hover {
            color: #dc3545; } }
      form .form-field.radio-field .fields label > span:before {
        background: none;
        border: 1px solid #c2c2c2;
        -webkit-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: border 250ms cubic-bezier(0.56, 0, 0.24, 1); }
      form .form-field.radio-field .fields label > span:after {
        background-color: #000000;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1); }
    form .form-field.radio-field .fields label .req-star {
      color: #dc3545; }
    form .form-field.radio-field .fields label input {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      opacity: 0;
      font-size: 0; }
      form .form-field.radio-field .fields label input:focus-visible + span:before {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important; }
      form .form-field.radio-field .fields label input:checked + span:after {
        opacity: 1 !important; }
      form .form-field.radio-field .fields label input:checked + span:before {
        border: 1px solid #c2c2c2 !important; }
      form .form-field.radio-field .fields label input:checked .invalid-feedback {
        visibility: hidden;
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms; }
        form .form-field.radio-field .fields label input:checked .invalid-feedback span {
          opacity: 0; }
    form .form-field.radio-field .fields label.invalid + span:before {
      border: 1px solid #dc3545; }
    form .form-field.radio-field .fields label.invalid .invalid-feedback {
      visibility: visible;
      -webkit-transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -o-transition-delay: 0ms;
      transition-delay: 0ms; }
      form .form-field.radio-field .fields label.invalid .invalid-feedback span {
        opacity: 1; }
  form .form-field.check-field .fields label {
    position: relative; }
    form .form-field.check-field .fields label > span {
      position: relative;
      display: inline-block;
      padding-left: 28px;
      font-size: 16px;
      font-family: 'DM Sans', sans-serif;
      font-optical-sizing: auto;
      font-weight: normal;
      font-style: normal;
      padding-top: 2px; }
      form .form-field.check-field .fields label > span:before, form .form-field.check-field .fields label > span:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 5.5px;
        border-radius: 0;
        display: block; }
      form .form-field.check-field .fields label > span a {
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        color: #ffffff;
        text-decoration: underline;
        -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        @media (min-width: 992px) {
          form .form-field.check-field .fields label > span a:hover {
            color: #dc3545; } }
      form .form-field.check-field .fields label > span:before {
        background-color: #ffffff;
        border: 1px solid #320047;
        border-radius: 4px;
        -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1); }
      form .form-field.check-field .fields label > span:after {
        background-image: url("img/icons/check.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        opacity: 0;
        -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
        transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1); }
    form .form-field.check-field .fields label .req-star {
      color: #dc3545; }
    form .form-field.check-field .fields label input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      font-size: 0;
      z-index: 1; }
      form .form-field.check-field .fields label input:focus-visible + span:before {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important; }
      form .form-field.check-field .fields label input:checked + span:after {
        opacity: 1 !important; }
      form .form-field.check-field .fields label input:checked + span:before {
        border: 1px solid #320047 !important; }
      form .form-field.check-field .fields label input:checked .invalid-feedback {
        visibility: hidden;
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -ms-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms; }
        form .form-field.check-field .fields label input:checked .invalid-feedback span {
          opacity: 0; }
      form .form-field.check-field .fields label input:invalid:before {
        border: 1px solid #dc3545; }
      form .form-field.check-field .fields label input:invalid .invalid-feedback {
        visibility: visible;
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms; }
        form .form-field.check-field .fields label input:invalid .invalid-feedback span {
          opacity: 1; }
  form .form-field.consent-field {
    width: 100%;
    display: inline-block;
    margin-bottom: 32px;
    position: relative; }
    form .form-field.consent-field label {
      position: relative;
      display: inline-block;
      float: none;
      margin-bottom: 0;
      cursor: pointer;
      max-width: 628px;
      width: 100%;
      position: relative; }
      form .form-field.consent-field label > span {
        position: relative;
        display: inline-block;
        padding-left: 28px;
        font-size: 16px;
        font-family: 'DM Sans', sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        font-style: normal;
        padding-top: 2px; }
        form .form-field.consent-field label > span:before, form .form-field.consent-field label > span:after {
          content: '';
          position: absolute;
          width: 16px;
          height: 16px;
          left: 0;
          top: 5.5px;
          border-radius: 0;
          display: block; }
        form .form-field.consent-field label > span a {
          font-family: 'DM Sans', sans-serif;
          font-optical-sizing: auto;
          font-weight: normal;
          font-style: normal;
          color: #ffffff;
          text-decoration: underline;
          -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
          @media (min-width: 992px) {
            form .form-field.consent-field label > span a:hover {
              color: #dc3545; } }
        form .form-field.consent-field label > span:before {
          background-color: #ffffff;
          border: 1px solid #320047;
          border-radius: 4px;
          -webkit-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: background-color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1); }
        form .form-field.consent-field label > span:after {
          background-image: url("img/icons/check.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 12px;
          opacity: 0;
          -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
          transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1); }
      form .form-field.consent-field label .req-star {
        color: #dc3545; }
      form .form-field.consent-field label input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        font-size: 0;
        z-index: 1; }
        form .form-field.consent-field label input:focus-visible + span:before {
          outline: 1px dotted !important;
          outline: 5px auto -webkit-focus-ring-color !important; }
        form .form-field.consent-field label input:checked + span:after {
          opacity: 1 !important; }
        form .form-field.consent-field label input:checked + span:before {
          border: 1px solid #320047 !important; }
        form .form-field.consent-field label input:checked .invalid-feedback {
          visibility: hidden;
          -webkit-transition-delay: 500ms;
          -moz-transition-delay: 500ms;
          -ms-transition-delay: 500ms;
          -o-transition-delay: 500ms;
          transition-delay: 500ms; }
          form .form-field.consent-field label input:checked .invalid-feedback span {
            opacity: 0; }
        form .form-field.consent-field label input:invalid:before {
          border: 1px solid #dc3545; }
        form .form-field.consent-field label input:invalid .invalid-feedback {
          visibility: visible;
          -webkit-transition-delay: 0ms;
          -moz-transition-delay: 0ms;
          -ms-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          transition-delay: 0ms; }
          form .form-field.consent-field label input:invalid .invalid-feedback span {
            opacity: 1; }
      form .form-field.consent-field label span {
        color: #320047; }
    form .form-field.consent-field label.invalid > span:before {
      border-color: #dc3545; }
    form .form-field.consent-field .invalid-feedback {
      bottom: -20px; }
  form .form-field.submit-field {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    form .form-field.submit-field .pet-name {
      position: absolute;
      top: -100000px;
      left: -100000px; }
    form .form-field.submit-field .req {
      order: 2;
      font-size: 16px;
      font-family: 'DM Sans', sans-serif;
      font-optical-sizing: auto;
      font-weight: normal;
      font-style: normal;
      margin-top: 16px;
      color: #320047; }
      @media (max-width: 399px) {
        form .form-field.submit-field .req {
          display: block;
          margin-right: 0;
          margin-bottom: 12px; } }
    form .form-field.submit-field .button {
      order: 1;
      max-width: 250px;
      width: 100%; }
      form .form-field.submit-field .button input[type=submit] {
        outline: none !important;
        text-decoration: none !important;
        display: inline-block;
        background: #EDC800;
        cursor: pointer;
        border: 1px solid #EDC800;
        color: #320047;
        border-radius: 4px;
        padding-left: 40px;
        padding-right: 40px;
        height: 52px;
        line-height: 51px;
        border-radius: 26px;
        font-size: 16px;
        width: 100%;
        font-size: 16px;
        height: 52px;
        border-radius: 26px; }
        form .form-field.submit-field .button input[type=submit]:focus {
          outline: none !important; }
        form .form-field.submit-field .button input[type=submit]:focus-visible {
          outline: 1px dotted !important;
          outline: 5px auto -webkit-focus-ring-color !important; }
        @media (min-width: 768px) {
          form .form-field.submit-field .button input[type=submit] {
            -webkit-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
            -moz-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
            -ms-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
            -o-transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1);
            transition: background 250ms cubic-bezier(0.56, 0, 0.24, 1), color 250ms cubic-bezier(0.56, 0, 0.24, 1), border 250ms cubic-bezier(0.56, 0, 0.24, 1), opacity 500ms cubic-bezier(0.56, 0, 0.24, 1); }
            form .form-field.submit-field .button input[type=submit] * {
              -webkit-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
              -moz-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
              -ms-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
              -o-transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1);
              transition: color 250ms cubic-bezier(0.56, 0, 0.24, 1); }
            form .form-field.submit-field .button input[type=submit]:hover, form .form-field.submit-field .button input[type=submit]:focus {
              background: #320047;
              color: #ffffff;
              border: 1px solid #320047; }
              form .form-field.submit-field .button input[type=submit]:hover *, form .form-field.submit-field .button input[type=submit]:focus * {
                color: #ffffff; } }
  @media (min-width: 576px) {
    form .form-field.half-field {
      width: 50%; } }
  form .placeholder {
    position: absolute;
    height: 100%;
    left: 26px;
    top: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #595959;
    pointer-events: none; }
    form .placeholder .req-star {
      margin-left: 2px; }
    form .placeholder.not-empty {
      display: none !important; }
  form .invalid-feedback {
    pointer-events: none;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    display: block;
    visibility: hidden;
    -webkit-transition: visibility 0ms ease;
    -moz-transition: visibility 0ms ease;
    -ms-transition: visibility 0ms ease;
    -o-transition: visibility 0ms ease;
    transition: visibility 0ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
    form .invalid-feedback span {
      color: #dc3545;
      opacity: 0;
      -webkit-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -moz-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -ms-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
      -o-transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1);
      transition: opacity 250ms cubic-bezier(0.56, 0, 0.24, 1); }
  form .req-star {
    color: #320047 !important; }
  form > * {
    padding-left: 10px;
    padding-right: 10px; }
  form.was-validated .custom-select:invalid, form.was-validated .custom-select.is-invalid {
    border-color: #dc3545 !important; }
    form.was-validated .custom-select:invalid + .invalid-feedback, form.was-validated .custom-select.is-invalid + .invalid-feedback {
      visibility: visible;
      -webkit-transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -o-transition-delay: 0ms;
      transition-delay: 0ms; }
      form.was-validated .custom-select:invalid + .invalid-feedback span, form.was-validated .custom-select.is-invalid + .invalid-feedback span {
        opacity: 1; }
  form.was-validated .form-control:invalid, form.was-validated .form-control.is-invalid {
    border-color: #dc3545 !important; }
    form.was-validated .form-control:invalid + .invalid-feedback, form.was-validated .form-control.is-invalid + .invalid-feedback {
      visibility: visible;
      -webkit-transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      -ms-transition-delay: 0ms;
      -o-transition-delay: 0ms;
      transition-delay: 0ms; }
      form.was-validated .form-control:invalid + .invalid-feedback span, form.was-validated .form-control.is-invalid + .invalid-feedback span {
        opacity: 1; }
  form.was-validated .form-control:valid {
    border-color: #320047 !important; }
    form.was-validated .form-control:valid + .invalid-feedback {
      visibility: hidden;
      -webkit-transition-delay: 500ms;
      -moz-transition-delay: 500ms;
      -ms-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
      form.was-validated .form-control:valid + .invalid-feedback span {
        opacity: 0; }

.acf-success {
  opacity: 0;
  display: none;
  left: 0;
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease; }
  .acf-success.active {
    opacity: 1;
    position: relative; }
  .acf-success h2 {
    padding-top: 40px; }
  .acf-success .msg {
    display: none; }
  .acf-success .response {
    color: red;
    display: none; }
  .acf-success * {
    color: #000000; }

::-webkit-input-placeholder {
  color: #ffffff !important; }

::-moz-placeholder {
  color: #ffffff !important; }

:-ms-input-placeholder {
  color: #ffffff !important; }

:-moz-placeholder {
  color: #ffffff !important; }

.modal#contactForm ::-webkit-input-placeholder {
  color: #320047 !important; }
.modal#contactForm ::-moz-placeholder {
  color: #320047 !important; }
.modal#contactForm :-ms-input-placeholder {
  color: #320047 !important; }
.modal#contactForm :-moz-placeholder {
  color: #320047 !important; }

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