@charset "UTF-8";
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}
*, ::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;
  }
}
button,
.button,
[type=button],
[type=reset],
[type=submit] {
  color: #fff;
  background-color: #203370;
  font-family: "Heebo";
  font-weight: 600;
  line-height: 1;
  padding: 0.92em 1.5em;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 6px;
}
button:hover, button:focus,
.button:hover,
.button:focus,
[type=button]:hover,
[type=button]:focus,
[type=reset]:hover,
[type=reset]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background-color: #0f1835;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
}
button:disabled,
.button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-group .btn, .btn-group .button {
  display: block;
  margin: 0px 10px 10px 10px;
}
@media (min-width: 768px) {
  .btn-group .btn, .btn-group .button {
    display: inline-block;
  }
}
.btn-primary {
  background-color: #035943;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #16765D;
}
.btn-outline {
  background-color: transparent;
  border: 1px solid #035943;
  color: #035943;
}
.btn-outline:hover, .btn-outline:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-white {
  background-color: #fff;
  color: #035943;
}
.btn-white:hover, .btn-white:focus {
  color: #035943;
  background-color: #fff;
  opacity: 0.7;
}
.btn-gold {
  background-color: #EEAF34;
  color: #203370;
}
.btn-gold:hover, .btn-gold:focus {
  color: #203370;
  background-color: #CF9626;
}
fieldset {
  background-color: #e6e6e6;
  border: 1px solid #ECF0FF;
  margin: 0 0 0.75em;
  padding: 1.5em;
}
input,
label,
select {
  display: block;
  font-family: "Heebo";
  font-size: 1em;
  background-color: #F8F8F8;
  border: 1px solid #D0D0D0;
}
label, .gfield_label {
  font-size: 16px !important;
  font-weight: 400;
  margin-bottom: 0.375em;
}
label.required::after, .gfield_label.required::after {
  content: "*";
}
label abbr, .gfield_label abbr {
  display: none;
}
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]), select,
select[multiple=multiple],
textarea {
  color: #687787;
  background-color: #fff;
  border: 1px solid #ECF0FF;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: "Lora";
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.75em 1em;
  transition: border-color;
  width: 100%;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus, select:focus,
select[multiple=multiple]:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
[type=color]::placeholder, [type=color]::-webkit-input-placeholder,
[type=date]::placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=email]::placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::placeholder,
[type=week]::-webkit-input-placeholder,
input:not([type])::placeholder,
input:not([type])::-webkit-input-placeholder, select::placeholder, select::-webkit-input-placeholder,
select[multiple=multiple]::placeholder,
select[multiple=multiple]::-webkit-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder {
  color: #687787;
}
textarea {
  resize: vertical;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}
input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}
.gform_wrapper {
  margin: 20px auto;
}
.validation_error {
  color: #035943;
  background: #49f9cc;
  padding: 20px;
  margin: 20px auto;
}
.gravity-main {
  margin-top: 0px;
}
.gravity-main .gform_wrapper {
  margin: 0px;
}
.gravity-main .gform_wrapper form {
  position: relative;
}
.gravity-main .gform_wrapper .gform_heading {
  margin-bottom: 0px;
}
.gravity-main .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.gravity-main .gform_wrapper .gform_required_legend {
  display: none;
}
.gravity-main .gform_wrapper .gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.gravity-main .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
.gravity-main .gform_wrapper div.validation_error {
  display: none;
}
.gravity-main .gform_wrapper .gform_validation_errors {
  display: none;
}
.gravity-main .gform_wrapper .gform_footer {
  margin-top: 25px;
  padding-top: 0;
}
.gravity-main .gform_wrapper form li,
.gravity-main .gform_wrapper li {
  background: none repeat scroll 0 0;
  padding-left: 0;
}
.gravity-main .gform_wrapper .top_label .gfield_error input.large,
.gravity-main .gform_wrapper .gform_wrapper .top_label .gfield_error select.large,
.gravity-main .gform_wrapper .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gravity-main .gform_wrapper label.gfield_label {
  font-family: "Heebo";
  font-weight: 700;
  color: #203370;
  font-size: 18px !important;
  display: inline-block;
}
.gravity-main .gform_wrapper label.gfield_label .gfield_required {
  font-size: 100%;
}
.gravity-main .gform_wrapper label.gfield_label .gfield_required .gfield_required_text {
  text-indent: -5555px;
  display: inline-block;
  font-size: 0;
}
.gravity-main .gform_wrapper label.gfield_label .gfield_required .gfield_required_text::after {
  content: "*";
  display: inline-block;
  text-indent: 5555px;
  color: #9A9A9A;
  font-size: 20px;
  margin-left: 2px;
}
.gravity-main .gform_wrapper .hide_label label.gfield_label {
  display: none;
}
.gravity-main .gform_wrapper .gfield {
  margin-top: 0px;
}
.gravity-main .gform_wrapper .gfield .ginput_container {
  margin-top: 0px !important;
}
.gravity-main .gform_wrapper .gfield input,
.gravity-main .gform_wrapper .gfield select,
.gravity-main .gform_wrapper .gfield textarea {
  background-color: #fff;
  font-size: 14px !important;
  padding: 1.05rem 1.4rem;
  height: auto;
  line-height: 1.1;
  color: #687787;
  border-color: #D0D0D0;
  font-family: "Heebo";
  border-radius: 6px;
  border-bottom: 4px solid #203370;
}
.gravity-main .gform_wrapper .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../images/select-down-arrow.svg);
  background-size: 14px auto;
}
.gravity-main .gform_wrapper .gfield input[type=radio], .gravity-main .gform_wrapper .gfield input[type=checkbox] {
  height: auto;
  margin-top: 0px;
}
.gravity-main .gform_wrapper .gfield input[type=radio]:checked + label, .gravity-main .gform_wrapper .gfield input[type=checkbox]:checked + label {
  font-weight: 400;
}
.gravity-main .gform_wrapper .gfield input[type=radio] {
  visibility: hidden;
}
.gravity-main .gform_wrapper .gfield input[type=radio] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  border: 1px solid #203370;
  background-color: transparent;
}
.gravity-main .gform_wrapper .gfield input[type=radio]:checked + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border-radius: 30px;
  border: 1px solid #203370;
}
.gravity-main .gform_wrapper .gfield input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 4px;
  content: " ";
  display: block;
  background-color: transparent;
}
.gravity-main .gform_wrapper .gfield textarea {
  height: 130px !important;
  min-block-size: auto !important;
}
.gravity-main .gform_wrapper .gfield input:focus,
.gravity-main .gform_wrapper .gfield select:focus,
.gravity-main .gform_wrapper .gfield textarea:focus {
  opacity: 1;
  outline: none !important;
  box-shadow: none !important;
}
.gravity-main .gform_wrapper .captcha-field .ginput_recaptcha div {
  margin-left: auto !important;
  margin-bottom: 10px;
}
.gravity-main .gform_wrapper .ginput_container_address span {
  flex: 0 0 100% !important;
}
.gravity-main .gform_wrapper .gform_footer {
  display: block;
  width: 100%;
}
.gravity-main .gform_wrapper .gform_footer img {
  display: block;
  margin: 0em auto 0;
}
.gravity-main .gform_wrapper .gform_footer .button {
  color: #fff !important;
  background-color: #035943 !important;
  font-size: 17px !important;
  font-family: "Heebo" !important;
  padding: 0.8em 1.2em !important;
  border-radius: 6px !important;
  height: auto !important;
  min-height: auto !important;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-align: center !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  font-weight: 600 !important;
  box-shadow: none !important;
  width: 100% !important;
}
.gravity-main .gform_wrapper .gform_footer .button:hover, .gravity-main .gform_wrapper .gform_footer .button:focus {
  background-color: #16765D !important;
  outline: inherit;
  outline-color: transparent;
  border-color: #16765D !important;
}
.gravity-main .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  margin-left: 166px;
  margin-top: 20px;
}
.gravity-main .gform_wrapper .gfield_description.validation_message {
  color: #ff0000;
}
.gravity-main .gravity-theme .gfield_description {
  text-align: left;
  padding: 10px;
}
.gravity-main .gform_wrapper.gf_browser_chrome .gform_fields .gfield span.name_first {
  padding-top: 0 !important;
}
.gravity-main .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error {
  max-width: calc(100% - 0px) !important;
}
.gravity-main .gform_wrapper.gform_validation_error .gform_body .gfield.gfield_error :not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
  max-width: calc(100% - 0px) !important;
}
.gravity-main .gform_wrapper div.ginput_container_name span {
  padding-right: 0;
}
.gravity-main .gform_wrapper .gfield.gfield_error,
.gravity-main .gform_wrapper .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  margin: 0px;
  border: none;
  padding: 0px;
}
.gravity-main .gform_wrapper .gform_fields .gfield {
  padding-right: 0;
  margin-bottom: 0em !important;
}
.gravity-main .gform_wrapper .gform_fields {
  grid-column-gap: 2% !important;
  grid-row-gap: 20px !important;
}
.gravity-main .upload_file_label {
  text-align: right;
  width: calc(100% - 175px) !important;
}
.gravity-main .upload_file_label .gfield_label {
  border-radius: 8px;
  background-color: #203370;
  border: 0px solid #203370;
  padding: 16px 25px;
  cursor: pointer;
}
.gravity-main .upload_file_label .gfield_label:hover {
  border: 0px solid #203370;
  color: #203370;
}
.gravity-main .upload_file_label .ginput_container_fileupload input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  visibility: hidden;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.gravity-main .gform_wrapper .gfield.gfield_error.gfield_contains_required div.gfield_description {
  text-align: left;
  color: #ff0000;
  font-size: 13px;
  line-height: normal;
  font-family: "Heebo";
}
.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_3,
.gravity-main .top_label div.ginput_complex.ginput_container.has_city.has_state {
  width: 100% !important;
}
.gravity-main .ginput_container_phone .validation_message {
  display: none;
}
.gravity-main .gform_confirmation_message {
  text-align: center;
  text-transform: capitalize;
  color: #203370;
  font-family: "Lora";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  margin: 0 auto;
  padding: 1.4rem 2rem;
  border: 1px solid;
  border-radius: 3px;
  max-width: 490px;
}
.moving-l-form .gform_wrapper .gfield input {
  background-position: left 15px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 52px;
  background-image: url("../images/location-icon.svg");
}
.moving-l-form .gform_wrapper .gfield input[type=email] {
  background-image: url("../images/email-icon.svg");
}
@media screen and (max-width: 980x) {
  [type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=email],
[type=file],
[type=time],
[type=url],
[type=week],
input:not([type]),
select,
select[multiple=multiple],
textarea {
    font-size: 20px;
    padding: 12px 18px;
  }
}
@media screen and (max-width: 767px) {
  [type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=email],
[type=file],
[type=time],
[type=url],
[type=week],
input:not([type]),
select,
select[multiple=multiple],
textarea {
    font-size: 18px;
    padding: 10px 15px;
  }

  .gravity-main .gform_wrapper .gform_fields {
    grid-row-gap: 12px !important;
  }
  .gravity-main .gform_wrapper .gform_fields .half-width {
    width: 100% !important;
  }
  .gravity-main .gform_wrapper .gform_fields input, .gravity-main .gform_wrapper .gform_fields select, .gravity-main .gform_wrapper .gform_fields textarea {
    font-size: 14px !important;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }
  .gravity-main .gform_wrapper .gform_footer {
    justify-content: center;
  }

  .gform_footer {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  .gravity-main .gform_wrapper .gform_fields {
    grid-row-gap: 20px !important;
  }
  .gravity-main .gform_wrapper .gform_fields .one-third {
    width: 100% !important;
  }
  .gravity-main .gform_wrapper .gform_footer {
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .gravity-main .gform_wrapper .gform_fields .gfield {
    width: 100%;
  }
  .gravity-main .gform_wrapper .gform_fields .gfield input, .gravity-main .gform_wrapper .gform_fields .gfield select, .gravity-main .gform_wrapper .gform_fields .gfield textarea {
    font-size: 14px !important;
  }
  .gravity-main .gform_wrapper .gform_fields .upload_file_label {
    width: calc(100% - 0px) !important;
    text-align: center;
  }
  .gravity-main .gform_wrapper .gform_fields .upload_file_label .gfield_label {
    width: 100%;
    padding: 11px 35px 11px 15px;
  }
  .gravity-main .gform_wrapper .gform_fields .upload_file_label .gfield_label:before {
    right: 15px;
  }
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  padding: 105px 0px 0px 0px;
  margin: 0px;
  background-color: #fff;
  font-size: 16px;
  color: #203370;
  font-weight: normal;
  font-family: "Lora";
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 300px) {
  section {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 360px) {
  section {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 980px) {
  body {
    padding: 75px 0px 0px 0px;
  }
}
.wrapper-navbar {
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}
.wrapper-navbar .navbar-toggler .line-toggle div {
  width: 100%;
  height: 3px;
  background: #203370;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.wrapper-navbar .navbar-toggler.active .one {
  transform: rotate(45deg) translate(5px, 4px);
}
.wrapper-navbar .navbar-toggler.active .two {
  opacity: 0;
}
.wrapper-navbar .navbar-toggler.active .three {
  transform: rotate(-45deg) translate(6px, -5px);
}
.wrapper-navbar .navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper-navbar .navbar .container .main-menu .collapse {
  visibility: visible;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav {
  font-family: "Heebo";
  font-size: 17px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li {
  margin-left: 38px;
  position: relative;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li > a {
  color: #203370;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  font-weight: 500;
  display: block;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li > a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background-color: #203370;
  width: 100%;
  height: 5px;
  transition: 0.5s all;
  opacity: 0;
  visibility: hidden;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li > a:after {
  content: "";
  left: 0px;
  top: 0px;
  background-color: #203370;
  width: 100%;
  height: 2px;
  transition: 0.5s all;
  display: block;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li > a:hover {
  color: #6074B4;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:first-child {
  margin-left: 0px;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:hover a {
  text-decoration: none;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:hover a:before {
  opacity: 1;
  visibility: visible;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:hover ul {
  display: block;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul {
  display: none;
  position: absolute;
  width: 240px;
  left: 26%;
  background-color: #F0F0F0;
  transition: opacity 1s ease;
  z-index: 1;
  text-transform: initial;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-35%);
  border-radius: 0 0 6px 6px;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul li {
  margin: 0px;
  list-style-type: none;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul li a {
  color: #203370;
  font-weight: 500;
  display: block;
  padding: 8px 25px 8px;
  font-size: 16px;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul li a:hover {
  color: #6074B4;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul .current_page_item a, .wrapper-navbar .navbar .container .main-menu .navbar-nav > li ul .current-menu-item a {
  color: #6074B4;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li.current-menu-item > a::after,
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li.current_page_parent > a::after,
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li.current-menu-parent > a::after {
  opacity: 1;
  visibility: visible;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children {
  padding-right: 20px;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children::before {
  content: "\F0D7";
  position: absolute;
  right: 0;
  color: #203370;
  top: 40%;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children:hover:before {
  transform: rotate(-180deg);
}
.wrapper-navbar .navbar .container .main-menu .navbar-nav .desktop-hide {
  display: none;
}
.wrapper-navbar .navbar .container .mobile-elements.mobile-elements-show {
  display: block;
}
.logged-in .wrapper-navbar {
  top: 32px;
}
.dot-triggle {
  display: none;
}
/*---- Mobile Menu Media Query 
- This query applied mobile/tablet verticle view as per tailwind css breakpoint "320px to 1023px" 
----*/
@media screen and (max-width: 1023px) {
  /*--menu--*/
  .wrapper-navbar {
    z-index: 10;
  }
  .wrapper-navbar .main-menu {
    background-color: #203370;
    padding: 20px 20px 65px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    transition: 0.5s all;
    transform-origin: top center;
    overflow-y: auto;
    display: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open {
    visibility: visible;
    opacity: 1;
    transform: none;
    display: block;
    z-index: 100;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav {
    display: block;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    display: inline-block;
    font-family: "Lora";
    font-weight: normal;
    padding: 15px 15px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > a:hover {
    text-decoration: none;
    color: #CF9626;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > a::before {
    display: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > a::after {
    display: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li .sub-menu {
    display: none;
    transform: none;
    position: relative;
    margin-top: 0;
    top: auto;
    border: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #263c84;
    border-radius: 0;
    padding: 0px 0px 10px 30px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li .sub-menu.menu-active-mobile {
    display: block;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > ul > li a {
    font-size: 17px;
    font-family: "Lora";
    font-weight: normal;
    display: inline-block;
    width: 100%;
    color: #CF9626;
    padding: 10px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > ul > li a:hover {
    color: #CF9626;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > ul > li:last-child {
    padding-bottom: 0;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li > ul .current_page_item a {
    color: #fff;
    background: transparent;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li .dot-triggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: 0.4s;
    color: #fff;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li:after {
    top: 48px;
    height: 3px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li.s-menu-active {
    background: #263c84;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li.s-menu-active .dot-triggle {
    transform: rotate(180deg);
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li.current-menu-item a {
    color: #CF9626;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav .desktop-hide {
    display: block;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children:before {
    content: none !important;
    transform: rotate(-90deg);
    font-size: 18px;
    color: #fff !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children:hover:before {
    transform: rotate(-180deg);
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children.dropdown {
    padding-right: 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children.dropdown:before {
    color: #fff;
  }
  .wrapper-navbar .navbar .container .main-menu.open .social-media-menu ul {
    justify-content: center;
  }
  .wrapper-navbar .navbar-expand.navbar-open {
    top: 0px;
  }
  .wrapper-navbar .navbar-expand.navbar-open .header-logo .navbar-brand img {
    filter: invert(1) brightness(10);
    -webkit-filter: invert(1) brightness(10);
  }
  .wrapper-navbar .navbar-expand.navbar-open .navbar-toggler {
    margin-top: -10px;
    margin-right: 0;
    position: fixed;
    right: 10px;
  }

  .overflow-hidden-mobile {
    overflow: hidden !important;
  }
  .overflow-hidden-mobile .sticky-header {
    animation: none !important;
  }
  .overflow-hidden-mobile #wrapper-navbar {
    background-color: #203370;
  }
  .overflow-hidden-mobile #wrapper-navbar .header-logo .navbar-brand img {
    filter: invert(1) brightness(10);
  }
  .overflow-hidden-mobile #wrapper-navbar .m-right-part .bg-gray-400 {
    background-color: #fff;
  }
}
@media only screen and (max-width: 980px) {
  .logged-in .wrapper-navbar {
    top: 46px;
  }
}
/*------This media query is tablets landscape view only--*/
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper-navbar .navbar .container .main-menu .navbar-nav {
    font-size: 15px;
  }
  .wrapper-navbar .navbar .container .main-menu .navbar-nav > li {
    margin-left: 26px;
  }
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
}
dt {
  font-weight: 600;
  margin: 0;
}
dd {
  margin: 0;
}
ol {
  list-style: auto;
  margin-left: 24px;
  margin-bottom: 22px;
}
ol li::marker {
  font-weight: bold;
}
.list-cont ul {
  margin-bottom: 22px;
  margin-left: 24px;
}
.list-cont ul li {
  list-style: disc;
}
.list-cont ul li a {
  text-decoration: underline;
}
figure {
  margin: 0;
}
img,
picture {
  margin: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}
thead {
  line-height: 1.12;
  vertical-align: bottom;
}
tbody {
  vertical-align: top;
}
tr {
  border-bottom: 1px solid #ECF0FF;
}
th {
  font-weight: 600;
}
th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}
.social-media-menu {
  display: inline-block;
}
.social-media-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0px;
}
.social-media-menu ul li {
  position: relative;
  color: #fff;
  font-size: 26px;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}
.social-media-menu ul li a {
  position: absolute;
  font-size: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.social-media-menu ul li:hover {
  color: #CF9626;
}
.social-media-menu ul li:first-child {
  margin-left: 0px;
}
.footer-wrapper .footer-info a {
  color: #fff;
}
.footer-wrapper .footer-info a:hover, .footer-wrapper .footer-info a:active {
  text-decoration: underline;
}
.footer-wrapper .footer-link .footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.footer-wrapper .footer-link .footer-menu li a:hover, .footer-wrapper .footer-link .footer-menu li a:active {
  text-decoration: underline;
}
@font-face {
  font-family: "mccorquodale";
  src: url("../fonts/mccorquodale.eot?8j9rc");
  src: url("../fonts/mccorquodale.eot?8j9rc#iefix") format("embedded-opentype"), url("../fonts/mccorquodale.ttf?8j9rc") format("truetype"), url("../fonts/mccorquodale.woff?8j9rc") format("woff"), url("../fonts/mccorquodale.svg?8j9rc#mccorquodale") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mccorquodale" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-long-arrow-down:before {
  content: "\F175";
}
.icon-play-circle-o:before {
  content: "\E900";
}
.icon-close:before {
  content: "\E90E";
}
.icon-chevron-down:before {
  content: "\E901";
}
.icon-chevron-up:before {
  content: "\E902";
}
.icon-long-arrow-right:before {
  content: "\E903";
}
.icon-arrow-left:before {
  content: "\E904";
}
.icon-arrow-right:before {
  content: "\E905";
}
.icon-thumbs-up:before {
  content: "\E906";
}
.icon-envelope-o:before {
  content: "\E907";
}
.icon-envelope:before {
  content: "\E90C";
}
.icon-pinterest-p:before {
  content: "\E908";
}
.icon-pinterest:before {
  content: "\E90D";
}
.icon-instagram:before {
  content: "\E909";
}
.icon-twitter:before {
  content: "\E90A";
}
.icon-facebook:before {
  content: "\E90B";
}
.icon-facebook-f:before {
  content: "\E90B";
}
.icon-download:before {
  content: "\E90F";
}
html {
  color: #203370;
  font-family: "Lora";
  font-size: 100%;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo";
  font-weight: 700;
  line-height: 1.12;
  margin: 0 auto 0.5em auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1, .h1 {
  font-family: "Heebo";
  font-size: 36px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 32.5px;
  }
}
@media (min-width: 960px) {
  h1, .h1 {
    font-size: 37.5px;
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 50px;
  }
}
h2, .h2 {
  font-family: "Heebo";
  font-size: 30px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 40px;
  }
}
h3, .h3 {
  font-family: "Heebo";
  font-size: 24px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 20.8px;
  }
}
@media (min-width: 960px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h3, .h3 {
    font-size: 32px;
  }
}
h4, .h4 {
  font-family: "Heebo";
  font-size: 28.2px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 19.5px;
  }
}
@media (min-width: 960px) {
  h4, .h4 {
    font-size: 22.5px;
  }
}
@media (min-width: 1280px) {
  h4, .h4 {
    font-size: 30px;
  }
}
h5, .h5, h6, .h6 {
  font-family: "Heebo";
  font-size: 20px;
}
@media (min-width: 768px) {
  h5, .h5, h6, .h6 {
    font-size: 24px;
  }
}
p {
  margin: 0 0 0.75em;
}
a {
  color: #203370;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition: color 150ms ease;
}
a.none {
  text-decoration: none;
}
a:hover {
  color: shade(#203370, 25%);
}
a:focus {
  outline: none;
}
hr {
  border-bottom: 1px solid #ECF0FF;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}
/*-----Small(old) mobile verticle screen----*/
@media only screen and (max-width: 375px) {
  h4, .h4 {
    font-size: 24px;
  }

  h1, .h1 {
    font-size: 34px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  sub, sup {
    font-size: 62%;
  }
}
* {
  outline: 0 !important;
  padding: 0;
  margin: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: #203370;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0px;
}
a {
  transition: color 150ms ease-in-out;
  outline: 0 !important;
}
a:hover, a:focus {
  outline: 0 !important;
}
b, strong {
  font-weight: 700 !important;
}
sub, sup {
  font-size: 65%;
}
.text-brand {
  color: #203370;
}
.text-brand-alt {
  color: #035943;
}
.bg-brand {
  background-color: #203370;
}
.bg-brand-alt {
  background-color: #035943;
}
.text-btn {
  text-decoration: underline;
}
.base-font {
  font-family: "Lora";
}
.title-font {
  font-family: "Heebo";
}
.z-1 {
  z-index: 1;
}
.fab,
.fa-brands {
  font-family: "Font Awesome 5 Brands";
}
.far {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa-x-twitter:before {
  content: "\E61B";
}
.animate-fadeIn {
  animation: fadeIn 0.4s ease-in forwards;
}
.animate-fadeInUp {
  animation: fadeInUp 0.4s ease-in forwards;
}
.animate-fadeIn-up {
  animation: fadeInUp 0.4s ease-in forwards;
}
.no-underline {
  text-decoration: none !important;
}
.aspect-ratio-1x1 {
  padding-top: 100%;
  /* 1:1 Aspect Ratio (divide 1 by 1 = 1.0) */
}
.aspect-ratio-3x2 {
  padding-top: 75%;
  /* 3:2 Aspect Ratio (divide 2 by 3 = 0.75) */
}
.aspect-ratio-3x2-slider {
  padding-top: 67%;
  /* 3:2 Aspect Ratio (divide 2 by 3 = 0.67) */
}
.aspect-ratio-8x5 {
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio (divide 5 by 8 = 0.62.5) */
}
.aspect-ratio-16x9 {
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.aspect-ratio-32x25 {
  padding-top: 78%;
  /* 32:25 Aspect Ratio (divide 25 by 32 = 0.78) */
}
.default-card-shadow {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.default-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
blockquote {
  padding: 26px 30px;
  background: transparent;
  margin: 20px 0;
  border-left: 3px solid #203370;
  font-size: 15px;
  line-height: 28px;
  color: #203370;
}
.container {
  max-width: 1300px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-lg {
  max-width: 1100px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-slg {
  max-width: 980px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-md {
  max-width: 900px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-sm {
  max-width: 800px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-lgsm {
  max-width: 690px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-xsm {
  max-width: 625px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-xlsm {
  max-width: 530px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.pagination-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
}
.pagination-section ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #203370;
  font-family: "Heebo";
  font-size: 16px;
}
.pagination-section ul li a,
.pagination-section ul li span {
  border-radius: 6px;
  border: 2px solid #035943;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
}
.pagination-section ul li a:hover,
.pagination-section ul li span:hover {
  background-color: #035943;
  color: #fff;
}
.pagination-section ul li i {
  font-size: 20px;
  line-height: 28px;
}
.pagination-section ul li .fa-caret-left {
  margin-right: 3px;
}
.pagination-section ul li .fa-caret-right {
  margin-left: 3px;
}
.pagination-section ul li.active span {
  background-color: #035943;
  color: #fff;
}
.dark-overlay {
  position: relative;
}
.dark-overlay:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  background: rgba(32, 51, 112, 0.8);
  z-index: 1;
}
.lightbox-opened {
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(32, 51, 112, 0.8);
}
.lightbox-opened .lightbox-in {
  display: none;
  position: absolute;
  top: 0;
  overflow: auto;
}
.lightbox-opened .lightbox-in .responsive-video {
  height: 60%;
  width: 100%;
  position: relative;
}
.lightbox-opened .lightbox-in .responsive-video::after {
  content: "X";
  color: #fff;
  position: absolute;
  display: block;
  right: -30px;
  top: -30px;
  font-size: 170%;
  cursor: pointer;
}
.lightbox-opened .lightbox-in .responsive-video iframe {
  height: 100%;
  width: 100%;
}
.lightbox-opened .lightbox-in .responsive-content-text::after {
  content: "X";
  color: #fff;
  position: absolute;
  display: block;
  right: -30px;
  top: -30px;
  font-size: 170%;
  cursor: pointer;
}
.lightbox-opened .lightbox-in .responsive-content-text a {
  color: #035943;
  text-decoration: underline;
}
@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1024px) {
  .lightbox-opened .lightbox-in {
    padding: 0 40px;
  }
}
.m0 {
  margin: 0px;
}
@media (min-width: 960px) {
  .m0 {
    margin: 0px;
  }
}
.mb0 {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .mb0 {
    margin-bottom: 0px;
  }
}
.mt0 {
  margin-top: 0px;
}
@media (min-width: 960px) {
  .mt0 {
    margin-top: 0px;
  }
}
.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.p0 {
  padding: 0px;
}
@media (min-width: 960px) {
  .p0 {
    padding: 0px;
  }
}
.pb0 {
  padding-bottom: 0px;
}
@media (min-width: 960px) {
  .pb0 {
    padding-bottom: 0px;
  }
}
.pt0 {
  padding-top: 0px;
}
@media (min-width: 960px) {
  .pt0 {
    padding-top: 0px;
  }
}
.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 960px) {
  .pv0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.m10 {
  margin: 5px;
}
@media (min-width: 960px) {
  .m10 {
    margin: 10px;
  }
}
.mb10 {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .mb10 {
    margin-bottom: 10px;
  }
}
.mt10 {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .mt10 {
    margin-top: 10px;
  }
}
.mv10 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .mv10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.p10 {
  padding: 5px;
}
@media (min-width: 960px) {
  .p10 {
    padding: 10px;
  }
}
.pb10 {
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .pb10 {
    padding-bottom: 10px;
  }
}
.pt10 {
  padding-top: 5px;
}
@media (min-width: 960px) {
  .pt10 {
    padding-top: 10px;
  }
}
.pv10 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  .pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.m20 {
  margin: 10px;
}
@media (min-width: 960px) {
  .m20 {
    margin: 20px;
  }
}
.mb20 {
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
.mt20 {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .mt20 {
    margin-top: 20px;
  }
}
.mv20 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .mv20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p20 {
  padding: 10px;
}
@media (min-width: 960px) {
  .p20 {
    padding: 20px;
  }
}
.pb20 {
  padding-bottom: 10px;
}
@media (min-width: 960px) {
  .pb20 {
    padding-bottom: 20px;
  }
}
.pt20 {
  padding-top: 10px;
}
@media (min-width: 960px) {
  .pt20 {
    padding-top: 20px;
  }
}
.pv20 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 960px) {
  .pv20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.m30 {
  margin: 15px;
}
@media (min-width: 960px) {
  .m30 {
    margin: 30px;
  }
}
.mb30 {
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
.mt30 {
  margin-top: 15px;
}
@media (min-width: 960px) {
  .mt30 {
    margin-top: 30px;
  }
}
.mv30 {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .mv30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p30 {
  padding: 15px;
}
@media (min-width: 960px) {
  .p30 {
    padding: 30px;
  }
}
.pb30 {
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .pb30 {
    padding-bottom: 30px;
  }
}
.pt30 {
  padding-top: 15px;
}
@media (min-width: 960px) {
  .pt30 {
    padding-top: 30px;
  }
}
.pv30 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.m40 {
  margin: 20px;
}
@media (min-width: 960px) {
  .m40 {
    margin: 40px;
  }
}
.mb40 {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
.mt40 {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .mt40 {
    margin-top: 40px;
  }
}
.mv40 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .mv40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p40 {
  padding: 20px;
}
@media (min-width: 960px) {
  .p40 {
    padding: 40px;
  }
}
.pb40 {
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .pb40 {
    padding-bottom: 40px;
  }
}
.pt40 {
  padding-top: 20px;
}
@media (min-width: 960px) {
  .pt40 {
    padding-top: 40px;
  }
}
.pv40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.m50 {
  margin: 25px;
}
@media (min-width: 960px) {
  .m50 {
    margin: 50px;
  }
}
.mb50 {
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
.mt50 {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .mt50 {
    margin-top: 50px;
  }
}
.mv50 {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 960px) {
  .mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p50 {
  padding: 25px;
}
@media (min-width: 960px) {
  .p50 {
    padding: 50px;
  }
}
.pb50 {
  padding-bottom: 25px;
}
@media (min-width: 960px) {
  .pb50 {
    padding-bottom: 50px;
  }
}
.pt50 {
  padding-top: 25px;
}
@media (min-width: 960px) {
  .pt50 {
    padding-top: 50px;
  }
}
.pv50 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 960px) {
  .pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.m60 {
  margin: 30px;
}
@media (min-width: 960px) {
  .m60 {
    margin: 60px;
  }
}
.mb60 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mb60 {
    margin-bottom: 60px;
  }
}
.mt60 {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .mt60 {
    margin-top: 60px;
  }
}
.mv60 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .mv60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p60 {
  padding: 30px;
}
@media (min-width: 960px) {
  .p60 {
    padding: 60px;
  }
}
.pb60 {
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .pb60 {
    padding-bottom: 60px;
  }
}
.pt60 {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .pt60 {
    padding-top: 60px;
  }
}
.pv60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m70 {
  margin: 35px;
}
@media (min-width: 960px) {
  .m70 {
    margin: 70px;
  }
}
.mb70 {
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .mb70 {
    margin-bottom: 70px;
  }
}
.mt70 {
  margin-top: 35px;
}
@media (min-width: 960px) {
  .mt70 {
    margin-top: 70px;
  }
}
.mv70 {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .mv70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.p70 {
  padding: 35px;
}
@media (min-width: 960px) {
  .p70 {
    padding: 70px;
  }
}
.pb70 {
  padding-bottom: 35px;
}
@media (min-width: 960px) {
  .pb70 {
    padding-bottom: 70px;
  }
}
.pt70 {
  padding-top: 35px;
}
@media (min-width: 960px) {
  .pt70 {
    padding-top: 70px;
  }
}
.pv70 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 960px) {
  .pv70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.m80 {
  margin: 40px;
}
@media (min-width: 960px) {
  .m80 {
    margin: 80px;
  }
}
.mb80 {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
.mt80 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .mt80 {
    margin-top: 80px;
  }
}
.mv80 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .mv80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p80 {
  padding: 40px;
}
@media (min-width: 960px) {
  .p80 {
    padding: 80px;
  }
}
.pb80 {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
.pt80 {
  padding-top: 40px;
}
@media (min-width: 960px) {
  .pt80 {
    padding-top: 80px;
  }
}
.pv80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .pv80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.m90 {
  margin: 45px;
}
@media (min-width: 960px) {
  .m90 {
    margin: 90px;
  }
}
.mb90 {
  margin-bottom: 45px;
}
@media (min-width: 960px) {
  .mb90 {
    margin-bottom: 90px;
  }
}
.mt90 {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .mt90 {
    margin-top: 90px;
  }
}
.mv90 {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 960px) {
  .mv90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.p90 {
  padding: 45px;
}
@media (min-width: 960px) {
  .p90 {
    padding: 90px;
  }
}
.pb90 {
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  .pb90 {
    padding-bottom: 90px;
  }
}
.pt90 {
  padding-top: 45px;
}
@media (min-width: 960px) {
  .pt90 {
    padding-top: 90px;
  }
}
.pv90 {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 960px) {
  .pv90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.m100 {
  margin: 50px;
}
@media (min-width: 960px) {
  .m100 {
    margin: 100px;
  }
}
.mb100 {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .mb100 {
    margin-bottom: 100px;
  }
}
.mt100 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .mt100 {
    margin-top: 100px;
  }
}
.mv100 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .mv100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.p100 {
  padding: 50px;
}
@media (min-width: 960px) {
  .p100 {
    padding: 100px;
  }
}
.pb100 {
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .pb100 {
    padding-bottom: 100px;
  }
}
.pt100 {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .pt100 {
    padding-top: 100px;
  }
}
.pv100 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 960px) {
  .pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.accordion-main {
  padding: 0;
}
.accordion-main .accordion-item {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.accordion-main .accordion-item::before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background-color: #203370;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.accordion-main .accordion-item:last-child {
  border: 0;
}
.accordion-main .accordion-item .accordion-title {
  width: 100%;
  position: relative;
  transition: 0.3s ease;
  line-height: normal !important;
  cursor: pointer;
}
.accordion-main .accordion-item .accordion-title i {
  transition: all 0.2s ease-in-out;
}
.accordion-main .accordion-item .open-acc i {
  transform: rotate(180deg);
}
.accordion-main .accordion-item .open-acc i::before {
  content: "\F068";
}
.accordion-main .accordion-item .inner {
  overflow: hidden;
  display: none;
}
.accordion-main .accordion-item .inner p {
  line-height: 1.6em;
}
.accordion-main .accordion-item .inner p:last-child {
  margin-bottom: 0px;
}
.accordion-main .accordion-item .inner a {
  text-decoration: underline;
}
.accordion-main .accordion-item .inner a:hover {
  color: #035943;
}
.accordion-main .accordion-item .inner ul li {
  margin-left: 20px;
  margin-bottom: 15px;
  list-style-type: disc;
}
.acco-link .accordion-item:hover .link-icon {
  background-color: #203370;
}
.acco-link .accordion-item:hover .link-icon img {
  filter: invert(1) brightness(2);
}
/*-----General Tab Section---*/
.custom-tabs .custom-tabs-content {
  border-radius: 0 0 6px 6px;
}
.custom-tabs .custom-tabs-nav li a {
  border: 1px solid #fff;
  font-family: "Heebo";
  color: #fff;
  font-weight: 700;
  border-radius: 6px 6px 0px 0px;
  font-size: 22px;
}
.custom-tabs .custom-tabs-nav li.active a {
  background-color: #fff;
  color: #203370;
}
/*---tablet media query---*/
@media only screen and (max-width: 1024px) {
  .custom-tabs .custom-tabs-nav li a {
    font-size: 16px;
  }
}
.animate-spin-none:hover {
  animation-play-state: paused;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 60px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tickerLeft {
  0% {
    transform: translateX(0);
    visibility: visible;
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes tickerRight {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0%);
  }
}
/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal.is-visible {
  position: fixed;
  visibility: visible;
  background-color: rgba(32, 51, 112, 0.93);
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal-wrapper {
  position: absolute;
  z-index: 99;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  max-width: 1080px;
  width: 90%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
.modal-wrapper .modal-body {
  max-height: 85vh;
}
.modal-wrapper .modal-body .modal-content {
  border-radius: 6px;
}
.modal-wrapper .modal-body .modal-content #content {
  overflow-y: auto;
  position: relative;
  display: block;
  max-height: calc(100vh - 45vh);
  padding-right: 1rem;
}
.modal-wrapper .modal-body .modal-content #content::-webkit-scrollbar {
  width: 3px;
}
.modal-wrapper .modal-body .modal-content #content::-webkit-scrollbar-track {
  background: #203370;
}
.modal-wrapper .modal-body .modal-content #content::-webkit-scrollbar-thumb {
  background: #035943;
}
.modal-wrapper .modal-body .modal-content #content::-webkit-scrollbar-thumb:hover {
  background: #203370;
}
.modal-wrapper-lg {
  max-width: 1280px;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}
.modal.is-visible .modal-transition {
  opacity: 1;
}
.modal-header,
.modal-content {
  padding: 1%;
}
.modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #203370;
}
.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #203370;
  border: 0;
  min-width: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 3px;
  cursor: pointer;
}
.modal-close .fa-circle-xmark {
  font-size: 30px;
}
.modal-close-cross {
  top: 4px;
  right: 5px;
  background-color: transparent;
  padding: 3px;
  font-size: 26px;
}
.modal-close-cross .fa-circle-xmark {
  font-size: 30px;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .modal-wrapper {
    max-width: 840px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-wrapper .modal-body .modal-content #content {
    max-height: calc(100vh - 80vh);
  }
}
.home-hero-sec {
  min-height: calc(100vh - 105px);
}
.home-hero-sec .hero-right-form .gravity-main .gform_wrapper .gfield input {
  background-position: left 15px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 52px;
  background-image: url("../images/location-icon.svg");
}
.home-hero-sec .hero-right-form .gravity-main .gform_wrapper .gfield input[type=email] {
  background-image: url("../images/email-icon.svg");
}
.home-hero-sec .hero-right-form .gravity-main .gform_wrapper .gfield input[type=tel] {
  background-image: url("../images/phone-icon.svg");
}
.expect-exce-sec::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(transparent 58%, #203370 58%);
}
.l-border-box .l-border-items:hover {
  box-shadow: 0px 0px 25px 0px rgba(32, 51, 112, 0.15);
}
.moving-resource .moving-wrapper .moving-items::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #203370, transparent 100%);
}
.moving-resource .moving-wrapper .moving-items:hover {
  box-shadow: 0px 0px 25px 0px rgba(32, 51, 112, 0.25);
}
.location-map svg {
  filter: drop-shadow(10px 10px 30px rgba(32, 51, 112, 0.2));
}
/*-----Mobile Media Query----*/
@media only screen and (min-width: 768px) {
  .swiper.moving-slider {
    overflow: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .home-hero-sec .hero-right-form .gravity-main .gform_wrapper .gfield input {
    background-position: left 12px center;
    background-size: 16px auto;
    padding-left: 42px;
  }
}
.inner-hero-banner {
  min-height: calc(100vh - 250px);
}
.d-service-menu .container .d-service-items-wrapper .d-service-items {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.decorator-services-list .container .decorator-services-items {
  scroll-margin-top: 300px;
}
.decorator-services-list .container .decorator-services-items::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #203370, transparent 100%);
}
.decorator-services-list .container .decorator-services-items:hover {
  box-shadow: 0px 0px 25px 0px rgba(32, 51, 112, 0.35);
}
@media only screen and (min-width: 1024px) {
  .logged-in .d-service-menu.sticky-services {
    margin-top: 29px;
  }

  .d-service-menu.sticky-services {
    background: #D2D9F1;
    padding: 15px 0;
    bottom: auto;
    position: fixed;
  }
  .d-service-menu.sticky-services .d-service-items-wrapper .d-service-items .d-service-img {
    display: none;
  }
  .d-service-menu.sticky-services .d-service-items-wrapper .d-service-items h4 {
    margin: 0;
  }
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content::before {
  content: "\201C";
  font-size: 120px;
  font-weight: bold;
  line-height: 0.8;
  color: #CF9626;
  display: block;
  margin-bottom: 0;
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content .score-wrap {
  display: inline-block;
  position: relative;
  height: 25px;
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content .score-wrap .stars-active {
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content .score-wrap .stars-active svg path {
  stroke: #CF9626;
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content .score-wrap .stars-inactive {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-slider .swiper-wrapper .swiper-slide .s-content .score-wrap .stars-inactive svg path {
  stroke: #CF9626;
}
.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: 0;
}
.testimonial-slider .swiper-button-next::after, .testimonial-slider .swiper-button-prev::after {
  display: none;
}
.photo-section .container .photo-wrapper:not(:nth-child(2n)) .photo-img .line-animated svg {
  transform: rotateY(180deg);
}
.photo-section .container .photo-wrapper picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.img-cont-block .right-img picture.object-cover img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
/*-----Smaller desktop to larger screen view ----*/
@media only screen and (min-width: 768px) {
  .photo-section .container .photo-wrapper {
    margin-bottom: 4em;
  }
  .photo-section .container .photo-wrapper .photo-content {
    padding-left: 2em;
  }
  .photo-section .container .photo-wrapper .photo-img .line-animated {
    right: -28%;
    bottom: -51%;
    max-width: 50%;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-content {
    padding-left: 0;
    padding-right: 2em;
    order: 1;
    text-align: right;
    margin-left: auto;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-img {
    order: 2;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-img .line-animated {
    left: -7%;
    bottom: -41%;
    right: auto;
  }
  .photo-section .container .photo-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-section .container .photo-wrapper {
    margin-bottom: 7em;
  }
  .photo-section .container .photo-wrapper .photo-content {
    padding-left: 4em;
  }
  .photo-section .container .photo-wrapper .photo-img .line-animated {
    right: -13%;
    bottom: -41%;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-content {
    padding-right: 4em;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-img {
    order: 2;
  }
  .photo-section .container .photo-wrapper:nth-child(2n) .photo-img .line-animated {
    left: -7%;
    bottom: -41%;
  }
}
/*----Mobile media query----*/
@media only screen and (max-width: 767px) {
  .counter-sec .container .counter-wrapper .counter-list-items .h1 {
    text-align: right;
    min-width: 47%;
    justify-content: flex-end;
    margin-right: 15px;
    font-size: 30px;
  }
  .counter-sec .container .counter-wrapper .counter-list-items p.title-font {
    font-family: "Lora";
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
  }

  .testimonial-slider .swiper-wrapper .swiper-slide .s-content::before {
    font-size: 90px;
  }
  .testimonial-slider .swiper-button-prev {
    left: 0;
    overflow: hidden;
    display: flex;
    width: 20px;
    text-align: left;
    justify-content: start;
  }
  .testimonial-slider .swiper-button-prev img {
    width: 44px;
    max-width: inherit;
  }
  .testimonial-slider .swiper-button-next {
    right: 0;
    overflow: hidden;
    display: flex;
    width: 20px;
    text-align: right;
    justify-content: end;
  }
  .testimonial-slider .swiper-button-next img {
    width: 44px;
    max-width: inherit;
  }

  .photo-section .container .photo-wrapper {
    margin-bottom: 3em;
  }
  .photo-section .container .photo-wrapper:last-child {
    margin-bottom: 0;
  }
  .photo-section .container .photo-wrapper .photo-img .line-animated {
    right: -31%;
    bottom: -32%;
  }
}
/*----Mobile Small Verticle Media Query----*/
@media only screen and (max-width: 480px) {
  .photo-section .container .photo-wrapper .photo-img .line-animated {
    right: -48%;
    bottom: -50%;
  }
}
.leadership-sec .team-wrapper .team-items .team-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #203370 0%, transparent 42%);
  z-index: 1;
  display: block;
}
.resources-sec .resources-block .resources-items .resources-slider .swiper-wrapper .resources-content a:hover {
  text-decoration: underline;
}
.resources-sec .resources-block .resources-items:last-child {
  margin-bottom: 0 !important;
}
.contact-info-sec .container a:hover {
  text-decoration: underline;
}
.services-area-main .services-area-left-menu ul li {
  margin-bottom: 0.5rem;
}
.services-area-main .services-area-left-menu ul li a {
  text-decoration: underline;
}
.services-area-main .services-area-left-menu ul li a:hover {
  text-decoration: none;
}
.services-area-main .service-map svg {
  filter: drop-shadow(10px 10px 30px rgba(32, 51, 112, 0.2));
}
@media only screen and (max-width: 767px) {
  .leadership-sec h2, .contact-info-sec h2 {
    font-size: 36px;
  }
}
.team-page-sec .team-wrapper .team-items .team-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #203370 0%, transparent 42%);
  z-index: 1;
  display: block;
}
.contact-us-page .contact-wrapper .contact-form .gravity-main .gform-footer {
  margin-top: 55px;
}
@media only screen and (min-width: 768px) {
  .contact-us-page::before {
    content: "";
    background-color: #fff;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
}
.pair-photo-sec .photo-items .photo-img picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated svg {
  transform: rotateY(180deg);
}
@media only screen and (min-width: 768px) {
  .pair-photo-sec .photo-items {
    margin-bottom: 3em;
  }
  .pair-photo-sec .photo-items .photo-content {
    padding-right: 4em;
  }
  .pair-photo-sec .photo-items .photo-img .line-animated {
    left: -31%;
    bottom: -46%;
    max-width: 50%;
  }
  .pair-photo-sec .photo-items:nth-child(2n) .photo-content {
    order: 2;
    padding-right: 0;
    padding-left: 4em;
  }
  .pair-photo-sec .photo-items:nth-child(2n) .photo-img {
    order: 1;
  }
  .pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    right: -15%;
    bottom: -41%;
    left: auto;
  }
  .pair-photo-sec .photo-items:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .pair-photo-sec .photo-items {
    margin-bottom: 5em;
  }
}
/*----Ipad tablet screen media screen----*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .pair-photo-sec .photo-items .photo-img {
    height: 100%;
  }
  .pair-photo-sec .photo-items .photo-img .relative:first-child {
    height: 100%;
    width: 100%;
  }
  .pair-photo-sec .photo-items .photo-img .line-animated {
    left: -150px;
    bottom: -150px;
  }
  .pair-photo-sec .photo-items .photo-img .line-animated svg {
    max-width: 200px;
  }
  .pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    right: -25%;
    bottom: -26%;
  }
}
/*----Mobile media screen----*/
@media only screen and (max-width: 767px) {
  .pair-photo-sec .photo-items {
    margin-bottom: 4.5em;
  }
  .pair-photo-sec .photo-items:last-child {
    margin-bottom: 0;
  }
  .pair-photo-sec .photo-items .photo-img .line-animated {
    left: -150px;
    bottom: -150px;
  }
  .pair-photo-sec .photo-items .photo-img .line-animated svg {
    max-width: 200px;
  }
  .pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    left: auto;
    right: -150px;
  }

  .instagram-feed h4 {
    font-size: 24px;
  }
}
.request-page-form .gform_wrapper .gfield.location-icon input {
  background-position: left 15px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 52px;
  background-image: url("../images/location-icon.svg");
}
.request-page-form .gform_wrapper .gfield_html {
  margin-top: 1.2rem;
}
.request-page-form .gform_wrapper .gfield.date-icon input {
  background-position: left 15px center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  padding-left: 52px;
  background-image: url("../images/calendar.png");
  width: 49%;
}
.request-page-form .gform_wrapper .gform_footer {
  margin-top: 55px;
  text-align: center;
}
.request-page-form .gform_wrapper .gform_footer input {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .request-page-form .gform_wrapper .gfield.date-icon input {
    width: 100%;
  }
  .request-page-form .gform_wrapper .gform_footer {
    margin-top: 40px;
  }
  .request-page-form .gform_wrapper .gform_footer input {
    max-width: 100%;
  }
}
.join-our-team .gravity-main .gform_wrapper .gform_footer {
  margin-top: 55px;
  text-align: center;
}
.join-our-team .gravity-main .gform_wrapper .gform_footer .button {
  width: auto !important;
  padding-left: 2em !important;
  padding-right: 2em !important;
}
.information-regarding a:hover {
  text-decoration: underline;
}
section#join-our-team-form {
  scroll-margin-top: 175px;
}
@media only screen and (min-width: 768px) {
  .careers-page.pair-photo-sec .photo-items .photo-img .line-animated {
    left: -12%;
    bottom: -37%;
  }
  .careers-page.pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    left: auto;
    right: -21%;
    bottom: -33%;
  }
  .careers-page.pair-photo-sec .photo-items:nth-child(2n) + .photo-items {
    text-align: right;
  }
}
/*----Ipad tablet screen media screen----*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .careers-page.pair-photo-sec .photo-items .photo-img .line-animated {
    left: -135px;
    bottom: -170px;
  }
  .careers-page.pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    left: auto;
    bottom: -130px;
    right: -130px;
  }
}
/*----Mobile media screen----*/
@media only screen and (max-width: 767px) {
  .careers-page.pair-photo-sec .photo-items {
    gap: 3rem;
    margin-bottom: 3.5em;
  }
  .careers-page.pair-photo-sec .photo-items:not(:first-child) {
    margin-bottom: 2.5rem;
  }
  .careers-page.pair-photo-sec .photo-items:not(:first-child) .photo-img {
    order: 1;
  }
  .careers-page.pair-photo-sec .photo-items:not(:first-child) .photo-content {
    order: 2;
  }
  .careers-page.pair-photo-sec .photo-items:not(:first-child):last-child {
    margin-bottom: 0;
  }

  section#join-our-team-form {
    scroll-margin-top: 125px;
  }
}
.resources-section {
  min-height: 800px;
}
.resources-section .left-content .resources-content-area .accordion-main .accordion-items .accordion-item .inner .check-list {
  gap: 0.4rem;
  margin-bottom: 0.7rem;
}
.resources-section .left-content .resources-content-area .accordion-main .accordion-items .accordion-item .inner .check-list input {
  border: 1px solid #203370;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 18px;
  height: 18px;
  background: transparent;
  display: grid;
  place-content: center;
}
.resources-section .left-content .resources-content-area .accordion-main .accordion-items .accordion-item .inner .check-list input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transform-origin: center;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #203370;
  background-color: CanvasText;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.resources-section .left-content .resources-content-area .accordion-main .accordion-items .accordion-item .inner .check-list input[type=checkbox]:checked::before {
  transform: scale(1);
}
.resources-section .left-content .resources-content-area .accordion-main .accordion-items .accordion-item .inner .check-list label {
  background: none;
  border: 0;
  font-family: "Lora";
  line-height: 1.4;
}
.resources-section .left-content .right-image-form .sticky-sidebar.pinned {
  top: 196px !important;
}
@media only screen and (min-width: 768px) {
  .community-invo-page.pair-photo-sec .photo-items .photo-img .line-animated {
    left: -12%;
    bottom: -37%;
  }
  .community-invo-page.pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    left: auto;
    right: -10%;
    bottom: -33%;
  }
  .community-invo-page.pair-photo-sec .photo-items:nth-child(2n) + .photo-items {
    text-align: right;
  }
}
/*----Ipad tablet screen media screen----*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .community-invo-page.pair-photo-sec .photo-items .photo-img .line-animated {
    left: -135px;
    bottom: -170px;
  }
  .community-invo-page.pair-photo-sec .photo-items:nth-child(2n) .photo-img .line-animated {
    left: auto;
    bottom: -130px;
    right: -130px;
  }
}
/*----Mobile media screen----*/
@media only screen and (max-width: 767px) {
  .community-invo-page.pair-photo-sec .photo-items {
    gap: 3rem;
    margin-bottom: 3.5em;
  }
  .community-invo-page.pair-photo-sec .photo-items:not(:first-child) {
    margin-bottom: 2.5rem;
  }
  .community-invo-page.pair-photo-sec .photo-items:not(:first-child) .photo-img {
    order: 1;
  }
  .community-invo-page.pair-photo-sec .photo-items:not(:first-child) .photo-content {
    order: 2;
  }
  .community-invo-page.pair-photo-sec .photo-items:not(:first-child):last-child {
    margin-bottom: 0;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-bottom-20{
  bottom: -5rem;
}
.-bottom-40{
  bottom: -10rem;
}
.-right-40{
  right: -10rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-32{
  top: 8rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[2\]{
  z-index: 2;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-ml-10{
  margin-left: -2.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.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-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-2{
  margin-right: 0.5rem;
}
.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-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-36{
  margin-top: 9rem;
}
.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-\[1\/1\.1\]{
  aspect-ratio: 1/1.1;
}
.aspect-\[5\/4\]{
  aspect-ratio: 5/4;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-11{
  max-height: 2.75rem;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-48{
  min-height: 12rem;
}
.min-h-52{
  min-height: 13rem;
}
.min-h-8{
  min-height: 2rem;
}
.w-1{
  width: 0.25rem;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-11{
  min-width: 2.75rem;
}
.min-w-32{
  min-width: 8rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-8{
  min-width: 2rem;
}
.max-w-14{
  max-width: 3.5rem;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-28{
  max-width: 7rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-40{
  max-width: 10rem;
}
.max-w-44{
  max-width: 11rem;
}
.max-w-48{
  max-width: 12rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-52{
  max-width: 13rem;
}
.max-w-56{
  max-width: 14rem;
}
.max-w-60{
  max-width: 15rem;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-72{
  max-width: 18rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-96{
  max-width: 24rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(210 217 241 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(32 51 112 / var(--tw-bg-opacity));
}
.bg-gold{
  --tw-bg-opacity: 1;
  background-color: rgb(207 150 38 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(210 217 241 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(3 89 67 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.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-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.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-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.py-72{
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-96{
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.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-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-36{
  padding-top: 9rem;
}
.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-right{
  text-align: right;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.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;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(210 217 241 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mt-14{
    margin-top: 3.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[5\/5\]{
    aspect-ratio: 5/5;
  }
  .md\:aspect-\[5\/6\]{
    aspect-ratio: 5/6;
  }
  .md\:aspect-\[7\/3\]{
    aspect-ratio: 7/3;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-10{
    width: 2.5rem;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-14{
    width: 3.5rem;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-52{
    width: 13rem;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:max-w-60{
    max-width: 15rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:p-3{
    padding: 0.75rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-14{
    padding-bottom: 3.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-14{
    padding-left: 3.5rem;
  }
  .md\:pr-12{
    padding-right: 3rem;
  }
  .md\:pr-16{
    padding-right: 4rem;
  }
  .md\:pr-20{
    padding-right: 5rem;
  }
  .md\:pr-4{
    padding-right: 1rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-14{
    padding-top: 3.5rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-\[15px\]{
    font-size: 15px;
  }
  .md\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:-bottom-16{
    bottom: -4rem;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[5\/4\]{
    aspect-ratio: 5/4;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-\[480px\]{
    max-width: 480px;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .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-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .lg\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .lg\:rounded-md{
    border-radius: 0.375rem;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pt-14{
    padding-top: 3.5rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px){
  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:min-h-11{
    min-height: 2.75rem;
  }
  .xl\:w-64{
    width: 16rem;
  }
  .xl\:min-w-11{
    min-width: 2.75rem;
  }
  .xl\:max-w-56{
    max-width: 14rem;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-3{
    padding: 0.75rem;
  }
  .xl\:p-5{
    padding: 1.25rem;
  }
  .xl\:p-7{
    padding: 1.75rem;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xl\:py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:pb-48{
    padding-bottom: 12rem;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pl-16{
    padding-left: 4rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pt-16{
    padding-top: 4rem;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:pt-24{
    padding-top: 6rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:max-w-80{
    max-width: 20rem;
  }
  .\32xl\:items-center{
    align-items: center;
  }
}
