/*
 *  Copyright 2016 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/*
 * ADOBE CONFIDENTIAL
 *
 * Copyright 2015 Adobe Systems Incorporated
 * All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and may be covered by U.S. and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */
/* grid component */
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
/* placeholder for new components */
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
/* column of a grid */
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
/* force showing hidden */
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
/* Generates all the rules for the grid columns up to the given amount of column */
/* Generates all the rules for the grid column offset up to the given amount of column */
/* Generates all the rules for the grid and columns for the given break point and total of columns */
/* Generates all the rules for the grids and columns */
/* API function to be called to generate a grid config */
/* maximum amount of grid cells to be provided */

.lds-ring {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 15% auto;
  text-align: center;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  margin: 6px;
  border: 6px solid #2583d8;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2583d8 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~ Copyright 2018 Adobe Systems Incorporated
 ~
 ~ Licensed under the Apache License, Version 2.0 (the "License");
 ~ you may not use this file except in compliance with the License.
 ~ You may obtain a copy of the License at
 ~
 ~     http://www.apache.org/licenses/LICENSE-2.0
 ~
 ~ Unless required by applicable law or agreed to in writing, software
 ~ distributed under the License is distributed on an "AS IS" BASIS,
 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 ~ See the License for the specific language governing permissions and
 ~ limitations under the License.
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.submitIcon {
  padding: 1px;
  margin-right: 8px;
  fill: #ffffff;
}
.submitIcon .st0 {
  fill: #ffffff;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.disclaimer-content {
  display: inline-block;
}
.disclaimer-content .disclaimer-button {
  display: block;
  cursor: pointer;
  color: #525d6a;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.step2 .disclaimer-content {
  text-align: center;
  margin-bottom: 30px;
}
.disclaimer-content :active,
.disclaimer-content :hover {
  text-decoration: underline;
}
.disclaimer-content :focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.disclaimer-content :focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 24px;
}

.root-disclaimer-modal .modal-overlay .modal-dialog {
  left: 50%;
  top: 50%;
  margin-bottom: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 702px;
}
.root-disclaimer-modal .modal-overlay .modal-dialog:focus {
  outline: none !important;
}
.root-disclaimer-modal .modal-overlay .modal-dialog .modal-content {
  font-family: "Acid Grotesk";
  line-height: 24px;
  border-radius: 12px;
  overflow: auto;
  height: 100vh;
  margin-top: 80px;
}
@media screen and (min-width: 48em) {
  .root-disclaimer-modal .modal-overlay .modal-dialog .modal-content {
    height: auto;
    margin-top: 180px;
    background-color: #ffffff;
    background-clip: padding-box;
  }
}
.root-disclaimer-modal .modal-overlay .modal-dialog .modal-content h3 {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #022043;
}
.root-disclaimer-modal .modal-overlay .modal-dialog .modal-content .modal-body {
  display: block;
  padding: 32px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #022043;
}
@media screen and (min-width: 62em) {
  .root-disclaimer-modal .modal-overlay .modal-dialog .modal-content .modal-body {
    padding: 0px 32px 16px;
  }
}
.root-disclaimer-modal .modal-disclaimer-overlay {
  display: block;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 62em) {
  .root-disclaimer-modal .modal-disclaimer-overlay {
    position: fixed;
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .root-disclaimer-modal .modal-disclaimer-overlay {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: landscape) {
  .root-disclaimer-modal .modal-disclaimer-overlay {
    overflow: auto;
  }
}
.root-disclaimer-modal .navBar {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.root-disclaimer-modal .header {
  display: block;
  position: relative;
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}
.root-disclaimer-modal p {
  color: #022043;
  font-weight: 400;
  line-height: 22.4px;
  font-size: 16px;
  font-style: normal;
}
.root-disclaimer-modal .back-icon {
  border-radius: 20px;
  border: none;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 16px 16px 0 0;
}
.root-disclaimer-modal .back-icon > svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #022043;
}
.root-disclaimer-modal .back-icon .st0 {
  fill: #022043;
}
.root-disclaimer-modal .back-icon:hover, .root-disclaimer-modal .back-icon:active {
  background: rgba(0, 0, 0, 0.08);
}
.root-disclaimer-modal .back-icon:focus {
  box-shadow: 0 0 0 2px #0057ae;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.sign-in-modal {
  max-width: 600px !important;
  min-height: 566px !important;
}
.sign-in-modal .modal-sign-in {
  min-height: 500px;
  max-width: 600px !important;
}
.sign-in-modal .modal-sign-in .wdc-loading-dots {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sign-in-modal .modal-sign-in-error-wrapper {
  padding: 48px;
  display: flex;
}
.sign-in-modal .modal-sign-in-error-wrapper a {
  cursor: pointer;
  padding: 0 12px;
  align-items: center;
  display: flex;
}
.sign-in-modal .modal-sign-in-error-wrapper span {
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
.sign-in-modal .modal-sign-in-error {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #fc5b05;
  background: #f5e7df;
  margin: 60px;
}
.sign-in-modal .mb-1,
.sign-in-modal .outer-sign-in-card-div-v2 {
  margin: 0;
}
/* Gradients */
div.loading-error {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 32px;
  position: static;
  max-width: 100%;
  background: #f0f1f2;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 32px auto;
}
div.loading-error span.text {
  width: 100%;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  flex: none;
  order: 2;
  align-self: stretch;
}
@charset "UTF-8";
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
@keyframes wdc-keyframes-loading {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.wdc-loading-dots {
  position: relative;
  width: 64px;
  height: 16px;
  margin: 0 auto;
}

.wdc-loading-dots::after,
.wdc-loading-dots span::before,
.wdc-loading-dots span::after {
  background-color: #7b858f;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  font-size: 0px;
  content: " ";
  border-radius: 999px;
  transform: scale(0);
}

.wdc-loading-dots::after {
  margin-left: 24px;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 160ms;
}

.wdc-loading-dots span::before {
  left: 0;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0ms;
}

.wdc-loading-dots span::after {
  right: 0;
  animation-name: wdc-keyframes-loading;
  animation-duration: 1400ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 320ms;
}

.mktoForm div#disclaimer {
  color: #5e6a75;
  text-align: center;
  margin-bottom: 30px;
}

.loader-container:focus {
  outline: 0;
}

.hidden {
  display: none;
}

div.mktoAsterix {
  display: none;
}

.mktoField {
  padding: 0;
}

.mktoFormRow span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.mktoFormRow span.error svg {
  max-width: 100%;
}

.mktoForm[data-ready=true] {
  visibility: visible;
  -webkit-animation: fade-in 0.5s ease-in both;
  animation: fade-in 0.5s ease-in both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #12a67c;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}
.valid::afterinput[type=checkbox] {
  opacity: 0;
}

.valid.checkbox::after {
  opacity: 0;
}

.mktoFormRow {
  border-radius: 2px;
  box-shadow: 0 0 0 1px #7d8b99;
  height: 48px;
  margin: 12px auto;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
  transition: all 100ms ease;
  -webkit-backface-visibility: hidden;
}
.mktoFormRow .mktoFormCol.focus input[type=checkbox] + label:before {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #0057ae;
}
.mktoFormRow.checkbox {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  padding: 15px 0;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  height: auto;
  transform: translateY(0);
  width: 100%;
}
.mktoFormRow.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.mktoFormRow.checkbox input[type=checkbox] + label {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  height: auto;
  transform: translateY(0);
}
.mktoFormRow.checkbox input[type=checkbox] + label::before {
  position: relative;
  top: 0 !important;
}
.mktoFormRow.checkbox.inEditor {
  border: 1px solid red;
}
.mktoFormRow.checkbox label.mktoLabel {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.mktoFormRow.checkbox + label.mktoLabel::before {
  background: transparent;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.mktoFormRow.checkbox input[type=checkbox]:checked + label:before {
  content: "✔";
  font-size: 12px;
  background-color: #022043;
  color: #ffffff;
  font-weight: normal;
}
.mktoFormRow.checkbox label span {
  display: block;
  overflow: hidden;
}
.mktoFormRow input,
.mktoFormRow textarea,
.mktoFormRow select,
.mktoFormRow label,
.mktoFormRow option {
  caret-color: #0057ae;
  color: #022043;
  opacity: 1;
  resize: none;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 400;
  font-line-height: 24px;
}
.mktoFormRow input[type=text]::-ms-clear,
.mktoFormRow input[type=email]::-ms-clear,
.mktoFormRow input[type=tel]::-ms-clear {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow input::-webkit-input-placeholder,
.mktoFormRow textarea::-webkit-input-placeholder {
  color: #022043;
}
.mktoFormRow input::-moz-placeholder,
.mktoFormRow textarea::-moz-placeholder {
  color: #022043;
}
.mktoFormRow input:-ms-input-placeholder,
.mktoFormRow textarea:-ms-input-placeholder {
  color: #022043;
}
.mktoFormRow input:-moz-placeholder,
.mktoFormRow textarea:-moz-placeholder {
  color: #022043;
}
.mktoFormRow input,
.mktoFormRow select,
.mktoFormRow option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.mktoFormRow input:-webkit-autofill, .mktoFormRow input:-webkit-autofill:hover, .mktoFormRow input:-webkit-autofill:focus,
.mktoFormRow select:-webkit-autofill,
.mktoFormRow select:-webkit-autofill:hover,
.mktoFormRow select:-webkit-autofill:focus,
.mktoFormRow option:-webkit-autofill,
.mktoFormRow option:-webkit-autofill:hover,
.mktoFormRow option:-webkit-autofill:focus {
  border: 0 none transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 50000s ease-in-out 0s;
}
.mktoFormRow .mktoErrorMsg {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}
.mktoFormRow:not(:focus) .mktoError {
  display: none;
}
.mktoFormRow .mktoErrorMsg::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.mktoFormRow.focus .mktoFormRow.mktoField,
.mktoFormRow.valid .mktoFormRow.mktoField {
  outline: none;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

div.mktoFormRow.text {
  border-radius: 0px;
  box-shadow: 0 0 0 0px;
  height: auto;
  margin: 8px auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  padding: 0 15px;
  color: #022043;
}

.mktoHtmlText.mktoHasWidth {
  text-align: center;
  font-size: 14px;
  width: 100% !important;
}
.mktoHtmlText.mktoHasWidth a {
  color: #0057ae;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.mktoHtmlText.mktoHasWidth a:hover, .mktoHtmlText.mktoHasWidth a:active {
  color: #022043;
}
.mktoHtmlText.mktoHasWidth a:focus {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}

div.mktoFormRow.checkbox {
  box-shadow: 0 0 0 0px;
  height: auto;
  padding: 0px;
}
div.mktoFormRow.checkbox .mktoCheckboxList {
  width: 100% !important;
}

div.mktoFormRow.invalid {
  transition: box-shadow 100ms ease;
}
div.mktoFormRow.invalid .mktoLabel {
  z-index: 10;
}
div.mktoFormRow.invalid .mktoLabel,
div.mktoFormRow.invalid .mktoField {
  opacity: 1;
  color: #de2e21;
  bottom: 6px;
  height: auto;
}
div.mktoFormRow.invalid.select {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.textArea textarea {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.checkbox input[type=checkbox] + label:before {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
  border: none !important;
}
div.mktoFormRow.invalid.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoLabel,
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoField {
  visibility: hidden;
  opacity: 0;
  display: none;
}
div.mktoFormRow.invalid.checkbox label {
  font-size: 14px;
  color: #022043;
}
div.mktoFormRow.invalid input[type=radio] {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 100% !important;
  appearance: none;
  background-color: #ffffff !important;
}
div.mktoFormRow.invalid.focus {
  box-shadow: 0 0 0 2px #022043;
}
div.mktoFormRow.invalid.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}

.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  color: #022043;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  z-index: 100;
}
.mktoField:focus {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
.mktoField[type=checkbox]:focus {
  height: 100%;
  opacity: 0;
}
.mktoField:focus ~ .mktoLabel, .mktoField:valid ~ .mktoLabel {
  background-color: transparent;
  color: #7b858f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus:not(.checkbox) label,
div.mktoFormRow.valid:not(.checkbox) label,
div.mktoFormRow.invalid.nonEmpty:not(.checkbox) label {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: -2px;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus {
  box-shadow: 0 0 0 2px #0057ae;
}
div.mktoFormRow.focus .mktoLabel,
div.mktoFormRow.focus .mktoField {
  opacity: 1;
  color: #022043;
}

div.mktoFormRow.valid input {
  bottom: 6px;
  outline: none;
  height: 21px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
div.mktoFormRow.valid input[type=checkbox] {
  opacity: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

form input.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  bottom: 0;
  color: #022043;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  width: 87%;
  z-index: 100;
}
form input.mktoField:focus {
  background-color: transparent;
  bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
form input.mktoField:focus ~ label.mktoLabel {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

label.mktoLabel {
  color: #525d6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

label.mktoLabel.outer-label {
  color: #022043;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

div.mktoFieldWrap.outer-label input.mktoField {
  bottom: 0;
  opacity: 1;
  height: 100%;
}

label.mktoLabel.outer-label[for=formOptIn] {
  display: none;
}

div.mktoFieldWrap.outer-label input[type=checkbox] {
  opacity: 0;
}

div.mktoFieldWrap.outer-label select.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
  padding-top: 14px !important;
}

button.mktoButton {
  -webkit-align-items: center;
  align-items: center;
  background: #0057ae;
  border-radius: 32px;
  border: 0 transparent;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 24px;
  outline: none;
  padding: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  margin: 24px auto;
}
button.mktoButton .svg {
  fill: #ffffff;
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
button.mktoButton:focus-visible {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0057ae;
}
button.mktoButton:hover, button.mktoButton:active {
  background: #022043;
  color: #ffffff;
  text-decoration: none;
}
button.mktoButton:hover .svg, button.mktoButton:active .svg {
  fill: #022043;
}
button.mktoButton .svg {
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton span.timestamp {
  margin-left: 5px;
}

.mktoFormRow.select {
  position: relative;
  border: none !important;
  box-shadow: 0 0 0 1px #7d8b99 !important;
}
.mktoFormRow.select::before {
  border-color: #022043;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  width: 7px;
  z-index: 9;
}
.mktoFormRow.select > option {
  padding: 0;
}
.mktoFormRow.select.focus {
  border: none;
  transition: all 100ms ease;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.mktoFormRow.select.focus select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select.valid select.mktoField {
  display: block;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mktoFormRow.select select.mktoField {
  -webkit-tap-highlight-color: rgba(2, 32, 67, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #022043;
  display: block;
  font-weight: 400;
  position: relative;
  opacity: 0;
  width: 100%;
  padding-top: 20px !important;
  padding-right: 60px !important;
  z-index: 10;
}
.mktoFormRow.select select.mktoField::-ms-value {
  background: none;
  color: #022043;
}
.mktoFormRow.select select.mktoField option {
  background-color: transparent;
}
.mktoFormRow.select select.mktoField::-moz-focus-inner {
  border: none;
}
.mktoFormRow.select select.mktoField option {
  padding: 0;
  opacity: 1;
}
.mktoFormRow.select select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select select.mktoField::-ms-clear,
.mktoFormRow.select select.mktoField::-ms-expand {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow.selectselect.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

.invalid.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #b6c1cc;
}

.mktoEmbed {
  display: none;
}

.mktoForm div#disclaimer {
  color: #5e6a75;
  text-align: center;
  margin-bottom: 30px;
}

.loader-container:focus {
  outline: 0;
}

.hidden {
  display: none;
}

div.mktoAsterix {
  display: none;
}

.mktoField {
  padding: 0 !important;
}

.mktoFormRow span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.mktoFormRow span.error svg {
  max-width: 100%;
}

.mktoForm[data-ready=true] {
  visibility: visible;
  -webkit-animation: fade-in 0.5s ease-in both;
  animation: fade-in 0.5s ease-in both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #12a67c;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}
.valid::afterinput[type=checkbox] {
  opacity: 0;
}

.valid.checkbox::after {
  opacity: 0;
}

.mktoFormRow {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #7d8b99;
  height: 48px;
  margin: 12px auto;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
  transition: all 100ms ease;
  -webkit-backface-visibility: hidden;
}
.mktoFormRow .mktoFormCol.focus input[type=checkbox] + label:before {
  box-shadow: 0 0 0 1px white, 0 0 0 3px #0057ae;
}
.mktoFormRow.checkbox {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  padding: 15px 0;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  height: auto;
  transform: translateY(0);
  width: 100%;
}
.mktoFormRow.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
.mktoFormRow.checkbox input[type=checkbox] + label {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  height: auto;
  transform: translateY(0);
}
.mktoFormRow.checkbox input[type=checkbox] + label::before {
  position: relative;
  top: 5px !important;
}
.mktoFormRow.checkbox.inEditor {
  border: 1px solid red;
}
.mktoFormRow.checkbox label.mktoLabel {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.mktoFormRow.checkbox + label.mktoLabel::before {
  background: transparent;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 0;
  transition: all 100ms ease;
  width: 18px;
}
.mktoFormRow.checkbox input[type=checkbox]:checked + label:before {
  content: "✔";
  font-size: 12px;
  font-weight: normal;
  background-color: #022043;
  color: #ffffff;
}
.mktoFormRow.checkbox label span {
  display: block;
  overflow: hidden;
}
.mktoFormRow input,
.mktoFormRow textarea,
.mktoFormRow select,
.mktoFormRow label,
.mktoFormRow option {
  caret-color: #0057ae;
  color: #022043;
  opacity: 1;
  resize: none;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-weight: 400;
  font-line-height: 24px;
}
.mktoFormRow input[type=text]::-ms-clear,
.mktoFormRow input[type=email]::-ms-clear,
.mktoFormRow input[type=tel]::-ms-clear {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow input::-webkit-input-placeholder,
.mktoFormRow textarea::-webkit-input-placeholder {
  color: #022043;
}
.mktoFormRow input::-moz-placeholder,
.mktoFormRow textarea::-moz-placeholder {
  color: #022043;
}
.mktoFormRow input:-ms-input-placeholder,
.mktoFormRow textarea:-ms-input-placeholder {
  color: #022043;
}
.mktoFormRow input:-moz-placeholder,
.mktoFormRow textarea:-moz-placeholder {
  color: #022043;
}
.mktoFormRow input,
.mktoFormRow select,
.mktoFormRow option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.mktoFormRow input:-webkit-autofill, .mktoFormRow input:-webkit-autofill:hover, .mktoFormRow input:-webkit-autofill:focus,
.mktoFormRow select:-webkit-autofill,
.mktoFormRow select:-webkit-autofill:hover,
.mktoFormRow select:-webkit-autofill:focus,
.mktoFormRow option:-webkit-autofill,
.mktoFormRow option:-webkit-autofill:hover,
.mktoFormRow option:-webkit-autofill:focus {
  border: 0 none transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 50000s ease-in-out 0s;
}
.mktoFormRow .mktoErrorMsg {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}
.mktoFormRow:not(:focus) .mktoError {
  display: none;
}
.mktoFormRow .mktoErrorMsg::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.mktoFormRow.focus .mktoFormRow.mktoField,
.mktoFormRow.valid .mktoFormRow.mktoField {
  outline: none;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

div.mktoFormRow.text {
  border-radius: 0px;
  box-shadow: 0 0 0 0px;
  height: auto;
  margin: 8px auto;
  position: relative;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 20px;
  padding: 0 15px;
  color: #022043;
}

.mktoHtmlText.mktoHasWidth {
  text-align: center;
  font-size: 14px;
  width: 100% !important;
}
.mktoHtmlText.mktoHasWidth a {
  color: #0057ae;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}
.mktoHtmlText.mktoHasWidth a:hover, .mktoHtmlText.mktoHasWidth a:active {
  color: #022043;
}
.mktoHtmlText.mktoHasWidth a:focus {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}

div.mktoFormRow.checkbox {
  box-shadow: 0 0 0 0px;
  height: auto;
  padding: 0px;
}
div.mktoFormRow.checkbox .mktoCheckboxList {
  width: 100% !important;
}

div.mktoFormRow.invalid {
  transition: box-shadow 100ms ease;
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid .mktoLabel {
  z-index: 10;
}
div.mktoFormRow.invalid .mktoLabel,
div.mktoFormRow.invalid .mktoField {
  opacity: 1;
  color: #de2e21;
  bottom: 6px;
  height: auto;
}
div.mktoFormRow.invalid.select {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.textArea textarea {
  box-shadow: 0 0 0 1px #de2e21 !important;
}
div.mktoFormRow.invalid.checkbox input[type=checkbox] + label:before {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
  border: none !important;
}
div.mktoFormRow.invalid.checkbox .mktoError {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoLabel,
div.mktoFormRow.invalid.checkbox .mktoCheckboxList .mktoField {
  visibility: hidden;
  opacity: 0;
  display: none;
}
div.mktoFormRow.invalid.checkbox label {
  font-size: 14px;
  color: #022043;
}
div.mktoFormRow.invalid input[type=radio] {
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 100% !important;
  appearance: none;
  background-color: #ffffff !important;
}
div.mktoFormRow.invalid.focus {
  box-shadow: 0 0 0 2px #022043;
}
div.mktoFormRow.invalid.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}

.mktoFormRow:has(div.mktoFieldDescriptor div.mktoFieldWrap input.has-blurred.mktoInvalid) {
  box-shadow: 0 0 0 1px #de2e21;
}

.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  color: #022043;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  z-index: 100;
}
.mktoField:focus {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
.mktoField[type=checkbox]:focus {
  height: 100%;
  opacity: 0;
}
.mktoField:focus ~ .mktoLabel, .mktoField:valid ~ .mktoLabel {
  background-color: transparent;
  color: #7b858f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus:not(.checkbox) label,
div.mktoFormRow.valid:not(.checkbox) label,
div.mktoFormRow.invalid.nonEmpty:not(.checkbox) label {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: -2px;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

div.mktoFormRow.focus {
  box-shadow: 0 0 0 2px #0057ae;
}
div.mktoFormRow.focus .mktoLabel,
div.mktoFormRow.focus .mktoField {
  opacity: 1;
  color: #022043;
}

div.mktoFormRow.valid input {
  bottom: 6px;
  outline: none;
  height: 21px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
div.mktoFormRow.valid input[type=checkbox] {
  opacity: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

form input.mktoField {
  background-color: transparent;
  border: none 0 transparent;
  bottom: 6px;
  color: #022043;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  width: 87%;
  z-index: 100;
}
form input.mktoField:focus {
  background-color: transparent;
  bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  height: 21px;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
form input.mktoField:focus ~ label.mktoLabel {
  background-color: transparent;
  color: #022043;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

label.mktoLabel {
  color: #525d6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}

label.mktoLabel.outer-label {
  color: #022043;
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

div.mktoFieldWrap.outer-label input.mktoField {
  bottom: 0;
  opacity: 1;
  height: 100%;
}

label.mktoLabel.outer-label[for=formOptIn] {
  display: none;
}

div.mktoFieldWrap.outer-label input[type=checkbox] {
  opacity: 0;
}

div.mktoFieldWrap.outer-label select.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
  padding-top: 14px !important;
}

button.mktoButton {
  -webkit-align-items: center;
  align-items: center;
  background: #0057ae;
  border-radius: 32px;
  border: 0 transparent;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 24px;
  outline: none;
  padding: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
  margin: 24px auto;
}
button.mktoButton .svg {
  fill: #ffffff;
  padding: 1px;
  margin-right: 8px;
}
button.mktoButton:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
button.mktoButton:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
}
button.mktoButton:hover, button.mktoButton:active {
  background: #022043;
  color: #ffffff;
  text-decoration: none;
}
button.mktoButton:hover .svg, button.mktoButton:active .svg {
  fill: #022043;
}
button.mktoButton span.timestamp {
  margin-left: 5px;
}

.mktoFormRow.select {
  position: relative;
  border: none !important;
  box-shadow: 0 0 0 1px #7d8b99 !important;
}
.mktoFormRow.select::before {
  border-color: #022043;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  width: 7px;
  z-index: 9;
}
.mktoFormRow.select > option {
  padding: 0;
}
.mktoFormRow.select.focus {
  border: none;
  transition: all 100ms ease;
  box-shadow: 0 0 0 2px #0057ae !important;
}
.mktoFormRow.select.focus select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select.valid select.mktoField {
  display: block;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mktoFormRow.select select.mktoField {
  -webkit-tap-highlight-color: rgba(2, 32, 67, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: #022043;
  display: block;
  font-weight: 400;
  position: relative;
  opacity: 0;
  width: 100%;
  padding-top: 20px !important;
  padding-right: 60px !important;
  z-index: 10;
}
.mktoFormRow.select select.mktoField::-ms-value {
  background: none;
  color: #022043;
}
.mktoFormRow.select select.mktoField option {
  background-color: transparent;
}
.mktoFormRow.select select.mktoField::-moz-focus-inner {
  border: none;
}
.mktoFormRow.select select.mktoField option {
  padding: 0;
  opacity: 1;
}
.mktoFormRow.select select.mktoField:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.mktoFormRow.select select.mktoField::-ms-clear,
.mktoFormRow.select select.mktoField::-ms-expand {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.mktoFormRow.selectselect.mktoField {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}

.invalid.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #b6c1cc;
}

.mktoEmbed {
  display: none;
}

#digitalIDPrompt,
#digitalIDPending {
  background-color: #f1f3f6;
  border-radius: 4px;
  color: #022043;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 24px;
  text-align: left;
}
#digitalIDPrompt a,
#digitalIDPending a {
  color: #0057ae;
  text-decoration: underline;
}

.unified-password .show-password__toggle-btn {
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  background: transparent;
  border: 2px solid transparent;
  border-radius: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 99;
}
.unified-password .show-password__toggle-btn:hover {
  background-color: #f0f1f2;
}
.unified-password .show-password__toggle-btn:active {
  background-color: #dfe2e6;
}
.unified-password .show-password__toggle-btn:focus {
  box-shadow: none;
  outline: none;
}
.unified-password .show-password__toggle-btn:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.unified-password:after,
.unified-password span.error {
  right: 50px !important;
}

.password-strength {
  color: #022043;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 24px;
}
.password-strength ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.password-strength li {
  padding-left: 24px;
  position: relative;
}
.password-strength li.invalid:before, .password-strength li.invalid:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 2px;
  height: 16px;
  background-color: #de2e21;
}
.password-strength li.invalid:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.password-strength li.invalid:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.password-strength li.valid:after {
  right: auto;
  left: 4px;
  top: 7px;
  width: 6px;
}
.password-strength .password-progress-bar {
  margin: 8px 0;
  display: flex;
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: #f0f1f2;
}
.password-strength .password-progress-bar .password-progress {
  background: #43c463;
}
.password-strength .password-progress-bar .password-progress.weak {
  background: #de2e21;
}
@charset "UTF-8";
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
footer {
  color: #525d6a;
  display: block;
  font-size: 12px;
  font-family: "Acid Grotesk";
  font-feature-settings: "liga" off, "clig" off;
  line-height: 1.5;
  text-align: center;
  padding: 32px 0;
  /* Styles for footer in contact sales page */
}
@media screen and (min-width: 62em) {
  footer {
    display: none;
  }
}
footer .footer__copyright {
  margin-top: 8px;
  font-weight: 400;
}
footer .footer__links {
  display: flex;
  justify-content: center;
}
footer .footer__links li {
  list-style-type: none;
  margin-right: 8px;
}
footer .footer__links a {
  font-weight: 400;
}
footer .footer__links a:focus {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
footer .footer__links .cookiePref {
  cursor: pointer;
}
footer .footer__links .footer__copyright {
  display: none;
}
footer .footer__links .privacy_cookie_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__links .privacy_cookie_icon .privacy-icon {
  height: 14px;
  width: 29px;
  margin-right: 4px;
}
footer .footer__links span > a {
  margin-right: 0;
}
footer .footer__links a,
footer .footer__links span {
  transition: all 100ms ease;
  text-decoration: none;
  display: inline;
  color: #525d6a;
}
footer .footer__links a:hover,
footer .footer__links span:hover {
  color: #022043;
}
.assetDetails footer {
  display: none;
}
@media screen and (min-width: 62em) {
  .assetDetails footer {
    display: block;
  }
}
html.aem-AuthorLayer-Edit footer {
  display: block;
}
.step2 footer, .step-2 footer {
  padding: 0;
}
footer.footer-thank-you, footer.footer-form-container {
  display: none !important;
  background-color: #ffffff;
}
@media screen and (min-width: 62em) {
  footer.footer-thank-you, footer.footer-form-container {
    display: flex !important;
  }
}
@media screen and (min-width: 62em) {
  footer.footer-form-container {
    width: 100%;
  }
}
footer.footer-contact-sales {
  padding: 32px;
  background-color: #fcf8e8;
}
footer.footer-contact-sales__white {
  background-color: #ffffff !important;
}
@media screen and (min-width: 48em) {
  footer.footer-contact-sales {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 62em) {
  footer.footer-contact-sales {
    display: none;
    background-color: #ffffff;
    padding: 24px 32px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 100em) {
  footer.footer-contact-sales {
    padding: 24px 96px;
  }
}
footer.footer-contact-sales a,
footer.footer-contact-sales span,
footer.footer-contact-sales div {
  color: #525d6a;
  font-family: "Acid Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
footer.footer-contact-sales .footer__links {
  display: block;
}
@media screen and (min-width: 48em) {
  footer.footer-contact-sales .footer__links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 62em) {
  footer.footer-contact-sales .footer__links {
    background-color: #ffffff;
  }
}
footer.footer-contact-sales .footer__links .footer__copyright {
  display: block;
  margin: 0;
}
footer.footer-contact-sales .footer__links li {
  list-style-type: none;
  position: relative;
  padding-bottom: 12px;
  margin: 0;
}
footer.footer-contact-sales .footer__links li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  footer.footer-contact-sales .footer__links li {
    display: inherit;
    padding-bottom: 0;
  }
  footer.footer-contact-sales .footer__links li:last-child::after {
    content: "";
  }
  footer.footer-contact-sales .footer__links li::after {
    content: "·";
    padding-left: 8px;
  }
}
footer.footer-contact-sales .footer__links li a:hover,
footer.footer-contact-sales .footer__links li a span:hover {
  text-decoration: underline;
  color: #525d6a;
}
footer.footer-contact-sales .footer__links li a:focus, footer.footer-contact-sales .footer__links li a:focus-visible {
  color: #525d6a !important;
  box-shadow: 0 0 0 2px #0057ae;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 8px;
}
footer.footer-contact-sales .footer__links li a:focus:hover, footer.footer-contact-sales .footer__links li a:focus-visible:hover {
  text-decoration: underline;
}
footer.footer-contact-sales .footer__copyright {
  display: none;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.eyebrow {
  display: block;
  color: #022043;
  font-size: 14px;
  font-weight: 700;
  font-line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (min-width: 48em) {
  .eyebrow {
    margin-bottom: 25px;
  }
}
.eyebrow .duration {
  background-color: #005cb9;
  border-radius: 9px;
  color: #ffffff;
  padding: 0.3em 0.5em 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
.modal-content .eyebrow {
  text-align: center;
}
.DownloadPage .eyebrow {
  color: #022043;
  font-weight: 700;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.heading {
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto 32px;
}
.step2 .heading {
  margin: 0 auto 16px;
}
.modal-content .heading {
  text-align: center;
}
.DownloadPage .heading {
  color: #022043;
  font-size: 32px;
  font-weight: 700;
  font-line-height: 33.28px;
  margin-bottom: 8px;
}

.heading {
  color: #022043;
  font-family: "Acid Grotesk";
}
.DownloadPage .heading {
  color: #022043;
  font-line-height: 33.28px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.form-content {
  color: currentColor;
  margin-bottom: 24px;
}
.form-content h1 {
  color: currentColor;
  font-size: 40px;
  line-height: 48px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 500;
  margin: 0 0 24px;
}
.form-content h2 {
  line-height: 28px;
}
.form-content p {
  color: currentColor;
  font-size: 16px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}
.form-content p + p {
  margin-top: 0;
  margin-bottom: 16px;
}
.form-content p:last-of-type {
  margin-bottom: 0;
}
.form-content ul li,
.form-content ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.assetDetails {
  display: block;
  color: #8f8f8f;
  font-family: "Acid Grotesk";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 32px 32px 0 32px;
}
@media screen and (min-width: 48em) {
  .assetDetails {
    margin-bottom: 25px;
    padding: 32px 48px;
  }
}
@media screen and (min-width: 62em) {
  .assetDetails {
    margin-bottom: 0;
    padding: 32px 48px 0 48px;
  }
}
.assetDetails .form-content {
  margin-bottom: 0;
}
.assetDetails .form-content p {
  color: #022043;
}
.assetDetails .btn {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 24px;
  text-decoration: none;
  width: auto;
}
.assetDetails .btn .icon {
  display: inline-block;
  height: 24px;
  margin-left: 2px;
  margin-right: 0;
  margin-top: -2px;
  vertical-align: middle;
  width: 24px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.AssetPanel {
  padding-bottom: 32px;
  display: flex;
  flex-flow: column;
  position: relative;
}
@media screen and (max-width: 48em) {
  .AssetPanel {
    min-height: 400px;
  }
}
@media screen and (min-width: 48em) {
  .AssetPanel {
    padding-bottom: 0;
  }
}
.AssetPanel iframe {
  border: 0 none transparent;
}
.AssetPanel .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.AssetPanel .brightcove-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
}
.AssetPanel .brightcove-thumbnail .video-brightcove__wrapper {
  transform: none;
  left: 0;
  padding-top: 0;
  position: static;
}
.AssetPanel .brightcove-thumbnail *,
.AssetPanel .brightcoveRef * {
  font-family: "Workday Acid Grotesk", Arial, Helvetica, sans-serif;
}
.AssetPanel .brightcove-thumbnail *:focus-visible,
.AssetPanel .brightcoveRef *:focus-visible {
  border-radius: 4px;
  outline: 2px solid #ffffff;
}
.AssetPanel .brightcove-thumbnail .vjs-big-play-button,
.AssetPanel .brightcoveRef .vjs-big-play-button {
  position: absolute;
  cursor: pointer;
  align-items: center;
  aspect-ratio: 1/1;
  background: #0057ae;
  display: flex;
  height: auto;
  justify-content: center;
  transition: all 200ms;
  margin: 0;
  min-width: 48px;
  min-height: 48px;
  max-height: 144px;
  max-width: 144px;
  transform: translate(-50%, -50%);
  width: 12%;
  border: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
}
@supports not (aspect-ratio: 1/1) {
  .AssetPanel .brightcove-thumbnail .vjs-big-play-button,
  .AssetPanel .brightcoveRef .vjs-big-play-button {
    height: 48px;
    width: 48px;
  }
  @media screen and (min-width: 62em) {
    .AssetPanel .brightcove-thumbnail .vjs-big-play-button,
    .AssetPanel .brightcoveRef .vjs-big-play-button {
      height: 72px;
      width: 72px;
      font-size: 2.6em;
    }
  }
  @media screen and (min-width: 75em) {
    .AssetPanel .brightcove-thumbnail .vjs-big-play-button,
    .AssetPanel .brightcoveRef .vjs-big-play-button {
      height: 144px;
      width: 144px;
      font-size: 5.143em;
    }
  }
}
.AssetPanel .brightcove-thumbnail .vjs-big-play-button:hover,
.AssetPanel .brightcoveRef .vjs-big-play-button:hover {
  background: #022043;
}
.AssetPanel .brightcove-thumbnail .vjs-big-play-button:active,
.AssetPanel .brightcoveRef .vjs-big-play-button:active {
  background: #022043;
}
.AssetPanel .brightcove-thumbnail .vjs-big-play-button .vjs-icon-placeholder,
.AssetPanel .brightcoveRef .vjs-big-play-button .vjs-icon-placeholder {
  display: block !important;
  width: 36%;
  max-width: 80px;
  max-height: 80px;
  margin-left: 8%;
}
.AssetPanel .brightcove-thumbnail .vjs-big-play-button .vjs-icon-placeholder:before,
.AssetPanel .brightcoveRef .vjs-big-play-button .vjs-icon-placeholder:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 43 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.333496 2.3159C0.333496 1.01204 1.76321 0.21312 2.87366 0.896473L41.3603 24.5805C42.4178 25.2313 42.4178 26.7686 41.3603 27.4194L2.87366 51.1034C1.76321 51.7868 0.333496 50.9879 0.333496 49.684V2.3159Z' fill='white'/%3E%3C/svg%3E");
  position: static;
  display: block;
  font-size: 12px;
  line-height: 1;
}
.AssetPanel .brightcove-thumbnail:hover .vjs-big-play-button,
.AssetPanel .brightcoveRef:hover .vjs-big-play-button {
  background: #022043;
}
.AssetPanel .brightcove-thumbnail:active .vjs-big-play-button,
.AssetPanel .brightcoveRef:active .vjs-big-play-button {
  background: #022043;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.next-label-icon {
  display: flex;
  align-items: center;
  flex-grow: row;
  margin: 0 auto;
}
.next-label-icon .next-label {
  margin-right: 8px;
}
@media screen and (min-width: 48em) and (max-width: 62em) {
  .next-label-icon .next-label {
    display: none;
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.singular-nav {
  font-family: "Acid Grotesk";
  color: #022043;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 12px;
  background: #ffffff;
  z-index: 12;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  .singular-nav {
    position: relative;
    padding: 12px 24px;
  }
  .singular-nav .empty-div {
    min-width: 60px;
  }
}
@media screen and (min-width: 62em) {
  .singular-nav .empty-div {
    min-width: 200px;
  }
}
@media screen and (min-width: 23.4375em) and (max-width: 48em) {
  .singular-nav .empty-div {
    display: none;
  }
}
.singular-nav .btn-singular-wrapper {
  position: relative;
  width: 100%;
}
.singular-nav .btn-singular-wrapper .btn-singular {
  font-weight: 700;
  display: flex;
  color: #022043;
  border: none;
  box-shadow: inset 0 0 0 2px #022043;
  border-radius: 32px;
  text-decoration: none;
  line-height: 24px;
  min-width: auto;
  padding: 20px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus {
  outline: none;
  border: none;
  color: #ffffff !important;
  background-color: #022043;
  box-shadow: inset 0 0 0 2px #022043, 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus svg,
.singular-nav .btn-singular-wrapper .btn-singular:focus .arrow-svg {
  fill: #ffffff;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus:hover {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus:hover svg {
  fill: #ffffff;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus:active {
  background-color: #022043;
  color: #ffffff !important;
}
.singular-nav .btn-singular-wrapper .btn-singular:focus:active svg,
.singular-nav .btn-singular-wrapper .btn-singular:focus:active .arrow-svg {
  fill: #ffffff;
}
.singular-nav .btn-singular-wrapper .btn-singular .arrow-svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 62em) {
  .singular-nav .btn-singular-wrapper .btn-singular {
    min-width: 200px;
    padding: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .singular-nav .btn-singular-wrapper .btn-singular:hover {
    background-color: #022043;
    box-shadow: inset 0 0 0 0 transparent;
    color: #ffffff !important;
  }
  .singular-nav .btn-singular-wrapper .btn-singular:hover svg,
  .singular-nav .btn-singular-wrapper .btn-singular:hover .arrow-svg {
    fill: #ffffff;
  }
}
.singular-nav .btn-singular-wrapper .btn-singular:active {
  background-color: #022043;
  box-shadow: inset 0 0 0 0 transparent;
  color: #ffffff !important;
}
.singular-nav .btn-singular-wrapper .btn-singular:active svg,
.singular-nav .btn-singular-wrapper .btn-singular:active .arrow-svg {
  fill: #ffffff;
}
.singular-nav .btn-singular-wrapper .asset-icon svg {
  width: 48px;
  height: auto;
  fill: #0057ae;
  padding-right: 10px;
}
.singular-nav .btn-singular-wrapper .assetWrapper {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(11, 3, 3, 0.08);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
}
.singular-nav .btn-singular-wrapper .assetWrapper .assetType {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 4px;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 20px;
}
.singular-nav .btn-singular-wrapper .assetWrapper .assetTitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .singular-nav .btn-singular-wrapper .assetWrapper {
    width: 0;
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .singular-nav .btn-singular-wrapper {
    width: auto;
  }
  .singular-nav .btn-singular-wrapper:hover .btn-singular {
    max-width: 440px;
  }
  .singular-nav .btn-singular-wrapper:hover:last-child .assetWrapper {
    right: 0;
  }
}
@media screen and (min-width: 48em) and (hover: hover) and (pointer: fine) {
  .singular-nav .btn-singular-wrapper:hover .assetWrapper {
    width: 360px;
    display: flex;
    margin-top: 4px;
    animation: slideUp 0.2s ease-in-out;
  }
}

@media screen and (max-width: 48em) {
  .singular-nav-wrapper {
    overflow: hidden;
  }
}
.singular-nav-mobile {
  font-family: "Acid Grotesk";
  display: block;
}
@media screen and (min-width: 48em) {
  .singular-nav-mobile {
    display: none;
  }
}
.singular-nav-mobile .singular-asset-details {
  display: block;
  padding: 12px 0;
}
.singular-nav-mobile .aside-text {
  font-family: "Acid Grotesk";
  color: #022043;
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.singular-nav-mobile .aside-text a {
  color: #0057ae;
}
.singular-nav-mobile .aside-text a:hover {
  color: #022043;
}
.singular-nav-mobile .aside-text a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.singular-nav-mobile .aside-text a:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
.singular-nav-mobile .aside-text a:active {
  color: #022043 !important;
}
@media screen and (min-width: 48em) {
  .singular-nav-mobile .aside-text.desktop {
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.singular-nav-mobile .aside-text.mobile {
  display: block;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e8ebed;
  text-align: center;
  right: 0;
  padding: 12px 0;
}
.singular-nav-mobile .aside-text.mobile p {
  margin: 0;
}
@media screen and (min-width: 62em) {
  .singular-nav-mobile .aside-text.mobile {
    display: none;
  }
}

@keyframes slideUp {
  0% {
    transform: translate3d(0, 4px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.previous-icon-label {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-direction: row;
}

.prev-label {
  margin-left: 8px;
}
@media screen and (min-width: 48em) and (max-width: 62em) {
  .prev-label {
    display: none;
  }
}

/* Edit/Preview mode */
html.aem-AuthorLayer-Preview .prevButtonWrapper,
html.aem-AuthorLayer-Edit .prevButtonWrapper {
  display: none;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.singular-asset-details {
  display: none;
}
@media screen and (min-width: 48em) {
  .singular-asset-details {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
.singular-asset-details h1 {
  line-height: 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0;
  padding-top: 4px;
}
.singular-asset-details .singular-title {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
  margin: 0;
  text-transform: uppercase;
}
.singular-asset-details .singular-desc {
  max-width: 968px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  padding: 4px 12px;
  color: #022043;
}
.singular-asset-details .carousel-dots {
  display: flex;
  justify-content: center;
  order: 1;
  flex-grow: 0;
  margin: -2px 0 0;
  padding-bottom: 8px;
}
.singular-asset-details .carousel-dots > span {
  line-height: 10px;
  margin: 0;
}
.singular-asset-details .dot {
  margin: 0 3px;
  height: 4px;
  width: 4px;
  background-color: #b6c1cc;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s linear;
}
.singular-asset-details .active {
  background-color: #022043 !important;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
html.aem-AuthorLayer-Edit .DownloadPage:after,
html.aem-AuthorLayer-Preview .DownloadPage:after {
  content: "";
  display: table;
  clear: both;
}

/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden !important;
}

.DownloadPage {
  display: block;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row-reverse;
  min-height: 100vh;
}

.AssetPanel,
.no-content-div {
  display: block;
  flex: 1;
  -ms-flex: 1;
}

@media (max-width: 62em) {
  body {
    min-height: 0;
  }
  .DownloadPage {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .AssetPanel {
    flex-basis: auto;
    -ms-flex-basis: auto;
  }
  .ResourceNav {
    width: auto;
    order: 1;
    -ms-order: 1;
  }
}
.ResourceNav {
  background-color: #022043;
  color: #f0f1f2;
  width: 100%;
  padding: 40px 0;
}
@media screen and (min-width: 62em) {
  .ResourceNav {
    width: 360px;
  }
}
.ResourceNav .ResourceNav_heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  border-bottom: 2px solid #b6c1cc;
  padding: 0 0 8px 0;
  margin: 0 32px 16px;
}
@media screen and (min-width: 62em) {
  .ResourceNav .ResourceNav_heading {
    margin: 0 48px 16px;
  }
}
.ResourceNav .btn {
  width: auto;
  font-size: 16px;
  background: #ffffff;
  color: #022043;
  margin: 16px 32px;
  text-decoration: none;
  transition: all 100ms ease;
}
@media screen and (min-width: 62em) {
  .ResourceNav .btn {
    margin: 16px 48px;
  }
}
.ResourceNav .btn .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 0;
  fill: #022043;
}
.ResourceNav .btn:hover {
  background-color: #b6c1cc;
  color: #022043 !important;
}
.ResourceNav .btn:hover svg {
  fill: #022043;
}
.ResourceNav .btn:active {
  background-color: #b6c1cc;
  color: #022043 !important;
}
.ResourceNav .btn:active svg {
  fill: #022043;
}
.ResourceNav .btn:focus {
  background-color: #b6c1cc;
  box-shadow: 0 0 0 2px #022043, 0 0 0 4px #ffffff;
  color: #022043 !important;
}
.ResourceNav .btn:focus svg {
  fill: #022043;
}
.ResourceNav .btn:focus:hover {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.ResourceNav .btn:focus:hover svg {
  fill: #022043;
}
.ResourceNav .btn:focus:active {
  background-color: #b6c1cc;
  box-shadow: inset 0 0 0 0 transparent;
  color: #022043 !important;
}
.ResourceNav .btn:focus:active svg {
  fill: #022043;
}
.ResourceNav.whiteNav {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  color: #333d47;
  border: 1px solid #e8ebed;
  box-sizing: border-box;
}
.ResourceNav.whiteNav .ResourceNav_heading {
  color: #333d47;
  border-bottom: 2px solid #e8ebed;
}
.ResourceNav.whiteNav .btn {
  background-color: transparent;
  border: solid 2px #0875e1;
  color: #0875e1;
}
.ResourceNav.whiteNav .btn .icon {
  fill: #0875e1;
}
.ResourceNav.whiteNav .btn span {
  color: #0875e1;
}
.ResourceNav.whiteNav .btn:hover {
  background: #0875e1;
}
.ResourceNav.whiteNav .btn:hover .icon {
  fill: #ffffff;
}
.ResourceNav.whiteNav .btn:hover span {
  color: #ffffff;
}

html.aem-AuthorLayer-Edit,
html.aem-AuthorLayer-Preview {
  height: 1000px !important;
}
html.aem-AuthorLayer-Edit html,
html.aem-AuthorLayer-Edit body,
html.aem-AuthorLayer-Preview html,
html.aem-AuthorLayer-Preview body {
  height: 1000px !important;
  display: block !important;
}
html.aem-AuthorLayer-Edit .DownloadPage,
html.aem-AuthorLayer-Preview .DownloadPage {
  display: block;
  min-height: 1000px !important;
  height: 1000px !important;
}
html.aem-AuthorLayer-Edit .AssetPanel,
html.aem-AuthorLayer-Preview .AssetPanel {
  width: calc(100% - 360px) !important;
  height: 100%;
}
html.aem-AuthorLayer-Edit .ResourceNav,
html.aem-AuthorLayer-Preview .ResourceNav {
  width: 360px;
  margin: 0;
  display: block;
  float: left;
}
html.aem-AuthorLayer-Edit .AssetPanel,
html.aem-AuthorLayer-Preview .AssetPanel {
  margin: 0;
  display: block;
  float: right;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.DownloadPage.singular {
  font-family: "Acid Grotesk";
  flex-direction: row;
  overflow: hidden;
  min-height: auto;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: var(--setHeight);
  align-items: center;
  background-color: #022043;
  position: relative;
}
.DownloadPage.singular.asset-pdf-mobile {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .DownloadPage.singular {
    overflow: auto;
  }
}
@media only screen and (max-height: 768px) and (max-width: 991px) and (orientation: landscape) {
  .DownloadPage.singular {
    height: calc(100vh + 172px);
    overflow: unset;
  }
}
@media only screen and (max-height: 768px) and (min-width: 991px) and (orientation: landscape) {
  .DownloadPage.singular {
    height: 100vh;
  }
}
@media only screen and (max-height: 768px) and (max-width: 768px) and (orientation: landscape) {
  .DownloadPage.singular {
    padding-bottom: 77px;
  }
}
.DownloadPage.singular .AssetPanel {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.DownloadPage.singular .AssetPanel .pdf-container {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-height: 100%;
}
@media screen and (min-width: 62em) {
  .DownloadPage.singular .AssetPanel .pdf-container {
    max-height: 100%;
    min-height: auto;
  }
}
.DownloadPage.singular .AssetPanel .videoAssetViewer {
  overflow: hidden;
  max-width: 100%;
  width: auto;
  box-sizing: border-box;
  height: 100%;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer > div {
  height: 100%;
  padding: 0;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer > div > div {
  height: 100%;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer .video-js {
  padding-top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer .vjs-big-play-button {
  z-index: 8;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer .vjs-big-play-button:focus {
  opacity: 1;
  background-color: #005cb9;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer .vjs-poster,
.DownloadPage.singular .AssetPanel .videoAssetViewer .ytPoster {
  background-size: contain;
  background: #022043;
  pointer-events: none;
}
.DownloadPage.singular .AssetPanel .videoAssetViewer .vjs-poster:before,
.DownloadPage.singular .AssetPanel .videoAssetViewer .ytPoster:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.DownloadPage.singular .AssetPanel .assetDetails {
  display: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.DownloadPage.singular .AssetPanel .assetDetails .eyebrow,
.DownloadPage.singular .AssetPanel .assetDetails .heading,
.DownloadPage.singular .AssetPanel .assetDetails .form-content,
.DownloadPage.singular .AssetPanel .assetDetails #footer {
  display: none;
}
.DownloadPage.singular .AssetPanel .assetDetails a {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 48px;
  text-decoration: none;
  width: 100%;
  height: calc(var(--setHeight) - 173px);
}
@media only screen and (max-height: 768px) and (max-width: 991px) and (orientation: landscape) {
  .DownloadPage.singular .AssetPanel .assetDetails a {
    height: 50%;
  }
}
.DownloadPage.singular .AssetPanel .assetDetails a img {
  display: block;
  max-height: 100%;
}
.DownloadPage.singular .AssetPanel .assetDetails a .btn {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  letter-spacing: 0;
  background: #ffffff;
  border-radius: 24px;
  padding: 12px 20px;
  color: #022043;
  display: inline-block;
  width: auto;
}
.DownloadPage.singular + #footer {
  display: none;
}

/* Transition on singular experience */
.slide-left + .DownloadPage.singular .AssetPanel {
  animation: slideLeft 0.5s ease-in-out;
}

.slide-right + .DownloadPage.singular .AssetPanel {
  animation: slideRight 0.5s ease-in-out;
}

.slide-left .singular-nav .singular-desc,
.slide-right .singular-nav .singular-desc {
  animation: fadeIn 0.2s ease-in-out;
}

.ReactModal__Body--open .singular .nextButton {
  display: none;
}

/* Edit/Preview mode */
.aem-AuthorLayer-Preview .DownloadPage .AssetPanel .videoAssetViewer,
.aem-AuthorLayer-Preview .DownloadPage .AssetPanel .pdf-container,
.aem-AuthorLayer-Edit .DownloadPage .AssetPanel .videoAssetViewer,
.aem-AuthorLayer-Edit .DownloadPage .AssetPanel .pdf-container {
  padding: 0px;
}
.aem-AuthorLayer-Preview .DownloadPage .AssetPanel .videoAssetViewer .video-js,
.aem-AuthorLayer-Edit .DownloadPage .AssetPanel .videoAssetViewer .video-js {
  padding-top: 56.25%;
}

@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.featured-speakers {
  text-align: left;
  color: currentColor;
  display: block;
  margin-bottom: 32px;
}
.featured-speakers .header {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.featured-speakers .speaker {
  display: flex;
  align-items: center;
}
.featured-speakers .speaker + .speaker {
  margin-top: 16px;
}
.featured-speakers .headshot {
  height: 48px;
  width: 48px;
  margin-right: 16px;
}
.featured-speakers .details {
  line-height: 1.5;
  font-size: 14px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.btn {
  align-items: center;
  background: #0057ae;
  border-radius: 28px;
  border: 0 none transparent;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.71;
  outline: none;
  padding: 12px;
  transition: all 100ms ease;
  width: 100%;
}
.btn#submit {
  margin: 24px auto;
}
.btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.btn:focus-visible {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
}
.btn:focus-visible svg,
.btn:focus-visible .icon {
  fill: #ffffff;
}
.btn:focus-visible:hover {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.btn:focus-visible:hover svg {
  fill: #ffffff;
}
.btn:focus-visible:active {
  background-color: #022043;
  color: #ffffff !important;
}
.btn:focus-visible:active svg {
  fill: #ffffff;
}
.btn.active, .btn:active {
  background-color: #022043;
  color: #ffffff !important;
}
.btn.active svg,
.btn.active .icon, .btn:active svg,
.btn:active .icon {
  fill: #ffffff;
}
.btn:hover {
  background-color: #022043;
  color: #ffffff !important;
}
.btn:hover svg,
.btn:hover .icon {
  fill: #ffffff;
}
.btn .icon {
  fill: #ffffff;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  margin-right: 8px;
}
.btn .text {
  color: currentColor;
}
.btn .timestamp {
  color: currentColor;
  margin-left: 5px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.ctaBtn {
  align-items: center;
  background: #0057ae;
  border-radius: 24px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.71;
  outline: none;
  padding: 12px;
  transition: all 100ms ease;
  width: 100%;
}
.ctaBtn#submit {
  margin: 24px auto;
}
.ctaBtn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.ctaBtn:focus-visible {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
}
.ctaBtn:focus-visible svg,
.ctaBtn:focus-visible .icon {
  fill: #ffffff;
}
.ctaBtn:focus-visible:hover {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.ctaBtn:focus-visible:hover svg {
  fill: #ffffff;
}
.ctaBtn:focus-visible:active {
  background-color: #022043;
  color: #ffffff !important;
}
.ctaBtn:focus-visible:active svg {
  fill: #ffffff;
}
.ctaBtn:hover, .ctaBtn:active {
  background-color: #022043;
  color: #ffffff !important;
}
.ctaBtn:hover svg,
.ctaBtn:hover .icon, .ctaBtn:active svg,
.ctaBtn:active .icon {
  fill: #ffffff;
}
.ctaBtn .icon {
  fill: #ffffff;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  margin-right: 8px;
}
.ctaBtn .text {
  color: currentColor;
}
.ctaBtn .timestamp {
  color: currentColor;
  margin-left: 5px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.group {
  border-radius: 8px;
  box-shadow: 0 0 0 1px #7d8b99;
  height: 48px;
  margin: 8px auto;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
  transition: all 100ms ease;
  -webkit-backface-visibility: hidden;
}
.group input,
.group textarea,
.group select,
.group label,
.group option {
  caret-color: #0057ae;
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 14px;
  font-weight: 400;
}
.group input[type=text]::-ms-clear {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.group input::-webkit-input-placeholder,
.group textarea::-webkit-input-placeholder {
  color: #525d6a;
}
.group input::-moz-placeholder,
.group textarea::-moz-placeholder {
  color: #525d6a;
}
.group input:-ms-input-placeholder,
.group textarea:-ms-input-placeholder {
  color: #525d6a;
}
.group input:-moz-placeholder,
.group textarea:-moz-placeholder {
  color: #525d6a;
}
.group input,
.group textarea,
.group select,
.group option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent !important;
}
.group input:-webkit-autofill, .group input:-webkit-autofill:hover, .group input:-webkit-autofill:focus,
.group textarea:-webkit-autofill,
.group textarea:-webkit-autofill:hover,
.group textarea:-webkit-autofill:focus,
.group select:-webkit-autofill,
.group select:-webkit-autofill:hover,
.group select:-webkit-autofill:focus,
.group option:-webkit-autofill,
.group option:-webkit-autofill:hover,
.group option:-webkit-autofill:focus {
  border: 0 none transparent;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 50000s ease-in-out 0s;
}

.group.hover {
  box-shadow: 0 0 0 1px #a1aab3;
}
.group.hover .form-input-label,
.group.hover .form-input {
  color: #022043;
}

.group.focus.select.valid,
.group.focus.valid,
.group.focus.error {
  box-shadow: 0 0 0 2px #7d8b99;
}

.group.focus {
  box-shadow: 0 0 0 2px #022043;
}
.group.focus .form-input-label,
.group.focus .form-input {
  opacity: 1;
  color: #022043;
}

.group.focus .form-input,
.group.valid .form-input {
  bottom: 6px;
  outline: none;
  height: 21px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.group.valid {
  box-shadow: 0 0 0 1px #ced3d9;
}
.group.valid .form-input-label,
.group.valid .form-input {
  opacity: 1;
  color: #022043;
}

.group.error {
  box-shadow: 0 0 0 1px #de2e21;
}
.group.error.select {
  border: 1px solid #de2e21;
}
.group.error .form-input {
  bottom: 6px;
  height: 21px;
  z-index: 0;
}
.group.error .form-input-label {
  z-index: 10;
}
.group.error .form-input-label,
.group.error .form-input {
  opacity: 1;
  color: #de2e21;
}

.group.outer-label .form-input {
  bottom: 0;
  opacity: 1;
  height: 100%;
}

.form-input {
  background-color: transparent;
  border: none 0 transparent;
  bottom: 0;
  color: #022043;
  font-size: 14px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 0;
  position: absolute;
  transition: all 100ms ease;
  width: 87%;
  z-index: 100;
}
.form-input:focus {
  background-color: transparent;
  bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  height: 21px;
  line-height: 1.5;
  outline: none;
  opacity: 1;
}
.form-input:focus ~ .form-input-label, .form-input:valid ~ .form-input-label {
  background-color: transparent;
  color: #7b858f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 1;
  top: 0;
  transition: all 100ms ease;
  transform: translateY(7px);
  z-index: 1;
}

.form-input-label {
  color: #525d6a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.71;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.form-input-label.outer-label {
  color: #022043;
  position: relative;
  top: initial;
  transform: translateY(0);
}
.form-input-label .error {
  display: none;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.form-container {
  color: #5e6a75;
  background-color: inherit;
}
.form-container .form-content {
  margin-bottom: 0;
}

.editor--warning {
  color: #de2e21;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.error {
  transition: box-shadow 100ms ease;
}
.error.checkbox {
  background-color: #ffebf3;
  padding: 16px;
  box-shadow: 0 0 0 1px #de2e21;
  border-radius: 2px;
}
.error.checkbox label {
  font-size: 14px;
  color: #333d47;
}
.error.select {
  border-color: transparent;
  box-shadow: 0 0 0 1px #de2e21;
}
.error.focus {
  box-shadow: 0 0 0 2px #de2e21;
}
.error.focus .error-tooltip {
  display: inline;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -2px);
  transition: all 100ms ease;
}
.error span.error {
  color: #de2e21;
  height: 20px;
  width: 20px;
  font-weight: 400;
  transform: translate(0, -50%);
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 100;
}
.error span.error svg {
  max-width: 100%;
}

.error-tooltip {
  background: #de2e21;
  border-radius: 5px;
  bottom: 55px;
  color: white;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 55%;
  min-width: 30%;
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 100ms ease;
  visibility: hidden;
  white-space: pre-line;
  width: 100%;
  z-index: 150;
}

.error-tooltip::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #de2e21;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0;
}

.error.select span.error {
  transform: translate(-90%, -50%);
  padding-right: 8px;
  border-right: 1px solid #e8ebed;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.valid.select::after {
  margin-right: 30px;
}

.valid::after {
  border-bottom-width: 2px;
  border-color: #77bc1f;
  border-left-width: 0;
  border-right-width: 2px;
  border-style: solid;
  border-top-width: 0;
  content: "";
  display: block;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 15px;
  top: 46%;
  transform: rotate(45deg);
  width: 0;
  width: 7px;
  z-index: 20;
}

.valid::after {
  border-color: #12a67c;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.group.select {
  position: relative;
  box-shadow: 0 0 0 1px #7d8b99;
}
.group.select::before {
  border-color: #022043;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  vertical-align: middle;
  width: 7px;
  z-index: 9;
}
.group.select > option {
  padding: 0;
}
.group.select.focus {
  border: 1px solid transparent;
  transition: all 100ms ease;
  box-shadow: 0 0 0 2px #000000;
}
.group.select.focus .form-select:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.group.select.valid .form-select {
  display: block;
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group.select .form-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  bottom: 0;
  background: transparent !important;
  border: 0 none transparent;
  box-shadow: none;
  color: #000000;
  display: block;
  font-weight: 400;
  height: 48px;
  position: relative;
  opacity: 0;
  width: 100%;
  padding-top: 20px;
  padding-right: 60px;
  z-index: 10;
}
.group.select .form-select::-ms-value {
  background: none;
  color: #000000;
}
.group.select .form-select option {
  background-color: transparent;
}
.group.select .form-select::-moz-focus-inner {
  border: 0;
}
.group.select .form-select option {
  padding: 0;
  opacity: 1;
}
.group.select .form-select:focus {
  border-style: none;
  outline: none;
  opacity: 1;
}
.group.select .form-select::-ms-clear,
.group.select .form-select::-ms-expand {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.group.select.outer-label .form-select {
  top: 0;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

:-moz-focusring {
  outline: none;
  border: 0 none transparent;
  box-shadow: 0 0 0 transparent;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.image-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.image-wrapper picture {
  width: 100%;
}

img {
  max-width: 100%;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
.keep-informed .form-radio + .form-radio-label:after, .keep-informed .radio-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.keep-informed {
  color: #5e6a75;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
.keep-informed .form-radio-label {
  display: block;
  cursor: pointer;
}
.keep-informed.focus .radio-container:first-of-type .form-radio-label::before {
  border: 1px solid #ced3d9;
}
.keep-informed .radio-container > div + div {
  margin-top: 16px;
}
.keep-informed .radio-container {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.keep-informed .form-radio {
  position: absolute;
  opacity: 0;
}
.keep-informed .form-radio + .form-radio-label .text {
  overflow: hidden;
  display: block;
}
.keep-informed .form-radio + .form-radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #ced3d9;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 16px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 100ms ease;
}
.keep-informed .form-radio:checked + .form-radio-label:before {
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 5px #0875e1;
}
.keep-informed .form-radio:focus + .form-radio-label:before {
  border: 1px solid transparent;
  outline: none;
}
.keep-informed .form-radio + .form-radio-label:empty:before {
  border: 1px solid transparent;
  margin-right: 0;
}
.keep-informed .form-radio:focus ~ .form-radio-label::before {
  border-color: #333d47;
}
.keep-informed.error {
  background-color: #ffebf3;
  padding: 16px;
}
.keep-informed.error .form-radio-label {
  color: #9e9595;
}
.keep-informed.error .form-radio + .form-radio-label span {
  display: inline-block;
  width: 90%;
}
.keep-informed.error .form-radio + .form-radio-label:before {
  border: 1px solid #ffbdd6;
  background-color: #ffffff;
}
.keep-informed + span.error-tooltip {
  display: none;
}
.keep-informed .text p {
  margin: 0;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.quote {
  color: currentColor;
  line-height: 1.5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
}

.quote-image {
  height: 56px;
  margin-bottom: 24px;
}

.quote-text {
  font-size: 16px;
  margin: 0 0 16px 0;
}

.quote-speakerName {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.quote-speakerPosition {
  margin: 0;
  font-size: 14px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.ReactModal__Body--open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-container {
  height: 100%;
}
.section-container.white {
  background: #ffffff;
  color: #5e6a75;
}
.section-container.blue {
  background-color: #0057ae;
  background-image: none;
  color: #ffffff;
}
.section-container.green {
  background: #609915;
  color: #ffffff;
}
.section-container.lightgray {
  background: #f1f3f6;
  color: #022043;
}
.section-container.darkgray {
  background-image: linear-gradient(to right, #333d47, #4a5561);
  color: #ffffff;
}
.section-container .section-container {
  padding: 32px;
}
@media screen and (min-width: 62em) {
  .section-container .section-container {
    padding: 32px 64px;
  }
}

@media screen and (max-width: 48em) {
  .modal-content .modal-body header + div > .section-container {
    min-height: 80vh;
  }
}
.modal-content picture {
  aspect-ratio: 16/9;
}

.logged-in-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
}
.logged-in-loader .wdc-dark-circle {
  background: rgba(0, 0, 0, 0.65);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
}
.logged-in-loader .wdc-dark-circle .wdc-loading-dots {
  top: 50%;
  transform: translate(0, -50%);
}
.logged-in-loader .wdc-dark-circle .wdc-loading-dots::after,
.logged-in-loader .wdc-dark-circle .wdc-loading-dots span::before,
.logged-in-loader .wdc-dark-circle .wdc-loading-dots span::after {
  background-color: #ffffff !important;
}

.modal-overlay {
  display: block;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 62em) {
  .modal-overlay {
    position: fixed;
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .modal-overlay {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: landscape) {
  .modal-overlay {
    overflow: auto;
  }
}
.modal-overlay:before {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.root-disclaimer-modal .modal-overlay:before {
  backdrop-filter: blur(17.5px);
}

.modal-overlay .modal-dialog {
  position: absolute;
  z-index: 1010;
  width: 100%;
  top: 72px;
  left: 0;
}
.modal-overlay .modal-dialog.stepx-w-content, .modal-overlay .modal-dialog.stepx-no-content {
  display: none;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog {
    left: 50%;
    top: 100px;
    margin-bottom: 100px;
    transform: translate(-50%, 0);
    max-width: 702px;
  }
}
@media screen and (min-width: 62em) {
  .modal-overlay .modal-dialog {
    max-width: 928px;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: landscape) {
  .modal-overlay .modal-dialog {
    top: 32px;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: portrait) {
  .modal-overlay .modal-dialog {
    top: 64px;
  }
}
.modal-overlay .modal-dialog:focus {
  outline: -webkit-focus-ring-color auto 0;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog.step2-no-content {
    max-width: 464px;
  }
}
.modal-overlay .modal-dialog .modal-content {
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content {
    border-radius: 8px;
    background-clip: padding-box;
    overflow: hidden;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: landscape) {
  .modal-overlay .modal-dialog .modal-content {
    margin-bottom: 32px;
  }
}

.modal-content .icon--close {
  display: none;
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  fill: #7b858f;
  width: 15.6px;
  height: 15.6px;
  margin: 0px;
}
@media screen and (min-width: 48em) {
  .modal-content .icon--close {
    display: block;
  }
}
.modal-content .icon--close .st0 {
  fill: #7b858f;
}

.modal-content .icon--close--mobile {
  display: none;
  z-index: 10;
  position: absolute;
  float: left;
  top: 31.7px;
  left: 28.1px;
  cursor: pointer;
  fill: #7b858f;
  width: 15.8px;
  height: 16.6px;
  margin: 0px;
}
@media screen and (max-width: 48em) {
  .modal-content .icon--close--mobile {
    display: block;
  }
}
.modal-content .icon--close--mobile .st0 {
  fill: #7b858f;
}

.modal-overlay .modal-dialog .modal-content .modal-body {
  display: block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body {
    border-radius: 8px;
    background-clip: padding-box;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
  }
}
.modal-overlay .modal-dialog .modal-content .modal-body > div {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body > div {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body header {
    display: none;
  }
}
.modal-overlay .modal-dialog .modal-content .modal-body > div > .section-container > div > .section-container > div > footer {
  display: none;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body > div > .section-container > div > .section-container > div > footer {
    display: block;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: landscape) {
  .modal-overlay .modal-dialog .modal-content .modal-body > div > .section-container > div > .section-container > div > footer {
    display: block;
  }
}
@media screen and (min-device-width: 48em) and (max-device-width: 62em) and (orientation: portrait) {
  .modal-overlay .modal-dialog .modal-content .modal-body > div > .section-container > div > .section-container > div > footer {
    display: block;
  }
}
.modal-overlay .modal-dialog .modal-content .modal-body .eyebrow {
  margin-bottom: 8px;
}
.modal-overlay .modal-dialog .modal-content .modal-body > footer {
  padding: 32px 0 24px 0;
  display: block;
  margin: 0;
  border-top: 0 none transparent;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body > footer {
    display: none;
  }
}
.modal-overlay .modal-dialog .modal-content .modal-body .cmp-pagereference footer {
  display: none;
}
@media screen and (min-width: 48em) {
  .modal-overlay .modal-dialog .modal-content .modal-body .cmp-pagereference footer {
    display: block;
  }
}
html.aem-AuthorLayer-Edit .modal-overlay .modal-dialog .modal-content .modal-body {
  display: block;
}
html.aem-AuthorLayer-Edit .modal-overlay .modal-dialog .modal-content .modal-body > div {
  width: 100%;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.thankyou {
  max-width: 465px !important;
}
.thankyou .section-container {
  padding: 50px 65px 0px 65px;
  color: #333d47;
}
.thankyou .section-container footer {
  padding: 5px 0px 35px 0px;
}
.thankyou .section-container .form-content a {
  color: #0077e9;
  text-decoration: none;
  font-weight: bold;
}
.thankyou .section-container .heading {
  color: #333d47;
  text-align: left;
}
.thankyou .section-container .ctaBtn {
  box-shadow: inset 0 0 0 2px #022043;
  color: #022043 !important;
  background-color: transparent;
  text-decoration: none;
}
.thankyou .section-container .ctaBtn svg {
  fill: #022043;
}
.thankyou .section-container .ctaBtn:hover {
  background-color: #022043;
  box-shadow: inset 0 0 0 0 transparent;
  color: #ffffff !important;
  text-decoration: none;
}
.thankyou .section-container .ctaBtn:hover svg {
  fill: #ffffff;
}
.thankyou .section-container .ctaBtn:active {
  background-color: #022043;
  box-shadow: inset 0 0 0 0 transparent;
  color: #ffffff !important;
  text-decoration: none;
}
.thankyou .section-container .ctaBtn:active svg {
  fill: #ffffff;
}
.thankyou .section-container .ctaBtn:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.thankyou .section-container .ctaBtn:focus-visible {
  color: #ffffff !important;
  background-color: #022043;
  box-shadow: inset 0 0 0 2px #022043, 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
}
.thankyou .section-container .ctaBtn:focus-visible svg {
  fill: #ffffff;
}
.thankyou .section-container .ctaBtn:focus-visible:hover {
  background-color: #022043;
  color: #ffffff !important;
  box-shadow: 0 0 0 0 transparent;
}
.thankyou .section-container .ctaBtn:focus-visible:hover svg {
  fill: #ffffff;
}
.thankyou .section-container .ctaBtn:focus-visible:active {
  background-color: #022043;
  color: #ffffff !important;
}
.thankyou .section-container .ctaBtn:focus-visible:active svg {
  fill: #ffffff;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.card {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0px;
  border: 1px solid #b6c1cc;
  border-radius: 8px;
  flex: 1 0 100%;
  overflow: hidden;
  max-width: 300px;
}
@media screen and (min-width: 48em) {
  .card {
    flex: 1;
    width: 284px;
  }
}
.card__item {
  width: 100%;
  box-sizing: border-box;
}
.card__item:first-child {
  background: #f1f3f6;
}
.card__item:first-child a {
  outline: none;
}
.card__item:last-child {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #0057ae;
  line-height: 24px;
  padding: 16px 22px 24px;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
}
.card__item:last-child a {
  align-items: center;
  display: flex;
}
.card__item:last-child a span {
  padding: 0 2px;
}
.card__item:last-child a svg {
  width: 22px;
  height: 22px;
  fill: #0057ae;
}
.card__item:last-child a:hover, .card__item:last-child a:active {
  color: #022043;
}
.card__item:last-child a:hover svg, .card__item:last-child a:active svg {
  fill: #022043;
}
.card__item:last-child a:focus {
  color: #022043;
  box-shadow: 0 0 0 2px #0057ae;
  border: none;
  outline: none;
  border-radius: 24px;
}
.card__item:last-child a:focus svg {
  fill: #022043;
}
.card__item.flexible {
  padding: 8px 24px 0;
  flex-grow: 1;
}
.card__thumbnail {
  margin: 0 auto;
  display: block;
  height: 148px;
}
.card h3 {
  color: #022043;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}

.card-cta__blue {
  color: #0057ae;
  outline: none;
}
.card-cta__blue svg {
  fill: #0057ae;
  padding-right: 6px;
}
.card-cta__blue:hover, .card-cta__blue:active {
  color: #022043;
}
.card-cta__blue:hover svg, .card-cta__blue:active svg {
  fill: #022043;
}
.card-cta__blue:focus {
  color: #022043;
  box-shadow: 0 0 0 2px #0057ae;
  border: none;
  outline: none;
  border-radius: 24px;
}
.card-cta__blue:focus svg {
  fill: #022043;
}

.form-container-v2-cmp .cards {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 62em) {
  .form-container-v2-cmp .cards {
    flex-flow: column;
  }
}
@media screen and (min-width: 75em) {
  .form-container-v2-cmp .cards {
    gap: 48px;
  }
}
.form-container-v2-cmp .card {
  border-radius: 8px;
  padding: 23px;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 75em) {
  .form-container-v2-cmp .card {
    max-width: 355px;
  }
}
.form-container-v2-cmp .card__item svg {
  width: 48px;
  height: 48px;
  fill: #0057ae;
}
.form-container-v2-cmp .card__item h3 {
  font-size: 20px;
  margin: 11px 0px;
}
.form-container-v2-cmp .card__item p {
  color: #022043;
}
.form-container-v2-cmp .card__item:first-child {
  background: #ffffff !important;
}
.form-container-v2-cmp .card__item:first-child, .form-container-v2-cmp .card__item.flexible, .form-container-v2-cmp .card__item:last-child {
  padding: 0;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
@media screen and (min-width: 62em) {
  .form-container-v2-cmp.ui-wrapper .thank-you-v2-cmp {
    height: calc(100vh - 72px);
    display: flex;
    flex-flow: column;
    overflow: auto;
  }
}

.thank-you-v2-cmp {
  animation: fadeIn 0.2s ease-in-out;
}
.thank-you-v2-cmp .top {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
@media screen and (min-width: 62em) {
  .thank-you-v2-cmp .top {
    padding: 64px 32px;
  }
}
.thank-you-v2-cmp .top .icon {
  fill: #0057ae;
  width: 48px;
  height: 48px;
}
.thank-you-v2-cmp .top .description {
  text-align: center;
}
.thank-you-v2-cmp .top .description h1 {
  color: #022043;
  font-size: 32px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin: 24px 0;
}
@media screen and (min-width: 48em) {
  .thank-you-v2-cmp .top .description h1 {
    font-size: 40px;
    line-height: 41.6px;
  }
}
.thank-you-v2-cmp .top .description p {
  color: #022043;
  text-align: center;
  font-size: 20px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.thank-you-v2-cmp .bottom {
  background-color: #022043;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  flex: 1;
}
@media screen and (min-width: 62em) {
  .thank-you-v2-cmp .bottom {
    padding: 96px 32px;
  }
}
.thank-you-v2-cmp .bottom .description {
  padding-bottom: 32px;
}
@media screen and (min-width: 62em) {
  .thank-you-v2-cmp .bottom .description {
    padding-bottom: 64px;
  }
}
.thank-you-v2-cmp .bottom .description p {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  line-height: 24.96px;
  margin: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.section-container {
  height: 100%;
}
.section-container.white {
  background: #ffffff;
  color: #5e6a75;
}
.section-container.blue {
  background-color: #0057ae;
  background-image: none;
  color: #ffffff;
}
.section-container.green {
  background: #609915;
  color: #ffffff;
}
.section-container.lightgray {
  background: #f1f3f6;
  color: #022043;
}
.section-container.darkgray {
  background-image: linear-gradient(to right, #333d47, #4a5561);
  color: #ffffff;
}
.section-container.ba .section-container {
  padding: 32px;
}
@media screen and (min-width: 62em) {
  .section-container.ba .section-container {
    padding: 32px 64px;
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.checkbox {
  border: 0 none transparent;
  line-height: 1.5;
  margin-top: 10px;
  padding: 15px;
  position: relative;
  font-size: 14px;
  /* Style the artificial checkbox */
}
.checkbox.inEditor {
  border: 1px solid red;
}
.checkbox label {
  cursor: pointer;
  display: block;
}
.checkbox label:before {
  background: transparent;
  border-radius: 15%;
  border: 1px solid #7d8b99;
  content: "";
  cursor: pointer;
  display: block;
  float: left;
  height: 18px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 2px;
  transition: all 100ms ease;
  vertical-align: top;
  width: 18px;
}
.checkbox label span {
  display: block;
  overflow: hidden;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /* Style its checked state...with a ticked icon */
}
.checkbox input[type=checkbox]:checked + label:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0.1986 0.1429 9.9527 8.7244' width='9.9527px' height='8.7244px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M 3.539 6.186 L 8.64 0.25 C 8.751 0.117 8.939 0.104 9.072 0.233 L 10.046 1.06 C 10.173 1.184 10.188 1.389 10.075 1.524 L 3.945 8.76 C 3.841 8.885 3.669 8.904 3.539 8.8 C 3.533 8.795 0.302 6.186 0.302 6.186 C 0.176 6.064 0.161 5.86 0.28 5.718 L 1.134 4.687 C 1.248 4.55 1.446 4.542 1.569 4.661 L 3.539 6.186 Z' fill='%23FFFFFF' id='object-0'/%3E%3C/svg%3E") !important;
  font-size: 12px;
  font-weight: normal;
}

.authorText {
  color: #de2e21;
}

.author-isHidden b {
  color: #de2e21;
}

.checkbox {
  /* Style the artificial checkbox */
}
.checkbox label:before {
  border: 1px solid #7d8b99;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.nav__items {
  display: block;
  margin: 0;
  margin: auto;
  padding: 0;
  position: relative;
  list-style: none;
}
.nav__items > div + div {
  margin-top: 8px;
}
.nav__items a {
  -webkit-appearance: none;
  box-shadow: inset 0 0 0 0 transparent;
  display: block;
  padding: 16px 32px;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transition: all 100ms ease;
}
.nav__items a:hover {
  box-shadow: inset 0 0 0 0 transprent;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media screen and (min-width: 62em) {
  .nav__items a {
    padding: 16px 48px;
  }
}
.nav__items a:active, .nav__items a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
.nav__items a.active {
  -webkit-transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 12px 0 0 -8px #f1f3f6;
  cursor: default;
}
.nav__items a .content {
  position: relative;
  display: block;
}
.nav__items a .content .icon {
  top: -3px;
  right: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: #b6c1cc;
}
.nav__items .form-content {
  color: #f1f3f6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.nav__items .eyebrow {
  color: #b6c1cc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 20px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.nav__items .duration {
  color: #b6c1cc;
  font-size: 16px;
  line-height: 24px;
}
.nav__items .active-link-slide {
  display: block;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 12px 0 0 -8px #f1f3f6;
  width: 100%;
  height: auto;
}
.whiteNav .nav__items a:hover {
  background-color: #f6f7f8;
}
.whiteNav .nav__items a:active, .whiteNav .nav__items a:focus {
  -webkit-tap-highlight-color: rgba(246, 247, 248, 0);
  -webkit-appearance: none;
}
.whiteNav .nav__items a.active {
  background-color: #f6f7f8;
  box-shadow: inset 12px 0 0 -8px #0875e1;
}
.whiteNav .nav__items a .content .icon {
  fill: #7b858f;
}
.whiteNav .nav__items .form-content {
  color: #333d47;
}
.whiteNav .nav__items .eyebrow {
  color: #7b858f;
}
.whiteNav .nav__items .duration {
  color: #7b858f;
}
.whiteNav .nav__items .active-link-slide {
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 12px 0 0 -8px #0875e1;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.form-container-v2-cmp {
  /* Container background colors */
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp {
    position: relative;
  }
}
.form-container-v2-cmp.ui-wrapper .top-row .form-container__column--0, .form-container-v2-cmp.ui-wrapper .top-row .form-container__column--1 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.form-container-v2-cmp.ui-wrapper .top-row .form-container__column--1 {
  justify-content: center;
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp {
    overflow: hidden;
  }
}
.form-container-v2-cmp .top-row {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  /* Column wrapper */
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.form-container-v2-cmp .top-row .form-container__column {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* Left column */
  /* Right column */
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row .form-container__column {
    flex: 1 0 50%;
  }
}
.form-container-v2-cmp .top-row .form-container__column--0 {
  box-sizing: border-box;
  position: relative;
  /* Marketo form styling */
}
.form-container-v2-cmp .top-row .form-container__column--0 > div {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px;
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row .form-container__column--0 {
    padding: 32px 32px 0;
    height: 100%;
  }
  .form-container-v2-cmp .top-row .form-container__column--0 > div {
    flex: 1;
    max-width: 528px;
    padding: 24px 0 48px;
  }
}
@media screen and (min-width: 100em) {
  .form-container-v2-cmp .top-row .form-container__column--0 {
    padding: 32px 96px 0;
  }
}
.form-container-v2-cmp .top-row .form-container__column--0 h1 {
  color: #022043;
  font-size: 32px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin: 0 0 24px;
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row .form-container__column--0 h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.form-container-v2-cmp .top-row .form-container__column--0 p {
  color: #022043;
  font-size: 20px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
}
.form-container-v2-cmp .top-row .form-container__column--0 p:last-of-type {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormFlex {
  display: flex;
  gap: 11px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormFlex div {
  flex: 1 0 auto;
  margin: 0;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow {
  border-radius: 8px;
  border: 1px solid #7d8b99;
  box-shadow: none;
  font-weight: 400;
  height: 56px;
  margin: 10px auto;
  box-sizing: border-box;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow:focus, .form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.focus, .form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.select:focus-within {
  box-shadow: 0 0 0 2px #0057ae;
  border: 1px solid transparent;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow:not(.valid) label.mktoLabel {
  color: #525d6a;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.focus label.mktoLabel, .form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.valid label.mktoLabel, .form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.invalid.nonEmpty label.mktoLabel {
  color: #022043;
  font-size: 12px;
  width: auto !important;
  font-weight: 400;
  line-height: 18px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.invalid {
  box-shadow: 0 0 0 2px #de2e21;
  border: 1px solid transparent;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.checkbox {
  border: none;
  height: auto !important;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.checkbox input:focus + label:before {
  box-shadow: 0 0 0 2px #0057ae;
  border: 1px solid transparent;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.checkbox:hover {
  box-shadow: none;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.checkbox input[type=checkbox] + label {
  padding-left: 0;
  padding-bottom: 0;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.text {
  padding: 0;
  height: auto !important;
  border: none;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow.text:hover {
  box-shadow: none;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow label.mktoLabel {
  color: #525d6a;
  font-size: 16px;
  width: auto !important;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow select:hover {
  cursor: pointer;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow input {
  height: 32px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoField {
  font-size: 16px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoHtmlText {
  text-align: left;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoHtmlText a {
  color: #0057ae;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoHtmlText a:focus-visible {
  border: none;
  outline: none;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoHtmlText a:hover, .form-container-v2-cmp .top-row .form-container__column--0 .mktoFormRow .mktoHtmlText a:active {
  color: #022043;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoButton {
  border-radius: 32px;
  padding: 20px;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoButton:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0875e1;
}
.form-container-v2-cmp .top-row .form-container__column--0 .mktoButton span {
  font-size: 16px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.form-container-v2-cmp .top-row .form-container__column--1 {
  padding: 32px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row .form-container__column--1 {
    padding: 64px 0;
    overflow: visible;
    position: sticky;
    top: 0;
  }
}
.form-container-v2-cmp .top-row .form-container__column--1 div:first-child > div {
  display: flex;
  flex-direction: column;
}
.form-container-v2-cmp .top-row .form-container__column--1 .image-cmp {
  box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp .top-row .form-container__column--1 .image-cmp {
    margin-left: 32px;
  }
}
@media screen and (min-width: 100em) {
  .form-container-v2-cmp .top-row .form-container__column--1 .image-cmp {
    margin-left: 96px;
  }
}
.form-container-v2-cmp .top-row .form-container__footer {
  display: block;
}
.form-container-v2-cmp .top-row form {
  width: 100% !important;
}
.form-container-v2-cmp .white {
  background-color: #ffffff;
}
.form-container-v2-cmp .sour-lemon {
  background-color: #fcf8e8;
}
.form-container-v2-cmp .keyboard {
  background-color: #fcf8e8;
}

@media screen and (min-width: 62em) {
  .form-container-v2-cmp.ui-wrapper {
    height: calc(100vh - 72px);
  }
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp.ui-wrapper .top-row .form-container__column--0 {
    height: 100vh;
  }
}
@media screen and (min-width: 62em) {
  .form-container-v2-cmp.ui-wrapper .top-row .form-container__column--1 {
    height: calc(100vh - 72px);
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.dd-wrapper {
  position: absolute;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  text-align: left;
  top: 55px;
  padding: 12px;
  margin-right: 32px;
  width: 320px;
  min-height: 122px;
  z-index: 99999;
  background-color: #ffffff;
  right: 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: -webkit-fill-available;
}
.dd-wrapper ul {
  padding: 0;
  margin: 0;
}
.dd-wrapper li {
  list-style-type: none;
  font-size: 1rem;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
  margin: 0;
  word-wrap: break-word;
  outline: none;
}
.dd-wrapper li a {
  text-decoration: none;
}
.dd-wrapper li a:focus {
  outline: none;
  box-shadow: none;
}
.dd-wrapper li:hover {
  border-radius: 8px;
  background: #f0f1f2;
}
.dd-wrapper li:focus-visible {
  border-radius: 8px;
  border: 2px solid #0875e1;
  background: #ffffff;
  outline: none;
}
.dd-wrapper li:active {
  border-radius: 8px;
  background: #dfe2e6;
}
.dd-wrapper li .dd-country {
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 24px;
  margin-right: 4px;
}
.dd-wrapper li .dd-number {
  color: #022043;
  font-family: "Acid Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.dd-wrapper li .dd-number:focus-visible {
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 62em) {
  .dd-wrapper {
    width: 100% !important;
    position: absolute;
    left: 0;
    border-radius: 0;
    top: 72px;
    border: none;
    border-bottom: 1px solid #dfe2e6;
  }
}
@media screen and (min-width: 100em) {
  .dd-wrapper {
    margin-right: 96px;
  }
}

.showGreyBack {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  left: 0;
  top: 72px;
  position: fixed;
  z-index: 1;
  backdrop-filter: blur(17.5px);
  transition: visibility 200ms, opacity 200ms;
  -webkit-transition: visibility 200ms ease-in-out, opacity 200ms ease-in-out;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.cmp-sign-in-menu {
  position: absolute;
  text-align: left;
  padding: 12px;
  z-index: 50;
  flex-direction: column;
  top: 0px;
  right: 0;
  width: 320px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow-y: auto;
  max-height: calc(100dvh - 73px);
}
@media (max-width: 400px) {
  .cmp-sign-in-menu {
    transform: translateX(7%);
  }
}
.cmp-sign-in-menu__wrapper {
  position: absolute;
  left: 50px;
  opacity: 1;
  z-index: 50;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cmp-sign-in-menu__wrapper.hideMenu {
  opacity: 0;
}
.cmp-sign-in-menu__wrapper.showMenu {
  opacity: 1;
}
.cmp-sign-in-menu__account-wrapper {
  padding: 12px;
}
.cmp-sign-in-menu__account-wrapper p {
  padding: 6px 0 !important;
}
.cmp-sign-in-menu__user-info {
  display: flex;
  flex-direction: column;
}
.cmp-sign-in-menu__user-name {
  color: #022043;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.cmp-sign-in-menu__avatar {
  width: 24px;
  height: 24px;
  background-color: #0057ae;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}
.cmp-sign-in-menu__account-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cmp-sign-in-menu__account-box .cmp-sign-in-menu__avatar {
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 40px;
}
.cmp-sign-in-menu__account-box a {
  text-decoration: none;
}
.cmp-sign-in-menu__account-box a:hover {
  text-decoration: underline;
}
.cmp-sign-in-menu__sections__separator {
  border-top: 1px solid #b6c1cc;
  box-sizing: border-box;
  margin: 12px;
}
.cmp-sign-in-menu__link {
  color: #0057ae;
  text-decoration: underline;
  font-weight: 700;
  line-height: 24px;
  display: inline-flex;
}
.cmp-sign-in-menu__link:hover, .cmp-sign-in-menu__link:active, .cmp-sign-in-menu__link:focus {
  color: #022043;
}
.cmp-sign-in-menu svg.life-saver-icon {
  width: 48px;
  height: 48px;
  fill: #0057ae;
}
.cmp-sign-in-menu svg.arrow-icon {
  width: 24px;
  height: 24px;
  fill: #022043;
}
.cmp-sign-in-menu .overline {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 700;
  color: #022043;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.cmp-sign-in-menu p {
  color: #022043;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 12px;
  margin: 0;
}
.cmp-sign-in-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cmp-sign-in-menu ul li a {
  padding: 0.75rem;
  color: #022043;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  text-decoration: none;
  border-radius: 8px 8px 8px 8px;
  background-clip: padding-box;
}
.cmp-sign-in-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.navigation-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
  top: 72px;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  transition: visibility 200ms, opacity 200ms;
  transition-timing-function: ease-in-out;
}
.navigation-overlay.showGreyBack {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(17.5px);
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.cmp-sign-in__wrapper {
  position: relative;
}
.cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn {
  background: transparent;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 36px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 12px;
  margin: 4px;
  font-size: 10px;
}
.cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn:hover, .cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn.active, .cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn:active {
  background-color: #f0f1f2;
}
.cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn:focus {
  box-shadow: none;
  outline: none;
}
.cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
}
.cmp-sign-in__wrapper .cmp-sign-in-menu__toggle-btn svg {
  width: 24px;
  height: 24px;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
header {
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #b6c1cc;
  text-align: center;
  height: 72px;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header a:focus,
header a:focus-visible {
  box-shadow: 0 0 0 2px #0057ae;
  outline: 0;
  border-radius: 24px;
}
header .header-button-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
}
header .cmp-logo-v2-wrapper svg {
  width: 120px;
  display: inline-block;
}
header .btn-callus {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: none;
  color: #0057ae;
  position: relative;
  font-family: "Acid Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  cursor: pointer;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
  text-decoration: underline;
}
header .btn-callus span {
  text-align: left;
}
header .btn-callus svg {
  fill: #0057ae;
}
header .btn-callus:hover, header .btn-callus:active {
  color: #022043;
  text-decoration: underline;
}
header .btn-callus:hover svg, header .btn-callus:active svg {
  fill: #022043 !important;
}
header .btn-callus:focus-visible {
  color: #022043 !important;
  box-shadow: 0 0 0 2px #0057ae;
  border: none !important;
  outline: none !important;
  border-radius: 24px;
}
header .btn-callus:focus-visible svg {
  fill: #022043 !important;
}
header .active {
  color: #0057ae;
  text-decoration: underline;
  outline: none;
}
header .active svg {
  fill: #022043;
}
header .header-cta {
  color: #022043;
  font-weight: 700;
  margin-left: auto;
  padding-right: 24px;
}
header .header-cta a {
  color: #0057ae;
  text-decoration: underline;
}
header .header-cta a:hover, header .header-cta a:active {
  color: #022043;
}
header .header-cta a:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
header .header-cta a:focus-within {
  color: #022043;
  box-shadow: 0 0 0 2px #0057ae;
  border: none;
  outline: none;
  border-radius: 24px;
}
@media screen and (max-width: 48em) {
  header .header-cta p {
    font-size: 0;
  }
  header .header-cta p a {
    font-size: 16px;
  }
}
@media screen and (max-width: 62em) {
  header .header-cta-dd {
    display: none;
  }
}
header .aside-contact-div {
  display: flex;
  margin-left: auto;
}
header .contact-sales {
  font-family: "Acid Grotesk";
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 48em) {
  header .contact-sales {
    right: 0;
    margin-right: 12px;
    display: none;
  }
}
header .contact-sales:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
header .contact-sales:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0057ae;
  border: 0;
  outline: 0;
}
header.singular .contact-sales {
  font-family: "Acid Grotesk";
  font-weight: 700;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
}
header.singular .contact-sign-in__wrapper {
  position: relative;
}
@media screen and (max-width: 48em) {
  header {
    padding: 0 24px;
  }
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.logo-wall-cmp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 62em) {
  .logo-wall-cmp {
    padding: 0 32px;
  }
}
@media screen and (min-width: 100em) {
  .logo-wall-cmp {
    padding: 0 96px;
    width: 100%;
    margin: 0 auto;
  }
}
.logo-wall-cmp .logo-wall__description p {
  color: #022043;
  font-size: 20px;
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  padding: 48px 0 24px;
  margin: 0;
}
.logo-wall-cmp .logo-wall__logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row !important;
  align-items: center;
  width: 100%;
  gap: 24px;
}
@media screen and (min-width: 48em) {
  .logo-wall-cmp .logo-wall__logos {
    justify-content: space-between;
  }
}
.logo-wall-cmp .logo-wall__logos img {
  display: block;
  max-width: 120px;
  max-height: 56px;
  width: auto;
  height: auto;
}
/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 300;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Light.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Light.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Light.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Regular.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Regular.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Regular.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-Bold.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-Bold.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "Acid Grotesk";
  font-style: normal;
  font-weight: 800;
  src: url("https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2") format("woff2"), url("https://static.workday.com/fonts/Acid_Grotesk/WOFF/FFF-AcidGrotesk-ExtraBold.woff") format("woff"), url("https://static.workday.com/fonts/Acid_Grotesk/OTF/FFF-AcidGrotesk-ExtraBold.otf") format("otf"), url("https://static.workday.com/fonts/Acid_Grotesk/TTF/FFF-AcidGrotesk-ExtraBold.ttf") format("ttf");
}
.consent-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: 999;
  display: block;
  color: #1e1e1e;
  font-size: 16px;
  background-color: #fff;
  padding: 32px;
  opacity: 0;
  display: none;
  width: 100%;
  max-width: 80%;
  text-align: center;
}
@media (min-width: 768px) {
  .consent-prompt {
    max-width: 500px;
  }
}
.consent-prompt h5 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-top: 0;
  text-align: center;
  color: #333333;
}
.consent-prompt p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 400;
}
.consent-prompt.show {
  opacity: 1;
  display: block;
}
.consent-prompt .consent-prompt-header button {
  background-color: #d7eafc;
  border-radius: 100%;
  border: 2px solid #d7eafc;
  cursor: pointer !important;
  outline-style: none;
  position: absolute;
  text-indent: -999em;
  height: 24px;
  width: 24px;
  right: -10px;
  top: -10px;
  transition: background-color 250ms ease;
  z-index: 1000;
}
.consent-prompt .consent-prompt-header button:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9), 0 0 0 4px #0875e1;
}
.consent-prompt .consent-prompt-header button:focus, .consent-prompt .consent-prompt-header button:hover {
  background-color: #0875e1;
}
.consent-prompt .consent-prompt-header button:focus::before, .consent-prompt .consent-prompt-header button:focus::after, .consent-prompt .consent-prompt-header button:hover::before, .consent-prompt .consent-prompt-header button:hover::after {
  background: #1e1e1e;
}
.consent-prompt .consent-prompt-header button::before, .consent-prompt .consent-prompt-header button::after {
  background: #0875e1;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -25%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 250ms ease;
  width: 50%;
}
.consent-prompt .consent-prompt-header button::before {
  transform: rotate(45deg);
}
.consent-prompt .consent-prompt-header button::after {
  transform: rotate(135deg);
}
.consent-prompt .cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.consent-prompt .cta-wrapper .cmp-button {
  width: 100%;
}
.consent-prompt .cta-wrapper .wd-btn {
  cursor: pointer;
  background-color: #ffffff;
  border: 0;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.consent-prompt .cta-wrapper .wd-btn .cmp-button__text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent {
  text-align: center;
  background-color: #0875e1;
  padding: 12px;
  color: #fff;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-consent:hover {
  background-color: #005cb9;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close {
  text-align: center;
  color: #0875e1;
  padding: 12px 12px 0;
}
.consent-prompt .cta-wrapper .wd-btn.consent-prompt-close:hover {
  color: #005cb9 !important;
  text-decoration: underline;
}

.clickBlocker {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.4);
}

.consent-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1001;
  overflow: auto;
}

.poster-filler {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  z-index: 900;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Acid Grotesk";
}
body:after {
  content: "xs";
  display: none;
}
@media (min-width: 48em) {
  body:after {
    content: "sm";
  }
}
@media (min-width: 62em) {
  body:after {
    content: "md";
  }
}
@media (min-width: 75em) {
  body:after {
    content: "lg";
  }
}
@media (min-width: 100em) {
  body:after {
    content: "xl";
  }
}

.hide-consent {
  display: none !important;
  visibility: hidden;
  color: transparent;
  background-color: transparent;
  opacity: 0;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

