@charset "UTF-8";
/*
! tailwindcss v3.3.3 | 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.
*/
html {
  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: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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:  ;
}
::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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1920px){
  .container{
    max-width: 1920px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-16{
  left: 4rem;
}
.left-\[-14px\]{
  left: -14px;
}
.right-0{
  right: 0px;
}
.right-\[-2rem\]{
  right: -2rem;
}
.start-0{
  inset-inline-start: 0px;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[80\]{
  z-index: 80;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-3{
  margin: 0.75rem;
}
.m-auto{
  margin: auto;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[calc\(100\%-3\.5rem\)\]{
  height: calc(100% - 3.5rem);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-\[44rem\]{
  max-height: 44rem;
}
.max-h-\[56rem\]{
  max-height: 56rem;
}
.max-h-\[65px\]{
  max-height: 65px;
}
.min-h-\[24\.25rem\]{
  min-height: 24.25rem;
}
.min-h-\[calc\(100\%-3\.5rem\)\]{
  min-height: calc(100% - 3.5rem);
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\/2{
  width: 50%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2\/5{
  width: 40%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-60{
  width: 15rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[800px\]{
  width: 800px;
}
.w-full{
  width: 100%;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[290px\]{
  max-width: 290px;
}
.max-w-\[330px\]{
  max-width: 330px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[90px\]{
  max-width: 90px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.rotate-\[-20deg\]{
  --tw-rotate: -20deg;
  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));
}
.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));
}
@keyframes fadein{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.animate-fadein{
  animation: fadein 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes scale-up{
  0%{
    transform: scale(0.5);
    transform-origin: 50% 100%;
  }
  100%{
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
.animate-scale-up{
  animation: scale-up 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-grab{
  cursor: grab;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-end{
  align-self: flex-end;
}
.justify-self-end{
  justify-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-8{
  border-width: 8px;
}
.border-\[10px\]{
  border-width: 10px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-\[6px\]{
  border-bottom-width: 6px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-\[\#19ADE8\]{
  --tw-border-opacity: 1;
  border-color: rgb(25 173 232 / var(--tw-border-opacity));
}
.border-\[\#D6D6D6\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-\[\#EDECEC\]{
  --tw-border-opacity: 1;
  border-color: rgb(237 236 236 / var(--tw-border-opacity));
}
.border-\[\#c42436\]{
  --tw-border-opacity: 1;
  border-color: rgb(196 36 54 / var(--tw-border-opacity));
}
.border-golden{
  --tw-border-opacity: 1;
  border-color: rgb(176 136 37 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-lightBorder{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-lightBorderPform{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-orangeBrand{
  --tw-border-opacity: 1;
  border-color: rgb(243 108 66 / var(--tw-border-opacity));
}
.border-spinBlueBrand{
  --tw-border-opacity: 1;
  border-color: rgb(48 83 147 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-s-primaryColorFont{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.bg-\[\#B28517\]{
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 23 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blueBrand{
  --tw-bg-opacity: 1;
  background-color: rgb(0 73 119 / var(--tw-bg-opacity));
}
.bg-brownRed{
  --tw-bg-opacity: 1;
  background-color: rgb(134 47 17 / var(--tw-bg-opacity));
}
.bg-congrats{
  --tw-bg-opacity: 1;
  background-color: rgb(252 70 107 / var(--tw-bg-opacity));
}
.bg-golden{
  --tw-bg-opacity: 1;
  background-color: rgb(176 136 37 / var(--tw-bg-opacity));
}
.bg-grayLight{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-greenBrand{
  --tw-bg-opacity: 1;
  background-color: rgb(84 86 46 / var(--tw-bg-opacity));
}
.bg-orangeAction{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 0 / var(--tw-bg-opacity));
}
.bg-qualified{
  --tw-bg-opacity: 1;
  background-color: rgb(20 143 62 / var(--tw-bg-opacity));
}
.bg-spinBlueBrand{
  --tw-bg-opacity: 1;
  background-color: rgb(48 83 147 / var(--tw-bg-opacity));
}
.bg-spinBrandLightBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(25 173 232 / var(--tw-bg-opacity));
}
.bg-spinGoldBrand{
  --tw-bg-opacity: 1;
  background-color: rgb(178 133 23 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-\[\#c42436\]{
  --tw-gradient-from: #c42436 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 36 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#f26d7c\]{
  --tw-gradient-to: #f26d7c var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-\[\#DCC282\]{
  fill: #DCC282;
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 1.8rem;
}
.text-5xl{
  font-size: 2.5rem;
}
.text-6xl{
  font-size: 3.063rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[1\.1rem\]{
  font-size: 1.1rem;
}
.text-\[1\.26rem\]{
  font-size: 1.26rem;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.text-\[1\.3rem\]{
  font-size: 1.3rem;
}
.text-\[1\.7rem\]{
  font-size: 1.7rem;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[1\.25px\]{
  font-weight: 1.25px;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5{
  line-height: 1.25rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#0500FF\]{
  --tw-text-opacity: 1;
  color: rgb(5 0 255 / var(--tw-text-opacity));
}
.text-\[\#979797\]{
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}
.text-\[\#ACACAC\]{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.text-\[\#BCBCBC\]{
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blueBrand{
  --tw-text-opacity: 1;
  color: rgb(0 73 119 / var(--tw-text-opacity));
}
.text-brownRed{
  --tw-text-opacity: 1;
  color: rgb(134 47 17 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-greenBrand{
  --tw-text-opacity: 1;
  color: rgb(84 86 46 / var(--tw-text-opacity));
}
.text-primaryColorFont{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-secondaryColorFont{
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
}
.text-spinBlueBrand{
  --tw-text-opacity: 1;
  color: rgb(48 83 147 / var(--tw-text-opacity));
}
.text-spinGoldBrand{
  --tw-text-opacity: 1;
  color: rgb(178 133 23 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.decoration-solid{
  text-decoration-style: solid;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.outline-offset-4{
  outline-offset: 4px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100{
  transition-delay: 100ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[--overlay-backdrop\:static\]{
  --overlay-backdrop: static;
}
.h-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ul {
  list-style: disc;
  padding-left: 1rem;
  margin-top: 0.5rem;
}

.filter-shadow {
  filter: drop-shadow(6px 6px 1px rgb(185, 183, 183));
}

.border-yellow input[type=text] {
  border: 1px solid #e7c510;
}

#adminmenuwrap {
  background-color: #f8f9fa;
  display: none;
}

.wsg-banner--blue-gradient {
  position: relative;
}
.wsg-banner--blue-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 73, 119, 0) 0%, #004977 100%);
  z-index: 1;
}
.wsg-banner.fit-container {
  background-image: none !important;
  background-color: #02060b;
  text-align: center;
}
.wsg-banner.fit-container .img-banner {
  max-width: 80rem;
}
.wsg-banner.fit-container:after {
  display: none;
}
.wsg-banner.fit-container--darkgreen {
  background-color: #000606;
}
.wsg-banner.bgdarkcoffe {
  background-color: #070001;
}
.wsg-banner.bgwhite {
  background-color: #ffffff;
}

/* Outline Out */
.location--hvr {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.location--hvr:before {
  content: "";
  position: absolute;
  border: white solid 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.location--hvr:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: #F36C42 solid 4px;
}

.hvr-zoom {
  overflow: hidden;
}

.hvr-zoom figure img {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

.hvr-zoom figure:hover img {
  transform: scale(1.2);
}

.kenburns-bottom {
  background-size: cover;
  background-position: center;
  animation: kenburns-bottom 5s ease-out both;
}

.btn-action {
  overflow: hidden;
}

.btn-action span {
  position: relative;
}

.btn-action span::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.btn-action span:hover::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.radial {
  overflow: hidden;
}

.radial span {
  position: relative;
}

.radial span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.radial span:hover::before {
  animation: circle 0.85s;
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.bounce-in-fwd {
  animation: bounce-in-fwd 1.1s both;
}
@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.tracking-in-expand-fwd-top {
  animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both 0.7s;
}
@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.rotate-in-center {
  animation: rotate-in-center 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) alternate forwards;
}
@keyframes rotate-in-center {
  0% {
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
.wobble-hor-bottom {
  animation: wobble-hor-bottom 0.8s both;
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.tracking-in-contract {
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
.wobble-hor-bottom {
  animation: wobble-hor-bottom 0.8s both;
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  15% {
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
.color-change-2x {
  animation: color-change-2x 2s linear infinite alternate both;
}
@keyframes color-change-2x {
  0% {
    background: #19dcea;
  }
  100% {
    background: #b22cff;
  }
}
.bg-bluegradient {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #d2f1fd 0%, #d2f1fd 25%, #d2f1fd 51%, #19ade8 100%);
  animation: AnimateBG 20s ease;
}

.bg-yellowgradient {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-image: linear-gradient(-45deg, #f5f4ef 0%, #f5f4ef 25%, #f5f4ef 51%, #f9c26f 100%);
  animation: AnimateBG 15s ease 1;
}
@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.tracking-in-expand-fwd {
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s both;
}

.tracking-in-expand-fwd-2 {
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s both;
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.scale-up-center {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 2.1s both;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.fade-in-bottom {
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scale-in-hor-left {
  animation: scale-in-hor-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes scale-in-hor-left {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
.fade-in-bck {
  animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-bck {
  0% {
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.wsg-form input, .wsg-form select {
  border-radius: 3px;
  border: 1px solid #8E8E8E;
  color: #2D2D2D;
}
.wsg-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.3rem !important;
}
.wsg-form input[type=radio] {
  border-radius: 50%;
  margin-right: 0.4rem;
}
.wsg-form [type=checkbox] {
  color: #01090f !important;
}
.wsg-form input[type=submit] {
  background-color: #F36C42;
  color: white;
  cursor: pointer;
  font-size: 1.875rem;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  border-color: #F36C42;
}

.gform_wrapper {
  grid-row-gap: 10px !important;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_heading .gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .gsection {
  margin: 0.6rem 0 !important;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 5px !important;
}
.gform_wrapper .gform_fields .gfield {
  margin-top: 0.3125rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox {
  width: 25px;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_select select {
  padding-right: 2rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_select:after {
  position: absolute;
  content: "";
  background-color: #8E8E8E;
  height: 89%;
  width: 1px;
  right: 2.2rem;
  top: 2px;
}
.gform_wrapper .gform_fields .gfield .ginput_container .gfield_checkbox .gchoice label {
  display: none;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield select {
  line-height: 1.2;
}
.gform_wrapper .gform_fields .gfield .gfield_label, .gform_wrapper .gform_fields .gfield legend {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  color: #2D2D2D;
}
.gform_wrapper .gform_fields .gfield .ginput_complex span:not(:first-child) {
  padding-right: 0 !important;
  padding-left: 2%;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_fields .gfield .ginput_complex span:not(:first-child) {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.gform_wrapper .gform_fields .gfield.pr-0 .ginput_complex .gform-grid-col {
  padding-right: 0 !important;
}
.gform_wrapper .gform_fields .gfield--type-checkbox {
  display: flex !important;
  flex-wrap: wrap;
  padding-top: 1rem;
}
.gform_wrapper .gform_fields .gfield--type-checkbox .gfield_description {
  width: 92%;
  padding-left: 0.5rem;
  padding-top: 0;
}
.gform_wrapper .gform_fields .gfield--type-checkbox .gfield_description a {
  color: #004977;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .gform_wrapper .gform_fields .gfield--type-checkbox .gfield_description {
    width: 90%;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio {
  margin-top: 0.8rem !important;
}
.gform_wrapper .gform_fields .gfield.gfield_contains_required .ginput_complex .gform-field-label--type-sub:after {
  content: " *";
  color: red;
  margin-right: 3px;
}
.gform_wrapper .gform_fields .gfield.error-sams .gfield_label,
.gform_wrapper .gform_fields .gfield.error-sams .ginput_container, .gform_wrapper .gform_fields .gfield.error-hubspot .gfield_label,
.gform_wrapper .gform_fields .gfield.error-hubspot .ginput_container, .gform_wrapper .gform_fields .gfield.email-custom-message .gfield_label,
.gform_wrapper .gform_fields .gfield.email-custom-message .ginput_container {
  display: none;
}
.gform_wrapper .gform_fields .gfield.hg-9 textarea {
  height: 9rem !important;
}
.gform_wrapper .gform_fields .gfield .iti--separate-dial-code {
  width: 100%;
  z-index: 0;
}
.gform_wrapper .terms-check > a {
  display: flex;
}
.gform_wrapper .terms-check .gfield_description a {
  color: #2d2d2d !important;
}
.gform_wrapper .terms-check .gfield_description a .underline {
  color: #004977 !important;
}
.gform_wrapper .terms-check a {
  text-decoration: none !important;
}
.gform_wrapper .terms-check a.underline {
  text-decoration: underline !important;
  color: #004977 !important;
}
.gform_wrapper .terms-anchor > a {
  display: flex;
  width: 100%;
}
.gform_wrapper .t-c-plus .gfield_description > a:first-child {
  text-decoration: none;
  color: #2D2D2D;
}
.gform_wrapper .maps-address .ginput_container .address_city,
.gform_wrapper .maps-address .ginput_container .address_state,
.gform_wrapper .maps-address .ginput_container .address_zip,
.gform_wrapper .maps-address .ginput_container .address_country,
.gform_wrapper .maps-address .has_street .address_city,
.gform_wrapper .maps-address .has_street .address_state,
.gform_wrapper .maps-address .has_street .address_zip,
.gform_wrapper .maps-address .has_street .address_country {
  display: none;
}
.gform_wrapper .ui-select .chosen-container-single .chosen-single {
  background: #fff !important;
  height: 36px !important;
}
.gform_wrapper .ui-select .chosen-container-single .chosen-single > span {
  height: 36px;
  line-height: 36px;
}
.gform_wrapper .ui-select .chosen-container-single .chosen-single div {
  width: 23px !important;
  right: 5px !important;
}
.gform_wrapper .ui-select .chosen-container-single .chosen-single div b {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") no-repeat 0 center !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .gform_wrapper .ui-select .chosen-container-single .chosen-single div b {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") no-repeat 0 center !important;
  }
}
.gform_wrapper .not-visible {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}
.gform_wrapper .mb-m2 {
  margin-bottom: 1.5rem !important;
}

#gform_2 #gform_ajax_sppiner_2,
.gform_ajax_spinner {
  display: none !important;
}

@media (max-width: 1024px) {
  .gfield--width-third,
  .gfield--width-two-thirds {
    grid-column: span 12 !important;
  }
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2 !important;
  }
  .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0 !important;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.2
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0f0f0f;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: rgba(0, 0, 0, 0);
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.loading-dd {
  position: relative;
}
.loading-dd::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(250, 251, 251, 0.6);
  z-index: 1;
}
.loading-dd::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border: 6px solid #cdcdcd;
  border-top: 6px solid #004977;
  border-radius: 100%;
  animation: loader 1s infinite linear;
  z-index: 2;
  top: 1rem;
  right: 0;
  left: 0;
  margin: auto;
}

@keyframes loader {
  100% {
    transform: rotate(360deg);
  }
}
.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3ff9dc;
}

.pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

.dig-loading {
  display: none;
  justify-content: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: rgba(63, 65, 65, 0.8);
  align-items: center;
}
.dig-loading div {
  width: 1rem;
  height: 1rem;
  margin: 2rem 0.3rem;
  background: #cdcdcd;
  border-radius: 50%;
  animation: 0.9s bounce infinite alternate;
}
.dig-loading div:nth-child(2) {
  animation-delay: 0.3s;
}
.dig-loading div:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}
#process-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  text-align: center;
  z-index: 9999;
}
#process-modal__content {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.countdown {
  width: 18rem;
  max-width: 100%;
  height: 64px;
  margin: 0.8rem auto 1rem;
  background-color: #004977;
  font-size: 2.188rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0.15em;
}
.countdown--green {
  width: 11rem;
  background-color: #54562E;
  margin: 0.8rem 0.5rem 1rem;
}
.countdown--bblue {
  background-color: #305393;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.category-slider .slick-arrow {
  height: 3rem;
  width: 3rem;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
  transition: background-color 0.3s ease;
  z-index: 1;
}
.category-slider .slick-arrow:before {
  content: "";
}
.category-slider .slick-arrow:hover {
  background-color: rgba(84, 86, 46, 0.8);
  border-radius: 50%;
}
.category-slider .slick-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjEuNSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0xNSA2LTYgNiA2IDYiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ic3Ryb2tlLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==");
  left: 1rem !important;
}
.category-slider .slick-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjEuNSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im05IDYgNiA2LTYgNiIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJzdHJva2UtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  right: 1rem !important;
}
.category-slider .slick-dots li button:before {
  font-size: 1rem;
}

.scrollToTopBtn {
  background-color: #862F11;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 48px;
  width: 48px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
  padding: 0.5rem;
}

.wsg-banner h4 {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: white;
}
.wsg-banner h4.ribbon {
  color: #004977;
}
@media (max-width: 768px) {
  .wsg-banner h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.wsg-banner h1 {
  font-size: 4.5rem;
  line-height: 89px;
  transition-delay: 100ms;
}
.wsg-banner h1.md-font {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .wsg-banner h1.md-font {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
@media (max-width: 1260px) {
  .wsg-banner h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 960px) {
  .wsg-banner h1 {
    line-height: 1;
    font-size: 2.5rem;
  }
}
.wsg-banner p {
  margin-bottom: 0.8rem;
}
.wsg-banner .ribbon {
  background-image: url("../img/landing-home/gold-ribbon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20.375rem;
}

.wsg-ty {
  position: relative;
}
.wsg-ty--qualified:before {
  background: rgb(20, 143, 62);
  background: radial-gradient(circle, rgba(20, 143, 62, 0.4850315126) 0%, rgba(7, 106, 41, 0.8547794118) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wsg-ty--congrats:before {
  background: rgb(252, 70, 107);
  background: radial-gradient(circle, rgba(252, 70, 107, 0.543855042) 0%, rgba(252, 64, 64, 0.7175245098) 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wsg-ty__description h1, .wsg-ty__description .title {
  font-size: 3.688rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wsg-ty__description h1, .wsg-ty__description .title {
    font-size: 4.688rem;
    line-height: 89px;
  }
}
@media (max-width: 767px) {
  .wsg-ty__description h1, .wsg-ty__description .title {
    font-size: 2.4rem;
  }
}
.wsg-ty__description p {
  font-size: 2.188rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .wsg-ty__description p br {
    display: none;
  }
  .wsg-ty__description p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.wsg-locations .location {
  border: 1px solid #D6D6D6;
  background: #F2F2F2;
  cursor: pointer;
}
.wsg-locations .location header {
  max-height: 220px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wsg-locations .location header {
    max-height: 298px;
  }
}
@media (max-width: 767px) {
  .wsg-locations .location header {
    max-height: 100%;
  }
}
.wsg-locations .location.active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: #F36C42 solid 4px;
}
.wsg-locations .location--spinpackage header {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.wsg-locations .location--spinpackage header img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.location--package .list-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 47%;
  padding-left: 0.6rem;
}
.location--package .list-content.w-55 {
  width: 53%;
}
@media (max-width: 767px) {
  .location--package .list-content.w-55 {
    width: 100%;
  }
}
.location--package .list-content.w-60 {
  width: 60%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .location--package .list-content.w-60 {
    width: 100%;
  }
}
.location--package .list-content.w-72 {
  width: 72%;
}
@media (max-width: 767px) {
  .location--package .list-content.w-72 {
    width: 100%;
  }
}
.location--package .list-content.w-hl {
  width: 50%;
}
.location--package .list-content.p-15 {
  padding-left: 1.5rem !important;
}
.location--package .list-content li::marker {
  position: relative;
  right: 0.4px;
}
@media (max-width: 767px) {
  .location--package .list-content {
    width: 100%;
    padding-left: 1.2rem;
  }
}

.location--modal .content-info__title h5 {
  color: #7B041B;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.location--modal .content-info__item h6 {
  color: #CC9933;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.location--modal .content-info__item ul {
  color: #222;
}

.simple-lightbox button,
.simple-lightbox .sl-close {
  color: #ffffff;
  right: 5rem;
  top: 3rem;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .simple-lightbox button,
  .simple-lightbox .sl-close {
    font-size: 2rem;
  }
}
.simple-lightbox .sl-counter {
  left: 5rem;
  top: 3rem;
  color: white;
  font-size: 1.4rem;
}
.simple-lightbox .sl-counter span {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .simple-lightbox .sl-counter {
    font-size: 1rem;
  }
}
.simple-lightbox .sl-navigation {
  height: 100%;
  color: #ffffff;
  position: relative;
  max-width: 1760px;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
.simple-lightbox .sl-navigation button {
  color: #ffffff;
  position: absolute;
}
.simple-lightbox .sl-navigation .sl-prev {
  left: 1rem !important;
  font-size: 7rem !important;
}
@media (min-width: 1280px) {
  .simple-lightbox .sl-navigation .sl-prev {
    left: 2rem !important;
  }
}
@media (min-width: 2024px) {
  .simple-lightbox .sl-navigation .sl-prev {
    left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .simple-lightbox .sl-navigation .sl-prev {
    font-size: 4rem !important;
  }
}
.simple-lightbox .sl-navigation .sl-next {
  right: 1rem !important;
  font-size: 7rem !important;
}
@media (min-width: 1280px) {
  .simple-lightbox .sl-navigation .sl-next {
    right: 2rem !important;
  }
}
@media (min-width: 2024px) {
  .simple-lightbox .sl-navigation .sl-next {
    right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .simple-lightbox .sl-navigation .sl-next {
    font-size: 4rem !important;
  }
}

.wsg-payment .description-package {
  display: block;
  margin: 0 auto;
  width: 59%;
}
@media (max-width: 768px) {
  .wsg-payment .description-package {
    width: auto;
  }
}
.wsg-payment__form label.error {
  color: #c02b0a;
}
.wsg-payment__form .diagonal-line:after {
  position: absolute;
  content: "/";
  top: 0;
  right: -6px;
  font-size: 2rem;
  line-height: 1;
  color: #8E8E8E;
}
.wsg-payment__form .smlabel {
  position: relative;
}
.wsg-payment__form .smlabel label.error {
  position: absolute;
  font-size: 0.9rem;
  line-height: 1;
  bottom: -2rem;
}

.visa .card-1 {
  filter: brightness(60%);
}

.mastercard .card-2 {
  filter: brightness(60%);
}

.discover .card-3 {
  filter: brightness(60%);
}

.amex .card-4 {
  filter: brightness(60%);
}

.terms-modal__content input[type=checkbox] {
  border: 2px solid black;
}
.terms-modal__content input[type=checkbox]:checked {
  background-color: black;
}

@media screen and (max-height: 660px) and (min-width: 768px) {
  /* Tus estilos aquí */
  .terms-modal--h {
    max-height: 34.375rem !important;
    padding: 1rem 3rem !important;
  }
  .ht-container {
    padding-top: 1rem;
  }
  .terms-container {
    height: 22rem !important;
  }
}
@media screen and (max-width: 768px) {
  .ht-container {
    padding-top: 1rem;
  }
  .terms-modal--h {
    height: 40rem !important;
    padding-bottom: 1rem !important;
    overflow: auto;
  }
  #terms-container {
    height: 14rem !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    overflow-y: scroll;
  }
  #terms-conditions-modal {
    height: auto !important;
  }
}
.payment-live:not(.social-checkout) {
  margin: 0 auto;
  max-width: 70rem;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields {
  grid-column-gap: 0 !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .pb-6 {
  padding-bottom: 1.5rem;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .pr-sm {
  padding-right: 0.2rem;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .pr-sm {
    padding-right: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .pl-sm {
  padding-left: 0.2rem;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .pl-sm {
    padding-left: 1rem;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .mt-0 .ginput_container_radio {
  margin-bottom: 0;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .pb-c1 {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .sm-pb-c1 {
    padding-bottom: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .prepend .ginput_container {
  position: relative;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .prepend .ginput_container:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  padding: 0 1rem;
  background-color: #d6d2d2;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNi4xNTM4IDcuMTUzODJDMTUuMjA1NCA2LjIwNTM4IDEzLjUzNTEgNS41NDU2OCAxMiA1LjUwNDM3TTcuODQ2MTkgMTYuMTUzOEM4LjczODU1IDE3LjM0MzYgMTAuMzk3NyAxOC4wMjIyIDEyIDE4LjA3OThNMTIgNS41MDQzN0MxMC4xNzM1IDUuNDU1MjIgOC41Mzg1IDYuMjgxNSA4LjUzODUgOC41Mzg0NUM4LjUzODUgMTIuNjkyMyAxNi4xNTM4IDEwLjYxNTQgMTYuMTUzOCAxNC43NjkyQzE2LjE1MzggMTcuMTM4MyAxNC4xMjcgMTguMTU2MiAxMiAxOC4wNzk4TTEyIDUuNTA0MzdWM00xMiAxOC4wNzk4VjIwLjk5OTkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #6b7280;
  height: 100%;
  vertical-align: middle;
  line-height: 32px;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .prepend .ginput_container [type=text],
.payment-live:not(.social-checkout) .gform-body .gform_fields .prepend .ginput_container [type=number] {
  padding-left: 2.8rem;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .prepend {
    padding-left: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields > div, .payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset {
  padding: 0rem 2rem;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields > div, .payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset {
    padding: 0rem 1rem;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset.terms-check {
  background-color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-right: -1px;
  margin-left: -1px;
  display: flex !important;
  justify-content: center !important;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset.terms-check .ginput_container_checkbox,
.payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset.terms-check .gfield_description {
  display: inline !important;
  width: auto !important;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset.terms-check [type=checkbox]:checked {
  background-color: #004978;
  color: #004978;
  border-radius: 0.25rem;
  height: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields > fieldset.terms-check {
    padding-right: 0;
    padding-left: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1,
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 {
  display: flex;
  flex-wrap: wrap;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gfield,
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .gfield {
  width: 100%;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gfield.gfield--width-third,
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .gfield.gfield--width-third {
  margin-right: 2%;
  width: 32%;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gfield.gfield--width-third.gcol-third,
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .gfield.gfield--width-third.gcol-third {
  margin-right: 0 !important;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gfield.gfield--width-third select,
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .gfield.gfield--width-third select {
  padding-right: 2.2rem;
}
@media (max-width: 900px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gfield.gfield--width-third,
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .gfield.gfield--width-third {
    margin-right: 0;
    width: 100%;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 {
  display: block;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding-top: 1.5rem;
  margin-right: 0.5rem;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field {
  float: left;
}
@media (max-width: 900px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field {
    float: none;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field-clear {
  clear: both;
  padding-top: 6px;
}
@media (max-width: 900px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field-clear {
    clear: none;
    padding-top: 0;
  }
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 {
    display: flex;
  }
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-1 {
    margin-right: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 {
  padding-bottom: 2rem;
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
  padding-top: 1.5rem;
  margin-left: 0.5rem;
  flex-direction: column;
}
@media (max-width: 900px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .grid-col-2 .mart-top-7 {
  margin-top: 7px;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .gfield {
  margin-top: 0.375rem;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .gfield--type-checkbox {
  justify-content: center;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .gfield--type-checkbox [type=checkbox] {
  color: #010a0f !important;
}
.payment-live:not(.social-checkout) .gform-body .gform_fields .gfield.consent-check--type-checkbox .gfield_description {
  width: 92% !important;
}
@media (max-width: 900px) {
  .payment-live:not(.social-checkout) .gform-body .gform_fields {
    grid-template-columns: 1fr !important;
    display: block !important;
  }
}
.payment-live:not(.social-checkout) .gsection {
  margin-left: auto !important;
  margin-right: auto !important;
}
.payment-live:not(.social-checkout) .ginput_container_radio {
  margin-bottom: 1rem;
}
.payment-live:not(.social-checkout) .ginput_container_radio .gfield-choice-input,
.payment-live:not(.social-checkout) .ginput_container_radio [type=radio] {
  color: black;
  margin-right: 0.3rem;
}
.payment-live:not(.social-checkout) .ginput_container_radio .gfield-choice-input:ring,
.payment-live:not(.social-checkout) .ginput_container_radio [type=radio]:ring {
  box-shadow: none;
}
.payment-live:not(.social-checkout) .ginput_container_radio .gfield-choice-input:focus,
.payment-live:not(.social-checkout) .ginput_container_radio [type=radio]:focus {
  box-shadow: none;
}
.payment-live:not(.social-checkout) [type=submit],
.payment-live:not(.social-checkout) [value=Submit] {
  background-color: #B08825;
  cursor: pointer !important;
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 1rem;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}
.payment-live:not(.social-checkout) [type=submit]:disabled,
.payment-live:not(.social-checkout) [value=Submit]:disabled {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .payment-live:not(.social-checkout) [type=submit],
  .payment-live:not(.social-checkout) [value=Submit] {
    background-position: left 11rem center;
  }
}
@media (max-width: 530px) {
  .payment-live:not(.social-checkout) [type=submit],
  .payment-live:not(.social-checkout) [value=Submit] {
    background-position: left 34% center;
  }
}
.payment-live:not(.social-checkout) input[type=text]:-moz-read-only {
  background-color: #eee;
  cursor: not-allowed;
}
.payment-live:not(.social-checkout) input[type=text]:read-only {
  background-color: #eee;
  cursor: not-allowed;
}

.generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1,
.generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-2 {
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1,
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-2 {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1 {
  display: block;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field {
  float: left;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .float-field {
    float: none;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .grid-col-1 .gsection {
  margin: 0.8rem 0 0.6rem !important;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .mart-11 {
  margin-top: 11px !important;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .w-month {
  width: 19% !important;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .w-month {
    width: 49% !important;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .w-year {
  width: 29% !important;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .w-year {
    width: 49% !important;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .w-m4 {
  width: 47% !important;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .neg-top {
  margin-top: -19px;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .neg-top {
    margin-top: 0.375rem;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .mt-0 {
  margin-top: 0;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .mr-0 {
  margin-right: 0 !important;
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .mb-8rm {
  margin-bottom: 8rem;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .mb-8rm {
    margin-bottom: 0;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields .mt-1rm {
  margin-top: 1rem;
}
@media (max-width: 900px) {
  .generic-payment:not(.social-checkout) .gform-body .gform_fields .mt-1rm {
    margin-top: 9px;
  }
}
.generic-payment:not(.social-checkout) .gform-body .gform_fields fieldset.terms-check .gfield_description {
  width: 92% !important;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-top: 0;
}

.sms-notification [type=submit],
.sms-notification [value=Submit] {
  background-color: #B08825 !important;
  border-color: #B08825 !important;
  cursor: pointer !important;
  display: block;
  font-weight: 600;
  font-size: 1.25rem !important;
  line-height: 1.75rem;
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 1rem;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}
.sms-notification [type=submit]:disabled,
.sms-notification [value=Submit]:disabled {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .sms-notification [type=submit],
  .sms-notification [value=Submit] {
    background-position: left 11rem center;
  }
}
@media (max-width: 530px) {
  .sms-notification [type=submit],
  .sms-notification [value=Submit] {
    background-position: left 34% center;
  }
}

.msg-preview--nodisplay {
  display: none;
}

.purchase-live {
  margin: 0 auto;
  width: 25rem;
  max-width: 70rem;
}
.purchase-live .ginput_container_radio {
  margin-bottom: 1rem;
}
.purchase-live .ginput_container_radio .gfield-choice-input,
.purchase-live .ginput_container_radio [type=radio] {
  color: black;
  margin-right: 0.3rem;
}
.purchase-live .ginput_container_radio .gfield-choice-input:ring,
.purchase-live .ginput_container_radio [type=radio]:ring {
  box-shadow: none;
}
.purchase-live .ginput_container_radio .gfield-choice-input:focus,
.purchase-live .ginput_container_radio [type=radio]:focus {
  box-shadow: none;
}
.purchase-live .prepend .ginput_container {
  position: relative;
}
.purchase-live .prepend .ginput_container:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  padding: 0 1rem;
  background-color: #d6d2d2;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNi4xNTM4IDcuMTUzODJDMTUuMjA1NCA2LjIwNTM4IDEzLjUzNTEgNS41NDU2OCAxMiA1LjUwNDM3TTcuODQ2MTkgMTYuMTUzOEM4LjczODU1IDE3LjM0MzYgMTAuMzk3NyAxOC4wMjIyIDEyIDE4LjA3OThNMTIgNS41MDQzN0MxMC4xNzM1IDUuNDU1MjIgOC41Mzg1IDYuMjgxNSA4LjUzODUgOC41Mzg0NUM4LjUzODUgMTIuNjkyMyAxNi4xNTM4IDEwLjYxNTQgMTYuMTUzOCAxNC43NjkyQzE2LjE1MzggMTcuMTM4MyAxNC4xMjcgMTguMTU2MiAxMiAxOC4wNzk4TTEyIDUuNTA0MzdWM00xMiAxOC4wNzk4VjIwLjk5OTkiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #6b7280;
  height: 100%;
  vertical-align: middle;
  line-height: 32px;
}
.purchase-live .prepend .ginput_container [type=text],
.purchase-live .prepend .ginput_container [type=number] {
  padding-left: 2.8rem;
}
@media (max-width: 768px) {
  .purchase-live .prepend {
    padding-left: 0;
  }
}
.purchase-live [type=submit],
.purchase-live [value=Submit] {
  background-color: #B08825;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDQ4IDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzg0IDIyMy4xLTE2IC45di04MEMzNjggNjQuNTkgMzAzLjQxIDAgMjI0IDBTODAgNjQuNTkgODAgMTQ0djgwbC0xNi0uOWMtMzUuMzUgMC02NCAyOC42NS02NCA2NHYxNjBjMCAzNS4zNCAyOC42NSA2NCA2NCA2NGgzMjBjMzUuMzUgMCA2NC0yOC42NiA2NC02NHYtMTYwYzAtMzQuNC0yOC43LTY0LTY0LTY0ek0xNDQgMTQ0YzAtNDQuMTIgMzUuOS04MCA4MC04MHM4MCAzNS44OCA4MCA4MHY4MEgxNDR2LTgweiIgZmlsbD0iI2RjYzI4MiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+");
  background-size: 20px auto;
  background-position: left 8rem center;
  background-repeat: no-repeat;
  cursor: pointer !important;
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 1rem;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .purchase-live [type=submit],
  .purchase-live [value=Submit] {
    background-position: left 11rem center;
  }
}
@media (max-width: 530px) {
  .purchase-live [type=submit],
  .purchase-live [value=Submit] {
    background-position: left 34% center;
  }
}
@media (max-width: 768px) {
  .purchase-live {
    width: 100%;
  }
}

.default-tpt__content p {
  margin-bottom: 1rem;
}
.default-tpt__content p a:hover {
  text-decoration: underline;
}
.default-tpt__content p strong {
  font-weight: 700;
}
.default-tpt__content p > strong {
  padding-left: 2.5rem;
}

/*
*  River Ranch Campaign
*/
.resort-banner {
  background-color: #b4cbe1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.resort-banner__promotion .resort-head {
  text-align: center;
}
.resort-banner__promotion .resort-head__label {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .resort-banner__promotion .resort-head__label {
    font-size: 1.6rem;
  }
}
.resort-banner__promotion .resort-info {
  max-width: 416px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.resort-banner__promotion .resort-info__description {
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.5rem;
}
.resort-banner__promotion .resort-info__description .options-list li {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 2rem;
}
.resort-banner__promotion .resort-info__description .options-list li:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDFhMTEgMTEgMCAxIDAgMTEgMTFBMTEgMTEgMCAwIDAgMTIgMVptNS43MDcgOC43MDctNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0TDEwIDE0LjU4Nmw2LjI5My02LjI5M2ExIDEgMCAwIDEgMS40MTQgMS40MTRaIiBmaWxsPSIjNTQ1NjJlIiBjbGFzcz0iZmlsbC0yMzIzMjMiPjwvcGF0aD48L3N2Zz4=");
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 11px;
  position: absolute;
  left: 0;
}
.resort-banner__promotion .resort-info__action {
  border-radius: 5px;
  font-size: 1.84rem;
}
.resort-banner__graphic {
  height: 150px;
  width: 150px;
}
.resort-banner__graphic figcaption {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .resort-banner {
    background-image: url("../img/resorts-landings/River-Ranch/home-page/river-ranch-banner-sm.webp") !important;
  }
}

.price__normal span {
  font-size: 1rem;
}
.price__normal h5 {
  font-size: 1.8rem;
}
.price__discount strong {
  font-size: 4.15rem;
  font-weight: 900;
}

.brand-offer h5 {
  font-size: 2rem;
}
.brand-offer p {
  font-size: 1rem;
}

.activities {
  color: #54562E;
  text-align: center;
  background-image: url("../img/resorts-landings/River-Ranch/home-page/Lasso.webp");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.activities__title {
  text-align: center;
  font-size: 2.125rem;
  padding: 2rem 0;
}
.activities__title--figure {
  background-image: url("../img/resorts-landings/River-Ranch/home-page/Rope.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 280px;
}

.activity {
  transition: all;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.activity__header {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.activity__header picture {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.activity__content {
  padding: 1.5rem 1rem;
}
.activity__content h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 998px) {
  .activity__content h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .activity__content h4 {
    font-size: 1.2rem;
  }
}
.activity__content p {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .activity__content br {
    display: none;
  }
}
@media (max-width: 1440px) {
  .activity__content {
    padding: 1.5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .activity__content {
    padding: 1.5rem 1rem;
  }
}
.activity__action {
  padding-bottom: 2rem;
  margin-top: auto;
  -webkit-appearance: none;
}
.activity__action .call-to-activity {
  border-radius: 5px;
  font-size: 1.563rem;
}
.activity:hover {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.accommodations {
  background: rgba(134, 118, 78, 0.1);
}
.accommodations p {
  font-size: 1rem;
}
.accommodations p small {
  font-size: 0.813rem;
}

.acc-category {
  width: 100%;
}
.acc-category__image {
  display: flex;
  align-items: center;
  height: 530px;
}
.acc-category__image .category-slider .cat-img-container {
  height: 536px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .acc-category__image .category-slider .cat-img-container {
    height: 300px;
  }
}
.acc-category__image .category-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
}
@media (max-width: 767px) {
  .acc-category__image {
    height: auto;
  }
}
.acc-category__description {
  padding-right: 1rem;
  padding-left: 2%;
}
.acc-category__description h3, .acc-category__description .title {
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .acc-category__description h3, .acc-category__description .title {
    text-align: center;
  }
}
.acc-category__description p {
  font-size: 1rem;
  line-height: 1.2;
}

.features__list {
  color: #54562E;
  margin-bottom: 0.8rem;
  align-items: center;
}
.features__list p {
  font-size: 0.938rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .features__list p {
    text-align: center;
    width: 100%;
  }
}
.features__list .feature-item {
  width: 30px;
  height: auto;
}
.features__list .feature-item svg {
  width: 100%;
}
@media (max-width: 767px) {
  .features__list .feature-item {
    display: flex;
    align-items: flex-end;
    height: 35px;
    width: auto !important;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .features__list .feature-item {
    text-align: center;
    width: 100%;
  }
  .features__list {
    align-items: flex-start;
  }
}

.property__features h5 {
  color: #862F11;
}
.property__features .list-content {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.property__features .list-content li {
  font-size: 0.838rem;
  color: #000000;
  line-height: 1.2;
}
.property__features .list-content li::marker {
  font-size: 1.4rem;
}
.property__features .list-content li:before {
  font-size: 1rem;
}
.property__features .list-content:last-child {
  margin-bottom: 0;
}

.resort-gallery {
  background-color: white;
}
.resort-gallery .img-cover {
  position: relative;
}
.resort-gallery .img-cover img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .resort-gallery .img-cover img {
    height: 200px;
    width: 200px;
  }
}
.resort-gallery .img-cover .opacity-cover {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.resort-gallery .img-cover .icon {
  color: white;
  font-size: 2rem;
}
.resort-gallery .img-cover:hover img {
  opacity: 0.6;
}
.resort-gallery .img-cover:hover .opacity-cover {
  opacity: 1;
}

.rr-reviews {
  background: rgba(134, 118, 78, 0.1);
  background-image: url("../img/resorts-landings/River-Ranch/home-page/reviews/Horse-Shoe-05.webp"), url("../img/resorts-landings/River-Ranch/home-page/reviews/Boots-03.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: left -7rem bottom, right -13rem center;
}
.rr-reviews .item-review {
  color: white;
  padding: 2rem 3rem 2rem 5rem;
}
.rr-reviews .item-review .circles {
  position: absolute;
  left: 18px;
  top: 18px;
}
.rr-reviews .item-review .review {
  font-size: 1.125rem;
}
.rr-reviews .item-review .review__text {
  font-size: 0.825rem;
  font-weight: 400;
  line-height: 1.2;
}
.rr-reviews .item-review .review__author {
  font-size: 0.825rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .rr-reviews {
    background-position: left -15rem bottom, right -13rem center;
  }
}
.rr-reviews .reviewsSlider {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.rr-reviews .reviewsSlider .slick-dots li {
  font-size: 0.838rem;
  color: #000000;
  line-height: 1.2;
}
.rr-reviews .reviewsSlider .slick-dots li::marker {
  font-size: 1.4rem;
}
.rr-reviews .reviewsSlider .slick-dots li button::before {
  font-size: 1rem;
}
.rr-reviews .reviewsSlider .slick-dots:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .rr-reviews .reviewsSlider {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  button.accordion {
    width: 100%;
    background-color: rgba(134, 47, 17, 0.6);
    border-radius: 5px;
    outline: none;
    text-align: left;
    font-size: 1.1rem;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s linear;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ico {
    height: 18px;
    width: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMjU2IDI5OC4zIDE3NC4yLTE2Ny4yYzQuMy00LjIgMTEuNC00LjEgMTUuOC4ybDMwLjYgMjkuOWM0LjQgNC4zIDQuNSAxMS4zLjIgMTUuNUwyNjQuMSAzODAuOWMtMi4yIDIuMi01LjIgMy4yLTguMSAzLTMgLjEtNS45LS45LTguMS0zTDM1LjIgMTc2LjdjLTQuMy00LjItNC4yLTExLjIuMi0xNS41TDY2IDEzMS4zYzQuNC00LjMgMTEuNS00LjQgMTUuOC0uMkwyNTYgMjk4LjN6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
  }
  button.accordion.is-open .ico {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMjU2IDIxMy43IDE3NC4yIDE2Ny4yYzQuMyA0LjIgMTEuNCA0LjEgMTUuOC0uMmwzMC42LTI5LjljNC40LTQuMyA0LjUtMTEuMy4yLTE1LjVMMjY0LjEgMTMxLjFjLTIuMi0yLjItNS4yLTMuMi04LjEtMy0zLS4xLTUuOS45LTguMSAzTDM1LjIgMzM1LjNjLTQuMyA0LjItNC4yIDExLjIuMiAxNS41TDY2IDM4MC43YzQuNCA0LjMgMTEuNSA0LjQgMTUuOC4yTDI1NiAyMTMuN3oiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: contain;
  }
  button.accordion:hover,
  button.accordion.is-open {
    background-color: #862f11;
  }
  .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  .accordion.is-open + .accordion-content {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.wr-qualification {
  background-image: url("../img/resorts-landings/River-Ranch/qualification-form/Teepee-qualification.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.wr-qualification:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.resort-initial-form {
  border-radius: 5px;
  border: 4px solid #54562E;
  background: #F3F1ED;
  z-index: 1;
}
.resort-initial-form .river-ranch-form .gform_fields {
  grid-column-gap: 2rem !important;
  grid-row-gap: 9px !important;
}
.resort-initial-form .river-ranch-form .gform_fields .gfield.pr-2 .ginput_complex .gform-grid-col {
  padding-right: 2rem !important;
}
.resort-initial-form .river-ranch-form .gform_fields .gfield.pr-2 .ginput_complex .gform-grid-col + .gform-grid-col {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .resort-initial-form .river-ranch-form .gform_fields .gfield.pr-2 .ginput_complex .gform-grid-col {
    padding-right: 0 !important;
  }
}
.resort-initial-form .river-ranch-form .gform_fields .gfield select {
  padding-right: 2.2rem;
}
@media (max-width: 768px) {
  .resort-initial-form .river-ranch-form .gform_fields {
    grid-column-gap: 0 !important;
  }
}
.resort-initial-form .river-ranch-form [type=checkbox] {
  color: #000 !important;
}
.resort-initial-form .river-ranch-form [type=submit],
.resort-initial-form .river-ranch-form [value=Submit] {
  background-color: #FF7A00;
  cursor: pointer !important;
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #ffffff;
  border-radius: 0.375rem;
  padding: 1rem;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  border-radius: 5px;
  border: 2px solid #54562E;
}
.resort-initial-form .river-ranch-form [type=submit]:disabled,
.resort-initial-form .river-ranch-form [value=Submit]:disabled {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .resort-initial-form .river-ranch-form [type=submit],
  .resort-initial-form .river-ranch-form [value=Submit] {
    background-position: left 11rem center;
  }
}
@media (max-width: 530px) {
  .resort-initial-form .river-ranch-form [type=submit],
  .resort-initial-form .river-ranch-form [value=Submit] {
    background-position: left 34% center;
  }
}
.resort-initial-form .river-ranch-form--spinwheel [type=submit],
.resort-initial-form .river-ranch-form--spinwheel [value=Submit] {
  background-color: #B28517;
  border-color: #B28517;
}

.wsg-payment .rr-payment-form .gform-body .gform_fields .grid-col-1,
.wsg-payment .rr-payment-form .gform-body .gform_fields .grid-col-2 {
  background-color: #ffffff;
  border: none;
}
.wsg-payment .rr-payment-form--gray .gform_body {
  border: 1px solid #BABABA;
  background: #F2F2F2;
}
.wsg-payment .rr-payment-form--gray .gform_body .grid-col-1,
.wsg-payment .rr-payment-form--gray .gform_body .grid-col-2 {
  background-color: #F2F2F2 !important;
}
@media (max-width: 767px) {
  .wsg-payment .rr-payment-form--gray .gform_body .grid-col-1 {
    margin-bottom: 0;
  }
  .wsg-payment .rr-payment-form--gray .gform_body .grid-col-2 {
    margin-top: 0;
    padding-top: 0;
  }
}

.rr-payment__offer {
  position: relative;
}
.rr-payment__offer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  background-color: #ffffff;
  height: 80%;
  margin: auto;
}
@media (max-width: 767px) {
  .rr-payment__offer:before {
    display: none;
  }
  .rr-payment__offer .offer__includes {
    border-bottom: 4px solid #ffffff;
  }
}

.rr-spinwheel .wheel-spin-box {
  position: relative;
  display: inline-block;
}
.rr-spinwheel #spinwheel {
  position: relative;
  width: 360px;
  margin: auto;
}
.rr-spinwheel .wheeldotsround {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rr-spinwheel .wheeldotsround .wheeldots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 1;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(2n+1) {
  background: #fff;
}
.rr-spinwheel .wheeldotsround .wheeldots.active-dots {
  background: #ff8400;
}
.rr-spinwheel .wheeldotsround .wheeldots.active-dots:nth-child(2n+1) {
  background: #2660a4;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(1) {
  left: calc(50% - 4px);
  top: 3px;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(2) {
  right: 25%;
  top: 7%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(3) {
  right: 7%;
  top: 25%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(4) {
  right: 3px;
  top: 50%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(5) {
  right: 8.2%;
  bottom: 23%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(6) {
  right: 25%;
  bottom: 7%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(7) {
  left: calc(50% - 4px);
  bottom: 3px;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(8) {
  left: 25%;
  bottom: 7%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(9) {
  left: 8.2%;
  bottom: 23%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(10) {
  left: 3px;
  top: 50%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(11) {
  left: 7%;
  top: 25%;
}
.rr-spinwheel .wheeldotsround .wheeldots:nth-child(12) {
  left: 25%;
  top: 7%;
}
.rr-spinwheel #spinwheel {
  position: relative;
  width: 440px;
  margin: auto;
}
.rr-spinwheel #spinwheel svg {
  width: 100%;
  height: 100%;
  border: 15px solid #86764e;
  border-radius: 50%;
  background: #86764e;
}
.rr-spinwheel .wheel-spin-box .chartholder .slice path {
  fill: #b1862e;
}
.rr-spinwheel .wheel-spin-box .chartholder .slice:nth-child(2n+1) path {
  fill: #54562E;
}
.rr-spinwheel .wheel-spin-arrow {
  position: relative;
  margin-top: -35px;
  text-align: center;
  z-index: 1;
}
.rr-spinwheel .wheel-spin-arrow svg {
  max-width: 65px;
}
.rr-spinwheel .spin-click-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.2rem;
  background: rgb(253, 207, 60);
  background: radial-gradient(circle, rgb(253, 207, 60) 0%, rgb(235, 175, 62) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  z-index: 1;
}
.rr-spinwheel .continue {
  cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDY0MCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwNi42NiwxNzAuNjRsLjA5LDAsNDkuNTUtMjAuNjVhNy4zMiw3LjMyLDAsMCwwLDMuNjgtNmgwYTcuMjksNy4yOSwwLDAsMC0zLjY4LTZsLTQ5LjU3LTIwLjY3LS4wNywwTDg2LDY3LjY4YTYuNjYsNi42NiwwLDAsMC0xMS45MiwwbC0yMC43LDQ5LjYzLS4wNSwwTDMuNywxMzhBNy4yOSw3LjI5LDAsMCwwLDAsMTQ0SDBhNy4zMiw3LjMyLDAsMCwwLDMuNjgsNkw1My4yNywxNzAuNmwuMDcsMEw3NCwyMjAuMjZhNi42NSw2LjY1LDAsMCwwLDExLjkyLDBsMjAuNjktNDkuNjJaTTQ3MS4zOCw0NjcuNDFsLTEtLjQyLTEtLjVhMzguNjcsMzguNjcsMCwwLDEsMC02OS4xNGwxLS40OSwxLS40MywzNy40OS0xNS42MywxNS42My0zNy40OC40MS0xLC40Ny0uOTVjMy44NS03Ljc0LDEwLjU4LTEzLjYzLDE4LjM1LTE3LjM0LDAtMS4zMy4yNS0yLjY5LjI3LTRWMTQ0YTMyLDMyLDAsMCwwLTY0LDB2NzJhOCw4LDAsMCwxLTgsOEg0NTZhOCw4LDAsMCwxLTgtOFY2NGEzMiwzMiwwLDAsMC02NCwwVjIxNmE4LDgsMCwwLDEtOCw4SDM2MGE4LDgsMCwwLDEtOC04VjMyYTMyLDMyLDAsMCwwLTY0LDBWMjE2YTgsOCwwLDAsMS04LDhIMjY0YTgsOCwwLDAsMS04LThWNjRhMzIsMzIsMCwwLDAtNjQsMHYyNDFsLTIzLjU5LTMyLjQ5YTQwLDQwLDAsMCwwLTY0LjcxLDQ3LjA5TDIyOS4zLDQ5Mi4yMUE0OC4wNyw0OC4wNywwLDAsMCwyNjguMDksNTEySDQ2NS43YzE5LjI0LDAsMzUuNjUtMTEuNzMsNDMuMjQtMjguNzlsLS4wNy0uMTdaTTM0OS43OSwzMzkuNTIsMzIwLDM1MS45M2wtMTIuNDIsMjkuNzhhNCw0LDAsMCwxLTcuMTUsMEwyODgsMzUxLjkzbC0yOS43OS0xMi40MWE0LDQsMCwwLDEsMC03LjE2TDI4OCwzMTkuOTRsMTIuNDItMjkuNzhhNCw0LDAsMCwxLDcuMTUsMEwzMjAsMzE5Ljk0bDI5Ljc5LDEyLjQyYTQsNCwwLDAsMSwwLDcuMTZaTTY0MCw0MzEuOTFhNy4yOCw3LjI4LDAsMCwwLTMuNjgtNmwtNDkuNTctMjAuNjctLjA3LDBMNTY2LDM1NS42M2E2LjY2LDYuNjYsMCwwLDAtMTEuOTIsMGwtMjAuNyw0OS42My0uMDUsMEw0ODMuNyw0MjZhNy4yOCw3LjI4LDAsMCwwLTMuNjgsNmgwYTcuMjksNy4yOSwwLDAsMCwzLjY4LDUuOTVsNDkuNTcsMjAuNjcuMDcsMEw1NTQsNTA4LjIxYTYuNjUsNi42NSwwLDAsMCwxMS45MiwwbDIwLjY5LTQ5LjYyaDBsLjA5LDAsNDkuNTUtMjAuNjZhNy4yOSw3LjI5LDAsMCwwLDMuNjgtNS45NWgwWiIvPjwvc3ZnPg=="), auto;
}
@media (max-width: 479.98px) {
  .rr-spinwheel #spinwheel {
    width: 270px;
  }
}

.sold-out p {
  font-size: 3.4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .sold-out p {
    font-size: 5rem;
  }
}
.sold-out .sold-out-label {
  background: -webkit-linear-gradient(#c42436, #f26d7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.2rem;
  font-weight: 900;
  display: inline-block;
  margin: 7rem auto 3rem;
  border: 7px solid #c42436;
  transform: rotate(-20deg);
  border-radius: 6px;
  padding: 1rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .sold-out .sold-out-label {
    font-size: 4.2rem;
    padding: 1rem 3rem;
  }
}

.maintenance-mode__description .text-md {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .maintenance-mode__description .text-md {
    font-size: 1.6rem;
  }
}
.maintenance-mode__description .text-lgr {
  font-size: 2.6rem;
  line-height: 1.6;
  color: #022b45;
}
@media (max-width: 768px) {
  .maintenance-mode__description .text-lgr {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

/*
*  Spin the Wheel Campaign
*/
.spinwheel-banner__description {
  color: #fff;
}
.spinwheel-banner__description .title {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 1280px) {
  .spinwheel-banner__description .title {
    font-size: 3rem;
  }
}
.spinwheel-banner__description p {
  font-size: 1.86rem;
}
.spinwheel-banner__description .btn-action {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 767px) {
  .spinwheel-banner__description .btn-action {
    margin-right: 0;
    margin-left: 0;
  }
}
.spinwheel-banner--wheel figure {
  width: 65%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .spinwheel-banner--wheel figure {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .spinwheel-banner--wheel figure {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .spinwheel-banner--wheel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    right: -90%;
  }
}
@media (min-width: 1280px) {
  .spinwheel-banner--wheel {
    right: -71%;
  }
}
@media (min-width: 1535px) {
  .spinwheel-banner--wheel {
    right: -59%;
  }
}
@media (min-width: 1920px) {
  .spinwheel-banner--wheel {
    right: -25%;
  }
}
@media (max-width: 767px) {
  .spinwheel-banner {
    background-image: url("../img/resorts-landings/Spin-the-Wheel/home-page/Banner-Spin-sm.webp") !important;
  }
}

.spinw-experiences {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/home-page/Palm-Tree.webp");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1920px) {
  .spinw-experiences .spin-experience .activity__header {
    height: 430px;
    overflow: hidden;
    position: relative;
  }
}
.spinw-experiences .spin-experience .activity__header picture img {
  height: auto;
  width: 100%;
}
.spinw-experiences .spin-experience .activity__action .call-to-activity {
  font-size: 1.363rem;
}
@media (min-width: 767px) {
  .spinw-experiences .spin-experience {
    width: 30%;
  }
}

.spinw-title {
  text-align: center;
  font-size: 2.8rem;
  padding: 2rem 0;
}
.spinw-title--figure {
  background-image: url("../img/resorts-landings/River-Ranch/home-page/Rope.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 280px;
}
@media (max-width: 767px) {
  .spinw-title {
    font-size: 1.86rem;
  }
  .resort-gallery .img-cover img {
    height: 130px;
    width: 180px;
  }
}
.resort-gallery--spin {
  background: #E4E4E4;
}

.rr-reviews {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/home-page/Palm-Tree-02.webp");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.bg-gradient-yellow {
  background: rgb(237, 234, 215);
  background: linear-gradient(90deg, rgb(237, 234, 215) 0%, rgba(237, 234, 215, 0.6853116246) 100%);
}

.navyblue-theme .wof-wheel {
  background-color: transparent !important;
}
.navyblue-theme .wof-wheel svg.wof-svg-wheel {
  display: none;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper {
  width: 100%;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-left {
  position: relative;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-left .wof-wheel-container {
  padding: 3rem;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-left:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 400px;
  height: 200px;
  background-image: url("../img/resorts-landings/Spin-the-Wheel/wof/base.webp");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-left:before {
    display: none;
  }
}
.navyblue-theme .wof-wheel .wof-inner-wrapper button {
  font-size: 1.2rem;
  font-weight: 700;
  height: 55px;
  line-height: 55px;
  vertical-align: middle;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right {
  max-width: 100%;
  width: 600px;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner {
  text-align: center;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
    font-size: 2.6rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
    font-size: 3rem;
  }
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-btn-submit,
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .redeem-link,
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-btn-again {
  font-size: 1.4rem;
  font-weight: 700;
  width: auto !important;
  display: inline-block;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
  background-color: #B28517;
  border-radius: 4px;
  height: auto;
}
@media (min-width: 768px) {
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-btn-submit,
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .redeem-link,
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .wof-btn-again {
    font-size: 1.8rem;
    height: 65px;
    line-height: 65px;
  }
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-right-inner .redeem-link {
  color: #ffffff;
  margin: 2.6rem auto 1rem;
  margin: 2.8rem auto 1rem;
  text-align: center;
  display: inline-block;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-disclaimer {
  display: none;
  text-align: center;
}
.navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right .wof-plays-left {
  display: none;
}
@media (min-width: 1280px) {
  .navyblue-theme .wof-wheel .wof-inner-wrapper .wof-right {
    margin-left: 6rem;
  }
}
.navyblue-theme .wof-wheel .wof-wheel-bg div.wof-spinning:first-child {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/wof/gold-wheel-g-blue.webp");
  background-size: cover;
}
.navyblue-theme .wof-wheel .wof-wrapper {
  display: flex;
  padding-bottom: 6rem;
}
.navyblue-theme .wof-wheel .wof-wrapper input {
  color: #004977;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: transparent !important;
  animation: wobble-hor-bottom 0.8s both;
}
.navyblue-theme .wof-wheel div.wof-pointer {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/wof/selector.png");
  background-repeat: no-repeat;
  background-size: 102px 55px;
  width: 102px;
  height: 55px;
}
.navyblue-theme .wof-wheel div.wof-pointer svg {
  display: none;
}

.navyblue-theme .wof-wheel svg.wof-svg-wheel, .navyblue-theme .wof-wheel .wof-wheel[data-id="575"] svg.wof-svg-bg, .navyblue-theme .wof-wheel .wof-handles {
  display: none;
}

/***********************************
/* Wheel - spin the wheel theme
***********************************/
.spincampaign-theme .wof-wheel {
  background-color: transparent !important;
}
@media (max-width: 768px) {
  .spincampaign-theme .wof-wheel .wof-logo {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
}
.spincampaign-theme .wof-inner-wrapper {
  width: 100%;
}
.spincampaign-theme .wof-inner-wrapper .wof-left {
  position: relative;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container {
  padding: 3rem;
}
.spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-svg-wheel {
  top: 0;
  left: 0;
}
.spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-svg-wheel circle + circle {
  display: none;
}
.spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice {
  font-size: 0.688rem;
  font-weight: 900;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}
.spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(3), .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(7), .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(11) {
  padding-right: 3rem;
  font-weight: 900;
  font-size: 0.788rem;
  background-image: url("../img/resorts-landings/Spin-the-Wheel/wof/gift_icon.webp");
  padding: 0.8rem 2rem 0.6rem 0.6rem;
}
@media (min-width: 768px) {
  .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(3), .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(7), .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice:nth-child(11) {
    font-size: 1.2rem;
    padding: 0.8rem 3rem 0.6rem 0.6rem;
  }
  .spincampaign-theme .wof-inner-wrapper .wof-left .wof-wheel-container .wof-slices .wof-slice {
    font-size: 1rem;
    background-size: 45px 45px;
  }
}
.spincampaign-theme .wof-inner-wrapper .wof-right {
  max-width: 100%;
  width: 600px;
  font-weight: 900;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner {
  text-align: center;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 2rem;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-title.tracking-in {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
    font-size: 2.6rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-title {
    font-size: 3rem;
  }
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper {
  background-color: transparent !important;
  padding-bottom: 2rem;
  text-align: center;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper input {
  color: #004977;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  background-color: transparent !important;
  animation: wobble-hor-bottom 0.8s 1.5s both;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-response .wof-plays-left {
  display: none;
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-btn-submit,
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .redeem-link,
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-btn-again {
  font-size: 1.4rem;
  font-weight: 700;
  width: auto !important;
  display: block;
  margin: 0 auto;
  padding-right: 3rem;
  padding-left: 3rem;
  background-color: #B28517;
  border-radius: 4px;
  height: auto;
}
@media (min-width: 768px) {
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-btn-submit,
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .redeem-link,
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .wof-btn-again {
    font-size: 1.8rem;
    height: 65px;
    line-height: 65px;
  }
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper .redeem-link {
  color: #ffffff;
  margin: 2.6rem auto 1rem;
  margin: 2.8rem auto 1rem;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner .wof-form-wrapper {
    padding-bottom: 6rem;
  }
  .spincampaign-theme .wof-inner-wrapper .wof-right .wof-right-inner {
    text-align: left;
  }
}
.spincampaign-theme .wof-inner-wrapper .wof-right .wof-disclaimer {
  display: none;
  text-align: center;
}
@media (min-width: 1280px) {
  .spincampaign-theme .wof-inner-wrapper .wof-right {
    padding-left: 3rem;
  }
}
.spincampaign-theme div.wof-pointer {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/wof/needle-wheel.png");
  background-repeat: no-repeat;
  background-size: 102px 52px;
  width: 102px;
  height: 52px;
  right: 0;
}
.spincampaign-theme div.wof-pointer svg {
  display: none;
}

.payment-confirmation--blue-image {
  background-image: url("../img/resorts-landings/Spin-the-Wheel/qualification-form/background-confirmation-blue.webp");
  background-size: cover;
  position: relative;
}

/*
*  Redirect Qualified Validation Modal
*/
.find-you-vacation--bg-image {
  background-size: cover;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(120, 179, 199, 0.52), rgba(183, 224, 243, 0.73)), url("../img/find-your-vacation/page/MB_Exterior_04.webp");
}
.find-you-vacation .rr-reviews {
  background-image: none;
}
.find-you-vacation .content-description {
  background-color: rgba(255, 255, 255, 0.5);
}
.find-you-vacation .content-description .ico-phone svg {
  width: 40px;
}

.join-us-modal--bg {
  background-size: cover;
  background-image: linear-gradient(270deg, rgb(0, 114, 151) 0%, rgba(0, 114, 151, 0) 100%), url("../img/find-your-vacation/page/bg-popup.webp");
}
@media (max-width: 767px) {
  .join-us-modal--bg {
    background-image: linear-gradient(270deg, rgb(0, 114, 151) 0%, rgba(0, 114, 151, 0) 100%), url("../img/find-your-vacation/page/pop-up-bg-sm.webp");
  }
}

.hs-overlay-backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.page-template-template-spin-wheel-home .wsg-footer {
  background: #305393;
}

.wsg-footer p:last-child {
  font-weight: 700;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:bg-blueBrandHvr:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 91 / var(--tw-bg-opacity));
}

.hover\:bg-golden:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(176 136 37 / var(--tw-bg-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:border-lightBorderPform:focus{
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --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);
}

.focus\:ring-blueBrand:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 73 119 / var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.open.hs-overlay-open\:mt-7{
  margin-top: 1.75rem;
}

.open.hs-overlay-open\:opacity-100{
  opacity: 1;
}

.open.hs-overlay-open\:duration-500{
  transition-duration: 500ms;
}

.open .hs-overlay-open\:mt-7{
  margin-top: 1.75rem;
}

.open .hs-overlay-open\:opacity-100{
  opacity: 1;
}

.open .hs-overlay-open\:duration-500{
  transition-duration: 500ms;
}

.hs-overlay-backdrop.hs-overlay-backdrop-open\:bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}

.hs-overlay-backdrop .hs-overlay-backdrop-open\:bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
  .dark\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
  .dark\:shadow-slate-700\/\[\.7\]{
    --tw-shadow-color: rgb(51 65 85 / .7);
    --tw-shadow: var(--tw-shadow-colored);
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:mt-6{
    margin-top: 1.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[576px\]{
    height: 576px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-11\/12{
    width: 91.666667%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-6\/12{
    width: 50%;
  }
  .md\:w-9\/12{
    width: 75%;
  }
  .md\:w-\[576px\]{
    width: 576px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[820px\]{
    max-width: 820px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:justify-normal{
    justify-content: normal;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-\[30px\]{
    gap: 30px;
  }
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .md\:self-auto{
    align-self: auto;
  }
  .md\:overflow-auto{
    overflow: auto;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pr-0{
    padding-right: 0px;
  }
  .md\:pr-14{
    padding-right: 3.5rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl{
    font-size: 1.8rem;
  }
  .md\:text-5xl{
    font-size: 2.5rem;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-8xl{
    font-size: 4rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:h-\[58px\]{
    height: 58px;
  }
  .lg\:max-h-\[54rem\]{
    max-height: 54rem;
  }
  .lg\:max-h-\[90px\]{
    max-height: 90px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 1.8rem;
  }
  .lg\:text-5xl{
    font-size: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.063rem;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-\[0\.9rem\]{
    font-size: 0.9rem;
  }
  .lg\:text-\[10rem\]{
    font-size: 10rem;
  }
  .lg\:leading-mtitle{
    line-height: 89px;
  }
}

@media (min-width: 1280px){
  .xl\:mb-16{
    margin-bottom: 4rem;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:text-4xl{
    font-size: 1.8rem;
  }
  .xl\:text-5xl{
    font-size: 2.5rem;
  }
  .xl\:text-6xl{
    font-size: 3.063rem;
  }
  .xl\:text-tytitle{
    font-size: 4.688rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:w-1\/2{
    width: 50%;
  }
}

@media (min-width: 1920px){
  .wider\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .wider\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=app.min.css.map */
