/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./client/src/scss/app.scss ***!
  \*************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./client/src/scss/app.scss (1) ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 430px){
  .container{
    max-width: 430px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1700px){
  .container{
    max-width: 1700px;
  }
}
.static{
  position: static;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border{
  border-width: 1px;
}
.pb-12{
  padding-bottom: 3rem;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

.main{
  padding-top: 80px;
}
.UserDefinedForm .main{
  position: relative;
  padding-top: 152px;
}
.main .bg-image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.main .bg-image .bg-image-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5019607843) 51%, rgba(0, 0, 0, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
}
.main .bg-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 960px) {
  .main{
    padding-top: 170px;
  }
  .UserDefinedForm .main{
    padding-top: 184px;
  }
}

.container,
.content-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  max-width: 1700px;
}

*:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 18px;
  line-height: 1.06;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  min-height: 69px;
  min-width: 137px;
  line-height: 21px;
}

.btn .btnIcon{
  margin-left: 1rem;
  height: 1rem;
}

.btn:hover:not(:disabled){
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.btn:disabled{
  opacity: 0.8;
}

.btn--secondary{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.btn--secondary:hover:not(:disabled){
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn--secondary-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn--secondary-white:hover:not(:disabled){
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn--white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.btn--white:hover:not(:disabled){
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn--sm{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 56px;
}

.btn--yellow{
  --tw-border-opacity: 1;
  border-color: rgb(255 217 42 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.element--pt-sm{
  padding-top: 1.25rem;
}

.element--pb-sm{
  padding-bottom: 1.25rem;
}

.element--mt-sm{
  margin-bottom: 1.25rem;
}

.element--mb-sm{
  margin-bottom: 1.25rem;
}

.element--pt-md{
  padding-top: 2.5rem;
}

.element--pb-md{
  padding-bottom: 2.5rem;
}

.element--mt-md{
  margin-top: 2.5rem;
}

.element--mb-md{
  margin-bottom: 2.5rem;
}

.element--pt-lg{
  padding-top: 3.75rem;
}

.element--pb-lg{
  padding-bottom: 3.75rem;
}

.element--mt-lg{
  margin-top: 3.75rem;
}

.element--mb-lg{
  margin-bottom: 3.75rem;
}

@media (min-width: 960px) {
  .element--pt-sm{
    padding-top: 2.5rem;
  }
  .element--pb-sm{
    padding-bottom: 2.5rem;
  }
  .element--mt-sm{
    margin-bottom: 2.5rem;
  }
  .element--mb-sm{
    margin-bottom: 2.5rem;
  }
  .element--pt-md{
    padding-top: 5rem;
  }
  .element--pb-md{
    padding-bottom: 5rem;
  }
  .element--mt-md{
    margin-top: 5rem;
  }
  .element--mb-md{
    margin-bottom: 5rem;
  }
  .element--pt-lg{
    padding-top: 6.25rem;
  }
  .element--pb-lg{
    padding-bottom: 6.25rem;
  }
  .element--mt-lg{
    margin-top: 6.25rem;
  }
  .element--mb-lg{
    margin-bottom: 6.25rem;
  }
}
body{
  padding-top: 0px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@media (min-width: 960px) {
  body{
    font-size: 20px;
    line-height: 1.5;
  }
}
h1, .h1, h2, .h2, h3, .h3, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

h1{
  font-size: 40px;
  line-height: 1.09;
}

h2{
  font-size: 32px;
  line-height: 1.25;
}

h3{
  font-size: 24px;
  line-height: 1.5;
}

h4{
  font-size: 24px;
  line-height: 1.5;
}

h5{
  font-size: 20px;
  line-height: 1.5;
}

h6{
  font-size: 20px;
  line-height: 1.5;
}

p{
  font-weight: 300;
}

a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition: all 0.5s ease;
}

.link,
a:not(.btn){
  text-decoration-line: underline;
}

.link:hover,
a:not(.btn):hover{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

ol {
  list-style: decimal;
}

.typography > *{
  margin-bottom: 1.25rem;
}

.typography > *:last-child{
  margin-bottom: 0px;
}

.typography ul,
.typography ol,
.typography p{
  margin-bottom: 1rem;
  font-weight: 300;
}

.typography ul{
  margin-left: 1.25rem;
  list-style: disc;
}

.typography li::marker{
  height: 0.5rem;
  width: 0.5rem;
}

.typography ol{
  margin-left: 1.25rem;
  list-style: decimal;
}

.typography ul li,
.typography ol li,
.typography dl li{
  margin-bottom: 1rem;
}

.typography ul li:last-child,
.typography ol li:last-child,
.typography dl li:last-child{
  margin-bottom: 0px;
}

@media (min-width: 960px) {
  .typography ul li,
  .typography ol li,
  .typography dl li{
    margin-bottom: 2rem;
  }
}
.typography .ss-htmleditorfield-file.image.center{
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.subtitle h6{
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  h1, .h1{
    font-size: 88px;
    line-height: 1.09;
    font-weight: 500;
  }
  h2, .h2{
    font-size: 48px;
    line-height: 1.25;
    font-weight: 400;
  }
  h3, .h3{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
  }
}
.transition {
  transition: all 0.5s ease;
}

.transition- {
  transition: all 0.2s linear;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active {
  transform: rotate(0deg);
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1F4796;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.header--active .hamburger-box {
  height: 10px;
  margin-bottom: 4px;
}

.hamburger-inner {
  display: block;
  top: 70%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #1F4796;
  border-radius: 8px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7.5px;
}

.hamburger-inner::after {
  bottom: -7.5px;
}

[data-fadein], [data-fadeLeft], [data-fadeRight] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fadein].active, [data-fadeLeft].active, [data-fadeRight].active {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 768px) {
  [data-fadeLeft] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 800ms;
    opacity: 0;
    transform: translateX(-20px);
  }
  [data-fadeLeft].active {
    opacity: 1;
    transform: translateX(0);
  }
  [data-fadeRight] {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 800ms;
    opacity: 0;
    transform: translateX(20px);
  }
  [data-fadeRight].active {
    opacity: 1;
    transform: translateX(0);
  }
}
[data-image]{
  overflow: hidden;
}

[data-image] img {
  transform-origin: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 16000ms;
}

[data-image]:hover img {
  transform: scale(1.2);
}

[data-fade=down-5-1] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-1].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-2] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-2].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-3] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-3].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-4] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-4].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-5] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-5].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-6] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-6].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-7] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-7].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-8] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-8].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-9] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-9].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-10] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-10].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-11] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-11].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-12] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-12].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-13] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-13].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-14] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-14].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-15] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-15].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-16] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-16].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-17] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-17].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-18] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-18].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-19] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-19].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-20] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-20].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-21] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-21].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-22] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-22].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-23] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-23].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-24] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-24].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-25] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-25].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-26] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-26].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-27] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-27].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-28] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-28].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-29] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-29].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-30] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-30].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-31] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-31].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-32] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-32].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-33] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-33].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-34] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-34].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-35] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-35].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-36] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-36].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-37] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-37].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-38] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-38].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-39] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-39].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-40] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-40].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-41] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-41].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-42] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-42].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-43] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-43].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-44] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-44].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-45] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-45].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-46] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-46].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-47] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-47].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-48] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-48].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-49] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-49].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-50] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-50].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-51] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-51].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-52] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-52].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-53] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-53].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-54] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-54].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-55] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-55].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-56] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-56].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-57] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-57].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-58] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-58].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-59] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-59].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-60] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-60].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-61] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-61].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-62] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-62].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-63] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-63].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-64] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-64].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-65] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-65].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-66] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-66].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-67] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-67].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-68] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-68].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-69] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-69].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-70] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-70].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-71] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-71].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-72] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-72].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-73] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-73].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-74] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-74].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-75] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-75].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-76] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-76].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-77] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-77].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-78] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-78].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-79] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-79].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-80] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-80].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-81] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-81].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-82] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-82].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-83] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-83].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-84] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-84].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-85] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-85].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-86] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-86].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-87] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-87].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-88] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-88].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-89] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-89].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-90] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-90].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-91] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-91].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-92] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-92].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-93] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-93].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-94] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-94].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-95] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-95].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-96] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-96].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-97] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-97].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-98] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-98].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-99] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 600ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-99].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-100] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 800ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-100].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-5-101] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-5-101].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-1] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-1].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-2] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-2].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-3] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-3].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-4] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-4].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-5] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-5].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-6] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-6].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-7] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-7].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-8] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-8].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-9] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-9].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-10] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-10].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-11] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-11].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-12] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-12].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-13] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-13].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-14] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-14].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-15] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-15].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-16] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-16].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-17] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-17].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-18] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-18].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-19] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-19].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-20] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-20].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-21] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-21].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-22] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-22].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-23] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-23].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-24] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-24].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-25] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-25].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-26] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-26].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-27] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-27].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-28] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-28].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-29] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-29].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-30] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-30].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-31] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-31].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-32] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-32].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-33] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-33].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-34] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-34].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-35] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-35].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-36] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-36].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-37] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-37].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-38] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-38].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-39] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-39].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-40] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-40].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-41] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-41].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-42] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-42].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-43] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-43].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-44] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-44].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-45] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-45].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-46] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-46].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-47] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-47].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-48] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-48].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-49] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-49].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-50] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-50].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-51] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-51].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-52] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-52].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-53] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-53].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-54] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-54].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-55] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-55].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-56] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-56].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-57] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-57].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-58] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-58].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-59] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-59].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-60] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-60].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-61] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-61].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-62] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-62].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-63] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-63].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-64] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-64].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-65] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-65].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-66] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-66].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-67] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-67].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-68] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-68].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-69] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-69].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-70] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-70].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-71] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-71].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-72] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-72].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-73] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-73].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-74] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-74].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-75] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-75].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-76] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-76].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-77] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-77].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-78] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-78].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-79] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-79].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-80] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-80].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-81] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-81].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-82] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-82].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-83] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-83].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-84] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-84].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-85] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-85].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-86] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-86].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-87] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-87].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-88] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-88].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-89] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-89].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-90] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-90].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-91] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-91].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-92] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-92].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-93] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-93].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-94] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-94].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-95] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-95].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-96] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-96].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-97] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-97].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-98] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-98].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-99] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 400ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-99].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-100] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-100].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-3-101] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-3-101].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-1] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-1].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-2] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-2].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-3] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-3].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-4] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-4].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-5] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-5].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-6] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-6].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-7] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-7].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-8] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-8].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-9] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-9].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-10] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-10].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-11] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-11].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-12] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-12].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-13] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-13].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-14] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-14].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-15] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-15].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-16] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-16].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-17] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-17].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-18] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-18].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-19] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-19].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-20] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-20].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-21] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-21].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-22] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-22].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-23] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-23].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-24] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-24].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-25] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-25].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-26] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-26].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-27] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-27].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-28] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-28].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-29] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-29].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-30] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-30].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-31] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-31].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-32] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-32].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-33] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-33].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-34] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-34].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-35] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-35].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-36] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-36].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-37] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-37].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-38] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-38].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-39] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-39].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-40] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-40].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-41] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-41].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-42] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-42].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-43] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-43].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-44] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-44].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-45] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-45].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-46] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-46].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-47] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-47].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-48] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-48].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-49] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-49].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-50] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-50].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-51] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-51].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-52] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-52].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-53] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-53].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-54] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-54].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-55] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-55].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-56] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-56].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-57] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-57].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-58] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-58].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-59] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-59].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-60] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-60].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-61] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-61].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-62] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-62].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-63] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-63].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-64] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-64].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-65] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-65].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-66] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-66].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-67] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-67].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-68] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-68].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-69] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-69].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-70] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-70].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-71] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-71].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-72] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-72].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-73] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-73].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-74] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-74].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-75] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-75].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-76] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-76].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-77] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-77].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-78] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-78].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-79] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-79].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-80] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-80].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-81] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-81].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-82] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-82].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-83] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-83].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-84] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-84].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-85] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-85].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-86] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-86].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-87] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-87].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-88] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-88].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-89] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-89].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-90] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-90].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-91] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-91].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-92] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-92].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-93] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-93].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-94] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-94].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-95] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-95].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-96] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-96].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-97] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-97].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-98] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-98].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-99] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-99].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-100] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 200ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-100].active {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down-2-101] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
  transition-delay: 0ms;
  opacity: 0;
  transform: translateY(20px);
}

[data-fade=down-2-101].active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translateY(-20px); /* Start position: 20px up */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End position: No translation */
  }
}
@keyframes fadeOutAnimation {
  0% {
    opacity: 1;
    transform: translateY(0); /* Start position: No translation */
  }
  100% {
    opacity: 0;
    transform: translateY(-20px); /* End position: 20px up */
  }
}
.fadeInSlide {
  animation: fadeInAnimation 0.3s ease forwards;
}

.fadeOutSlide {
  padding: 0;
  height: 0;
  animation: fadeOutAnimation 0.2s ease forwards;
}

@keyframes fadeInLeftSlideAnimation {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start position: 20px up */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End position: No translation */
  }
}
@keyframes fadeOutRightSlideAnimation {
  0% {
    opacity: 1;
    transform: translateX(0); /* Start position: No translation */
  }
  100% {
    opacity: 0;
    transform: translateX(-20px); /* End position: 20px up */
  }
}
.fadeInLeftSlide {
  animation: fadeInLeftSlideAnimation 0.5s ease forwards;
}

.fadeOutRightSlide {
  animation: fadeOutRightSlideAnimation 0.5s ease forwards;
}

@keyframes displayOut {
  from {
    display: block;
  }
  to {
    display: none;
  }
}
.displayOut {
  animation: displayOut 0.1s ease forwards;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

@media (min-width: 768px) {
  .imageContentCarousel .flickity-viewport, .copyImageVirticalSlider .flickity-viewport {
    width: 50vw;
  }
}
@media (min-width: 1200px) {
  .imageContentCarousel .flickity-viewport, .copyImageVirticalSlider .flickity-viewport {
    width: 60vw;
  }
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.carousel .flickity-prev-next-button {
  top: 32px;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.carousel .flickity-prev-next-button.previous {
  left: unset;
  right: 40px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1700px;
  bottom: 100px;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 16px;
  left: 50%;
  transform: translate(-50%);
  padding: 0 36px;
}

.imageContentCarousel .flickity-page-dots, .copyImageVirticalSlider .flickity-page-dots {
  bottom: 0px;
  position: relative;
  justify-content: start;
  margin-top: 32px;
  left: 0;
  margin-right: unset;
  transform: unset;
}

@media (min-width: 768px) {
  .imageContentCarousel .flickity-page-dots, .copyImageVirticalSlider .flickity-page-dots {
    position: absolute;
    padding: 0;
  }
}
.reviews .flickity-page-dots {
  bottom: -48px;
  position: relative;
  justify-content: start;
  margin-top: 32px;
  left: 8px;
  margin-right: unset;
  padding: 0;
  transform: unset;
}

@media (min-width: 768px) {
  .reviews .flickity-page-dots {
    position: absolute;
    padding: 0;
  }
  .flickity-page-dots {
    justify-content: flex-end;
    position: absolute;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent;
  border: 1px solid white;
}

.imageContentCarousel .flickity-page-dot, .copyImageVirticalSlider .flickity-page-dot, .reviews .flickity-page-dot {
  border: 1px solid #1F4796;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
}

.flickity-page-dot.is-selected {
  background: #fff;
}

.imageContentCarousel .flickity-page-dot.is-selected, .copyImageVirticalSlider .flickity-page-dot.is-selected, .reviews .flickity-page-dot.is-selected {
  background: #1F4796;
}

.slider__dots {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: end;
}

.slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  cursor: pointer;
}

.imageContentCarousel .slider__dot, .copyImageVirticalSlider .slider__dot {
  border: 1px solid #1F4796;
}

.slider__dot.is-active {
  background: #fff;
}

.imageContentCarousel .slider__dot.is-active, .copyImageVirticalSlider .slider__dot.is-active {
  background: #1F4796;
}

.header{
  position: fixed;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  z-index: 999;
}

.header__top{
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header--planMyTrip .header__top{
  margin-bottom: 0px;
}

.header__top__links{
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  align-items: center;
}

.header__top__link{
  padding-left: 1rem;
  padding-right: 1rem;
}

.header__logo {
  width: 242px;
}

.header--planMyTrip .header__top__left{
  display: flex;
  align-items: center;
}

.header--planMyTrip .pageTitle{
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.header--planMyTrip .pageTitle p {
  font-size: 24px;
  font-weight: 600;
  margin-left: 32px;
}

.header a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.header a:not(.btn):hover{
  text-decoration-line: underline;
}

.header__phone a:not(.btn){
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.header__phone a:not(.btn):hover{
  text-decoration-line: underline;
}

.header__bottom__link{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.header__bottom{
  display: flex;
  justify-content: space-between;
}

.header__bottom__links{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  display: flex;
}

.header__bottom__right .header__bottom__links{
  margin-left: 0px;
  margin-right: 0px;
}

.header__bottom__right .header__bottom__link{
  padding-left: 0px;
  padding-right: 0px;
}

.header__bottom__link{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.header__bottom__link:hover .megaMenu {
  display: block;
}

.header__wrap--mobile{
  display: none;
}

.header__mobile-menu{
  display: none;
}

@media (max-width: 1200px) {
  .header__bottom__links{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .header__bottom__link{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 960px) {
  .header{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border: 1px solid #E7EDF5;
  }
  .header__wrap--mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__wrap--desktop{
    display: none;
  }
  .header__logo {
    width: 174px;
  }
  .header__mobile-menu.is-active{
    display: block;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 10000000000000000000;
    top: 80px;
  }
}
.mobileNav{
  position: fixed;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 7.5rem;
  padding-bottom: 1.25rem;
}

.mobileNav a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.mobileNav a:not(.btn):hover{
  text-decoration-line: underline;
}

.mobileNav__top{
  margin-bottom: 6.5rem;
}

.mobileNav__top li{
  margin-bottom: 3rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
}

.mobileNav__bottom__phone{
  margin-bottom: 2.5rem;
}

.mobileNav__bottom__link .btn{
  width: 100%;
}

.mobileNav__bottom__link__agent{
  margin-bottom: 1.5rem;
}

.sectionMenu{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  z-index: 999;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #ACC2E4;
}

.sectionMenu--sticky{
  position: sticky;
  top: 172px;
}

.sectionMenu.is-sticky{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sectionMenu__item{
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.sectionMenu__item a{
  font-weight: 700;
  text-decoration-line: none;
  line-height: 1.2;
}

.sectionMenu__item:hover{
  text-decoration-line: underline;
}

.sectionMenu__right .sectionMenu__item{
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .sectionMenu{
    display: block;
    z-index: 999999999999;
  }
  .sectionMenu--sticky{
    position: sticky;
    top: 170px;
  }
  .sectionMenu__item{
    margin-bottom: 0px;
  }
  .sectionMenu__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sectionMenu__left, .sectionMenu__right{
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
  .sectionMenu__item{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1400px) {
  .sectionMenu__left, .sectionMenu__right{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .sectionMenu__item{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.homeBookingWidget{
  position: relative;
  z-index: 20;
  padding-bottom: 2.5rem;
}

.homeBookingWidget iframe {
  overflow: visible;
}

.homeBookingWidget__embed{
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 211 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0 12px 34px rgba(22, 47, 96, 0.12);
}

@media (min-width: 768px) {
  .homeBookingWidget{
    margin-top: -4rem;
    padding-bottom: 3.5rem;
  }
  .homeBookingWidget__embed{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 960px) {
  .homeBookingWidget{
    margin-top: -5rem;
    padding-bottom: 5rem;
  }
}
.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer__logo{
  margin-bottom: 2rem;
}

.footer__menu__left ul{
  font-size: 18px;
  line-height: 1.06;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.footer__bottom__links{
  margin-bottom: 2rem;
}

.footer__bottom__links ul{
  display: flex;
  font-size: 18px;
  line-height: 1.06;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.footer__bottom__links li{
  margin-bottom: 1rem;
  padding-right: 4rem;
}

.footer a:not(.btn){
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.footer a:not(.btn):hover{
  text-decoration-line: underline;
}

.footer__menu{
  margin-bottom: 3rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}

.footer__menu__left{
  margin-bottom: 5rem;
}

.footer__menu__left ul li{
  margin-bottom: 3rem;
}

.footer__menu__left ul li:last-child{
  margin-bottom: 0px;
}

.footer__menu__right ul{
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
}

.footer__menu__right ul li{
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer__end__left{
  margin-bottom: 2rem;
}

.footer__bottom__address{
  margin-bottom: 1.75rem;
  max-width: 398px;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .footer{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .footer__menu{
    display: flex;
    justify-content: space-between;
  }
  .footer__menu__left{
    margin-bottom: 0px;
  }
  .footer__bottom__links{
    margin-bottom: 2rem;
  }
  .footer__bottom__links ul{
    display: flex;
  }
  .footer__bottom__links li{
    margin-bottom: 0px;
    padding-right: 4rem;
  }
  .footer__end{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__end__left{
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .footer__menu{
    margin-bottom: 3rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
    padding-bottom: 2rem;
  }
  .footer__menu__left ul{
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
  }
  .footer__menu__left ul li{
    margin-bottom: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__menu__right ul{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: flex;
  }
  .footer__menu__right ul li{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.breadcrumb{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 9;
}

.breadcrumb p,
.breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration: none;
  margin-right: 24px;
}

.breadcrumb__item{
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.breadcrumb__item:last-child .breadcrumb__caret{
  display: none;
}

.breadcrumb__wrap{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  padding-top: 1.25rem;
}

.breadcrumb--empty .breadcrumb__wrap {
  min-height: 33px;
}

.userform-page{
  padding-bottom: 5rem;
}

.userform-page__shell{
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 226 243 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 768px){
  .userform-page__shell{
    padding: 3rem;
  }
}

.userform-page__shell {
  box-shadow: 0 20px 45px rgba(14, 27, 63, 0.08);
}

.userform-page__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.userform-page__intro{
  margin-bottom: 2rem;
  text-align: center;
}

.userform,
#uff{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 1640px !important;
  min-height: calc(100vh - 250px);
  z-index: 99;
}

.userform .form-label,
#uff .form-label{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  font-size: 20px;
}

.userform .field,
#uff .field{
  margin-bottom: 1.5rem;
}

.userform .field.text,
.userform .field.dropdown,
.userform .field.textarea,
#uff .field.text,
#uff .field.dropdown,
#uff .field.textarea{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 536px;
}

.userform .left,
#uff .left{
  display: block;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.userform .form-label,
#uff .form-label{
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: 700;
}

.userform .form-label.plan-trip-checkbox-option__label,
.userform .form-label.plan-trip-option__label,
#uff .form-label.plan-trip-checkbox-option__label,
#uff .form-label.plan-trip-option__label{
  margin-bottom: 0px;
}

.userform input[type=text],
.userform input[type=password],
.userform input[type=email],
.userform input[type=number],
.userform input[type=time],
.userform input[type=tel],
.userform input[type=date],
.userform input[type=time],
.userform input[type=password], .userform select,
.userform input[type=purpose],
#uff input[type=text],
#uff input[type=password],
#uff input[type=email],
#uff input[type=number],
#uff input[type=time],
#uff input[type=tel],
#uff input[type=date],
#uff input[type=time],
#uff input[type=password],
#uff select,
#uff input[type=purpose]{
  height: 50px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  box-sizing: border-box;
}

.userform input[type=text]::-moz-placeholder, .userform input[type=password]::-moz-placeholder, .userform input[type=email]::-moz-placeholder, .userform input[type=number]::-moz-placeholder, .userform input[type=time]::-moz-placeholder, .userform input[type=tel]::-moz-placeholder, .userform input[type=date]::-moz-placeholder, .userform input[type=time]::-moz-placeholder, .userform input[type=password]::-moz-placeholder, .userform select::-moz-placeholder, .userform input[type=purpose]::-moz-placeholder, #uff input[type=text]::-moz-placeholder, #uff input[type=password]::-moz-placeholder, #uff input[type=email]::-moz-placeholder, #uff input[type=number]::-moz-placeholder, #uff input[type=time]::-moz-placeholder, #uff input[type=tel]::-moz-placeholder, #uff input[type=date]::-moz-placeholder, #uff input[type=time]::-moz-placeholder, #uff input[type=password]::-moz-placeholder, #uff select::-moz-placeholder, #uff input[type=purpose]::-moz-placeholder{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userform input[type=text]::placeholder,
.userform input[type=password]::placeholder,
.userform input[type=email]::placeholder,
.userform input[type=number]::placeholder,
.userform input[type=time]::placeholder,
.userform input[type=tel]::placeholder,
.userform input[type=date]::placeholder,
.userform input[type=time]::placeholder,
.userform input[type=password]::placeholder, .userform select::placeholder,
.userform input[type=purpose]::placeholder,
#uff input[type=text]::placeholder,
#uff input[type=password]::placeholder,
#uff input[type=email]::placeholder,
#uff input[type=number]::placeholder,
#uff input[type=time]::placeholder,
#uff input[type=tel]::placeholder,
#uff input[type=date]::placeholder,
#uff input[type=time]::placeholder,
#uff input[type=password]::placeholder,
#uff select::placeholder,
#uff input[type=purpose]::placeholder{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userform textarea,
#uff textarea{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  box-sizing: border-box;
}

.userform textarea::-moz-placeholder, #uff textarea::-moz-placeholder{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userform textarea::placeholder,
#uff textarea::placeholder{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userform select,
#uff select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M13.3538 6.35372L8.35378 11.3537C8.30735 11.4002 8.2522 11.4371 8.1915 11.4623C8.13081 11.4874 8.06574 11.5004 8.00003 11.5004C7.93433 11.5004 7.86926 11.4874 7.80856 11.4623C7.74786 11.4371 7.69272 11.4002 7.64628 11.3537L2.64628 6.35372C2.55246 6.2599 2.49976 6.13265 2.49976 5.99997C2.49976 5.86729 2.55246 5.74004 2.64628 5.64622C2.7401 5.5524 2.86735 5.49969 3.00003 5.49969C3.13272 5.49969 3.25996 5.5524 3.35378 5.64622L8.00003 10.2931L12.6463 5.64622C12.6927 5.59977 12.7479 5.56292 12.8086 5.53778C12.8693 5.51263 12.9343 5.49969 13 5.49969C13.0657 5.49969 13.1308 5.51263 13.1915 5.53778C13.2522 5.56292 13.3073 5.59977 13.3538 5.64622C13.4002 5.69268 13.4371 5.74783 13.4622 5.80852C13.4874 5.86922 13.5003 5.93428 13.5003 5.99997C13.5003 6.06567 13.4874 6.13072 13.4622 6.19142C13.4371 6.25212 13.4002 6.30727 13.3538 6.35372Z%27 fill=%27%231A292E%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px; /* space for icon */
}

.userform .middleColumn,
#uff .middleColumn{
  width: 100%;
}

.userform-progress{
  position: fixed;
  top: 81.26px;
  left: 0px;
  z-index: 999;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-bottom: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
}

.userform-progress__summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.userform-progress__eyebrow{
  display: none;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.userform-progress__title{
  margin-right: 1.5rem;
  min-width: 130px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.userform-progress__ratio{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.userform-progress .progress{
  position: relative;
  display: none;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(205 217 240 / var(--tw-bg-opacity, 1));
  height: 2px !important;
}

.userform-progress .progress-bar{
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  height: 2px !important;
}

.userform-progress .step-buttons{
  position: relative;
  margin-top: -14px;
  height: 2rem;
}

.userform-progress .step-button-wrapper{
  list-style-type: none;
}

.userform-progress .step-button-jump{
  position: absolute;
  top: 0px;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 187 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  opacity: 1 !important;
}

.userform-progress .step-button-jump.is-group-duplicate {
  visibility: hidden;
  pointer-events: none;
}

.userform-progress .step-button-jump.is-group-completed{
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
}

.userform-progress .step-button-jump.is-group-current{
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.userform-progress .step-button-wrapper.current .step-button-jump{
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.userform-completion{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  text-align: center;
}

.userform-completion__title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 674px;
}

.userform-completion__subheading{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  max-width: 674px;
}

.userform-completion__button{
  width: 334px;
}

.progress-title{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  margin-top: 0 !important;
}

.step-title{
  margin-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
}

.userform .form-step{
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.userform .optionset{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px){
  .userform .optionset{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.userform .checkboxset {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.userform .plan-trip-option,
.userform .plan-trip-checkbox-option{
  position: relative;
  margin-top: 1rem;
}

.userform .plan-trip-option:first-child,
.userform .plan-trip-checkbox-option:first-child{
  margin-top: 0px;
}

.userform .plan-trip-option__input,
.userform .plan-trip-checkbox-option__input{
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.userform .plan-trip-option__label,
.userform .plan-trip-checkbox-option__label{
  display: flex;
  min-height: 120px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.userform .plan-trip-option.is-selected .plan-trip-option__label, .userform .plan-trip-option.is-selected .plan-trip-checkbox-option__label,
.userform .plan-trip-checkbox-option.is-selected .plan-trip-option__label,
.userform .plan-trip-checkbox-option.is-selected .plan-trip-checkbox-option__label{
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.userform .plan-trip-option__input:focus + .plan-trip-option__label, .userform .plan-trip-option__input:focus + .plan-trip-checkbox-option__label,
.userform .plan-trip-checkbox-option__input:focus + .plan-trip-option__label,
.userform .plan-trip-checkbox-option__input:focus + .plan-trip-checkbox-option__label{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 71 150 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.field .checkbox .middleColumn{
  display: flex;
  align-items: center;
}

.field .checkbox .middleColumn .checkbox{
  position: relative;
  margin-right: 1rem;
  height: 1.75rem;
  width: 1.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
}

.field .checkbox .middleColumn .checkbox:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
}

.field .checkbox .middleColumn .checkbox:checked::after {
  content: "✔";
  position: absolute;
  left: 0.25rem;
  top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.field .checkbox .middleColumn label{
  margin-bottom: 0px;
}

.step-navigation{
  margin-top: 4rem;
}

.step-navigation .step-button-wrapper{
  list-style-type: none;
}

.step-navigation .step-button-prev,
.step-navigation .step-button-next,
.step-navigation .Actions .action{
  height: 60px;
  width: 334px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.step-navigation .step-button-next,
.step-navigation .Actions .action{
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.step-navigation .step-button-prev:hover,
.step-navigation .step-button-next:hover,
.step-navigation .Actions .action:hover {
  filter: brightness(0.95);
}

.progress-header-desc{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  max-width: 536px;
}

@media (min-width: 960px) {
  .userform-progress{
    top: 112px;
  }
  .userform-progress__eyebrow{
    margin-right: 3rem;
    display: block;
  }
  .userform-progress .progress{
    margin-right: 5rem;
    display: block;
  }
  .step-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .form-wrapper-last-step{
    display: flex;
    flex-wrap: wrap;
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .form-wrapper-last-step .userform-fields{
    width: 50%;
  }
  .form-wrapper-last-step .userform-fields,
  .form-wrapper-last-step .form-step {
    margin-left: 0;
    margin-right: 0;
  }
  .form-wrapper-last-step .progress-header-desc{
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
  .form-wrapper-last-step .form-step{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .form-wrapper-last-step .form-step .field{
    width: 100%;
  }
  .form-wrapper-last-step .form-step .field:first-child{
    width: 50%;
    padding-right: 0.5rem;
  }
  .form-wrapper-last-step .form-step .field:nth-child(2){
    width: 50%;
    padding-left: 0.5rem;
  }
  .form-wrapper-last-step .userform-progress__header{
    width: 50%;
  }
  .form-wrapper-last-step .form-nav{
    flex: 1 1 0%;
  }
  .form-wrapper-last-step .step-title,
  .form-wrapper-last-step .progress-title{
    text-align: left;
  }
  .form-wrapper-last-step .userform-progress__header {
    margin-bottom: 32px;
  }
  .form-wrapper-last-step .field.text,
  .form-wrapper-last-step .field.dropdown,
  .form-wrapper-last-step .field.textarea {
    max-width: 100%;
  }
  .userform{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .plan-trip-optionset{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plan-trip-optionset .plan-trip-option{
    margin-top: 1rem;
    width: 33.333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .plan-trip-optionset .plan-trip-option:nth-child(-n+3){
    margin-top: 0px;
  }
  .plan-trip-optionset .plan-trip-checkbox-option{
    margin-top: 1rem;
    width: 33.333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .plan-trip-optionset .plan-trip-checkbox-option:nth-child(-n+3){
    margin-top: 0px;
  }
  .userform-progress__header {
    margin-bottom: 64px !important;
  }
  .step-navigation{
    margin-top: 116px;
  }
}
@media (max-width: 960px) {
  .userform-fields,
  .step-navigation {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    max-width: 1700px;
  }
  .userform .form-step{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .step-button-wrapper{
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .step-button-wrapper button,
  .step-button-wrapper input[type=submit] {
    width: 100% !important;
  }
}
.hero{
  position: relative;
  display: flex;
  height: 60vh;
  min-height: 750px;
  flex-direction: column;
  justify-content: center;
}

.hero.hero--twoCol {
  position: unset;
}

.hero--small .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.hero--info{
  height: 30vh;
  min-height: 320px;
}

.hero--info .container{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.hero__wrap{
  height: 100%;
}

.hero--small .hero__wrap{
  display: flex;
  align-items: flex-end;
}

.hero__bg{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.hero__bg img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero__slide{
  height: 100%;
  width: 100%;
}

.hero__slide__holder{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.hero__slide__body{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 9;
}

.hero__title{
  margin-bottom: 1rem;
  max-width: 1060px;
}

.hero__title h1{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero--info .hero__title{
  margin-bottom: 0px;
}

.hero__copy{
  margin-bottom: 3rem;
  max-width: 950px;
}

.hero .btn{
  min-height: 59px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 69px;
  padding-right: 69px;
}

.hero__btn{
  margin-bottom: 1.25rem;
}

.hero__btn:last-child{
  margin-bottom: 0px;
}

.hero__overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5019607843) 51%, rgba(0, 0, 0, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
  z-index: 9;
}

.hero__overlay--small{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 60%;
}

.hero__content{
  position: relative;
  max-width: 674px;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  z-index: 9;
}

.hero__content h3, .hero__content h2, .hero__content h4, .hero__content h5, .hero__content h6, .hero__content h1{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero__content h1 {
  font-size: 40px;
  line-height: 49px;
}

.hero--info .hero__content{
  padding-bottom: 2.5rem;
}

.hero__desc{
  margin-bottom: 3rem;
}

.hero__title--small{
  margin-bottom: 1.5rem;
}

.hero--info .hero__title--small{
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .hero__actions{
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    align-items: center;
  }
  .hero__btn{
    margin-bottom: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero__copy p{
    font-size: 24px;
    line-height: 1.5;
    line-height: 29px;
  }
  .hero__content{
    padding-bottom: 3.75rem;
  }
  .hero__content h1 {
    font-size: 72px;
    line-height: 96px;
  }
  .hero__title--small{
    margin-bottom: 1rem;
  }
}
.heroTwoCol{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

.heroTwoCol .breadcrumb{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.heroTwoCol .breadcrumb p,
.heroTwoCol .breadcrumb a{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.heroTwoCol__image{
  position: relative;
  left: 0px;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  height: 382px;
}

.heroTwoCol__image__holder{
  height: 100%;
  width: calc(100% + 72px);
}

.heroTwoCol__image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.heroTwoCol__text{
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.heroTwoCol__breadcrumb{
  margin-bottom: 1.5rem;
}

.heroTwoCol__title{
  margin-bottom: 1rem;
}

.heroTwoCol__title h1 {
  font-weight: 600;
  line-height: 49px;
}

.heroTwoCol__desc{
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .heroTwoCol{
    display: flex;
    height: 60vh;
    min-height: 750px;
  }
  .heroTwoCol__title{
    margin-bottom: 2rem;
  }
  .heroTwoCol__title h1 {
    font-size: 72px;
    line-height: 96px;
  }
  .heroTwoCol__desc{
    margin-bottom: 3.5rem;
    max-width: 634px;
  }
  .heroTwoCol__wrap{
    display: flex;
    height: 100%;
    flex-direction: row-reverse;
  }
  .heroTwoCol__image{
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
    width: 56%;
  }
  .heroTwoCol__image__holder{
    height: 100%;
    width: 56vw;
  }
  .heroTwoCol__image img{
    height: 100%;
  }
  .heroTwoCol__text{
    width: 44%;
    padding-right: 1rem;
  }
  .heroTwoCol__text .heroTwoCol__breadcrumb{
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 1rem);
  }
  .heroTwoCol__text__wrap{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.imageContentRow__title{
  margin-bottom: 2rem;
  text-align: center;
}

.imageContentRow__card{
  margin-bottom: 3rem;
}

.imageContentRow__card__image{
  margin-bottom: 2rem;
  height: 269px;
  border-radius: 0.5rem;
}

.imageContentRow__card__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imageContentRow__card__title{
  margin-bottom: 1rem;
}

.imageContentRow__card:last-child{
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .imageContentRow__title{
    margin-bottom: 3.75rem;
  }
  .imageContentRow__wrap{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .imageContentRow__card{
    margin-bottom: 0px;
    width: 33.333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .imageContentRow__card__image{
    height: 402px;
  }
}
.imageCopy__main{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.25rem;
  max-width: 812px;
  text-align: center;
}

.imageCopy__main h2{
  margin-bottom: 1rem;
}

.imageCopy__title{
  margin-bottom: 2rem;
}

.imageCopy__copy{
  margin-bottom: 3rem;
}

.imageCopy__left{
  margin-bottom: 4.5rem;
}

.imageCopy--reverse .imageCopy__left{
  margin-bottom: 0px;
}

.imageCopy--reverse .imageCopy__right{
  margin-bottom: 4.5rem;
}

.imageCopy__wrap{
  display: flex;
  flex-direction: column;
}

.imageCopy--reverse .imageCopy__wrap{
  flex-direction: column-reverse;
}

.imageCopy__image{
  height: 266px;
  border-radius: 0.5rem;
}

.imageCopy__image--embed{
  overflow: hidden;
}

.imageCopy__image--embed iframe{
  height: 100%;
  width: 100%;
  border-width: 0px;
}

.imageCopy__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imageCopy--tripple .imageCopy__image:first-child{
  margin-bottom: 1rem;
  height: 191px;
  width: 100%;
}

.imageCopy--tripple .imageCopy__image{
  height: 112px;
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.imageCopy--double .imageCopy__image{
  width: 50%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.imageCopy--tripple .imageCopy__images, .imageCopy--double .imageCopy__images{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.imageCopy--blue{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .imageCopy__main{
    margin-bottom: 6.5rem;
  }
  .imageCopy__wrap{
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .imageCopy--reverse .imageCopy__wrap{
    flex-direction: row-reverse;
  }
  .imageCopy__right{
    width: 60%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .imageCopy__left{
    width: 40%;
    padding-top: 127px;
    padding-bottom: 127px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .imageCopy__title, .imageCopy__copy{
    max-width: 536px;
  }
  .imageCopy__image{
    height: 100%;
  }
  .imageCopy--tripple .imageCopy__image:first-child {
    height: 62%;
  }
  .imageCopy--tripple .imageCopy__image {
    height: 36%;
  }
  .imageCopy__images{
    height: 100%;
  }
  .imageCopy__left, .imageCopy__right{
    margin-bottom: 0px;
  }
  .imageCopy--reverse .imageCopy__left, .imageCopy--reverse .imageCopy__right{
    margin-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .imageCopy__wrap{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .imageCopy__left, .imageCopy__right{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.cta__wrap{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
}

.cta__title{
  margin-bottom: 1rem;
}

.cta__desc{
  margin-bottom: 3rem;
}

.cta__copy{
  margin-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.cta__image{
  height: 268px;
  width: 100%;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.cta__image img{
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  .cta__wrap{
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
  }
  .cta__copy{
    margin-bottom: 0px;
    flex: 1 1 0%;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .cta__image{
    width: 50%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: unset;
  }
  .cta__image img{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .cta__image{
    width: 59%;
    max-width: 950px;
  }
}
@media (min-width: 1700px) {
  .cta__copy{
    padding-top: 173px;
    padding-bottom: 173px;
  }
}
.imageContentCarousel .slider__dots--desktop{
  display: none;
}

.imageContentCarousel__sub{
  margin-bottom: 1rem;
}

.imageContentCarousel__title{
  margin-bottom: 2rem;
}

.imageContentCarousel__content{
  margin-bottom: 2rem;
}

.imageContentCarousel__copy{
  margin-bottom: 4rem;
}

.imageContentCarousel__slide{
  height: 438px;
  width: 100%;
  min-width: 50vw;
}

.imageContentCarousel__slide img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.imageContentCarousel__slides{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  width: calc(100% + 72px);
}

.imageContentCarousel__wrap{
  position: relative;
}

@media (min-width: 768px) {
  .imageContentCarousel .slider__dots--desktop{
    display: flex;
    justify-content: flex-start;
  }
  .imageContentCarousel .slider__dots--mobile{
    display: none;
  }
  .imageContentCarousel__wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .imageContentCarousel__copy{
    width: 50%;
  }
  .imageContentCarousel__content, .imageContentCarousel__title {
    max-width: 512px;
  }
  .imageContentCarousel__slides{
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
  }
  .imageContentCarousel__slide {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .imageContentCarousel__copy{
    width: 40%;
  }
}
.icons__title{
  margin-bottom: 3rem;
  text-align: center;
}

.icons__title p{
  margin-top: 1rem;
}

.icons__icon{
  margin-top: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icons__icon__img{
  height: 122px;
  width: 122px;
}

.icons__icon__img img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.icons__icon__title{
  margin-bottom: 1rem;
  text-align: center;
}

.icons__icon__desc{
  text-align: center;
}

.icons__icon:first-child{
  margin-top: 0px;
}

.icons--blue{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

@media (min-width: 430px) {
  .icons__title{
    margin-bottom: 80px;
  }
  .icons__list{
    margin-left: -3.75rem;
    margin-right: -3.75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1538px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .icons__icon{
    width: 50%;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .icons__icon__img{
    margin-bottom: 75px;
  }
  .icons__icon:nth-child(2){
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .icons__icon{
    width: 33.333333%;
  }
  .icons__icon:nth-child(3){
    margin-top: 0px;
  }
  .icons--four .icons__icon{
    width: 25%;
  }
  .icons--four .icons__icon:nth-child(4){
    margin-top: 0px;
  }
}
.copyImageVirticalSlider .slider__dots--desktop{
  display: none;
}

.copyImageVirticalSlider__sub{
  margin-bottom: 1rem;
}

.copyImageVirticalSlider__title{
  margin-bottom: 2rem;
}

.copyImageVirticalSlider__content{
  margin-bottom: 2rem;
}

.copyImageVirticalSlider__copy{
  margin-bottom: 4rem;
}

.copyImageVirticalSlider__slide{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 438px;
  width: 358px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.copyImageVirticalSlider__slide img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.copyImageVirticalSlider__slides{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-left: 2.25rem;
  width: calc(100% + 72px);
}

.copyImageVirticalSlider__wrap{
  position: relative;
}

@media (min-width: 768px) {
  .copyImageVirticalSlider .slider__dots--desktop{
    display: flex;
    justify-content: flex-start;
  }
  .copyImageVirticalSlider .slider__dots--mobile{
    display: none;
  }
  .copyImageVirticalSlider__wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .copyImageVirticalSlider__copy{
    margin-bottom: 0px;
    width: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .copyImageVirticalSlider__content, .copyImageVirticalSlider__title {
    max-width: 512px;
  }
  .copyImageVirticalSlider__slides{
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
  }
  .copyImageVirticalSlider__slide{
    width: 536px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .copyImageVirticalSlider__copy{
    width: 40%;
  }
}
.steps__title{
  margin-bottom: 4rem;
}

.steps__step__holder{
  position: relative;
}

.steps__step__holder::before{
  position: absolute;
  left: 26px;
  top: 50px;
  height: 100%;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 71 150 / var(--tw-bg-opacity, 1));
  content: "";
  z-index: 9;
}

.steps__step__holder:last-child{
  padding-bottom: 0px;
}

.steps__step__holder:last-child::before{
  display: none;
}

.steps__step{
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}

.steps__step__item h3{
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.5;
}

.steps__step__number{
  position: relative;
  margin-right: 2.5rem;
  display: flex;
  height: 3.25rem;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 252 / var(--tw-bg-opacity, 1));
  min-width: 52px;
  z-index: 99;
}

.steps__step__number span{
  font-size: 32px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.steps__right{
  display: none;
}

.steps__steps{
  margin-bottom: 2rem;
}

@media (min-width: 960px) {
  .steps__right{
    display: block;
  }
  .steps__wrap{
    display: flex;
    align-items: flex-start;
  }
  .steps__left{
    margin-right: 30px;
    width: 50%;
    max-width: 576px;
  }
  .steps__right{
    position: sticky;
    top: 0px;
    flex: 1 1 0%;
  }
  .steps__step{
    cursor: pointer;
    border-radius: 0.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .steps__step::before{
    left: 90px;
  }
  .steps__step:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
  }
  .steps__step.active{
    --tw-bg-opacity: 1;
    background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
  }
  .steps__step__item h3{
    font-size: 32px;
    line-height: 1.25;
  }
  .steps__step__holder{
    padding-bottom: 2rem;
  }
  .steps__step__holder::before{
    left: 90px;
    top: 60px;
  }
  .steps__image{
    display: none;
    height: 100%;
  }
  .steps__image.active{
    display: block;
  }
  .steps__image img{
    height: 100%;
    width: 100%;
    border-radius: 0.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .steps__images{
    height: 100%;
    height: 876px;
  }
}
@media (min-width: 1200px) {
  .steps__left{
    margin-right: 110px;
  }
  .steps__steps{
    margin-bottom: 112px;
  }
}
.accordion__title{
  padding-bottom: 3rem;
}

.accordion__title h2{
  margin-bottom: 0px;
}

.accordion__wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1088px;
}

.accordion__accordions{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
}

.accordion__item:first-child .accordion__question{
  border-top-width: 0px;
  border-top-color: transparent;
}

.accordion__item h6{
  font-weight: 700;
}

.accordion__question{
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.accordion__question h4, .accordion__question h5{
  margin-bottom: 0px;
}

.accordion__question__num{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.accordion__question__num h4{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.accordion__question__wrap{
  display: flex;
  align-items: center;
}

.is-active .accordion__question__caret {
  transform: rotate(180deg);
}

.accordion__answer{
  padding-bottom: 0px;
  font-weight: 400;
  transition: height 0.5s ease, padding-bottom 0.5s ease;
  overflow: hidden;
  height: 0;
}

.accordion__answer li{
  margin-bottom: 0px;
}

.accordion__answer ul{
  margin-left: 23px;
  margin-bottom: 0px;
  list-style-type: disc;
}

.accordion__answer ol{
  margin-left: 23px;
  margin-bottom: 0px;
  list-style-type: decimal;
}

.is-active .accordion__answer{
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.accordion__action{
  text-align: center;
}

@media (min-width: 1400px) {
  .accordion__wrapper{
    margin-left: 138px;
  }
}
.carousel{
  position: relative;
}

.carousel__title{
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.carousel__title svg{
  width: 1.75rem;
}

.carousel__arrows__left{
  margin-right: 2rem;
  cursor: pointer;
  transform: rotate(180deg);
}

.carousel__arrows__right{
  cursor: pointer;
}

.carousel__arrows{
  display: flex;
  align-items: center;
}

.carousel__slide{
  margin-right: 1rem;
  width: 100%;
}

.carousel__slide__image{
  margin-bottom: 2rem;
  height: 496px;
}

.carousel__slide__image img{
  height: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel__slide__title{
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .carousel__wrap {
    width: calc(100vw - 10px);
  }
  .carousel__slide{
    width: 674px;
  }
}
.fullCollage__wrap{
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.fullCollage__image{
  height: 197px;
}

.fullCollage__image:nth-child(5n+1){
  grid-column: span 2 / span 2;
  height: 367px;
}

.fullCollage__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.fullCollage__action{
  margin-top: 2rem;
}

.fullCollage__title{
  margin-bottom: 2rem;
}

@media (min-width: 960px) {
  .fullCollage__wrap{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    grid-auto-flow: dense;
  }
  .fullCollage__image{
    height: 297px;
  }
  .fullCollage__image:nth-child(5n+1){
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    height: 610px;
  }
  .fullCollage__text{
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    justify-content: space-between;
  }
  .fullCollage__title{
    margin-bottom: 0px;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fullCollage__copy{
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pricing__title{
  margin-bottom: 3rem;
  text-align: center;
}

.pricing__filters{
  margin-bottom: 2.5rem;
}

.pricing__filter{
  margin-bottom: 1.25rem;
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 700;
}

.pricing__filter.active{
  --tw-border-opacity: 1;
  border-color: rgb(31 71 150 / var(--tw-border-opacity, 1));
}

.pricing__card{
  margin-bottom: 1.25rem;
  width: 100%;
}

.pricing__card__inner{
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid #ACC2E4;
}

.pricing__card__title{
  margin-bottom: 1rem;
}

.pricing__card__desc{
  margin-bottom: 2.5rem;
}

.pricing__card__price{
  margin-bottom: 2rem;
}

.pricing__card__price p:first-child{
  margin-bottom: 0.5rem;
}

.pricing__card__action{
  margin-bottom: 2rem;
  width: 100%;
}

.pricing__card__action .btn{
  width: 100%;
}

.pricing__card__features{
  padding-top: 2.5rem;
  border-top: 1px solid #ACC2E4;
}

.pricing__card__features ul{
  margin-bottom: 3rem;
}

.pricing__card__features ul li{
  display: flex;
  align-items: center;
}

.pricing__card__features ul li svg{
  margin-right: 1rem;
}

.pricing__card:last-child{
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .pricing__card__inner{
    height: 100%;
    padding: 2.5rem;
  }
  .pricing__filters{
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
  }
  .pricing__filter{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 0px;
    padding-right: 3rem;
  }
}
@media (min-width: 960px) {
  .pricing__card{
    margin-bottom: 0px;
    width: 33.333333%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pricing__wrap{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.reviews__title{
  margin-bottom: 1rem;
}

.reviews__review{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: calc(100% - 100px);
}

.reviews__review__inner{
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid #ACC2E4;
}

.reviews__review__name h3{
  font-size: 32px;
}

.reviews__wrap{
  position: relative;
  width: calc(100% + 100px);
}

@media (min-width: 960px) {
  .reviews__review {
    width: calc(33.33% - 60px);
  }
  .reviews__wrap{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 215px);
  }
}
.quotes{
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.quotes__image{
  margin-bottom: 4rem;
  height: 298px;
}

.quotes__image img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.quotes__title{
  margin-bottom: 2rem;
}

.quotes__quote{
  margin-bottom: 2rem;
}

.quotes__start, .quotes__end{
  margin-bottom: 2rem;
}

.quotes__name{
  margin-bottom: 2rem;
  font-weight: 700;
}

.quotes__name p{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.quotes__logo{
  max-width: 172px;
}

.quotes__logo img{
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 960px) {
  .quotes__wrap{
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
  .quotes__left{
    width: 60%;
  }
  .quotes__right{
    width: 40%;
  }
  .quotes__left, .quotes__right{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .quotes__right{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .quotes__image{
    margin-bottom: 0px;
    height: 100%;
  }
  .quotes__content{
    max-width: 536px;
  }
}
@media (min-width: 1400px) {
  .quotes__wrap{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .quotes__left, .quotes__right{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.logos__title{
  margin-bottom: 2rem;
  text-align: center;
}

.logos__wrap{
  margin-left: -1rem;
  margin-right: -1rem;
}

.logos__logo{
  height: 110px;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.logos__logo img{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .logos__logo{
    width: 25%;
  }
}
.cardLink__title{
  margin-bottom: 5rem;
  text-align: center;
}

.cardLink__image{
  height: 208px;
  width: 100%;
}

.cardLink__image img{
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.cardLink__card{
  margin-top: 2rem;
}

.cardLink__card a{
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
}

.cardLink__card__wrap{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  transition: all 0.3s ease-in;
}

.cardLink__card__wrap:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

.cardLink__card__content{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cardLink__card__title{
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}

.cardLink__card:first-child{
  margin-top: 0px;
}

.cardLink__action{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
  text-decoration: none;
}

.cardLink__action:hover {
  text-decoration: underline;
}

.cardLink__action .btnIcon{
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .cardLink__image{
    height: 298px;
  }
  .cardLink__wrap{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .cardLink__card{
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cardLink__card.card-full{
    width: 100%;
  }
  .cardLink__card.card-double{
    width: 50%;
  }
  .cardLink__card.card-thrible{
    width: 50%;
  }
  .cardLink__card.card-more{
    width: 50%;
  }
  .cardLink__card:nth-child(-n+2){
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .cardLink__card{
    width: 33.333333%;
  }
  .cardLink__card.card-full{
    width: 100%;
  }
  .cardLink__card.card-double{
    width: 50%;
  }
  .cardLink__card.card-thrible{
    width: 33.333333%;
  }
  .cardLink__card.card-more{
    width: 33.333333%;
  }
  .cardLink__card:nth-child(-n+3){
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .cardLink__card{
    width: 25%;
  }
  .cardLink__card.card-full{
    width: 100%;
  }
  .cardLink__card.card-double{
    width: 50%;
  }
  .cardLink__card.card-thrible{
    width: 33.333333%;
  }
  .cardLink__card.card-more{
    width: 25%;
  }
  .cardLink__card:nth-child(-n+4){
    margin-top: 0px;
  }
}
.contentTabs__title{
  margin-bottom: 1.5rem;
}

.contentTabs__tab{
  margin-bottom: 1rem;
  cursor: pointer;
}

.contentTabs__tab__wrap{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  padding: 2rem;
}

.active .contentTabs__tab__wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

.contentTabs__tab__icon{
  margin-bottom: 2rem;
  height: 4.5rem;
  width: 4.5rem;
}

.contentTabs__tab__icon img{
  height: 4.5rem;
  width: 4.5rem;
}

.contentTabs__tab__title{
  margin-bottom: 2rem;
}

.contentTabs__tab__title h5{
  font-weight: 700;
}

.contentTabs__tab__desc{
  margin-bottom: 1.75rem;
  flex: 1 1 0%;
}

.contentTabs__tab__action{
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.contentTabs__tab__action p{
  font-weight: 700;
}

.contentTabs__tab__action svg{
  margin-left: 1rem;
}

.contentTabs__tab:first-child{
  margin-top: 0px;
}

.contentTabs__tab__content{
  margin-bottom: 2rem;
  display: none;
}

.contentTabs__tab__content.active{
  display: block;
}

.contentTabs .mobile--hide{
  display: none;
}

@media (min-width: 960px) {
  .contentTabs__tab{
    margin-bottom: 0px;
  }
  .contentTabs__wrap{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
  }
  .contentTabs__tab{
    width: 25%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .contentTabs .desktop--hide{
    display: none;
  }
  .contentTabs .mobile--hide{
    display: block;
  }
}
.content{
  max-width: 950px;
}

.content__desc{
  margin-bottom: 1.5rem;
}

.groupAccordion{
  margin-left: auto;
  margin-right: auto;
  max-width: 1364px;
}

.groupAccordion__title h3{
  margin-bottom: 1rem;
}

.groupAccordion__tile{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 71 150 / var(--tw-text-opacity, 1));
}

.groupAccordion__tile__wrap{
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 194 228 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.groupAccordion__tile__wrap h4{
  margin-right: 0.5rem;
  font-weight: 700;
}

.active .groupAccordion__tile__wrap{
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 245 / var(--tw-bg-opacity, 1));
}

.groupAccordion__tile:last-child{
  margin-bottom: 0px;
}

.groupAccordion__tile__content{
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: none;
  max-width: 950px;
}

.groupAccordion__tile__content.active{
  display: block;
}

.groupAccordion .content{
  max-width: 950px;
}

.groupAccordion .content__desc{
  margin-bottom: 1.5rem;
}

.groupAccordion .mobile--hide{
  display: none;
}

@media (min-width: 768px) {
  .groupAccordion__tiles{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .groupAccordion__tile{
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .groupAccordion__tile__content{
    margin-top: 2.25rem;
    margin-bottom: 0px;
  }
  .groupAccordion .desktop--hide{
    display: none;
  }
  .groupAccordion .mobile--hide{
    display: block;
  }
  .sideBySide__wrap{
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
  }
  .sideBySide__title, .sideBySide__desc{
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .sideBySide__title{
    max-width: 674px;
  }
  .sideBySide__desc{
    flex: 1 1 0%;
  }
}
@media (min-width: 1400px) {
  .sideBySide__wrap{
    margin-left: -77px;
    margin-right: -77px;
  }
  .sideBySide__title{
    max-width: 825px;
    padding-left: 77px;
    padding-right: 77px;
  }
  .sideBySide__title h2 {
    max-width: 619px;
  }
  .sideBySide__desc{
    padding-left: 77px;
    padding-right: 77px;
  }
}
