@charset "UTF-8";

@import("https://use.typekit.net/uwt5iym.css");

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Syne:wght@400..800&display=swap");

:root {
  --brand-background: #F0F1F3;
  --brand-green: #124733;
  --brand-gold: #876729;
  --brand-white: #FFFFFF;
  --brand-black: #000000;
  --brand-black-trans: #000000B3;
  
  font-size: 14px; /* rem sizing is based on this, I believe */
  --font-family-serif: "ivypresto-display", "Georgia", georgia, serif, system-ui;
  
  /* Treating like body copy */
  /* --font-weight-paragraph: 400;
  --letter-spacing-paragraph: normal;
  --line-height-paragraph: 2.2rem;
  --text-size-paragraph: 14px;
  
  --font-weight-h1: 300;
  --letter-spacing-h1: 0.7rem;
  --line-height-h1: 5.8rem;
  --text-size-h1: 48px;
  
  --font-weight-h2: 300;
  --letter-spacing-h2: 0.5rem;
  --line-height-h2: 4rem;
  --text-size-h2: 35px;
  
  --font-weight-h3: 300;
  --letter-spacing-h3: 0.4rem;
  --line-height-h3: 3.3rem;
  --text-size-h3: 28px;
  
  --font-weight-h4: 300;
  --letter-spacing-h4: 0.3rem;
  --line-height-h4: 2.7rem;
  --text-size-h4: 22px; */
  
  --custom-transition: all 1.1s ease-in-out;
  
  --img-ratio-rate-primary: 4 / 3;
  --img-ratio-rate-primary-mobile: 4 / 3;
  --img-ratio-rate-secondary: 4 / 3;
  --img-ratio-rate-secondary-mobile: 4 / 3;
  --img-ratio-mda-secondary-rate: 4 / 3;
  --img-ratio-mda-secondary-rate-mobile: 4 / 3;
}

@media screen {
  
  /* h1, .header1 {
    font-family: var(--font-family-serif);
    font-size: var(--text-size-h1);
    font-weight: var(--font-weight-h1);
    letter-spacing: var(--letter-spacing-h1);
    line-height: var(--line-height-h1);
    text-transform: uppercase;
  }
  h2, .header2 {
    font-family: var(--font-family-serif);
    font-size: var(--text-size-h2);
    font-weight: var(--font-weight-h2);
    letter-spacing: var(--letter-spacing-h2);
    line-height: var(--line-height-h2);
    text-transform: uppercase;
  }
  h3, .header3 {
    font-family: var(--font-family-serif);
    font-size: var(--text-size-h3);
    font-weight: var(--font-weight-h3);
    letter-spacing: var(--letter-spacing-h3);
    line-height: var(--line-height-h3);
    text-transform: uppercase;
  }
  h4, .header4 {
    font-family: var(--font-family-serif);
    font-size: var(--text-size-h4);
    font-weight: var(--font-weight-h4);
    letter-spacing: var(--letter-spacing-h4);
    line-height: var(--line-height-h4);
    text-transform: uppercase;
  } */
  
  /* .content:has(div.app-convert5) {
    background-blend-mode: overlay;
    background-color: #00000099;
  } */
  
  /* .button--branded {
    background-color: transparent;
    color: var(--brand-color);
    
    text-transform: uppercase;
    
    border: 1px solid var(--brand-color);
    
    transition: var(--custom-transition);
  }
  
  .button--branded:hover {
    background-color: var(--brand-color);
    color: var(--brand-white);
  } */
  
  .header a i,
  .backtotop a i,
  .footer a i {
    margin-right: 0px;
  }
  
  .avvio-incentives__item[title*="Deposit"] { display:none; }
  
  body {
    background-color: var(--brand-background);
  }
  
  .main-be-area {
    background-color: transparent;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-white);
    color: var(--brand-black);
    
    padding-block: 10px;
    border-bottom: 1px solid var(--border-default);
  }
  
  .header .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    align-items: center;

    width: 100%;
    padding-inline: 40px;
  }

  .header .invisible-flex-item {
    display: flex;
    align-self: stretch;

    width: 115px;
    height: 100%;
  }
  
  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header .logo a img {
    display: block;
    
    width: 139.89px;
    height: auto;

    transition: var(--custom-transition);
  }

  .header .logo a:hover img {
    filter: grayscale(50%);
  }
  
  .header .backtosite {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .header .backtosite a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: transparent;
    color: var(--brand-green);
    
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    
    min-width: 115px;
    padding-inline: 15px;
    border: 1px solid var(--brand-green);
    
    transition: var(--custom-transition);
  }
  
  .header .backtosite:hover a {
    background-color: var(--brand-green);
    color: var(--brand-white);
  }

 .banner {
    display: none;
  }

  body.page-results .banner {
    display: flex;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  body.page-results .banner a {
    width: auto;
    height: 100%;
  }

  body.page-results .banner img {
    width: 100%;
    height: auto;
    max-width: 1200px;
  }
  
  /* --- Abandonment --- */
  #exitIntentPopupContainer {
    width: 800px;
    height: 598px;
  }
  
  .exitIntentContainer {
    color: #F9FAF9;
    text-shadow: 1px 1px #000000;
  }
  
  .exitIntentBtn {
    background-color: #428500;
    color: #F9FAF9;
    
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
    border: 1px solid #428500;
  }
  
  .exitIntentContent > div > div.exitIntentTitle,
  .exitIntentClose {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  
  .exitIntentContent > div > div {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  
  #exitIntentCloseTriggerInside {
    display: block;
  }
  
  .exitIntentClose {
    position: absolute;
    cursor: pointer;
    
    color: #F9FAF9;
    
    top: 168px;
    right: 79px;
    z-index: 1;
  }
  
  .footer {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: var(--brand-white);
    color: var(--brand-black);
    
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8rem;
    
    padding-top: 50px;
  }
  
  .footer .container {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr 1.5fr 1fr;
    
    column-gap: 10px;
    row-gap: 40px;
    width: 100%;
    max-width: 1172px;
  }
  
  .footer .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
    gap: 14px;
  }
  
  .footer .left p {
    font-size: 9.75px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14.625px;
    text-align: left;
    
    margin-block: 0px;
  }
  
  .footer .partners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    
    gap: 45px;
  }
  
  .footer .partners a img {
    display: block;
    
    filter: grayscale(100%);
    
    height: 65px;
    width: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .partners a:hover img {
    filter: grayscale(25%);
  }
  
  .footer .center {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    
    gap: 24px;
  }
  
  .footer .footer-logo a img {
    display: block;
    
    width: 240px;
    height: auto;
    
    transition: var(--custom-transition);
  }
  
  .footer .footer-logo a:hover img {
    filter: grayscale(50%);
  }
  
  .footer .socials {
    display: flex;
    justify-content: center;
    align-items: center;
    
    gap: 6px;
  }
  
  .footer .socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    
    color: var(--brand-black-trans);
    
    font-size: 14px;
    
    width: 33px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--brand-black-trans);
    border-radius: 50%;
    
    transition: var(--custom-transition);
  }
  
  .footer .socials a:hover {
    color: var(--brand-black);
    border-color: var(--brand-black);
  }
  
  .footer .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
    text-align: left;
    
    gap: 24px;
  }
  
  .footer .right h6 {
    font-size: 11.375px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 17.875px;
    
    margin-block: 0px;
  }
  
  .footer .right p {
    font-size: 11.375px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 17.875px;
    
    margin-block: 0px;
  }
  
  .footer .right a {
    color: var(--brand-black);
    
    transition: var(--custom-transition);
  }
  
  .footer .right a:hover {
    color: var(--brand-green);
  }
  
  .footer small {
    grid-column: 1 / span 3;
    
    font-size: 9.75px;
    letter-spacing: 0.5px;
    line-height: 14.625px;
    
    padding-block: 8px;
  }
      
  .footer small a {
    color: var(--brand-black);
    
    transition: var(--custom-transition);
  }
  
  .footer small a:hover {
    color: var(--brand-green);
  }
  
}



@media screen and (max-width: 1239px) {
  
  /* .content:has(div.app-convert5) {
    background-blend-mode: normal;
    background-color: var(--brand-background);
  } */
  
}



@media screen and (max-width: 1199px) { /* - Desktop specific - */
  
  :root {
    --letter-spacing-h1: 0.5rem;
    --line-height-h1: 4rem;
    --text-size-h1: 35px;
    
    --letter-spacing-h2: 0.4rem;
    --line-height-h2: 3.3rem;
    --text-size-h2: 28px;
    
    --letter-spacing-h3: 0.3rem;
    --line-height-h3: 2.7rem;
    --text-size-h3: 22px;
    
    --letter-spacing-h4: 0.2rem;
    --line-height-h4: 2.4rem;
    --text-size-h4: 18px;
  }
  
  .footer .container {
    padding-inline: 15px;
  }
  
}



@media screen and (max-width: 999px) { /* - Tablet specific - */
  
  .header .invisible-flex-item {
    display: none;
  }
  
  .header .logo a img {
    width: 119.89px;
  }
  
  .header .backtosite a {
    font-size: 12px;
    line-height: 35px;
    min-width: 85px;
  }
  
  .footer {
    font-size: 10px;
    line-height: 1.5rem;
  }
  
  .footer .container {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer .left {
    order: 2;
  }
  
  .footer .center {
    order: 1;
    grid-column: 1 / span 2;
  }
  
  .footer .footer-logo a img {
    width: 220px
  }
  
  .footer .right {
    order: 3;
  }
  
  .footer small {
    order: 4;
    grid-column: 1 / span 2;
    
    font-size: 10px;
    line-height: 1.5rem;
  }
  
}

@media screen and (max-width: 770px) {
  .banner {
    display: none;
  }

}



@media screen and (max-width: 599px) {
  
  .footer .container {
    grid-template-columns: 1fr;
  }
  
  .footer .center {
    grid-column: 1 / span 1;
  }
  
  .footer .right {
    order: 2;
    align-items: center;
  }
  
  .footer .right > * {
    text-align: center;
  }
  
  .footer .left {
    order: 3;
    align-items: center;
  }
  
  .footer .left p {
    text-align: center;
  }
  
  .footer small {
    grid-column: 1 / span 1;
  }
  
}



@media screen and (max-width: 499px) { /* - Mobile specific - */
  
  .header {
    padding-inline: 0px;
  }
  
  .header .container {
    justify-content: center;
  }
  
  .header .logo a img {
    width: 99.89px;
  }
  
  .header .backtosite {
    display: none;
  }
  
  .footer .footer-logo a img {
    width: 200px
  }
  
  .footer .socials a {
    font-size: 12px;
    width: 28px;
  }
  
  .footer .partners {
    gap: 15px;
  }
  
  .footer .partners a img {
    height: 45px;
  }
  
}