*, *::before, *::after {
  font-family: "neulis-sans", sans-serif !important;
}


:root {
  /* For Ambassador Blue (#0b3460) */
  --selection-ambassador-blue: rgba(255, 255, 255, 0.25);

  /* For Slime Girl Green (#03bd83) */
  --selection-slime-girl: rgba(255, 255, 255, 0.2);

  /* For Zircon Blue (#00829b) */
  --selection-zircon-blue: rgba(255, 255, 255, 0.25);

  /* For Fence Green (#0a372a) */
  --selection-fence-green: rgba(255, 255, 255, 0.2);

  /* For Anthracite Red (#77263d) */
  --selection-anthracite-red: rgba(255, 255, 255, 0.25);

  /* For Basketball Orange (#ff5e11) */
  --selection-basketball: rgba(0, 0, 0, 0.15);

  --selection-white: rgba(0, 0, 0, 0.15);

  --selection-sand: rgba(0, 0, 0, 0.15);
}

:root {
  --theme-primary100: #3898ec;
  --theme-primary200: #83B8F1;
  --theme-primary300: #63A6ED;
  --theme-primary50-2: #368CE8;
  --theme-primary500: #1668C0;
  --theme-primary600: #0b3460;
  --theme-primary700: #082849;
  --theme-primary800: #082849;
  --theme-gray100: #f2f4f7;
  --theme-gray200: #eaecf0;
  --theme-gray300: #d0d5dd;
  --theme-gray50: #f9fafb;
  --theme-gray500: #667085;
  --theme-gray600: #475467;
  --theme-gray700: #344054;
  --theme-gray800: #1d2939;
  --theme-gray900: #101828;
  --theme-success50: #ecfdf3;
  --theme-success700: #027a48;
  --theme-white: white;
  --uui-gray400: #98a2b3;
  --uui-indigo50: #edf4ff;
  --uui-indigo700: #3538cd;
  --untitled-ui--primary100: #3898ec;
  --uui-pink50: #fdf2fa;
  --uui-pink700: #c71574;
  --uui-warning300: #fec84b;
  --theme-icon-shape-one: #608dc1;
  --theme-icon-shape-two: #d9e5f7;
  --theme-icon-stroke: #000000;
  --element-button--secondary: rgba(255, 255, 255, 0.1);
  --colored-section-primary: #ff0047;
  --colored-section-secondary: #ff8d73;
  --text-selection-highlight: rgba(0, 0, 0, 0.15);
}

:root {
  --apphub-sites---theme-primary100: #3898ec;
  --apphub-sites---theme-primary200: #83B8F1;
  --apphub-sites---theme-primary300: #63A6ED;
  --apphub-sites---theme-primary50-2: #368CE8;
  --apphub-sites---theme-primary500: #1668C0;
  --apphub-sites---theme-primary600: #0b3460;
  --apphub-sites---theme-primary700: #082849;
  --apphub-sites---theme-primary800: #082849;
  --apphub-sites---theme-gray100: #f2f4f7;
  --apphub-sites---theme-gray200: #eaecf0;
  --apphub-sites---theme-gray300: #d0d5dd;
  --apphub-sites---theme-gray50: #f9fafb;
  --apphub-sites---theme-gray500: #667085;
  --apphub-sites---theme-gray600: #475467;
  --apphub-sites---theme-gray700: #344054;
  --apphub-sites---theme-gray800: #1d2939;
  --apphub-sites---theme-gray900: #101828;
  --apphub-sites---theme-success50: #ecfdf3;
  --apphub-sites---theme-success700: #027a48;
  --apphub-sites---theme-white: white;
  --apphub-sites---uui-gray400: #98a2b3;
  --apphub-sites---uui-indigo50: #edf4ff;
  --apphub-sites---uui-indigo700: #3538cd;
  --apphub-sites---uui-pink50: #fdf2fa;
  --apphub-sites---uui-pink700: #c71574;
  --apphub-sites---uui-warning300: #fec84b;
  --apphub-sites---theme-icon-shape-one: #608dc1;
  --apphub-sites---theme-icon-shape-two: #d9e5f7;
  --apphub-sites---theme-icon-stroke: #000000;
  --apphub-sites---element-button--secondary: rgba(255, 255, 255, 0.1);
  --apphub-sites---colored-section-primary: #ff0047;
  --apphub-sites---colored-section-secondary: #ff8d73;
  --apphub-sites---text-selection-highlight: rgba(0, 0, 0, 0.15);
}

[data-class~="section-background"] {
  background: var(--color--ambassador-blue, #0b3460);
}

[data-class~="section-background--green"] {
  background: var(--color--slime-girl, #03bd83);
}

[data-class~="section-background--teal"] {
  background: var(--color--zircon-blue, #00829b);
}

[data-class~="section-background--darkgreen"] {
  background: var(--color--fence-green, #0a372a);
}

[data-class~="section-background--burgundy"] {
  background: var(--color--anthracite-red, #77263d);
}

[data-class~="section-background--orange"] {
  background: var(--color--basketball, #ff5e11);
}

[data-class~="section-background"] ::selection {
  background: var(--selection-ambassador-blue, rgba(255, 255, 255, 0.25));
}

[data-class~="section-background--green"] ::selection {
  background: var(--selection-slime-girl, rgba(255, 255, 255, 0.2));
}

[data-class~="section-background--teal"] ::selection {
  background: var(--selection-zircon-blue, rgba(255, 255, 255, 0.25));
}

[data-class~="section-background--darkgreen"] ::selection {
  background: var(--selection-fence-green, rgba(255, 255, 255, 0.2));
}

[data-class~="section-background--burgundy"] ::selection {
  background: var(--selection-anthracite-red, rgba(255, 255, 255, 0.25));
}

[data-class~="section-background--orange"] ::selection {
  background: var(--selection-basketball, rgba(0, 0, 0, 0.15));
}

[data-class~="button-color-override"] {
  background-color: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="button-color-override--white"] {
  background-color: var(--color--white, white) !important;
  color: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="button-color-override--green"] {
  background-color: var(--color--slime-girl, #03bd83) !important;
}

[data-class~="button-color-override--teal"] {
  background-color: var(--color--zircon-blue, #00829b) !important;
}

[data-class~="button-color-override--darkgreen"] {
  background-color: var(--color--fence-green, #0a372a) !important;
}

[data-class~="button-color-override--burgundy"] {
  background-color: var(--color--anthracite-red, #77263d) !important;
}

[data-class~="button-color-override--orange"] {
  background-color: var(--color--basketball, #ff5e11) !important;
}

[data-class~="button-arrow-color-override"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'><path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/><path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/></svg>") !important;
}

[data-class~="button-arrow-color-override--white"] {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'><path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/><path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/></svg>") !important;
}

[data-class~="button-arrow-color-override--green"] {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/> </svg>") !important;
}

[data-class~="button-arrow-color-override--teal"] {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--zircon-blue, %2300829b)'/> </svg>") !important;
}

[data-class~="button-arrow-color-override--darkgreen"] {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--fence-green, %230a372a)'/> </svg>") !important;
}

[data-class~="button-arrow-color-override--burgundy"] {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--anthracite-red, %2377263d)'/> </svg>") !important;
}

[data-class~="button-arrow-color-override--orange"] {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--basketball, %23ff5e11)'/> </svg>") !important;
}

[data-class~="text-color"] {
  color: var(--color--ambassador-blue, #0b3460);
}

[data-class~="text-color--green"] {
  color: var(--color--slime-girl, #03bd83);
}

[data-class~="text-color--teal"] {
  color: var(--color--zircon-blue, #00829b);
}

[data-class~="text-color--darkgreen"] {
  color: var(--color--fence-green, #0a372a);
}

[data-class~="text-color--burgundy"] {
  color: var(--color--anthracite-red, #77263d);
}

[data-class~="text-color--orange"] {
  color: var(--color--basketball, #ff5e11);
}

[data-class~="text-color--sand"] {
  color: var(--color--sand, #ffd8b1);
}

[data-class~="text-color--white"] {
  color: var(--color--white, white);
}

[data-class~="icon-element-shadow"]:before {
  box-shadow: 0 5px 20px -2px var(--color--ambassador-blue, #0b3460) !important;
}

/* Default */

[data-class~="section-override-all-elements"] {
  background: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--slime-girl, #03bd83) !important;
}

[data-class~="section-override-all-elements"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--slime-girl, #03bd83) !important;
}

[data-class~="section-override-all-elements"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--white, white) !important;
  background-color: var(--color--slime-girl, #03bd83) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/> </svg>") !important;
}

[data-class~="section-override-all-elements"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--slime-girl, #03bd83) !important;
}

/* Green section override */

[data-class~="section-override-all-elements--green"] {
  background: var(--color--slime-girl, #03bd83) !important;
}

[data-class~="section-override-all-elements--green"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--green"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--green"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--white, white) !important;
  background-color: var(--color--ambassador-blue, #0b3460) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--green"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--ambassador-blue, #0b3460) !important;
}

/* Teal */

[data-class~="section-override-all-elements--teal"] {
  background: var(--color--zircon-blue, #00829b) !important;
}

[data-class~="section-override-all-elements--teal"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--teal"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--teal"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--zircon-blue, #00829b) !important;
  background-color: var(--color--white, white) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--zircon-blue, %2300829b)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--teal"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--white, white) !important;
}

/* Dark green */

[data-class~="section-override-all-elements--darkgreen"] {
  background: var(--color--fence-green, #0a372a) !important;
}

[data-class~="section-override-all-elements--darkgreen"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--darkgreen"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--darkgreen"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--fence-green, #0a372a) !important;
  background-color: var(--color--white, white) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--fence-green, %230a372a)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--darkgreen"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--white, white) !important;
}

/* Burgundy */

[data-class~="section-override-all-elements--burgundy"] {
  background: var(--color--anthracite-red, #77263d) !important;
}

[data-class~="section-override-all-elements--burgundy"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--burgundy"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--burgundy"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--anthracite-red, #77263d) !important;
  background-color: var(--color--white, white) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--anthracite-red, %2377263d)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--burgundy"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--white, white) !important;
}

/* Orange */

[data-class~="section-override-all-elements--orange"] {
  background: var(--color--basketball, #ff5e11) !important;
}

[data-class~="section-override-all-elements--orange"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--orange"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--orange"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--basketball, #ff5e11) !important;
  background-color: var(--color--white, white) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--basketball, %23ff5e11)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--orange"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--white, white) !important;
}

/* Sand */

[data-class~="section-override-all-elements--sand"] {
  background: var(--color--sand, #ffd8b1) !important;
}

[data-class~="section-override-all-elements--sand"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--sand"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--sand"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--white, white) !important;
  background-color: var(--color--basketball, #ff5e11) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--basketball, %23ff5e11)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--sand"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--basketball, #ff5e11) !important;
}

/* White */

[data-class~="section-override-all-elements--white"] {
  background: transparent !important;
}

[data-class~="section-override-all-elements--white"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--white"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--white"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--white, white) !important;
  background-color: var(--color--ambassador-blue, #0b3460) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--white, white)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--white"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--ambassador-blue, #0b3460) !important;
}

/* Navy */

[data-class~="section-override-all-elements--navy"] {
  background: var(--color--ambassador-blue, #0b3460) !important;
}

[data-class~="section-override-all-elements--navy"] [data-class~="section-override-all-elements--text-color"] {
  color: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--navy"] [data-class~="section-override-all-elements--checkmark-fill"] path {
  fill: var(--color--white, white) !important;
}

[data-class~="section-override-all-elements--navy"] [data-class~="section-override-all-elements--button"] {
  color: var(--color--ambassador-blue, #0b3460) !important;
  background-color: var(--color--white, white) !important;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='46' height='47' viewBox='0 0 46 47' fill='none'> <path d='M46 23.9805C46 11.2779 35.7025 0.980469 23 0.980469C10.2975 0.980469 0 11.2779 0 23.9805C0 36.683 10.2975 46.9805 23 46.9805C35.7025 46.9805 46 36.683 46 23.9805Z' fill='var(--color--ambassador-blue, %230b3460)'/> <path d='M30.4479 23.9805L24.7998 18.3324C24.3306 17.8632 23.5722 17.8632 23.1031 18.3324C22.6339 18.8015 22.6339 19.5599 23.1031 20.0291L25.8545 22.7805H16.7518C16.0894 22.7805 15.5518 23.3169 15.5518 23.9805C15.5518 24.644 16.0894 25.1804 16.7518 25.1804H25.8545L23.1031 27.9319C22.8691 28.1659 22.7515 28.473 22.7515 28.7802C22.7515 29.0874 22.8691 29.3946 23.1031 29.6286C23.5722 30.0978 24.3306 30.0978 24.7998 29.6286L30.4479 23.9805Z' fill='var(--color--white, white)'/> </svg>") !important;
}

[data-class~="section-override-all-elements--navy"] [data-class~="section-override-all-elements--app-logo-carousel"] path {
  fill: var(--color--white, white) !important;
}

/* Highlight classes */

[data-class~="section-override-all-elements"] ::selection {
  background: var(--selection-ambassador-blue, rgba(255, 255, 255, 0.25));
}

[data-class~="section-override-all-elements--navy"] ::selection {
  background: var(--selection-ambassador-blue, rgba(255, 255, 255, 0.25));
}

[data-class~="section-override-all-elements--green"] ::selection {
  background: var(--selection-slime-girl, rgba(255, 255, 255, 0.2));
}

[data-class~="section-override-all-elements--teal"] ::selection {
  background: var(--selection-zircon-blue, rgba(255, 255, 255, 0.25));
}

[data-class~="section-override-all-elements--darkgreen"] ::selection {
  background: var(--selection-fence-green, rgba(255, 255, 255, 0.2));
}

[data-class~="section-override-all-elements--burgundy"] ::selection {
  background: var(--selection-anthracite-red, rgba(255, 255, 255, 0.25));
}

[data-class~="section-override-all-elements--orange"] ::selection {
  background: var(--selection-basketball, rgba(0, 0, 0, 0.15));
}

[data-class~="section-override-all-elements--white"] ::selection {
  background: var(--selection-white, rgba(0, 0, 0, 0.15));
}

[data-class~="section-override-all-elements--sand"] ::selection {
  background: var(--selection-sand, rgba(0, 0, 0, 0.15));
}

[data-class~="clr-page-padding"] {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

[data-class~="clr-page-padding--none"] {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
