@charset "UTF-8";
:root {
  --white-30: rgba(255, 255, 255, 0.3);
  --white-white: #fff;
  --white-20: rgba(255, 255, 255, 0.2);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-50: rgba(255, 255, 255, 0.5);
  --black-black: #000;
  --white-40: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.05);
  --black-80: rgba(0, 0, 0, 0.8);
  --black-90: rgba(0, 0, 0, 0.9);
  --black-70: rgba(0, 0, 0, 0.7);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-5: rgba(0, 0, 0, 0.05);
  --form-states-success-900: #064e3b;
  --form-states-success-800: #065f46;
  --form-states-success-500: #10b981;
  --form-states-success-400: #34d399;
  --form-states-success-700: #047857;
  --form-states-success-600: #059669;
  --form-states-success-300: #6ee7b7;
  --form-states-success-50: #ecfdf5;
  --form-states-success-200: #a7f3d0;
  --form-states-success-100: #d1fae5;
  --form-states-warning-900: #78350f;
  --form-states-warning-800: #92400e;
  --form-states-warning-700: #b45309;
  --form-states-warning-600: #d97706;
  --form-states-warning-500: #f59e0b;
  --form-states-warning-400: #fbbf24;
  --form-states-warning-300: #fcd34d;
  --form-states-warning-200: #fde68a;
  --form-states-warning-50: #fffbeb;
  --form-states-warning-100: #fef3c7;
  --form-states-error-800: #991b1b;
  --form-states-error-900: #7f1d1d;
  --form-states-error-700: #b91c1c;
  --form-states-error-400: #f87171;
  --form-states-error-600: #dc2626;
  --form-states-error-500: #ef4444;
  --form-states-error-300: #fca5a5;
  --form-states-error-200: #fecaca;
  --form-states-error-100: #fee2e2;
  --button-primary-fill: #246dff;
  --form-states-error-50: #fef2f2;
  --button-primary-hover: rgba(36, 109, 255, 0.75);
  --button-primary-label: #fff;
  --primary-deep-blue: #00223e;
  --button-secondary-fill: #25502c;
  --button-secondary-hover: rgba(37, 80, 44, 0.75);
  --primary-dark-blue: #03257e;
  --primary-blue: #174cbb;
  --primary-bright-blue: #246dff;
  --primary-light-blue: #d4e4f8;
  --primary-light-blue-25: #e9f0f8;
  --secondary-1-purple: #4b273a;
  --secondary-1-light-purple: #e9d9e8;
  --secondary-2-deep-red: #ab2328;
  --secondary-2-red: #dc3a32;
  --secondary-2-pink-25: #fdf6f6;
  --secondary-2-pink: #f7dbda;
  --secondary-3-orange: #ff7800;
  --secondary-3-light-orange: #ffd6b2;
  --secondary-4-yellow: #ffc001;
  --secondary-4-light-yellow: #fcf1a7;
  --secondary-5-green: #1a8c25;
  --secondary-5-deep-green: #105128;
  --secondary-5-light-green: #e2f1cf;
  --secondary-5-light-green-25: #f1f8e7;
  --secondary-6-lime: #73bc24;
  --secondary-6-light-lime: #dbffa8;
  --secondary-7-cream: #fcedda;
  --secondary-7-brown: #935831;
  --supporting-colors-grey: #aaa;
  --supporting-colors-dark-grey: #787878;
  --supporting-colors-mid-grey: #969696;
  --supporting-colors-light-grey: #e0e0e0;
  --supporting-colors-soft-grey: #f5f5f5;
  --grey-grey-2: #c2d1d9;
  --shades-white: #fff;
  --supporting-colors-blue-grey: #425b76;
  --grey-grey-1: #787878;
  --grey-grey-3: #f2f5f7;
  --grey-grey-light: #fafafa;
  --shades-black: #000;
  --shades-black: #000;
  --shades-blue: #a8c3e4;
}

:root {
  --white-30: rgba(255, 255, 255, 0.3);
  --white-white: #fff;
  --white-20: rgba(255, 255, 255, 0.2);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-50: rgba(255, 255, 255, 0.5);
  --black-black: #000;
  --white-40: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.05);
  --black-80: rgba(0, 0, 0, 0.8);
  --black-90: rgba(0, 0, 0, 0.9);
  --black-70: rgba(0, 0, 0, 0.7);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-5: rgba(0, 0, 0, 0.05);
  --form-states-success-900: #064e3b;
  --form-states-success-800: #065f46;
  --form-states-success-500: #10b981;
  --form-states-success-400: #34d399;
  --form-states-success-700: #047857;
  --form-states-success-600: #059669;
  --form-states-success-300: #6ee7b7;
  --form-states-success-50: #ecfdf5;
  --form-states-success-200: #a7f3d0;
  --form-states-success-100: #d1fae5;
  --form-states-warning-900: #78350f;
  --form-states-warning-800: #92400e;
  --form-states-warning-700: #b45309;
  --form-states-warning-600: #d97706;
  --form-states-warning-500: #f59e0b;
  --form-states-warning-400: #fbbf24;
  --form-states-warning-300: #fcd34d;
  --form-states-warning-200: #fde68a;
  --form-states-warning-50: #fffbeb;
  --form-states-warning-100: #fef3c7;
  --form-states-error-800: #991b1b;
  --form-states-error-900: #7f1d1d;
  --form-states-error-700: #b91c1c;
  --form-states-error-400: #f87171;
  --form-states-error-600: #dc2626;
  --form-states-error-500: #ef4444;
  --form-states-error-300: #fca5a5;
  --form-states-error-200: #fecaca;
  --form-states-error-100: #fee2e2;
  --button-primary-fill: #246dff;
  --form-states-error-50: #fef2f2;
  --button-primary-hover: rgba(36, 109, 255, 0.75);
  --button-primary-label: #fff;
  --primary-deep-blue: #00223e;
  --button-secondary-fill: #25502c;
  --button-secondary-hover: rgba(37, 80, 44, 0.75);
  --primary-dark-blue: #03257e;
  --primary-blue: #174cbb;
  --primary-bright-blue: #246dff;
  --primary-light-blue: #d4e4f8;
  --primary-light-blue-25: #e9f0f8;
  --secondary-1-purple: #4b273a;
  --secondary-1-light-purple: #e9d9e8;
  --secondary-2-deep-red: #ab2328;
  --secondary-2-red: #dc3a32;
  --secondary-2-pink-25: #fdf6f6;
  --secondary-2-pink: #f7dbda;
  --secondary-3-orange: #ff7800;
  --secondary-3-light-orange: #ffd6b2;
  --secondary-4-yellow: #ffc001;
  --secondary-4-light-yellow: #fcf1a7;
  --secondary-5-green: #1a8c25;
  --secondary-5-deep-green: #105128;
  --secondary-5-light-green: #e2f1cf;
  --secondary-5-light-green-25: #f1f8e7;
  --secondary-6-lime: #73bc24;
  --secondary-6-light-lime: #dbffa8;
  --secondary-7-cream: #fcedda;
  --secondary-7-brown: #935831;
  --supporting-colors-grey: #aaa;
  --supporting-colors-dark-grey: #787878;
  --supporting-colors-mid-grey: #969696;
  --supporting-colors-light-grey: #e0e0e0;
  --supporting-colors-soft-grey: #f5f5f5;
  --grey-grey-2: #c2d1d9;
  --shades-white: #fff;
  --supporting-colors-blue-grey: #425b76;
  --grey-grey-1: #787878;
  --grey-grey-3: #f2f5f7;
  --grey-grey-light: #fafafa;
  --shades-black: #000;
  --shades-black: #000;
  --shades-blue: #a8c3e4;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--primary-deep-blue);
}

h1,
h2,
h3,
h4,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h4,
.h5,
.h6 {
  margin: 0rem;
  color: var(--primary-deep-blue);
}

a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

p,
.p {
  margin: 0;
}

.fl-heading {
  color: var(--primary-deep-blue);
}

@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold.svg#ItalianPlateNo1Expanded-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Demibold.svg#ItalianPlateNo1Expanded-Demibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold.svg#ItalianPlateNo1Expanded-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Medium.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Medium.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Medium.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Medium.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Medium.svg#ItalianPlateNo1Expanded-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-BlackItalic.svg#ItalianPlateNo1Expanded-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_1.svg#ItalianPlateNo1Expanded-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Bold_2.svg#ItalianPlateNo1Expanded-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-BoldItalic.svg#ItalianPlateNo1Expanded-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtralightItalic.svg#ItalianPlateNo1Expanded-ExtralightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-DemiboldItalic.svg#ItalianPlateNo1Expanded-DemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extrabold_1.svg#ItalianPlateNo1Expanded-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-ExtraboldItalic.svg#ItalianPlateNo1Expanded-ExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-LightItalic.svg#ItalianPlateNo1Expanded-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Light.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Light.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Light.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Light.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Light.svg#ItalianPlateNo1Expanded-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Italic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Italic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Italic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Italic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Italic.svg#ItalianPlateNo1Expanded-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-MediumItalic.svg#ItalianPlateNo1Expanded-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Extralight.svg#ItalianPlateNo1Expanded-Extralight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Thin.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Thin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Thin.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Thin.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Thin.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Thin.svg#ItalianPlateNo1Expanded-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Ultralight.svg#ItalianPlateNo1Expanded-Ultralight") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-ThinItalic.svg#ItalianPlateNo1Expanded-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Regular.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-Regular.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-Regular.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-Regular.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-Regular.svg#ItalianPlateNo1Expanded-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Italian Plate No1 Expanded";
  src: url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.eot");
  src: url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.woff2") format("woff2"), url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.woff") format("woff"), url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.ttf") format("truetype"), url("../assets/fonts/ItalianPlateNo1Expanded-UltralightItalic.svg#ItalianPlateNo1Expanded-UltralightItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-Bold.eot");
  src: url("../assets/fonts/SpaceGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../assets/fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../assets/fonts/SpaceGrotesk-Bold.ttf") format("truetype"), url("../assets/fonts/SpaceGrotesk-Bold.svg#SpaceGrotesk-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-Regular.eot");
  src: url("../assets/fonts/SpaceGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../assets/fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../assets/fonts/SpaceGrotesk-Regular.ttf") format("truetype"), url("../assets/fonts/SpaceGrotesk-Regular.svg#SpaceGrotesk-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-SemiBold.eot");
  src: url("../assets/fonts/SpaceGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../assets/fonts/SpaceGrotesk-SemiBold.woff") format("woff"), url("../assets/fonts/SpaceGrotesk-SemiBold.ttf") format("truetype"), url("../assets/fonts/SpaceGrotesk-SemiBold.svg#SpaceGrotesk-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-Medium.eot");
  src: url("../assets/fonts/SpaceGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../assets/fonts/SpaceGrotesk-Medium.woff") format("woff"), url("../assets/fonts/SpaceGrotesk-Medium.ttf") format("truetype"), url("../assets/fonts/SpaceGrotesk-Medium.svg#SpaceGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/SpaceGrotesk-Light.eot");
  src: url("../assets/fonts/SpaceGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SpaceGrotesk-Light.woff2") format("woff2"), url("../assets/fonts/SpaceGrotesk-Light.woff") format("woff"), url("../assets/fonts/SpaceGrotesk-Light.ttf") format("truetype"), url("../assets/fonts/SpaceGrotesk-Light.svg#SpaceGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --white-30: rgba(255, 255, 255, 0.3);
  --white-white: #fff;
  --white-20: rgba(255, 255, 255, 0.2);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-90: rgba(255, 255, 255, 0.9);
  --white-80: rgba(255, 255, 255, 0.8);
  --white-70: rgba(255, 255, 255, 0.7);
  --white-60: rgba(255, 255, 255, 0.6);
  --white-50: rgba(255, 255, 255, 0.5);
  --black-black: #000;
  --white-40: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.05);
  --black-80: rgba(0, 0, 0, 0.8);
  --black-90: rgba(0, 0, 0, 0.9);
  --black-70: rgba(0, 0, 0, 0.7);
  --black-60: rgba(0, 0, 0, 0.6);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-20: rgba(0, 0, 0, 0.2);
  --black-5: rgba(0, 0, 0, 0.05);
  --form-states-success-900: #064e3b;
  --form-states-success-800: #065f46;
  --form-states-success-500: #10b981;
  --form-states-success-400: #34d399;
  --form-states-success-700: #047857;
  --form-states-success-600: #059669;
  --form-states-success-300: #6ee7b7;
  --form-states-success-50: #ecfdf5;
  --form-states-success-200: #a7f3d0;
  --form-states-success-100: #d1fae5;
  --form-states-warning-900: #78350f;
  --form-states-warning-800: #92400e;
  --form-states-warning-700: #b45309;
  --form-states-warning-600: #d97706;
  --form-states-warning-500: #f59e0b;
  --form-states-warning-400: #fbbf24;
  --form-states-warning-300: #fcd34d;
  --form-states-warning-200: #fde68a;
  --form-states-warning-50: #fffbeb;
  --form-states-warning-100: #fef3c7;
  --form-states-error-800: #991b1b;
  --form-states-error-900: #7f1d1d;
  --form-states-error-700: #b91c1c;
  --form-states-error-400: #f87171;
  --form-states-error-600: #dc2626;
  --form-states-error-500: #ef4444;
  --form-states-error-300: #fca5a5;
  --form-states-error-200: #fecaca;
  --form-states-error-100: #fee2e2;
  --button-primary-fill: #246dff;
  --form-states-error-50: #fef2f2;
  --button-primary-hover: rgba(36, 109, 255, 0.75);
  --button-primary-label: #fff;
  --primary-deep-blue: #00223e;
  --button-secondary-fill: #25502c;
  --button-secondary-hover: rgba(37, 80, 44, 0.75);
  --primary-dark-blue: #03257e;
  --primary-blue: #174cbb;
  --primary-bright-blue: #246dff;
  --primary-light-blue: #d4e4f8;
  --primary-light-blue-25: #e9f0f8;
  --secondary-1-purple: #4b273a;
  --secondary-1-light-purple: #e9d9e8;
  --secondary-2-deep-red: #ab2328;
  --secondary-2-red: #dc3a32;
  --secondary-2-pink-25: #fdf6f6;
  --secondary-2-pink: #f7dbda;
  --secondary-3-orange: #ff7800;
  --secondary-3-light-orange: #ffd6b2;
  --secondary-4-yellow: #ffc001;
  --secondary-4-light-yellow: #fcf1a7;
  --secondary-5-green: #1a8c25;
  --secondary-5-deep-green: #105128;
  --secondary-5-light-green: #e2f1cf;
  --secondary-5-light-green-25: #f1f8e7;
  --secondary-6-lime: #73bc24;
  --secondary-6-light-lime: #dbffa8;
  --secondary-7-cream: #fcedda;
  --secondary-7-brown: #935831;
  --supporting-colors-grey: #aaa;
  --supporting-colors-dark-grey: #787878;
  --supporting-colors-mid-grey: #969696;
  --supporting-colors-light-grey: #e0e0e0;
  --supporting-colors-soft-grey: #f5f5f5;
  --grey-grey-2: #c2d1d9;
  --shades-white: #fff;
  --supporting-colors-blue-grey: #425b76;
  --grey-grey-1: #787878;
  --grey-grey-3: #f2f5f7;
  --grey-grey-light: #fafafa;
  --shades-black: #000;
  --shades-black: #000;
  --shades-blue: #a8c3e4;
}

.fl-builder-content .Btn--Primary--Large a.fl-button {
  background-color: var(--button-primary-fill);
  color: var(--white-white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18px;
}
.fl-builder-content .Btn--Primary--Large a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Primary--Large a.fl-button:hover {
  background-color: var(--button-primary-hover);
}
.fl-builder-content .Btn--Primary--Large a.fl-button:focus {
  background-color: var(--button-primary-fill);
}
.fl-builder-content .Btn--Primary--Small a.fl-button {
  background-color: var(--button-primary-fill);
  color: var(--white-white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08px;
}
.fl-builder-content .Btn--Primary--Small a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Primary--Small a.fl-button:hover {
  background-color: var(--button-primary-hover);
}
.fl-builder-content .Btn--Primary--Small a.fl-button:focus {
  background-color: var(--button-primary-fill);
}
.fl-builder-content .Btn--Secondary--Large a.fl-button {
  background-color: var(--button-secondary-fill);
  color: var(--white-white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18px;
}
.fl-builder-content .Btn--Secondary--Large a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Secondary--Large a.fl-button:hover {
  background-color: var(--button-secondary-hover);
}
.fl-builder-content .Btn--Secondary--Large a.fl-button:focus {
  background-color: var(--button-secondary-fill);
}
.fl-builder-content .Btn--Secondary--Small a.fl-button {
  background-color: var(--button-secondary-fill);
  color: var(--white-white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08px;
}
.fl-builder-content .Btn--Secondary--Small a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Secondary--Small a.fl-button:hover {
  background-color: var(--button-secondary-hover);
}
.fl-builder-content .Btn--Secondary--Small a.fl-button:focus {
  background-color: var(--button-secondary-fill);
}
.fl-builder-content .Btn--Tertiary--Large a.fl-button {
  background-color: var(--white-white);
  color: var(--primary-deep-blue);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18px;
  border-color: var(--primary-deep-blue);
}
.fl-builder-content .Btn--Tertiary--Large a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Tertiary--Large a.fl-button:hover {
  background-color: var(--primary-deep-blue);
  color: var(--white-white);
}
.fl-builder-content .Btn--Tertiary--Large a.fl-button:focus {
  background-color: var(--white-white);
  color: var(--primary-deep-blue);
  border-color: var(--primary-deep-blue);
}
.fl-builder-content .Btn--Tertiary--Small a.fl-button {
  background-color: var(--white-white);
  color: var(--primary-deep-blue);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08px;
  border-color: var(--primary-deep-blue);
}
.fl-builder-content .Btn--Tertiary--Small a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Tertiary--Small a.fl-button:hover {
  background-color: var(--primary-deep-blue);
  color: var(--white-white);
}
.fl-builder-content .Btn--Tertiary--Small a.fl-button:focus {
  background-color: var(--white-white);
  color: var(--primary-deep-blue);
  border-color: var(--primary-deep-blue);
}
.fl-builder-content .Btn--Quarternary--Large a.fl-button {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background-color: transparent;
  border-color: inherit;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.18px;
  color: var(--button-primary-fill);
}
.fl-builder-content .Btn--Quarternary--Large a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Quarternary--Large a.fl-button:hover {
  opacity: 0.4;
}
.fl-builder-content .Btn--Quarternary--Large a.fl-button:focus {
  opacity: 1;
}
.fl-builder-content .Btn--Quarternary--Small a.fl-button {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background-color: transparent;
  border-color: inherit;
  transition: 0.3s all;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08px;
  color: var(--button-primary-fill);
}
.fl-builder-content .Btn--Quarternary--Small a.fl-button span {
  color: inherit;
}
.fl-builder-content .Btn--Quarternary--Small a.fl-button:hover {
  opacity: 0.4;
}
.fl-builder-content .Btn--Quarternary--Small a.fl-button:focus {
  opacity: 1;
}

.Display--Large .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-stretch: expanded;
  font-style: normal;
  font-size: 7rem;
  letter-spacing: normal;
  line-height: 1;
}
@media (max-width: 991px) {
  .Display--Large .fl-heading {
    font-size: 4rem;
    letter-spacing: 2.56px;
  }
}

.Heading--1 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.13em;
  letter-spacing: 3.2px;
}
@media (max-width: 991px) {
  .Heading--1 .fl-heading {
    font-size: 2.8125rem;
    letter-spacing: 2.5px;
  }
}
.Heading--2 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 3.125rem;
  line-height: 1.1em;
  letter-spacing: 2.5px;
}
@media (max-width: 991px) {
  .Heading--2 .fl-heading {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
.Heading--3 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.15em;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .Heading--3 .fl-heading {
    font-size: 1.875rem;
    line-height: 1.2em;
    letter-spacing: 1.5px;
  }
}
.Heading--4 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 1.875rem;
  line-height: 1.2em;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .Heading--4 .fl-heading {
    font-size: 1.5rem;
    line-height: 1.25em;
    letter-spacing: 1.2px;
  }
}
.Heading--5 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33em;
  letter-spacing: 1.2px;
}
@media (max-width: 991px) {
  .Heading--5 .fl-heading {
    font-size: 1.25rem;
    line-height: 1.3em;
    letter-spacing: 1px;
  }
}
.Heading--6 .fl-heading {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-stretch: expanded;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 991px) {
  .Heading--6 .fl-heading {
    font-size: 1rem;
    line-height: 1.38em;
    letter-spacing: 0.8px;
  }
}

.Position--relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden-col .fl-col-content {
  overflow: hidden;
}

.Zindex--1 {
  z-index: 1;
}

.Zindex--2 {
  z-index: 2;
}

.Zindex--3 {
  z-index: 3;
}

.Zindex--4 {
  z-index: 4;
}

.Zindex--5 {
  z-index: 5;
}

.Zindex--6 {
  z-index: 6;
}

.Zindex--7 {
  z-index: 7;
}

.Zindex--8 {
  z-index: 8;
}

.Zindex--9 {
  z-index: 9;
}

.Zindex--10 {
  z-index: 10;
}

.Bg--light-blue {
  background-color: var(--primary-light-blue);
}
.Bg--light-grey {
  background-color: var(--grey-grey-light);
}
.Bg--green {
  background-color: var(--secondary-5-light-green);
}
.Bg--white {
  background-color: var(--white-white);
}

.Custom--play-button .mejs-overlay:hover .mejs-overlay-button {
  background-position: center;
  opacity: 0.7;
}
.Custom--play-button .mejs-overlay .mejs-overlay-button {
  background: url("../assets/img/play-button.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s all;
  height: 72px;
  width: 72px;
}
@media (max-width: 767px) {
  .Custom--play-button .mejs-overlay .mejs-overlay-button {
    height: 50px;
    width: 50px;
  }
}

.Icon--Circle .fl-icon a {
  height: 46px;
  width: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white-white);
  border-radius: 50%;
  transition: 0.3s all;
}
.Icon--Circle .fl-icon a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .Icon--Text > .fl-col-content {
    display: flex;
    align-items: center;
  }
}

.Floating--Btn {
  position: relative;
  min-height: 0 !important;
}
.Floating--Btn a {
  position: absolute;
  top: -56px;
}
.Floating--Right a {
  right: 0;
}

.Overflow--Hidden {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .Hero-xl-max_width .fl-row-fixed-width {
    max-width: 1632px;
  }
}

.ValuesGridCallout .SSCMGrid-grid_item {
  display: grid;
  grid-template-columns: 7rem 1fr;
}
.ValuesGridCallout .SSCMGrid-grid_item_image_wrapper {
  grid-row: span 2;
}

.SliderStandup .SSCMSlider-column_image {
  border-radius: 1.5rem;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.SliderStandup .SSCMSlider-slick_dots {
  margin-top: 1rem;
}
.SliderStandup .SSCMSlider-slide_column {
  width: 100%;
}

@media (min-width: 1600px) {
  .Careers-open_positions-xl-max_width .fl-row-fixed-width {
    max-width: 1266px;
  }
}

@media (min-width: 992px) {
  .Col100-Desk {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .Order--ML--1 {
    order: 1;
  }
  .Order--ML--2 {
    order: 2;
  }
  .Order--ML--3 {
    order: 3;
  }
  .Order--ML--4 {
    order: 4;
  }
  .Order--ML--5 {
    order: 5;
  }
  .SliderStandup .SSCMSlider-column_image {
    height: 560px;
  }
  .SliderStandup .SSCMSlider-content_prev, .SliderStandup .SSCMSlider-content_next {
    top: calc(50% - 2rem);
  }
  .SliderStandup .SSCMSlider-slick_dots {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .Order--1 {
    order: 1;
  }
  .Order--2 {
    order: 2;
  }
  .Order--3 {
    order: 3;
  }
  .Order--4 {
    order: 4;
  }
  .Order--5 {
    order: 5;
  }
}
@media (max-width: 991px) {
  .FullBtn--tablet a.fl-button {
    width: 100%;
  }
  .FiftyGradientOverlay .fl-row-content-wrap:after {
    background-image: linear-gradient(90deg, #ffffff 30%, rgba(255, 255, 255, 0.5) 100%);
  }
}
@media (max-width: 767px) {
  .FullBtn--mobile a.fl-button {
    width: 100%;
  }
  .SliderStandup .SSCMSlider-content_prev, .SliderStandup .SSCMSlider-content_next {
    top: auto;
    bottom: -0.375rem;
    display: block;
  }
}
.Hbspt-style fieldset .input {
  margin-right: 24px !important;
}
@media (max-width: 399px) {
  .Hbspt-style fieldset .input {
    margin-right: 0 !important;
  }
}
.Hbspt-style fieldset .field {
  margin-bottom: 16px !important;
}
.Hbspt-style fieldset label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
  margin-bottom: 5px !important;
  display: inline-block;
}
.Hbspt-style .hs-fieldtype-select .input {
  position: relative;
}
.Hbspt-style .hs-fieldtype-select .input:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../assets/img/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Hbspt-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(36, 109, 255) !important;
  padding: 0px 0px 10px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--primary-deep-blue);
}
.Hbspt-style select::placeholder {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
}
.Hbspt-style select:focus, .Hbspt-style select:active {
  outline: none;
  box-shadow: none;
}
.Hbspt-style input[type=text],
.Hbspt-style input[type=email],
.Hbspt-style input[type=tel],
.Hbspt-style textarea {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--primary-deep-blue);
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(36, 109, 255) !important;
  padding: 0px 0px 10px !important;
}
.Hbspt-style input[type=text]::placeholder,
.Hbspt-style input[type=email]::placeholder,
.Hbspt-style input[type=tel]::placeholder,
.Hbspt-style textarea::placeholder {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
}
.Hbspt-style input[type=text]:focus, .Hbspt-style input[type=text]:active,
.Hbspt-style input[type=email]:focus,
.Hbspt-style input[type=email]:active,
.Hbspt-style input[type=tel]:focus,
.Hbspt-style input[type=tel]:active,
.Hbspt-style textarea:focus,
.Hbspt-style textarea:active {
  outline: none;
  box-shadow: none;
}
.Hbspt-style .no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.Hbspt-style .no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  color: #ab2328;
}
.Hbspt-style .hs_error_rollup {
  display: none;
}
.Hbspt-style .hs_submit {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .Hbspt-style .hs_submit {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) and (min-width: 400px) {
  .Hbspt-style .hs_submit {
    padding-right: 23px;
  }
}
.Hbspt-style .hs_submit .hs-button {
  cursor: pointer;
  background-color: var(--button-primary-fill);
  color: var(--white-white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18px;
}
.Hbspt-style .hs_submit .hs-button span {
  color: inherit;
}
.Hbspt-style .hs_submit .hs-button:hover {
  background-color: var(--button-primary-hover);
}
.Hbspt-style .hs_submit .hs-button:focus {
  background-color: var(--button-primary-fill);
}
@media (max-width: 767px) {
  .Hbspt-style .hs_submit .hs-button {
    width: 100%;
  }
}

.hs-input::placeholder {
  color: #425b76 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

.hs-input {
  color: #425b76 !important;
  font-size: 14px !important;
}

.Callout--leftimg .fl-callout.fl-callout-has-photo {
  display: flex;
  align-items: center;
}
.Callout--leftimg .fl-callout.fl-callout-has-photo .fl-callout-content {
  width: 100%;
  display: block;
}
.Callout--leftimg .fl-callout.fl-callout-has-photo .fl-callout-content .fl-callout-title {
  padding-bottom: 8px;
}
.Callout--leftimg .fl-callout.fl-callout-has-photo .fl-callout-text p {
  padding-bottom: 0 !important;
}
.Callout--leftimg .fl-callout.fl-callout-has-photo .fl-callout-photo {
  padding: 0;
  width: auto;
}
.Callout--leftimg .fl-callout.fl-callout-has-photo .fl-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  text-align: center;
  margin-right: 24px;
}

.Wave {
  position: relative;
}
.Wave--white:after, .Wave--green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100px;
  background-image: url(../assets/img/Wave-white.svg);
}
@media (min-width: 1920px) {
  .Wave--white:after, .Wave--green:after {
    /*height: 150px;*/
    height: 100px;
  }
}
@media (max-width: 767px) {
  .Wave--white:after, .Wave--green:after {
    height: 60px;
    background-image: url(../assets/img/Wave-white-mobilew.svg);
  }
}
.Wave--green:after {
  background-image: url(../assets/img/Wave-green.svg);
}
@media (max-width: 767px) {
  .Wave--green:after {
    background-image: url(../assets/img/Wave-green-mobile.svg);
  }
}
.Wave--blue-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  bottom: -99px;
  height: 100px;
  background-image: url(../assets/img/Waveblue-bottom-desktop.svg);
}
@media (min-width: 1920px) {
  .Wave--blue-bottom:after {
    /*height: 150px;*/
    height: 100px;
  }
}
@media (max-width: 767px) {
  .Wave--blue-bottom:after {
    height: 60px;
    bottom: -59px;
    background-image: url(../assets/img/Waveblue-bottom-mobile.svg);
  }
}

.Inline-images .fl-col-content {
  display: flex;
  flex-wrap: wrap;
}

.Accordion-custom .fl-accordion-button {
  padding: 0;
  padding-bottom: 23px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .Accordion-custom .fl-accordion-button {
    padding-bottom: 15px;
  }
}
.Accordion-custom .fl-accordion-content {
  padding-left: 0;
  padding-top: 0;
  padding-right: 55px;
  padding-bottom: 23px;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  text-align: left;
  color: var(--primary-deep-blue);
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .Accordion-custom .fl-accordion-content {
    padding-bottom: 15px;
  }
}
.Accordion-custom .fl-accordion-content p {
  font-family: inherit;
}
.Accordion-custom .fl-accordion-content a {
  color: var(--primary-blue);
  font-family: inherit;
  text-decoration: none;
}
.Accordion-custom .fl-accordion-content a:hover {
  color: var(--primary-deep-blue);
}
.Accordion-custom .fl-accordion-item {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid var(--shades-blue);
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .Accordion-custom .fl-accordion-item {
    margin-bottom: 15px;
  }
}
.Accordion-custom .fl-accordion-button-label {
  font-size: 1.25rem;
  font-weight: bold;
  font-stretch: expanded;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: left;
  color: var(--primary-deep-blue);
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
}
.Accordion-custom .fl-accordion-button-label:active, .Accordion-custom .fl-accordion-button-label:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .Accordion-custom .fl-accordion-button-label {
    font-size: 1rem;
    line-height: 1.38;
    letter-spacing: 0.8px;
    font-weight: 600;
  }
}
.Accordion-custom .fl-accordion-button-icon {
  text-decoration: none;
  font-size: 0.75rem;
  color: var(--primary-deep-blue);
  opacity: 1;
}
.Accordion-custom .fl-accordion-button-icon:active, .Accordion-custom .fl-accordion-button-icon:focus {
  outline: none;
  box-shadow: none;
}
.Accordion-custom img {
  width: 100%;
  border-radius: 24px;
  display: block;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .Sticky-col {
    position: sticky;
    top: 100px;
  }
}
.Bubble-around {
  position: relative;
}
.Bubble-around:after {
  content: "";
  top: -80px;
  /* left and right 0 due to overflow issues on small desktop/ tablet and mobile */
  left: 0;
  right: 0;
  bottom: -80px;
  background-image: url(../assets/img/Bubble-image.svg);
  position: absolute;
  z-index: 1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .Bubble-around:after {
    top: -30px;
    left: 0px;
    right: 0px;
    bottom: -30px;
    background-image: url(../assets/img/Bubble-image-mobile.svg);
  }
}

@media (min-width: 992px) {
  .Faq-tabs .SSCMSlider-content_wrapper {
    padding-left: 64px;
  }
}
@media (min-width: 768px) {
  .Faq-tabs .SSCMSlider {
    overflow: initial;
  }
  .Faq-tabs .SSCMSlider-tabs {
    position: sticky;
    top: 150px;
  }
  .Faq-tabs .SSCMSlider-content_wrapper {
    padding-left: 48px;
  }
}
.Faq-tabs .SSCMSlider-column_body a {
  text-decoration: none;
}
.Faq-tabs .SSCMSlider-column_body h3 {
  font-size: 1.25rem;
  margin-bottom: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: var(--black-60);
}
@media (max-width: 767px) {
  .Faq-tabs .SSCMSlider {
    position: relative;
  }
  .Faq-tabs .SSCMSlider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(../assets/img/chevron-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
  }
  .Faq-tabs .SSCMSlider-slide_column--column_1 p {
    word-break: break-word;
  }
  .Faq-tabs .SSCMSlider-tabs--mobile_dropdown {
    border-bottom: 2px solid #246dff;
    background-color: #fff;
    position: relative;
    position: relative;
    margin-bottom: 5px;
  }
  .Faq-tabs .SSCMSlider-tabs--mobile_dropdown button {
    margin-bottom: 5px;
  }
}

/**/
.BulletList--blue .fl-rich-text ul {
  list-style: none;
  padding-left: 2rem;
}
.BulletList--blue .fl-rich-text ul li {
  position: relative;
}
.BulletList--blue .fl-rich-text ul li:before {
  content: "•";
  color: #246dff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.Custom--list ul {
  margin: 0;
  padding-left: 25px;
}

.Product-tooltip .SSCMTooltips-point i:before {
  -webkit-text-stroke: 2px #246dff;
}
.Product-tooltip .SSCMTooltips-point:hover .SSCMTooltips-fields {
  display: flex;
}
.Product-tooltip .SSCMTooltips-point:hover .fa-plus:before {
  content: "\f068";
}
@media (max-width: 1110px) {
  .Product-tooltip .SSCMTooltips-fields--left {
    right: -80px !important;
  }
}
@media (max-width: 1110px) {
  .Product-tooltip .SSCMTooltips-fields--right {
    left: -80px !important;
  }
}
.Product-tooltip .SSCMTooltips-fields {
  height: 304px;
  width: 304px;
  align-items: center;
  justify-content: center;
}
.Product-tooltip .SSCMTooltips-fields:after {
  display: none;
}
.Product-tooltip .SSCMTooltips-value--icon i {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .AdvGrid-custom .SSCMGrid-grid_item_image_wrapper {
    position: relative;
    grid-row: span 2;
  }
  .AdvGrid-custom .SSCMGrid-grid_item {
    display: inline-block;
    width: 100%;
    transition-property: background-color, border, border-radius, box-shadow;
    display: grid;
    grid-template-columns: 7rem 1fr;
    grid-template-rows: repeat(3, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .Bevi-settingsUp--btn .fl-button {
    width: 100%;
    text-align: center;
  }
}
/*video homepage*/
.Bevi-maxWidth100vw {
  max-width: 100vw;
  overflow: hidden;
}

/*extend to left page's edge on desktop*/
@media only screen and (max-width: 1440px) and (min-width: 768px) {
  .Bevi-flavorBg--row {
    background-image: url(/wp-content/uploads/2023/11/Path-77732.svg);
    background-repeat: no-repeat;
    margin-top: 40px;
  }
  .Bevi-flavorBg--row .fl-col-content {
    background-image: unset;
  }
}
@media only screen and (max-width: 1299px) {
  .Bevi-homeVideo .fl-wp-video .wp-video {
    left: calc(50vw - 690px);
  }
}
@media only screen and (max-width: 991px) {
  .Bevi-flavorBg--row {
    background-position: 0px 90px;
  }
  .Bevi-homeVideo .fl-wp-video .wp-video {
    left: calc(50vw - 600px);
  }
}
/*Standup Hero  - Open up the horizontal space slightly on large displays without allowing content to become too centered or widely spaced.*/
@media only screen and (min-width: 1900px) {
  .Bevi-standUpHero .fl-row-content-wrap .fl-row-content {
    max-width: 1700px;
  }
  .Bevi-gridUnderCarousel .fl-row-content-wrap .fl-row-content {
    max-width: 1440px;
  }
}
@media (max-width: 1024.98px) and (min-height: 1024px) {
  .hero-banner-tablet .fl-row-content-wrap {
    padding-top: 200px;
    min-height: 0px !important;
    max-height: 100vh !important;
  }
}

.Masked-image .fl-photo-content img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  clip-path: inset(0px 0px 1px);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c11.413 73.471-67.46 168.9-138.736 168.9S-9.457 199.37 1.079 121.314C11.045 47.486 58.87 0 130.156 0s127.302 27.505 138.736 101.1z' fill='%23FAFAFA'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c11.413 73.471-67.46 168.9-138.736 168.9S-9.457 199.37 1.079 121.314C11.045 47.486 58.87 0 130.156 0s127.302 27.505 138.736 101.1z' fill='%23FAFAFA'/%3e%3c/svg%3e");
}

.Masked-image-1 .fl-photo-content img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  clip-path: inset(0px 0px 1px);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c8.413 73.471-67.46 160.9-138.736 168.9S-9.457 199.37 11.079 131.314C21.045 57.486 58.87 0 130.156 0s127.302 47.505 138.736 101.1z' fill='%230000FF'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c8.413 73.471-67.46 160.9-138.736 168.9S-9.457 199.37 11.079 131.314C21.045 57.486 58.87 0 130.156 0s127.302 47.505 138.736 101.1z' fill='%230000FF'/%3e%3c/svg%3e");
}

.Masked-image-2 .fl-photo-content img {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  clip-path: inset(0px 0px 1px);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(90)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c8.413 73.471-67.46 160.9-138.736 168.9S-9.457 199.37 11.079 131.314C21.045 57.486 58.87 0 130.156 0s127.302 47.505 138.736 101.1z' fill='%230000FF'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width='270' height='270' viewBox='0 0 270 270' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(90)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M268.892 101.1c8.413 73.471-67.46 160.9-138.736 168.9S-9.457 199.37 11.079 131.314C21.045 57.486 58.87 0 130.156 0s127.302 47.505 138.736 101.1z' fill='%230000FF'/%3e%3c/svg%3e");
}

@media (min-width: 768px) {
  .Bottom-placement {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.Pill-text .fl-rich-text p {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08px;
  display: inline;
}

.Pill-purple .fl-rich-text p {
  color: var(--primary-deep-blue);
  background-image: url("../assets/img/purple-bg.png");
}

.Single-post-content p {
  margin-bottom: 16px;
}
.Single-post-content h1, .Single-post-content h2, .Single-post-content h3 {
  margin-top: 48px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .Single-post-content h1, .Single-post-content h2, .Single-post-content h3 {
    margin-top: 24px;
  }
}
.Single-post-content h4, .Single-post-content h5, .Single-post-content h6 {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .Single-post-content h4, .Single-post-content h5, .Single-post-content h6 {
    margin-top: 16px;
  }
}
.Single-post-content .wp-block-image {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .Single-post-content .wp-block-image {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.Single-post-content .wp-block-image img {
  width: 100%;
  border-radius: 10px;
}
.Single-post-content .wp-block-image picture {
  display: inline-block;
  max-width: 100%;
  max-height: max-content;
}
.Single-post-content .fl-module img {
  height: auto;
}
.Single-post-content .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.Single-post-content .wp-block-quote {
  border-left: 4px solid var(--primary-blue);
  padding-left: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .Single-post-content .wp-block-quote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.Single-post-content .wp-block-quote p {
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 1.2px;
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .Single-post-content .wp-block-quote p {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}
.Single-post-content .wp-block-quote cite {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 991px) {
  .Simple-Hero .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .Simple-Hero .fl-row-content-wrap {
    background-image: none;
  }
}

.hover-lightBlue .fl-col-content:hover {
  background-color: #e9f0f8;
}

.Wave-UpDown-1::before, .Wave-UpDown-1::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Wave-UpDown-1::before {
  height: 58px;
  top: 0;
  background-image: url(../assets/img/landing-page/layerd-wave-down@3x.png);
  background-position: bottom;
}
@media (max-width: 1024px) {
  .Wave-UpDown-1::before {
    background-size: contain;
    top: -10px;
  }
}
@media (max-width: 991px) {
  .Wave-UpDown-1::before {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .Wave-UpDown-1::before {
    top: 0px;
    background-size: cover;
    background-image: url(../assets/img/landing-page/layerd-wave-down-mobile@3x.png);
  }
}
@media (max-width: 479px) {
  .Wave-UpDown-1::before {
    top: -20px;
  }
}
.Wave-UpDown-1::after {
  height: 80px;
  bottom: 0;
  background-image: url(../assets/img/landing-page/layerd-wave-up@3x.png);
  background-position: top;
}
@media (max-width: 1024px) {
  .Wave-UpDown-1::after {
    background-size: contain;
    bottom: -23px;
  }
}
@media (max-width: 767px) {
  .Wave-UpDown-1::after {
    background-size: cover;
    background-image: url(../assets/img/landing-page/layerd-wave-up-mobile@3x.png);
  }
}

.Wave-UpDown-2::before, .Wave-UpDown-2::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Wave-UpDown-2::before {
  height: 80px;
  top: -1px;
  background-image: url(../assets/img/landing-page/layerd-wave-up@3x.png);
  background-position: top;
}
@media (max-width: 1024px) {
  .Wave-UpDown-2::before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .Wave-UpDown-2::before {
    top: -50px;
    background-size: cover;
    background-image: url(../assets/img/landing-page/layerd-wave-up-mobile@3x.png);
  }
}
.Wave-UpDown-2::after {
  height: 58px;
  bottom: 0;
  background-image: url(../assets/img/landing-page/layerd-wave-down@3x.png);
  background-position: bottom;
}
@media (max-width: 1024px) {
  .Wave-UpDown-2::after {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .Wave-UpDown-2::after {
    bottom: -20px;
    background-size: cover;
    background-image: url(../assets/img/landing-page/layerd-wave-down-mobile@3x.png);
  }
}

.Wave-Down-1::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Wave-Down-1::after {
  height: 80px;
  bottom: 0;
  background-image: url(../assets/img/landing-page/layerd-wave-up@3x.png);
  background-position: top;
}

.Blue-Path::before {
  content: "";
  position: absolute;
  bottom: -73px;
  right: -63px;
  width: 537.9px;
  height: 288.7px;
  background: url(../assets/img/landing-page/blue-path.png) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  .Blue-Path::before {
    display: none;
  }
}

.text-underline a {
  text-decoration: underline;
}

.form-svg {
  position: relative;
}
.form-svg .fl-col-content {
  overflow: hidden;
  position: relative;
}
.form-svg .fl-col-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 131px;
  height: 180px;
  background-image: url(../assets/img/landing-page/form-svg-cropped.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.form-svg .fl-col-content .fl-module.fl-module-heading {
  position: relative;
}
.form-svg .fl-col-content .fl-module.fl-module-html.Hbspt-style {
  position: relative;
}

.Layerd-Wave-DownUp--Hero::before, .Layerd-Wave-DownUp--Hero::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Layerd-Wave-DownUp--Hero::before {
  height: 58px;
  top: 0;
  background-image: url(../assets/img/landing-page/layerd-wave-down@3x.png);
  background-position: bottom;
}
@media (max-width: 1024px) {
  .Layerd-Wave-DownUp--Hero::before {
    background-size: contain;
    top: -10px;
  }
}
@media (max-width: 991px) {
  .Layerd-Wave-DownUp--Hero::before {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .Layerd-Wave-DownUp--Hero::before {
    top: 0px;
    background-size: cover;
    background-image: url(../assets/img/landing-page/layerd-wave-down-mobile@3x.png);
  }
}
@media (max-width: 479px) {
  .Layerd-Wave-DownUp--Hero::before {
    top: -20px;
  }
}
.Layerd-Wave-DownUp--Hero::after {
  height: 80px;
  bottom: -34px;
  background-image: url(../assets/img/Layerd-Wave-Up.svg);
  background-position: top;
}

.Layerd-Wave-DownUp::before, .Layerd-Wave-DownUp::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Layerd-Wave-DownUp::before {
  height: 58px;
  top: 0;
  background-image: url(../assets/img/Layerd-Wave-Down.svg);
  background-position: bottom;
}
.Layerd-Wave-DownUp::after {
  height: 80px;
  bottom: 0;
  background-image: url(../assets/img/Layerd-Wave-Up.svg);
  background-position: top;
}

.Layerd-Wave-UpDown::before, .Layerd-Wave-UpDown::after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Layerd-Wave-UpDown::before {
  height: 58px;
  top: -30px;
  background-image: url(../assets/img/Layerd-Wave-Up.svg);
  background-position: bottom;
}
@media (max-width: 767px) {
  .Layerd-Wave-UpDown::before {
    top: -12px;
    background-image: url(../assets/img/Layerd-Wave-Up-Mobile.svg);
  }
}
.Layerd-Wave-UpDown::after {
  height: 80px;
  bottom: -50px;
  background-image: url(../assets/img/Layerd-Wave-Down.svg);
  background-position: top;
}
@media (max-width: 767px) {
  .Layerd-Wave-UpDown::after {
    background-image: url(../assets/img/Layerd-Wave-Down-Mobile.svg);
  }
}

.Layerd-Wave-Up--top::before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Layerd-Wave-Up--top::before {
  height: 58px;
  top: -28px;
  background-image: url(../assets/img/Layerd-Wave-Up.svg);
  background-position: bottom;
}
@media (max-width: 767px) {
  .Layerd-Wave-Up--top::before {
    top: -19px;
    background-image: url(../assets/img/Layerd-Wave-Up-Mobile.svg);
  }
}

.Layerd-Wave-down--top::before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.Layerd-Wave-down--top::before {
  height: 58px;
  top: -25px;
  background-image: url(../assets/img/Layerd-Wave-Down.svg);
  background-position: bottom;
}
@media (max-width: 767px) {
  .Layerd-Wave-down--top::before {
    top: -30px;
    background-image: url(../assets/img/Layerd-Wave-Down-Mobile.svg);
  }
}

@media (max-width: 991px) {
  .Wave-Down-Small-hidden::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .btn-fullwidth-mobile a {
    width: 100%;
  }
}

.Video-border-radius .fl-video {
  border-radius: 24px;
}

.logo-bg-green-rounded img {
  background: #c8e4a0;
  width: 48px;
  padding: 12px;
  border-radius: 50%;
}

.Basic-rounded-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.Basic-rounded-check ul li {
  position: relative;
  padding-left: 48px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .Basic-rounded-check ul li {
    padding-left: 36px;
  }
}
.Basic-rounded-check ul li::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background-image: url(../assets/img/icon-check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .Basic-rounded-check ul li::before {
    width: 20px;
    height: 20px;
  }
}

.LandingPage-Testimonial .SSCMSlider {
  padding: 0 98px;
  margin: 0 auto;
  outline: none;
  overflow: unset;
}
@media (max-width: 1280px) {
  .LandingPage-Testimonial .SSCMSlider {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider {
    width: 358px;
  }
}
.LandingPage-Testimonial .SSCMSlider-content {
  padding: 0 !important;
  outline: none;
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-content {
    flex-direction: column-reverse;
  }
}
.LandingPage-Testimonial .SSCMSlider-content_row {
  overflow: unset;
}
.LandingPage-Testimonial .SSCMSlider-content_wrapper {
  background: #fafafa;
  border-radius: 24px;
  margin: 0 12px;
}
.LandingPage-Testimonial .SSCMSlider-content_next, .LandingPage-Testimonial .SSCMSlider-content_prev {
  transform: translateY(-50%);
  display: block;
}
.LandingPage-Testimonial .SSCMSlider-content_next::before, .LandingPage-Testimonial .SSCMSlider-content_prev::before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.LandingPage-Testimonial .SSCMSlider-content_prev {
  left: -100px;
}
@media (max-width: 1199px) {
  .LandingPage-Testimonial .SSCMSlider-content_prev {
    left: -70px;
  }
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-content_prev {
    left: 0;
    bottom: -25px;
    top: unset;
  }
}
.LandingPage-Testimonial .SSCMSlider-content_next {
  right: -100px;
}
@media (max-width: 1199px) {
  .LandingPage-Testimonial .SSCMSlider-content_next {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-content_next {
    right: 0;
    bottom: -25px;
    top: unset;
  }
}
.LandingPage-Testimonial .SSCMSlider-slide_column--column_1 {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-slide_column--column_1 {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-slide_column--column_2 {
    width: 100%;
  }
}
.LandingPage-Testimonial .SSCMSlider-slide_column img {
  display: block !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.LandingPage-Testimonial .SSCMSlider-column_headline {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: expanded;
  line-height: 1.15;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .LandingPage-Testimonial .SSCMSlider-column_headline {
    font-size: 30px;
  }
}
.LandingPage-Testimonial .SSCMSlider-column_body p {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
}
.LandingPage-Testimonial .SSCMSlider-column_body p:first-child {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: expanded;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .LandingPage-Testimonial .SSCMSlider-column_body p:first-child {
    font-size: 16px;
  }
}
.LandingPage-Testimonial .SSCMSlider-slick_dots {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .LandingPage-Testimonial .SSCMSlider-slick_dots {
    margin-top: 44px;
  }
}
.LandingPage-Testimonial .SSCMSlider-slick_dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-slide_column--column_1 {
  width: calc(100% - 368px);
}
@media (max-width: 991px) {
  .LandingPage-Testimonial.green-arrow .SSCMSlider-slide_column--column_1 {
    width: 100%;
  }
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-slide_column--column_2 {
  width: 368px;
}
@media (max-width: 991px) {
  .LandingPage-Testimonial.green-arrow .SSCMSlider-slide_column--column_2 {
    width: 100%;
  }
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-content_prev::before {
  background-image: url(../assets/img/landing-page/testimonial-left-green.png);
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-content_next::before {
  background-image: url(../assets/img/landing-page/testimonial-right-green.png);
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-slick_dots li {
  background: #c8e4a0;
}
.LandingPage-Testimonial.green-arrow .SSCMSlider-slick_dots li.slick-active {
  background: #1a8c25;
}
@media (max-width: 991px) {
  .LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column--column_1 {
    width: 100%;
  }
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column--column_2 {
  position: relative;
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column--column_2 .SSCMSlider-column_image_wrapper--column_2 {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column--column_2 .SSCMSlider-column_image_wrapper--column_2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  background-image: url(../assets/img/landing-page/form-svg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column--column_2 .SSCMSlider-column_image_wrapper--column_2::before {
    background-image: url(../assets/img/landing-page/form-svg-mobile.png);
    left: 0;
    width: 100%;
    height: 120px;
  }
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-content_prev::before {
  background-image: url(../assets/img/landing-page/testimonial-left-blue.png);
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-content_next::before {
  background-image: url(../assets/img/landing-page/testimonial-right-blue.png);
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-slick_dots li {
  background: rgba(168, 195, 228, 0.5019607843);
}
.LandingPage-Testimonial.blue-arrow .SSCMSlider-slick_dots li.slick-active {
  background: #174cbb;
}
@media (max-width: 767px) {
  .LandingPage-Testimonial.blue-arrow .SSCMSlider-slide_column img {
    height: 272px;
  }
}

.mysticky-welcomebar-fixed.mysticky-site-front.mysticky-welcomebar-display-desktop.mysticky-welcomebar-display-mobile {
  pointer-events: none;
}

.mysticky-welcomebar-fixed.mysticky-site-front.mysticky-welcomebar-display-desktop.mysticky-welcomebar-display-mobile.mysticky-welcomebar-animation.entry-effect {
  pointer-events: auto;
}

.bubbles {
  top: 0;
  bottom: 0;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: 1;
}

@media (min-width: 768px) {
  .bubbles {
    left: 20%;
    width: 60%;
  }
}
.bubbles .bubble {
  display: inline-block;
  position: absolute;
  top: 100%;
  will-change: transform;
}

.bubbles .bubble:nth-of-type(2n) {
  display: none;
}

@media (min-width: 768px) {
  .bubbles .bubble:nth-of-type(2n) {
    display: inline-block;
  }
}
.bubbles .bubble0 {
  -webkit-animation: bubbles 6.5s linear 0.75s infinite;
  -o-animation: bubbles 6.5s linear 0.75s infinite;
  animation: bubbles 6.5s linear 0.75s infinite;
  left: 6%;
}

.bubbles .bubble0 img {
  -webkit-animation: sideWays 8s ease-in-out infinite alternate;
  -o-animation: sideWays 8s ease-in-out infinite alternate;
  animation: sideWays 8s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble0, .bubbles .bubble0 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble1 {
  -webkit-animation: bubbles 9s linear 0.25s infinite;
  -o-animation: bubbles 9s linear 0.25s infinite;
  animation: bubbles 9s linear 0.25s infinite;
  left: 22%;
}

.bubbles .bubble1 img {
  -webkit-animation: sideWays 6s ease-in-out infinite alternate;
  -o-animation: sideWays 6s ease-in-out infinite alternate;
  animation: sideWays 6s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble1, .bubbles .bubble1 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble2 {
  -webkit-animation: bubbles 14s linear 0s infinite;
  -o-animation: bubbles 14s linear 0s infinite;
  animation: bubbles 14s linear 0s infinite;
  left: 14%;
}

.bubbles .bubble2 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble2, .bubbles .bubble2 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble3 {
  -webkit-animation: bubbles 7.5s linear 2.5s infinite;
  -o-animation: bubbles 7.5s linear 2.5s infinite;
  animation: bubbles 7.5s linear 2.5s infinite;
  left: 70%;
}

.bubbles .bubble3 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble3, .bubbles .bubble3 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble4 {
  -webkit-animation: bubbles 11s linear 0.5s infinite;
  -o-animation: bubbles 11s linear 0.5s infinite;
  animation: bubbles 11s linear 0.5s infinite;
  left: 80%;
}

.bubbles .bubble4 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble4, .bubbles .bubble4 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble5 {
  -webkit-animation: bubbles 12s linear 1s infinite;
  -o-animation: bubbles 12s linear 1s infinite;
  animation: bubbles 12s linear 1s infinite;
  left: 43%;
}

.bubbles .bubble5 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble5, .bubbles .bubble5 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble6 {
  -webkit-animation: bubbles 11.8s linear 14s infinite;
  -o-animation: bubbles 11.8s linear 14s infinite;
  animation: bubbles 11.8s linear 14s infinite;
  left: 65%;
}

.bubbles .bubble6 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble6, .bubbles .bubble6 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble7 {
  -webkit-animation: bubbles 9s linear 1.2s infinite;
  -o-animation: bubbles 9s linear 1.2s infinite;
  animation: bubbles 9s linear 1.2s infinite;
  left: 10%;
}

.bubbles .bubble7 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble7, .bubbles .bubble7 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble8 {
  -webkit-animation: bubbles 12.6s linear 0.3s infinite;
  -o-animation: bubbles 12.6s linear 0.3s infinite;
  animation: bubbles 12.6s linear 0.3s infinite;
  left: 13%;
}

.bubbles .bubble8 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble8, .bubbles .bubble8 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble9 {
  -webkit-animation: bubbles 14s linear 8s infinite;
  -o-animation: bubbles 14s linear 8s infinite;
  animation: bubbles 14s linear 8s infinite;
  left: 26%;
}

.bubbles .bubble9 img {
  -webkit-animation: sideWays 4s ease-in-out infinite alternate;
  -o-animation: sideWays 4s ease-in-out infinite alternate;
  animation: sideWays 4s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble9, .bubbles .bubble9 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble10 {
  -webkit-animation: bubbles 9.8s linear 1.8s infinite;
  -o-animation: bubbles 9.8s linear 1.8s infinite;
  animation: bubbles 9.8s linear 1.8s infinite;
  left: 69%;
}

.bubbles .bubble10 img {
  -webkit-animation: sideWays 2s ease-in-out infinite alternate;
  -o-animation: sideWays 2s ease-in-out infinite alternate;
  animation: sideWays 2s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble10, .bubbles .bubble10 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble11 {
  -webkit-animation: bubbles 12s linear 3s infinite;
  -o-animation: bubbles 12s linear 3s infinite;
  animation: bubbles 12s linear 3s infinite;
  left: 85%;
}

.bubbles .bubble11 img {
  -webkit-animation: sideWays 4.6s ease-in-out infinite alternate;
  -o-animation: sideWays 4.6s ease-in-out infinite alternate;
  animation: sideWays 4.6s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble11, .bubbles .bubble11 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
.bubbles .bubble12 {
  -webkit-animation: bubbles 7.5s linear 6.5s infinite;
  -o-animation: bubbles 7.5s linear 6.5s infinite;
  animation: bubbles 7.5s linear 6.5s infinite;
  left: 70%;
}

.bubbles .bubble12 img {
  -webkit-animation: sideWays 8s ease-in-out infinite alternate;
  -o-animation: sideWays 8s ease-in-out infinite alternate;
  animation: sideWays 8s ease-in-out infinite alternate;
}

@media (prefers-reduced-motion) {
  .bubbles .bubble12, .bubbles .bubble12 img {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
}
@-webkit-keyframes bubbles {
  0% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  10% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-1750%);
    transform: translateY(-1750%);
  }
}
@-o-keyframes bubbles {
  0% {
    opacity: 1;
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  10% {
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -o-transform: translateY(-1750%);
    transform: translateY(-1750%);
  }
}
@keyframes bubbles {
  0% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  10% {
    -webkit-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-1750%);
    -o-transform: translateY(-1750%);
    transform: translateY(-1750%);
  }
}
@-webkit-keyframes sideWays {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@-o-keyframes sideWays {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
}
@keyframes sideWays {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
}
.BgMask {
  position: relative;
  z-index: 1;
}
.BgMask > .fl-row-content-wrap {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  clip-path: inset(0px 0px 1px);
}
.BgMask--sm--1 > .fl-row-content-wrap {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='359' viewBox='0 0 390 359' fill='none'%3e%3cpath d='M390 0H0V350.577C0 350.577 41.654 356.528 77.5639 357H86.2146C90.1212 356.944 93.9056 356.806 97.5 356.571C116.613 355.319 130.829 350.908 144.911 346.538C159.859 341.9 174.656 337.308 195 336.591C214.234 335.913 228.921 339.412 243.589 342.906C258.367 346.427 273.127 349.943 292.5 349.178C332.139 347.615 390 328 390 328V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='359' viewBox='0 0 390 359' fill='none'%3e%3cpath d='M390 0H0V350.577C0 350.577 41.654 356.528 77.5639 357H86.2146C90.1212 356.944 93.9056 356.806 97.5 356.571C116.613 355.319 130.829 350.908 144.911 346.538C159.859 341.9 174.656 337.308 195 336.591C214.234 335.913 228.921 339.412 243.589 342.906C258.367 346.427 273.127 349.943 292.5 349.178C332.139 347.615 390 328 390 328V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
}
.BgMask--sm--2 > .fl-row-content-wrap {
  -webkit-mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='358' viewBox='0 0 390 358' fill='none'%3e%3cpath d='M0 0.5H390V351.077C390 351.077 348.346 357.028 312.436 357.5H303.785C299.879 357.444 296.094 357.306 292.5 357.071C273.387 355.819 259.171 351.408 245.089 347.038C230.141 342.4 215.344 337.808 195 337.091C175.766 336.413 161.079 339.912 146.411 343.406C131.633 346.927 116.873 350.443 97.5 349.678C57.861 348.115 0 328.5 0 328.5V0.5Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='358' viewBox='0 0 390 358' fill='none'%3e%3cpath d='M0 0.5H390V351.077C390 351.077 348.346 357.028 312.436 357.5H303.785C299.879 357.444 296.094 357.306 292.5 357.071C273.387 355.819 259.171 351.408 245.089 347.038C230.141 342.4 215.344 337.808 195 337.091C175.766 336.413 161.079 339.912 146.411 343.406C131.633 346.927 116.873 350.443 97.5 349.678C57.861 348.115 0 328.5 0 328.5V0.5Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
}
.BgMask--sm--3 > .fl-row-content-wrap {
  -webkit-mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='312' height='723' viewBox='0 0 312 723' fill='none'%3e%3cpath d='M61.2213 694.601C81.673 701.039 106.541 708.868 154.354 717.282C214.086 727.794 284.459 705.436 312 690.753V0H0V680.814C26.7256 683.742 42.0286 688.559 61.2213 694.601Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='312' height='723' viewBox='0 0 312 723' fill='none'%3e%3cpath d='M61.2213 694.601C81.673 701.039 106.541 708.868 154.354 717.282C214.086 727.794 284.459 705.436 312 690.753V0H0V680.814C26.7256 683.742 42.0286 688.559 61.2213 694.601Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
}
.BgMask--sm--4 > .fl-row-content-wrap {
  -webkit-mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='599' viewBox='0 0 390 599' fill='none'%3e%3cpath d='M0 0.5V574C61.8378 554.8 116.783 563 136.525 569.5C172.5 581.344 234.5 574.5 268.031 569.5C325.5 558.5 373.771 587 390 599V0.5H0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='390' height='599' viewBox='0 0 390 599' fill='none'%3e%3cpath d='M0 0.5V574C61.8378 554.8 116.783 563 136.525 569.5C172.5 581.344 234.5 574.5 268.031 569.5C325.5 558.5 373.771 587 390 599V0.5H0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
}
@media (min-width: 768px) {
  .BgMask--lg--1 > .fl-row-content-wrap {
    -webkit-mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='512' viewBox='0 0 1440 512' fill='none'%3e%3cpath d='M1440 0H0V497.033C95.748 495.173 168.606 498.694 241.647 502.224C313.576 505.7 385.682 509.185 480 507.548C580.153 505.809 653.002 494.678 726.59 483.434C795.92 472.84 865.906 462.146 960 459.112C1147.49 453.066 1440 473.643 1440 473.643V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='512' viewBox='0 0 1440 512' fill='none'%3e%3cpath d='M1440 0H0V497.033C95.748 495.173 168.606 498.694 241.647 502.224C313.576 505.7 385.682 509.185 480 507.548C580.153 505.809 653.002 494.678 726.59 483.434C795.92 472.84 865.906 462.146 960 459.112C1147.49 453.066 1440 473.643 1440 473.643V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  }
  .BgMask--lg--2 > .fl-row-content-wrap {
    -webkit-mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='512' viewBox='0 0 1440 512' fill='none'%3e%3cpath d='M0 0H1440V497.033C1344.25 495.173 1271.39 498.694 1198.35 502.224C1126.42 505.7 1054.32 509.185 960 507.548C859.847 505.809 786.998 494.678 713.41 483.434C644.08 472.84 574.094 462.146 480 459.112C292.51 453.066 0 473.643 0 473.643V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='512' viewBox='0 0 1440 512' fill='none'%3e%3cpath d='M0 0H1440V497.033C1344.25 495.173 1271.39 498.694 1198.35 502.224C1126.42 505.7 1054.32 509.185 960 507.548C859.847 505.809 786.998 494.678 713.41 483.434C644.08 472.84 574.094 462.146 480 459.112C292.51 453.066 0 473.643 0 473.643V0Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
  }
}

.SSCMComparisonChart-section_title {
  text-align: center;
  margin-bottom: 12px;
  font-size: 2.5rem;
  line-height: 1.15em;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .SSCMComparisonChart-section_title {
    font-size: 1.875rem;
    line-height: 1.2em;
    letter-spacing: 1.5px;
  }
}
.SSCMComparisonChart-section_wrap {
  display: flex;
  flex-wrap: nowrap;
}
.SSCMComparisonChart-box {
  margin: 14px 12px;
}
.SSCMComparisonChart-box_img {
  max-height: 552px;
  max-width: 552px;
}
.SSCMComparisonChart-box_name {
  color: var(--primary-blue);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 8px;
  font-size: 1.875rem;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .SSCMComparisonChart-box_name {
    font-size: 1.5rem;
    line-height: 1.25em;
    letter-spacing: 1.2px;
  }
}
.SSCMComparisonChart-box_desc {
  font-weight: 500;
}
.SSCMComparisonChart-box_desc p {
  font-weight: 500;
  color: var(--black-60);
  text-align: center;
}
.SSCMComparisonChart-chart {
  margin-top: 80px;
  padding: 32px;
  border-radius: 16px;
  background-color: var(--supporting-colors-soft-grey);
}
.SSCMComparisonChart-chart_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  width: 100%;
}
.SSCMComparisonChart-chart_item.with_border_top {
  align-items: baseline;
  border-top: 1px solid #999999;
  padding-top: 9px;
}
.SSCMComparisonChart-chart_item_name {
  max-width: 53%;
  color: #666;
  font-size: 18px;
}
.SSCMComparisonChart-chart_item_icon {
  max-width: 46%;
  text-align: right;
  display: flex;
}
.SSCMComparisonChart-chart_item_icon p {
  font-size: 14px;
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #404040;
}
.SSCMComparisonChart-chart_item_icon p strong {
  font-size: 18px;
}
.SSCMComparisonChart-chart_item_cta {
  display: block;
  text-align: center;
  padding: 8px 24px;
  border-radius: 500px;
  border: solid 1px var(--primary-deep-blue);
  background-color: var(--white-white);
  text-decoration: none;
  color: var(--primary-deep-blue);
  font-weight: 600;
  transition: 0.3s ease;
}
.SSCMComparisonChart-chart_item_cta:hover {
  background-color: var(--button-primary-fill);
  border-color: var(--button-primary-fill);
  transition: 0.3s ease;
  color: var(--white-white);
}
.SSCMComparisonChart-chart_item_cta--blue {
  background-color: var(--button-primary-fill);
  border-color: var(--button-primary-fill);
  color: var(--white-white);
}
.SSCMComparisonChart-chart_item_cta--blue:hover {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .SSCMComparisonChart-chart {
    padding: 16px;
  }
  .SSCMComparisonChart-box_desc {
    min-height: 82px;
  }
}
@media (max-width: 767px) {
  .SSCMComparisonChart-section_wrap {
    flex-wrap: wrap;
  }
  .SSCMComparisonChart-box {
    background-color: var(--supporting-colors-soft-grey);
    border-radius: 16px;
    width: 100%;
    padding: 16px;
  }
  .SSCMComparisonChart-box_img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .SSCMComparisonChart-box_img img {
    object-fit: contain;
  }
  .SSCMComparisonChart-box_name {
    margin-top: 25px;
    text-align: left;
  }
  .SSCMComparisonChart-box_desc p {
    text-align: left;
  }
  .SSCMComparisonChart-chart {
    margin-top: 25px;
    padding: 0;
  }
  .SSCMComparisonChart-chart_item_name {
    max-width: 77%;
  }
  .SSCMComparisonChart-chart_item_icon {
    max-width: 22%;
  }
  .SSCMComparisonChart-chart_item.with_border_top .SSCMComparisonChart-chart_item_name {
    max-width: 53%;
  }
  .SSCMComparisonChart-chart_item.with_border_top .SSCMComparisonChart-chart_item_icon {
    max-width: 46%;
  }
}

.HeaderNavigation {
  padding: 28px 0px;
}
.HeaderNavigation .menu-parent {
  position: relative;
  cursor: pointer;
}
.HeaderNavigation .menu-parent > a {
  padding-right: 26px;
}
.HeaderNavigation .menu-parent > a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS41ODMgMTMuNTk5YS45MTcuOTE3IDAgMCAxLTEuMjkyIDBMMTEgMTAuMzU0bC0zLjI0NSAzLjI0NWEuOTE3LjkxNyAwIDEgMS0xLjI5My0xLjMwMkwxMC4zNSA4LjQxYS45MTcuOTE3IDAgMCAxIDEuMzAyIDBsMy45MzIgMy44ODdhLjkxOC45MTggMCAwIDEgMCAxLjMwMnoiIGZpbGw9IiMwMDIyM0UiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right center;
  transform: rotate(180deg);
  transition: 0.3s;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -1px;
  right: 0;
}
.HeaderNavigation .menu-parent > a.active:after {
  transform: rotate(0deg);
  transition: 0.3s;
}
.HeaderNavigation .menu-parent > a.active:before {
  width: 100% !important;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media (max-width: 992px) {
  .HeaderNavigation .menu-parent > a {
    padding-right: 44px;
  }
  .HeaderNavigation .menu-parent > a:after {
    width: 33px;
    height: 33px;
    background-size: 33px;
  }
}
.HeaderNavigation .menu-item .sub-menu {
  position: absolute;
  left: -24px;
  top: 65px;
  display: none;
  background-color: #fff;
  padding-left: 0;
  padding: 24px;
  min-width: 181px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.HeaderNavigation .menu-item .sub-menu li {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 16px !important;
}
.HeaderNavigation .menu-item .sub-menu li a {
  font-weight: 400 !important;
  color: #425b76 !important;
  font-size: 16px !important;
  letter-spacing: 0.18px !important;
}
.HeaderNavigation .menu-item .sub-menu li a:before {
  height: 1px !important;
  bottom: -6px !important;
}
.HeaderNavigation .menu-item .sub-menu li a:hover {
  color: #246dff !important;
  font-weight: 500 !important;
}
.HeaderNavigation .menu-item .sub-menu li:last-child {
  margin-bottom: 0 !important;
}
.HeaderNavigation .menu-item .sub-menu .menu-title a {
  pointer-events: none;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.18px !important;
}
@media (max-width: 992px) {
  .HeaderNavigation .menu-item .sub-menu {
    position: static !important;
    transform: none !important;
    padding: 0 !important;
    padding-left: 16px !important;
    background-color: transparent;
  }
  .HeaderNavigation .menu-item .sub-menu .menu-title {
    display: none;
  }
}
.HeaderNavigation .HeaderNavigation-wrpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-logo {
  z-index: 10;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-logo img {
  height: auto !important;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger {
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 6px;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger .line {
  width: 32px;
  height: 6px;
  border-radius: 9999px;
  background-color: #00223e;
  transition: 0.3s all ease;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger.hamburger-active .line:first-child {
  transform: translate(0, 4px) rotate(45deg);
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger.hamburger-active .line:nth-child(2) {
  display: none !important;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger.hamburger-active .line:last-child {
  transform: translate(0, -8px) rotate(-45deg);
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li {
  list-style: none;
  margin: 0px 24px;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li:last-child {
  margin-right: 0px !important;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li a {
  font-family: "Space Grotesk";
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0.08px;
  color: #00223e;
  position: relative;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li a:hover::before {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0%;
  height: 3px;
  background-color: #246eff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li {
    margin: 0 12px;
  }
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .current-menu-item {
  position: relative;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .current-menu-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #246eff;
  transition: 0.3s ease-in-out;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta {
  padding: 8px 24px;
  background-color: #246dff;
  border-radius: 24px;
  transition: 0.3s;
  cursor: pointer;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta a {
  color: white;
  font-size: 16px;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #d4e4f8;
  z-index: 5;
  overflow-y: auto;
  height: 100%;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 0px;
}
@media (max-width: 600px) {
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul:not(.sub-menu) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
  }
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul .current-menu-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background-color: #246eff;
  transition: 0.3s ease-in-out;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul .custom-cta a {
  background-color: #246eff;
  color: white;
  font-size: 12px;
  padding: 12px 40px;
  border-radius: 20px;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul li {
  margin: 16px 0px;
  list-style: none;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul li a {
  font-size: 24px;
  font-weight: 600;
  font-family: "Space Grotesk";
  color: #00223e;
  text-decoration: none;
  position: relative;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul li a:hover::before {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0%;
  height: 3px;
  background-color: #246eff;
  transition: 0.3s ease-in-out;
}
.HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu.responsive_menu-active {
  display: block;
}
@media screen and (max-width: 992px) {
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 32px;
  }
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger {
    display: flex;
  }
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav ul.menu li:not(.custom-cta) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav ul.menu li {
    display: none;
  }
}

.fl-theme-builder-header-scrolled {
  background-color: white !important;
}

@media screen and (max-width: 992px) {
  .Simple .HeaderNavigation {
    padding: 16px 0;
  }
}
@media screen and (max-width: 992px) {
  .Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-logo img {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li {
    display: block;
  }
}
.Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu li a {
  color: #246eff;
  display: block;
}
.Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta {
  padding: 8px 40px;
  background-color: transparent;
  border-radius: 24px;
  border: solid 2px #246eff;
  transition: 0.3s;
  cursor: pointer;
}
.Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta:hover {
  opacity: 1;
  background-color: #246eff;
}
.Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta:hover a {
  color: white;
}
.Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .custom_nav .menu .custom-cta a {
  color: #246eff;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu #responsive_menu, .Simple .HeaderNavigation .HeaderNavigation-wrpper .Header-custom_nav_menu .Header-custom_nav_menu-hamburger {
    display: none;
  }
}

.FlavorsImage {
  position: relative;
  min-height: 740px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 991px) {
  .FlavorsImage {
    background-image: none !important;
  }
}
@media (max-width: 600px) {
  .FlavorsImage {
    background-image: none !important;
    min-height: 330px;
  }
}
.FlavorsImage .FlavorsImage-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 991px) {
  .FlavorsImage .FlavorsImage-wrapper {
    justify-content: center;
    gap: 128px;
  }
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.FlavorsImage .FlavorsImage-wrapper:first-child {
  opacity: 1;
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item {
  margin-bottom: 86px;
}
@media (min-width: 1200px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item:nth-child(even) {
    transform: translate(-28px, -22px) !important;
  }
}
@media (max-width: 1200px) and (min-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item:nth-child(even) {
    transform: translate(25px, -22px) !important;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item {
    width: 41% !important;
  }
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 {
    order: 2;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 {
    width: 100% !important;
    justify-content: center;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item:nth-child(even) {
    transform: translateX(-92px) !important;
  }
}
@media (max-width: 1200px) and (min-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item:nth-child(even) {
    transform: translateX(-26px) !important;
  }
}
@media (min-width: 1200px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item:last-child {
    transform: translateX(-87px) !important;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .title {
    width: 100% !important;
  }
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 {
    flex-direction: row;
  }
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item {
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item {
    width: 33.3%;
  }
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .image,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .image {
  width: 144px;
  height: 144px;
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .image,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .image {
    max-width: 88px;
    max-height: 88px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .image,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .image {
    max-width: 70px;
    max-height: 70px;
  }
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .image img,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .image img {
  max-width: 100%;
  min-width: 100%;
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .title,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .title {
  width: 137px;
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .title,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .title {
    margin-top: 8px;
  }
}
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .title h3,
.FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .title h3 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  color: #00223e;
  font-family: "Space Grotesk";
  font-weight: bold;
}
@media (max-width: 600px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .title h3,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .title h3 {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column1 .FlavorsImage-item .title h3,
  .FlavorsImage .FlavorsImage-wrapper .FlavorsImage-column2 .FlavorsImage-item .title h3 {
    font-size: 14px;
    padding: 0px 5px;
  }
}

.Waves--wrapper {
  overflow: hidden;
}
.Waves--desktop, .Waves--mobile {
  max-width: 100%;
  width: 100%;
  transform: scale(1.01);
}
@media (min-width: 768px) {
  .Waves--mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .Waves--desktop {
    display: none;
  }
}
.Waves--top-placement {
  margin-bottom: -5px;
}
.Waves--bottom-placement {
  margin-top: -5px;
}

/*variables*/
/*$Viewport-hh: 320px;
$Viewport-xs: 480px;
$Viewport-sm: 768px;
$Viewport-md: 992px;
$Viewport-lg: 1200px;
$Viewport-xl: 1600px;*/
/*mixins*/
.EventsTabs {
  position: relative;
  width: 100%;
  max-width: 940px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  /*background-image: url(/wp-content/themes/bevi/assets/img/_EventsTabs390.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  @include EventsTabs-inside-border(purple);*/
}
.EventsTabs .EventsTabs-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0px 20px 0px 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .EventsTabs .EventsTabs-header {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .EventsTabs .EventsTabs-header {
    flex-wrap: wrap;
    padding-bottom: 23px;
  }
}

.EventsTabs-mainTitle {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #00223e;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .EventsTabs-mainTitle {
    padding: 0px 10px 8px 0px;
  }
}
@media screen and (max-width: 767px) {
  .EventsTabs-mainTitle {
    font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
    color: #00223e;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 36px;
    padding: 0px 10px 8px 0px;
  }
}

.EventsTabs-mainDescription {
  font-family: "Space Grotesk", sans-serif;
  color: #00223e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18px;
  line-height: 30px;
}

.EventsTabs-cta {
  font-family: "Space Grotesk", sans-serif;
  color: #00223e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 27.2px;
  text-decoration: none;
  padding: 8px 24px;
  border-radius: 2000px;
  border: solid 1px #00223e;
  background-color: #ffffff;
  white-space: nowrap;
}
.EventsTabs-cta:hover {
  color: #ffffff;
  background-color: #00223e;
}
@media screen and (max-width: 991px) {
  .EventsTabs-cta {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .EventsTabs-cta {
    position: relative;
    display: inline-block;
    margin: -5px 0px 10px 0px;
  }
}

.EventsTabs-tabsWrapper {
  margin: 0px 0px 0px 0px;
  padding: 34px 0px 48px 20px;
  display: flex;
  gap: 24px;
}
@media (max-width: 991px) {
  .EventsTabs-tabsWrapper {
    padding: 34px 0px 48px 0;
  }
}

.EventsTabs-tab {
  font-family: "Space Grotesk", sans-serif;
  color: #787878;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 22.4px;
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 200px;
  background-color: #e0e0e0;
  transition: 0.2s ease-in-out;
}
.EventsTabs-tab:hover {
  color: #ffffff;
  background-color: #246dff;
}

.EventsTabs-tabActive {
  color: #ffffff;
  background-color: #246dff;
}

.EventsTabs-eventsListWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.ProgramsFeed-eventCard {
  width: 100%;
  padding: 32px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ProgramsFeed-eventCard {
    flex-wrap: wrap;
    padding: 32px 31px 32px 32px;
  }
}

.ProgramsFeed-eventImageWrapper {
  width: 160px;
  height: 160px;
  -webkit-mask-image: url(../../../themes/bevi/components/EventsTabs/img/mask_odd.png);
  mask-image: url(../../../themes/bevi/components/EventsTabs/img/mask_odd.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ProgramsFeed-eventImageWrapper img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .ProgramsFeed-eventImageWrapper {
    margin: 0px auto;
  }
}

.ProgramsFeed-eventImageWrapperEven {
  -webkit-mask-image: url(../../../themes/bevi/components/EventsTabs/img/mask_even.png);
  mask-image: url(../../../themes/bevi/components/EventsTabs/img/mask_even.png);
}

.ProgramsFeed-eventData {
  margin: -3px 0px 0px 0px;
  padding: 0px 0px 0px 32px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  .ProgramsFeed-eventData {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 29px 0px 0px 0px;
  }
}

.ProgramsFeed-eventDate {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #787878;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
}

.ProgramsFeed-eventTitle {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #00223e;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 36px;
  padding: 21px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
  .ProgramsFeed-eventTitle {
    font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
    color: #00223e;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 30px;
    padding: 20px 0px 0px 0px;
  }
}

.ProgramsFeed-eventTime {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #787878;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 19px 0px 0px 0px;
}

.ProgramsFeed-eventLocation {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
  padding: 17px 0px 0px 0px;
}

.ProgramsFeed-eventDescription {
  font-family: "Space Grotesk", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18px;
  line-height: 27.2px;
  padding: 20px 0px 0px 0px;
}

.ProgramsFeed-eventLink {
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  color: #00223e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 27.2px;
  text-decoration: none;
  margin: 24px 0px 0px 0px;
  padding: 8px 24px;
  border-radius: 2000px;
  border: solid 1px #00223e;
  background-color: #ffffff;
}
.ProgramsFeed-eventLink:hover {
  color: #ffffff;
  background-color: #00223e;
}

.ProgramsFeed-noResults {
  font-family: "Space Grotesk", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18px;
  line-height: 27.2px;
  padding: 0px 0px 20px 20px;
}

/*body .EventsTabs * {
    color: #FF0000 !important;
}*/
.Flavor-tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  justify-content: center;
  gap: 24px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .Flavor-tabs {
    gap: 16px;
    justify-content: start;
    overflow-y: scroll;
  }
}
.Flavor-tabs .active {
  background-color: #246dff !important;
  color: #fafafa !important;
}
.Flavor-tabs .Flavor_tab-button {
  background-color: #f1f1f1;
  border: none;
  padding: 12px 24px;
  cursor: pointer;
  margin-right: 5px;
  color: #787878;
  font-size: 14px;
  text-align: center;
  line-height: 12px;
  border-radius: 24px;
}
.Flavor-tabs .Flavor_tab-button:hover {
  background-color: #d8d8d8;
}

.Flavor-content .Flavor-term {
  display: none;
}
.Flavor-content .Flavor-term .Flavor-disclaimer {
  font-size: 14px;
  line-height: 1.5;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 31px;
}
.Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group {
    margin-bottom: 32px;
  }
}
.Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post {
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post {
    width: 33.3333333333%;
  }
}
.Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post img {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 379px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post img {
    width: 80px;
    height: 80px;
  }
}
.Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  width: 137px;
}
@media (max-width: 576px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post-title {
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0.18px;
  }
}
@media (max-width: 379px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post-title {
    width: auto;
  }
}
.Flavor-content .Flavor-term .Flavor-wrapper .Flavor-group .Flavor-post.active-post-title {
  border-bottom: 2px solid #00223e !important;
}

.Content-Wrapper-ForFlavor {
  margin: 40px 0;
  padding: 48px 80px;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 32px;
  display: none;
}
@media (max-width: 767px) {
  .Content-Wrapper-ForFlavor {
    padding: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  .Content-Wrapper-ForFlavor {
    flex-direction: column;
  }
  .Content-Wrapper-ForFlavor .Content-Wrapper-ForFlavor-Image img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .Content-Wrapper-ForFlavor .desktop-view {
    display: none !important;
  }
}
.Content-Wrapper-ForFlavor-Image {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.Content-Wrapper-ForFlavor-Image img {
  width: 420px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .Content-Wrapper-ForFlavor-Image img {
    aspect-ratio: unset !important;
  }
}
.Content-Wrapper-ForFlavor-Image a {
  width: fit-content;
  padding: 8px 24px;
  border-radius: 24px;
  background-color: #246dff;
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.Content-Wrapper-ForFlavor-Content {
  flex: 1;
}
.Content-Wrapper-ForFlavor-Content .mobile-view {
  display: none;
}
.Content-Wrapper-ForFlavor-Content .mobile-view img {
  display: none;
}
.Content-Wrapper-ForFlavor-Content .mobile-view .showing {
  display: block;
}
@media (max-width: 767.98px) {
  .Content-Wrapper-ForFlavor-Content .mobile-view {
    display: flex !important;
    align-items: start;
    margin-top: 8px;
  }
}
.Content-Wrapper-ForFlavor-Content-Title {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .Content-Wrapper-ForFlavor-Content-Title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
.Content-Wrapper-ForFlavor-Content-Description {
  padding-top: 16px;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0.18px;
  color: #00223e;
}
.Content-Wrapper-ForFlavor-Content-Ingridients {
  color: #425b76;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0.18px;
  padding: 24px 0;
  color: #425b76;
}
@media (max-width: 991px) {
  .Content-Wrapper-ForFlavor-Content-Ingridients {
    padding: 16px 0;
  }
}
.Content-Wrapper-ForFlavor-Content-Icons {
  display: flex;
  gap: 16px;
}

.show-content {
  display: flex !important;
}

.SSCMBlogSlider {
  position: relative;
}
.SSCMBlogSlider-slide {
  display: flex;
  align-items: center;
}
.SSCMBlogSlider-slide_img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.SSCMBlogSlider-slide_img_wrap {
  width: 620px;
  height: 380px;
  position: relative;
}
.SSCMBlogSlider-slide_content {
  width: calc(100% - 620px);
  max-width: 50%;
  min-width: 300px;
  padding-left: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}
.SSCMBlogSlider-slide_title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2em;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .SSCMBlogSlider-slide_title {
    font-size: 1.5rem;
    line-height: 1.25em;
    letter-spacing: 1.2px;
  }
}
.SSCMBlogSlider-slide_desc {
  margin-bottom: 24px;
}
.SSCMBlogSlider-slide_desc p {
  font-weight: 500;
  line-height: 1.88;
}
.SSCMBlogSlider-slide_cta {
  color: var(--button-primary-fill);
  font-weight: 500;
}
.SSCMBlogSlider-slide_cats {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.SSCMBlogSlider-slide_cats_item {
  display: inline-block;
  border-radius: 500px;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 14px;
  background-color: var(--primary-light-blue);
  padding: 8px 16px;
  font-size: 14px;
  color: var(--primary-deep-blue);
  line-height: 1.6;
  letter-spacing: 0.08px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.SSCMBlogSlider-slide_cats_item:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.SSCMBlogSlider-arrows {
  width: calc(100% + 84px + 32px);
  position: absolute;
  z-index: 99;
  left: -58px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.SSCMBlogSlider-arrows_prev, .SSCMBlogSlider-arrows_next {
  cursor: pointer;
  display: flex;
  padding: 11px;
  border-radius: 500px;
  border: solid 1px var(--primary-deep-blue);
}
@media (max-width: 991px) {
  .SSCMBlogSlider-slider {
    padding-left: 56px;
    padding-right: 56px;
  }
  .SSCMBlogSlider-slide {
    flex-direction: column;
  }
  .SSCMBlogSlider-slide_img_wrap {
    width: 100%;
  }
  .SSCMBlogSlider-slide_content {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
    padding-bottom: 0;
  }
  .SSCMBlogSlider-arrows {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .SSCMBlogSlider-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .SSCMBlogSlider-arrows {
    width: 100%;
    left: 0;
    top: unset;
    bottom: 0;
    transform: translate(0);
    z-index: 1;
  }
  .SSCMBlogSlider-slide {
    padding-left: 2;
    padding-right: 2px;
  }
  .SSCMBlogSlider-slide_content {
    min-width: 0;
  }
  .SSCMBlogSlider-slide_img_wrap {
    height: 216px;
  }
  .SSCMBlogSlider .slick-dots {
    display: flex;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    padding: 1rem 0;
    list-style-type: none;
    z-index: 1;
    position: relative;
  }
  .SSCMBlogSlider .slick-dots li {
    margin: 0 5px;
  }
  .SSCMBlogSlider .slick-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--supporting-colors-grey);
    text-indent: -9999px;
  }
  .SSCMBlogSlider .slick-dots li.slick-active button {
    background-color: var(--primary-bright-blue);
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .SSCMBlogSlider-slide_img_wrap {
    height: 380px;
  }
}

.PostFeeds.is--loading .SSCMPostFeeds-post_content {
  opacity: 0.1;
}
.PostFeeds.is--loading .rolling {
  opacity: 1;
  visibility: visible;
}
.PostFeeds-filters {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .PostFeeds-filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.PostFeeds-filters_category {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08px;
  text-align: center;
  color: var(--primary-deep-blue);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 16px;
  background-color: #ccc;
}
.PostFeeds-filters_category:hover, .PostFeeds-filters_category--active {
  opacity: 0.8;
}
.PostFeeds-content_inner {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .PostFeeds-content_inner {
    margin-top: 32px;
  }
}
.PostFeeds-post_content {
  display: grid;
  column-gap: 63px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 37px;
}
@media (max-width: 1200px) {
  .PostFeeds-post_content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .PostFeeds-post_content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    column-gap: 0;
  }
}
.PostFeeds-post_content_item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: all;
  transition-duration: 0.3s;
}
.PostFeeds-post_content_item:hover {
  transform: translateY(-5px);
}
.PostFeeds-post_content_item:hover .PostFeeds-post_content_item--name,
.PostFeeds-post_content_item:hover .PostFeeds-post_content_item--link {
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .PostFeeds-post_content_item {
    margin-top: 0 !important;
  }
}
.PostFeeds-post_content_item_link {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.PostFeeds-post_content_item--image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
  height: 250px;
}
.PostFeeds-post_content_item--category {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 8px 16px;
  color: var(--primary-deep-blue);
  background-color: #ccc;
  left: 10px;
  top: 10px;
  border-radius: 16px;
  text-decoration: none;
  position: absolute;
  z-index: 20;
}
.PostFeeds-post_content_item--category:hover {
  opacity: 0.8;
}
.PostFeeds-post_content_item--name {
  font-family: "Italian Plate No1 Expanded";
  font-size: 20px;
  font-weight: bold;
  font-stretch: expanded;
  letter-spacing: 1px;
  color: var(--primary-deep-blue);
  margin-top: 12px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: all;
  transition-duration: 0.3s;
}
.PostFeeds-post_content_item--link {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.18px;
  text-align: left;
  color: var(--button-primary-fill);
  margin-top: 4px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: all;
  transition-duration: 0.3s;
  text-decoration: underline;
}
.PostFeeds .rolling {
  width: 50px;
  height: 50px;
  border: 4px solid var(--button-primary-fill);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.PostFeeds-load_more {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.18px;
  color: var(--white-white);
  background-color: var(--button-primary-fill);
  padding: 7px 24px 9px;
  border-radius: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 66px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .PostFeeds-load_more {
    margin-top: 24px;
  }
}
.PostFeeds-load_more:hover {
  opacity: 0.8;
}
.PostFeeds-nothing-found {
  margin: 0;
  text-align: center;
  width: 100%;
}

.ResourcesFeed-wrapper .ResourcesFeed-filterCategories {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories {
    flex-direction: column;
  }
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-heading {
  flex: 1;
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-heading h3 {
  color: #174cbb;
  font-family: "Italian Plate No1 Expanded";
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 2px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-heading h3 {
    font-size: 30px;
  }
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-bottom: 2px solid #246dff;
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat span, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes span {
  font-size: 14px;
  line-height: 24px;
  color: #425b76;
  font-family: "Space Grotesk";
}
.ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat select, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes select {
  color: #00223e;
  font-size: 14px;
  line-height: 24px;
  font-family: "Space Grotesk";
  font-weight: bolder;
  border: none !important;
  outline: none !important;
  padding: 8px 5px;
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 16px;
  }
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes {
    width: 100%;
  }
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat span, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes span {
    width: fit-content;
  }
  .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByCat select, .ResourcesFeed-wrapper .ResourcesFeed-filterCategories .ResourcesFeed-Filter .Filter-ByTypes select {
    flex: 1;
  }
}
.ResourcesFeed-posts {
  margin-top: 48px;
}
.ResourcesFeed-posts-feed {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .ResourcesFeed-posts-feed {
    gap: 24px;
  }
}
.ResourcesFeed-posts-feed-post {
  flex: 1;
  min-width: calc(33.3333333333% - 22px);
  max-width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 991px) {
  .ResourcesFeed-posts-feed-post {
    min-width: calc(50% - 24px);
    max-width: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-posts-feed-post {
    min-width: 100%;
    max-width: 100%;
  }
}
.ResourcesFeed-posts-feed-post-upper {
  position: relative;
}
.ResourcesFeed-posts-feed-post-upper img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.ResourcesFeed-posts-feed-post-upper-category {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08px;
  text-align: center;
  padding: 8px 16px;
  background-color: rgb(233, 240, 248);
  color: #000;
  border-radius: 16px;
}
.ResourcesFeed-posts-feed-post-main {
  padding: 16px;
}
.ResourcesFeed-posts-feed-post-main-title {
  color: #00223e;
  font-size: 20px !important;
  font-family: "Italian Plate No1 Expanded";
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-posts-feed-post-main-title {
    font-size: 16px;
  }
}
.ResourcesFeed-posts-feed-post-main-read-more {
  padding: 8px 0;
  text-decoration: underline;
  color: #246dff;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.18px;
}
.ResourcesFeed-posts-feed-rm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ResourcesFeed-posts-feed-rm #load_more_resources {
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0.18px;
  background-color: #246dff;
  padding: 8px 24px;
  color: #fff;
  border-radius: 24px;
  border: none;
  font-family: "Space Grotesk";
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ResourcesFeed-posts-feed-rm #load_more_resources {
    width: 100% !important;
  }
}

.PostFeedSimple-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .PostFeedSimple-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.PostFeedSimple-col {
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .PostFeedSimple-col {
    width: 300px;
    margin-right: 24px;
  }
}
.PostFeedSimple-col:hover {
  background-color: #e9f0f8;
}
.PostFeedSimple-col:hover .PostFeedSimple-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.PostFeedSimple-col:hover .PostFeedSimple-cta {
  color: #174cbb;
}
.PostFeedSimple-content {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .PostFeedSimple-content {
    background-color: #e9f0f8;
    position: relative;
    z-index: 1;
    margin-top: -35px;
    border-radius: 16px;
    height: calc(100% - 199px);
  }
}
.PostFeedSimple-img {
  display: block;
  width: 100%;
  height: 234px;
  border-radius: 16px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.PostFeedSimple-title {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #00223e;
}
@media (max-width: 768px) {
  .PostFeedSimple-title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 1.2px;
  }
}
.PostFeedSimple-excerpt {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.64px;
  color: #00223e;
}
@media (max-width: 768px) {
  .PostFeedSimple-excerpt {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.56px;
  }
}
.PostFeedSimple-cta {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #00223e;
  padding-bottom: 6px;
  border-bottom: 2px solid;
}
.PostFeedSimple .slick-track {
  display: flex !important;
}
.PostFeedSimple .slick-slide {
  height: auto !important;
}
.PostFeedSimple .slick-arrow {
  position: absolute;
  bottom: 0;
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  outline: none;
}
.PostFeedSimple .slick-arrow.slick-prev {
  border-top: 5px solid #174cbb;
  border-left: 5px solid #174cbb;
  transform: rotate(-45deg);
  left: 24px;
}
.PostFeedSimple .slick-arrow.slick-next {
  border-top: 5px solid #174cbb;
  border-right: 5px solid #174cbb;
  transform: rotate(45deg);
  right: 56px;
}
.PostFeedSimple .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-right: 32px;
  outline: none;
}
.PostFeedSimple .slick-dots li.slick-active button {
  background-color: #174cbb;
}
.PostFeedSimple .slick-dots li button {
  background-color: rgba(168, 195, 228, 0.5019607843);
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 5px;
}

.FlavorsSlider-col {
  margin: 0 12px;
}
.FlavorsSlider-image {
  display: block;
  object-fit: contain;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .FlavorsSlider-image {
    width: 80px;
    height: 80px;
  }
}
.FlavorsSlider-title {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #00223e;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .FlavorsSlider-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}
.FlavorsSlider .slick-track {
  display: flex !important;
}
.FlavorsSlider .slick-slide {
  height: auto !important;
}
.FlavorsSlider .slick-arrow {
  position: absolute;
  top: calc(50% - 60px);
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  border-top: 5px solid #174cbb;
}
@media (max-width: 768px) {
  .FlavorsSlider .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.FlavorsSlider .slick-arrow.slick-prev {
  border-left: 5px solid #174cbb;
  transform: rotate(-45deg);
  left: 0;
}
@media (max-width: 768px) {
  .FlavorsSlider .slick-arrow.slick-prev {
    left: 48px;
  }
}
.FlavorsSlider .slick-arrow.slick-next {
  border-right: 5px solid #174cbb;
  transform: rotate(45deg);
  right: 0;
}
@media (max-width: 768px) {
  .FlavorsSlider .slick-arrow.slick-next {
    right: 48px;
  }
}
.FlavorsSlider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: none;
}
@media (max-width: 768px) {
  .FlavorsSlider .slick-dots {
    margin-top: 48px;
  }
}
.FlavorsSlider .slick-dots li.slick-active button {
  background-color: #174cbb;
}
.FlavorsSlider .slick-dots li button {
  background-color: rgba(168, 195, 228, 0.5019607843);
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 5px;
}

.BoxSlider-row {
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 768px) {
  .BoxSlider-row {
    flex-direction: column;
  }
}
.BoxSlider-col {
  flex-basis: 33%;
  padding: 48px 24px;
  border-radius: 24px;
}
.BoxSlider-col:hover {
  background-color: #e9f0f8;
}
@media (max-width: 768px) {
  .BoxSlider-col {
    padding: 32px 24px;
  }
}
.BoxSlider-img {
  margin: 0 auto;
  display: block;
}
.BoxSlider-title {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-align: center;
  color: #174cbb;
}
.BoxSlider-body, .BoxSlider-body * {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.64px;
  color: #00223e;
  text-align: center;
}
@media (max-width: 768px) {
  .BoxSlider-body, .BoxSlider-body * {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.56px;
  }
}
.BoxSlider-link {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #174cbb;
  display: block;
  padding-bottom: 6px;
  border-bottom: 2px solid;
  width: max-content;
  margin: 0 auto;
}
.BoxSlider .slick-track {
  display: flex !important;
  gap: 24px;
}
.BoxSlider .slick-slide {
  height: auto !important;
}
.BoxSlider .slick-arrow {
  position: absolute;
  top: calc(50% - 60px);
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  outline: none;
  cursor: pointer;
  border-top: 5px solid #174cbb;
}
@media (max-width: 768px) {
  .BoxSlider .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.BoxSlider .slick-arrow.slick-prev {
  border-left: 5px solid #174cbb;
  transform: rotate(-45deg);
  left: 0;
}
@media (max-width: 768px) {
  .BoxSlider .slick-arrow.slick-prev {
    left: 48px;
  }
}
.BoxSlider .slick-arrow.slick-next {
  border-right: 5px solid #174cbb;
  transform: rotate(45deg);
  right: 0;
}
@media (max-width: 768px) {
  .BoxSlider .slick-arrow.slick-next {
    right: 48px;
  }
}
.BoxSlider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  outline: none;
}
@media (max-width: 768px) {
  .BoxSlider .slick-dots {
    margin-top: 48px;
  }
}
.BoxSlider .slick-dots li.slick-active button {
  background-color: #174cbb;
}
.BoxSlider .slick-dots li button {
  background-color: rgba(168, 195, 228, 0.5019607843);
  border: 0;
  border-radius: 50%;
  font-size: 0;
  padding: 5px;
}

.BoxSlider-Style-1 .BoxSlider-row {
  gap: 64px;
}
@media (max-width: 768px) {
  .BoxSlider-Style-1 .BoxSlider-row {
    gap: 0;
  }
}
.BoxSlider-Style-1 .BoxSlider-col {
  padding: 0;
}
@media (max-width: 768px) {
  .BoxSlider-Style-1 .BoxSlider-col {
    flex-basis: 300px;
    width: 300px;
  }
}
.BoxSlider-Style-1 .BoxSlider-title {
  padding: 32px 0 16px;
}

@media (max-width: 768px) {
  .BoxSlider-Style-2 .BoxSlider-col {
    background-color: #e9f0f8;
  }
}
.BoxSlider-Style-2 .BoxSlider-body {
  padding: 24px 0;
}

.TabbedDetails-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
.TabbedDetails-button {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  line-height: 0.86;
  color: #174cbb;
  padding: 12px 16px;
  border-radius: 24px;
  border: solid 1px #174cbb;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  outline: none;
}
.TabbedDetails-button.active, .TabbedDetails-button:hover {
  background-color: rgba(168, 195, 228, 0.5);
}
.TabbedDetails-content {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.TabbedDetails-content.active {
  display: flex;
}
.TabbedDetails-content > div {
  flex-basis: 33%;
  text-align: center;
  padding-top: 32px;
}
.TabbedDetails-titletop {
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.56px;
  color: #00223e;
}
.TabbedDetails-title {
  font-family: "Italian Plate No1 Expanded", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.2px;
  color: #174cbb;
  margin: 4px 0;
}
.TabbedDetails-body {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.71;
  letter-spacing: 0.56px;
  color: #00223e;
}

.FooterIcons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .FooterIcons {
    justify-content: center;
  }
}
.FooterIcons-image {
  display: block;
  width: 48px;
}
/*# sourceMappingURL=main.css.map */
