/* 
=============
| Variables |
=============
*/

:root {
  
  /* Colors */
  --color-black: #1D262E;
  --color-white: #FFFFFF;
  
  --color-gray-lighter: #F9FAFB;
  --color-gray-light: #C0C6CC;
  --color-gray: #697178;
  --color-gray-dark: #505A63;
  
  --color-blue-light: #007FFF;
  --color-blue: #046AD1;
  --color-blue-dark: #001422;
  
  --color-yellow: #FFD97A;
  
  --color-red-light: #D77D7E;
  --color-red: #CF292D;
  
  
  
  /* Fonts */
  --font-inter: 'Inter', Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans";
  --font-scout: 'Scout Thi', Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans";
  
  /* Widths */
  --width-widest: 134.4rem;
  --width-wide: 115.2rem;
  --width-normal: 102.4rem;
  --width-narrow: 80rem;
  --width-narrower: 70rem;
}


/* 
===========
| Globals |
===========
*/

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

::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

html {
  padding: 0;
  margin: 0;
  font-size: 50%;
  height: 100%;
  font-family: var(--font-inter);
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  min-height: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  max-width: 100vw;
  overflow-x: clip;
}

.site-content, .footer {
	max-width:1200px;
	margin:0 auto;
}

[js-cloak] {
  display: none !important;
}

a:not([href]) {
  cursor: not-allowed;
}

button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.hidden {
  display: none !important;
}

.sr-only,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

/* 
===========
| Buttons |
===========
*/

.button,
form .fui-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--color-blue);
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.001em;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 0.6rem;
  box-shadow: 0px 1px 2px 0px #1018280D;
  transition: all 200ms;
}

.button-small {
  font-size: 1.2rem; 
  padding: 0.8 1.6rem;
}

.button-outline {
  background-color: transparent;
  border: 0.1rem solid #3399FF;
  color: var(--color-blue);
  box-shadow: 0px 1px 2px 0px #1018280D;
}

.bg-blue .button-outline {
  color: var(--color-white);
  border-color: #D0D5DD;
}

.bg-blue .button-link svg {
  color: var(--color-blue-light);
}

.button-link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--color-blue);
  gap: 0.8rem;
  padding: 0;
  border-radius: 0;
}

.button-link svg {
  transition: all 200ms cubic-bezier(0.4, 0, 0.6, 1);
}

.bg-blue .button-link {
  color: var(--color-white);
}

.button-light {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}

.button-outline.button-light {
  background-color: transparent;
  border: 0.2rem solid var(--color-white);
  color: var(--color-white);
}

.button-link.button-light {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

@media (hover: hover) {
  .button:hover {
    background-color: var(--color-blue-light);
    border-color: var(--color-blue-light);
  }
  .button.button-outline:hover {
    background: transparent;
    border-color: #66B2FF;
    color: var(--color-blue-light);
  }
  .button.button-link:hover {
    background: transparent;
    color: var(--color-blue-light);
  }
  .bg-blue .button.button-link:hover {
    color: var(--color-white);
  }
  .bg-blue .button.button-link:hover svg {
    color: var(--color-blue-light);
  }
  .button.button-link:hover svg {
    transform: translateX(0.4rem);
  }
  .button.button-light:hover {
    background-color: rgba(255,255,255,0.8);
  }
  .button.button-light.button-outline:hover {
    background-color: rgba(255,255,255,0.1);   
  }
  .button.button-light.button-link:hover {
    background-color: transparent;
    opacity: 0.8;
  }
}

/* 
============
| Headings |
============
*/

.heading-1, h1 {
  font-family: var(--font-scout);
  font-weight: 100;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.heading-2, h2 {
  font-family: var(--font-scout);
  font-weight: 100;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.heading-3, h3 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.heading-4, h4 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.heading-5, h5 {
  font-family: var(--font-inter);
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.3;
}

.heading-6, h6 {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

.lead-paragraph,
.lead-paragraph *,
.lead,
.lead * {
  font-size: 2rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
}

.pre-heading {
  font-family: var(--font-inter);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-blue);
  margin-bottom: 1.6rem;
}

.bg-blue .pre-heading {
  color: var(--color-white);
}

p {
  font-family: var(--font-inter);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-dark);
  margin-bottom: 3.2rem;
}

.bg-blue p {
  color: var(--color-white);
}

.text--lg,
.text--lg p {
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 1200px) {
  .heading-1, h1 {
    font-size: 6.8rem;
    line-height: 0.94;
  }
  .heading-2, h2 {
    font-size: 6.8rem;
    line-height: 0.94;
  }
  .heading-3, h3 {
    font-size: 4.8rem;
  }
  .heading-4, h4 {
    font-size: 3.6rem;
  }
  .heading-5, h5 {
    font-size: 3rem;
  }   
  .heading-6, h6 {
    font-size: 2.4rem;
  }
  p {
    font-size: 2rem;
  }
  .text--lg,
  .text--lg p {
    font-size: 2.4rem;
  }
}

/* 
====================
| Loader animation |
====================
*/

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.loader__spinner {
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid rgba(75, 75, 75, 0.1);
  border-bottom-color: rgba(75, 75, 75, 1);
  border-radius: 50%;
  display: inline-block;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 


@media screen and (min-width: 1640px) {
  section {
    max-width: 144rem;
    margin: 0 auto !important;
  }
}



.a2a_kit a:hover svg *:not(circle) {
  fill: white;
}

.a2a_kit .a2a_button_email:hover svg *:not(circle),
.a2a_kit .a2a_button_copy_link:hover svg *:not(circle) {
  stroke: white;
  fill: transparent;
}

.a2a_kit a:hover svg circle {
  fill: var(--color-blue-light);
}