@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&family=Montserrat:wght@300;600;700&display=swap');

/*
! tailwindcss v3.0.23 | 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: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

#menu-main li{
  display: flex;
}

#menu-main li > a {
}

*, ::before, ::after{
  --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-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:  ;
}

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction='horizontal'] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction='horizontal'] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction='horizontal'] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction='horizontal'] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction='horizontal'] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2.5rem;
  line-height: 48px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4.25rem;
    line-height: 81.6px
  }
}

h2 {
  font-size: 2.313rem;
  line-height: 44.4px;
}

@media (min-width: 768px) {
  h2 {
    line-height: 60px !important;
    font-size: 3.125rem !important
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 36px;
}

@media (min-width: 768px) {
  h3 {
    line-height: 44.4px;
    font-size: 2.313rem
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 33.6px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.75rem;
    line-height: 33.6px
  }
}

body {
  font-family: 'Lato', sans-serif !important;
  font-size: 1.313rem;
  line-height: 25.2px;
}

@media (min-width: 768px) {
  body {
    font-size: 1.313rem;
    line-height: 25.2px
  }
}

p.small, .small p {
  font-family: 'Lato', sans-serif;
  font-size: 1.063rem;
  line-height: 21px;
}

@media (min-width: 768px) {
  p.small, .small p {
    font-size: 1.063 !important;
    line-height: 21px
  }
}

a.btn {
  font-family: 'Lato', sans-serif;
  font-size: 1.063rem;
  line-height: 21px;
}

@media (min-width: 768px) {
  a.btn {
    font-size: 1.063 !important;
    line-height: 21px
  }
}

.nav_menu a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  .nav_menu a {
    font-size: 1rem;
    letter-spacing: 1.23px;
    line-height: 20px
  }
}

.service_cards {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 0.813rem;
  line-height: 16px;
}

@media (min-width: 768px) {
  .service_cards {
    font-size: 1.25rem;
    line-height: 24px
  }
}

.client_cards {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 0.438rem;
  line-height: 9px;
  font-weight: 600;
}

@media (min-width: 640px) {
  .client_cards {
    font-size: 0.65rem
  }
}

@media (min-width: 768px) {
  .client_cards {
    font-size: 1rem;
    line-height: 24px
  }
}

h5 {
  font-family: 'lato', sans-serif;
  font-size: 1.063rem;
  line-height: 25px;
  font-weight: bold;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: bold
  }
}

h6 {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 1.23px;
  font-weight: bold;
}

h1.policy_title {
  color: #164194;
  font-size: 1.875rem;
  line-height: 36px;
}

@media (min-width: 1024px) {
  h1.policy_title {
    font-size: 3.563rem;
    line-height: 50px
  }
}

.policy_menu {
  font-size: 15px !important;
  line-height: 20px;
  text-transform: capatilise !important;
}

.testimonial_p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem !important;
  line-height: 19.2px !important;
}

.testimonial_extra_info {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #164194;
  line-height: 25px;
}

p.subtitle {
  font-size: 0.813rem;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

p.home_subtitle {
  font-size: 0.813rem;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

@media (min-width: 1024px) {
  p.home_subtitle {
    font-size: 1rem;
    letter-spacing: 1.23px
  }
}

.meet_our_team h3 {
  line-height: 40px;
  font-size: 2.188rem;
}

@media (min-width: 768px) {
  .meet_our_team h3 {
    line-height: 40px;
    font-size: 2.5rem
  }
}

.get_in_touch h2 {
  line-height: 40px;
  font-size: 2.313rem;
}

@media (min-width: 768px) {
  .get_in_touch h2 {
    line-height: 40px !important;
    font-size: 2.5rem !important
  }
}

h1.title_404 {
  color: #164194;
  font-size: 4.375rem !important;
  line-height: 86px !important;
}

@media (min-width: 1024px) {
  h1.title_404 {
    font-size: 12.5rem !important;
    line-height: 224px !important
  }
}

h4.sub_title_404 {
  font-size: 1.313rem !important;
  line-height: 25.2px !important;
}

.btn {
  border-radius: 9999px;
  padding: 10px 20px 10px 20px;
  text-transform: capatilise;
  border: 2px solid;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-weight: 900;
  align-items: center;
}

.btn.blue {
  background: #164194;
  border: 2px solid #164194;
  color: #F9FAFF;
}

.btn.blue:hover {
  background: transparent;
  border: 2px solid #164194;
  color: #164194;
}

.btn.light_blue {
  background: #F9FAFF;
  border: 2px solid #F9FAFF;
  color: #164194;
}

.btn.light_blue:hover {
  background: transparent;
  border: 2px solid #F9FAFF;
  color: #F9FAFF;
}

.btn.yellow {
  background: #D4EE8C;
  border: 2px solid #D4EE8C;
  color: #164194;
  font-weight: 900;
}

.btn.yellow:hover {
  background: transparent;
  border: 2px solid #D4EE8C;
  color: #D4EE8C;
}

.btn2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background-color: #164194;
  font-family: 'Montserrat', sans-serif;
  border-radius: 9999px;
  text-transform: uppercase;
  border: 3px solid #164194;
  color: white;
  font-size: 1.063rem;
  height: 80px;
  width: 80px;
  line-height: 20px;
}

@media (min-width: 1024px) {
  .btn2 {
    height: 150px;
    width: 150px;
    font-size: 1.75rem;
    line-height: 33.6px;
    border: 5px solid #164194
  }
}

.wpcf7-form input {
  background-color: #91ADE4;
  border-radius: 6px;
  border-width: 0px !important;
  color: #F9FAFF !important;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 0.875rem;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wpcf7-form input {
    border-radius: 12px;
    padding-top: 17px;
    padding-bottom: 22px;
    font-size: 1.313rem;
    margin-bottom: 30px
  }
}

.wpcf7-form textarea {
  background-color: #91ADE4;
  border-radius: 6px;
  border-width: 0px !important;
  margin-bottom: 23px;
  color: #F9FAFF !important;
  font-size: 0.875rem;
  line-height: 9px;
  padding-top: 10px;
  padding-bottom: 5px;
  width: 100%;
  max-height: 176px;
}

@media (min-width: 768px) {
  .wpcf7-form textarea {
    border-radius: 12px;
    font-size: 1.313rem;
    padding-top: 17px;
    padding-bottom: 22px;
    margin-bottom: 20px;
    line-height: 20px
  }
}

.wpcf7-form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9FAFF !important;
  opacity: 1;
  /* Firefox */
}

.wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9FAFF !important;
  opacity: 1;
  /* Firefox */
}

.wpcf7-form textarea::placeholder, .wpcf7-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9FAFF !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #F9FAFF !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #F9FAFF !important;
}

input.wpcf7-submit {
  background: #164194;
  padding: 10px 20px;
  border-radius: 21px !important;
  color: white;
  font-size: 1.063rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  input.wpcf7-submit {
    display: initial
  }
}

.wpcf7-spinner {
  display: none !important;
}

.sent {
  visibility: hidden;
  position: relative;
}

.wpcf7-response-output{
  margin: 32px 0 0 !important;
  /*max-width: 220px;*/
  padding: 0px !important;
  border: 0px !important;
  width: 100%;
  visibility: visible;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.313rem !important;
  line-height: 25.2px !important;
  color: #164194;
  border: none;
  text-align: center;
}

@media (min-width: 1024px) {
  .wpcf7-response-output{
    text-align: left;
    max-width: none
  }
}

.wpcf7-not-valid-tip {
  margin-bottom: 12px;
}

.blog-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 100%;
  min-height: 485px;
}

.blog-inner figure {
  margin-top: 4px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .blog-inner figure {
    margin-bottom: 32px
  }
}

.blog-inner figcaption {
  font-family: 'Lato', sans-serif !important;
  color: #164194;
  margin-top: 20px;
  font-size: 1.063rem;
  line-height: 30px;
  font-weight: 900;
  padding-left: 34px;
  padding-right: 42px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .blog-inner figcaption {
    font-size: 1.563rem;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px
  }
}

.blog-inner p {
  font-size: 1.063rem !important;
  line-height: 21px;
  /* margin: 0px */
  padding-left: 34px;
  padding-right: 42px;
}

@media (min-width: 768px) {
  .blog-inner p {
    padding-left: 0px;
    padding-right: 0px
  }
}

.blog-inner .wp-block-columns {
  margin-top: 10px;
}

@media (min-width: 640px) {
  .blog-inner .wp-block-columns {
    margin-top: 40px
  }
}

@media (min-width: 768px) {
  .blog-inner .wp-block-columns {
    gap: 73px !important
  }
}

.blog-inner h2 {
  color: #164194;
  margin: 0px;
  font-size: 1.75rem;
  line-height: 33.6px;
  padding-left: 34px;
  padding-right: 42px;
}

@media (min-width: 768px) {
  .blog-inner h2 {
    padding-left: 0px;
    padding-right: 0px
  }
}

.blog-inner .wp-block-post-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.313rem;
  line-height: 25px;
  padding-left: 34px;
  padding-right: 42px;
}

@media (min-width: 768px) {
  .blog-inner .wp-block-post-date {
    padding-left: 0px;
    padding-right: 0px
  }
}

.splide_articles .splide__arrow--prev {
  left: -15px;
  top: 100px;
}

@media (min-width: 1280px) {
  .splide_articles .splide__arrow--prev {
    left: -2%;
    top: 119px
  }
}

@media (min-width: 1536px) {
  .splide_articles .splide__arrow--prev {
    left: -4%;
    top: 119px
  }
}

.splide_articles .splide__arrow--next {
  right: 30px;
  top: 100px;
}

@media (min-width: 1280px) {
  .splide_articles .splide__arrow--next {
    top: 119px
  }
}

@media (min-width: 1536px) {
  .splide_articles .splide__arrow--next {
    right: -5%;
    top: 119px
  }
}

.splide_articles .splide__arrow--next svg {
  fill: #164194 !important;
}

.splide_articles .splide__arrow {
  opacity: 100% !important;
  background-color: #D4EE8C !important;
  border-radius: 999px;
}

@media (min-width: 1280px) {
  .splide_articles .splide__arrow {
    background-color: transparent !important
  }
}

.news-header {
  content: '';
  background: var(--data-bg-mobile);
}

@media (min-width: 1024px) {
  .news-header {
    background: var(--data-bg)
  }
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 1830px){
  .container{
    max-width: 1830px;
  }
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
}

.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose > :where(ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.prose > :where(:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.prose > :where(:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-16{
  right: 4rem;
}

.top-0{
  top: 0px;
}

.bottom-\[100px\]{
  bottom: 100px;
}

.-right-\[50px\]{
  right: -50px;
}

.-right-\[136px\]{
  right: -136px;
}

.top-\[88px\]{
  top: 88px;
}

.-bottom-\[5rem\]{
  bottom: -5rem;
}

.-left-7{
  left: -1.75rem;
}

.-left-5{
  left: -1.25rem;
}

.-bottom-\[27px\]{
  bottom: -27px;
}

.top-\[97px\]{
  top: 97px;
}

.-right-28{
  right: -7rem;
}

.left-0{
  left: 0px;
}

.-bottom-\[45px\]{
  bottom: -45px;
}

.bottom-9{
  bottom: 2.25rem;
}

.-bottom-6{
  bottom: -1.5rem;
}

.bottom-16{
  bottom: 4rem;
}

.-right-24{
  right: -6rem;
}

.top-\[2\.25\]{
  top: 2.25;
}

.-left-11{
  left: -2.75rem;
}

.top-1\/2{
  top: 50%;
}

.-bottom-\[52px\]{
  bottom: -52px;
}

.-left-\[15rem\]{
  left: -15rem;
}

.-right-\[15rem\]{
  right: -15rem;
}

.-top-20{
  top: -5rem;
}

.left-1\/2{
  left: 50%;
}

.-bottom-20{
  bottom: -5rem;
}

.-right-\[53px\]{
  right: -53px;
}

.top-\[320px\]{
  top: 320px;
}

.-bottom-12{
  bottom: -3rem;
}

.left-1{
  left: 0.25rem;
}

.-bottom-2{
  bottom: -0.5rem;
}

.-bottom-16{
  bottom: -4rem;
}

.-left-6{
  left: -1.5rem;
}

.-bottom-14{
  bottom: -3.5rem;
}

.top-4{
  top: 1rem;
}

.-right-\[117px\]{
  right: -117px;
}

.top-\[272px\]{
  top: 272px;
}

.-bottom-\[4\.5rem\]{
  bottom: -4.5rem;
}

.left-\[4\.5rem\]{
  left: 4.5rem;
}

.top-\[4\.5rem\]{
  top: 4.5rem;
}

.-bottom-\[2\.8rem\]{
  bottom: -2.8rem;
}

.-left-1{
  left: -0.25rem;
}

.-z-10{
  z-index: -10;
}

.z-50{
  z-index: 50;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-0{
  z-index: 0;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mb-\[118px\]{
  margin-bottom: 118px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-\[75px\]{
  margin-bottom: 75px;
}

.mt-8{
  margin-top: 2rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-\[69px\]{
  margin-top: 69px;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.-ml-10{
  margin-left: -2.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.-mt-36{
  margin-top: -9rem;
}

.-mt-12{
  margin-top: -3rem;
}

.mt-40{
  margin-top: 10rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.-mr-2{
  margin-right: -0.5rem;
}

.mt-\[52px\]{
  margin-top: 52px;
}

.\!-mr-\[12rem\]{
  margin-right: -12rem !important;
}

.-mt-\[6rem\]{
  margin-top: -6rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mr-11{
  margin-right: 2.75rem;
}

.mt-16{
  margin-top: 4rem;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.-mb-1{
  margin-bottom: -0.25rem;
}

.mb-\[68px\]{
  margin-bottom: 68px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mb-\[90px\]{
  margin-bottom: 90px;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.ml-\[12\.3\%\]{
  margin-left: 12.3%;
}

.mt-9{
  margin-top: 2.25rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.-ml-14{
  margin-left: -3.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.-mt-\[89px\]{
  margin-top: -89px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mt-11{
  margin-top: 2.75rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.-mt-\[68px\]{
  margin-top: -68px;
}

.mb-\[48px\]{
  margin-bottom: 48px;
}

.ml-12{
  margin-left: 3rem;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.-ml-40{
  margin-left: -10rem;
}

.mt-\[5\.5rem\]{
  margin-top: 5.5rem;
}

.mb-\[46px\]{
  margin-bottom: 46px;
}

.-ml-3{
  margin-left: -0.75rem;
}

.-mt-\[70px\]{
  margin-top: -70px;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.-mt-\[170px\]{
  margin-top: -170px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[9\/16\]{
  aspect-ratio: 9 / 16;
}

.h-\[245px\]{
  height: 245px;
}

.h-6{
  height: 1.5rem;
}

.h-\[640px\]{
  height: 640px;
}

.h-\[472px\]{
  height: 472px;
}

.h-\[186px\]{
  height: 186px;
}

.h-\[680px\]{
  height: 680px;
}

.h-\[210px\]{
  height: 210px;
}

.h-full{
  height: 100%;
}

.h-\[236px\]{
  height: 236px;
}

.h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.h-\[68px\]{
  height: 68px;
}

.h-8{
  height: 2rem;
}

.h-11{
  height: 2.75rem;
}

.h-\[246px\]{
  height: 246px;
}

.h-\[202px\]{
  height: 202px;
}

.h-\[124px\]{
  height: 124px;
}

.h-10{
  height: 2.5rem;
}

.h-\[20px\]{
  height: 20px;
}

.h-\[86px\]{
  height: 86px;
}

.h-\[376px\]{
  height: 376px;
}

.h-\[224px\]{
  height: 224px;
}

.h-\[262px\]{
  height: 262px;
}

.h-\[184px\]{
  height: 184px;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[134px\]{
  height: 134px;
}

.h-\[185px\]{
  height: 185px;
}

.h-\[277px\]{
  height: 277px;
}

.h-\[280px\]{
  height: 280px;
}

.max-h-\[415px\]{
  max-height: 415px;
}

.max-h-\[343px\]{
  max-height: 343px;
}

.\!max-h-\[111\.36px\]{
  max-height: 111.36px !important;
}

.max-h-\[459px\]{
  max-height: 459px;
}

.min-h-screen{
  min-height: 100vh;
}

.min-h-\[97px\]{
  min-height: 97px;
}

.min-h-\[513px\]{
  min-height: 513px;
}

.min-h-\[450px\]{
  min-height: 450px;
}

.min-h-\[236px\]{
  min-height: 236px;
}

.min-h-\[530px\]{
  min-height: 530px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-6{
  width: 1.5rem;
}

.w-\[275px\]{
  width: 275px;
}

.w-\[505px\]{
  width: 505px;
}

.w-8{
  width: 2rem;
}

.w-\[183px\]{
  width: 183px;
}

.w-24{
  width: 6rem;
}

.w-10{
  width: 2.5rem;
}

.w-\[300px\]{
  width: 300px;
}

.w-5\/6{
  width: 83.333333%;
}

.w-\[20px\]{
  width: 20px;
}

.w-1\/2{
  width: 50%;
}

.w-\[6\.75rem\]{
  width: 6.75rem;
}

.w-\[291px\]{
  width: 291px;
}

.w-\[86px\]{
  width: 86px;
}

.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-\[238px\]{
  width: 238px;
}

.w-\[237px\]{
  width: 237px;
}

.w-\[134px\]{
  width: 134px;
}

.w-\[248px\]{
  width: 248px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[302px\]{
  width: 302px;
}

.w-\[288px\]{
  width: 288px;
}

.w-\[315px\]{
  width: 315px;
}

.min-w-\[195px\]{
  min-width: 195px;
}

.min-w-\[449px\]{
  min-width: 449px;
}

.min-w-\[122px\]{
  min-width: 122px;
}

.min-w-\[152px\]{
  min-width: 152px;
}

.min-w-\[140px\]{
  min-width: 140px;
}

.min-w-\[302px\]{
  min-width: 302px;
}

.min-w-\[136px\]{
  min-width: 136px;
}

.min-w-\[125px\]{
  min-width: 125px;
}

.min-w-\[191px\]{
  min-width: 191px;
}

.max-w-\[378px\]{
  max-width: 378px;
}

.max-w-\[167px\]{
  max-width: 167px;
}

.max-w-\[1620px\]{
  max-width: 1620px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-\[513px\]{
  max-width: 513px;
}

.max-w-\[1667px\]{
  max-width: 1667px;
}

.max-w-\[620px\]{
  max-width: 620px;
}

.max-w-\[832px\]{
  max-width: 832px;
}

.max-w-\[1364px\]{
  max-width: 1364px;
}

.max-w-\[1387px\]{
  max-width: 1387px;
}

.max-w-\[674px\]{
  max-width: 674px;
}

.max-w-\[1434px\]{
  max-width: 1434px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[263px\]{
  max-width: 263px;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-\[458px\]{
  max-width: 458px;
}

.max-w-\[216px\]{
  max-width: 216px;
}

.max-w-\[554px\]{
  max-width: 554px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.max-w-\[272px\]{
  max-width: 272px;
}

.max-w-\[405px\]{
  max-width: 405px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[935px\]{
  max-width: 935px;
}

.max-w-\[631px\]{
  max-width: 631px;
}

.max-w-\[317px\]{
  max-width: 317px;
}

.max-w-\[1377px\]{
  max-width: 1377px;
}

.max-w-\[1319px\]{
  max-width: 1319px;
}

.\!max-w-\[111\.36px\]{
  max-width: 111.36px !important;
}

.max-w-\[475px\]{
  max-width: 475px;
}

.max-w-\[1126px\]{
  max-width: 1126px;
}

.max-w-\[434px\]{
  max-width: 434px;
}

.max-w-\[519px\]{
  max-width: 519px;
}

.max-w-\[1226px\]{
  max-width: 1226px;
}

.max-w-\[1250px\]{
  max-width: 1250px;
}

.max-w-\[1331px\]{
  max-width: 1331px;
}

.max-w-\[275px\]{
  max-width: 275px;
}

.max-w-\[1333px\]{
  max-width: 1333px;
}

.max-w-\[1257px\]{
  max-width: 1257px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.rotate-\[49deg\]{
  --tw-rotate: 49deg;
  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));
}

.-rotate-\[25deg\]{
  --tw-rotate: -25deg;
  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));
}

.-rotate-\[5deg\]{
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-8{
  gap: 2rem;
}

.gap-16{
  gap: 4rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-x-\[102px\]{
  -moz-column-gap: 102px;
       column-gap: 102px;
}

.gap-y-\[50px\]{
  row-gap: 50px;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden{
  overflow: hidden;
}

.\!overflow-visible{
  overflow: visible !important;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-\[26px\]{
  border-radius: 26px;
}

.rounded-\[52px\]{
  border-radius: 52px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-\[35px\]{
  border-radius: 35px;
}

.rounded-\[46px\]{
  border-radius: 46px;
}

.rounded-r-\[1\.25rem\]{
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.\!rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-r-\[10px\]{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-tl-\[100px\]{
  border-top-left-radius: 100px;
}

.border-2{
  border-width: 2px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-light-blue{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 255 / var(--tw-border-opacity));
}

.border-blue{
  --tw-border-opacity: 1;
  border-color: rgb(22 65 148 / var(--tw-border-opacity));
}

.bg-\[\#164194\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity));
}

.bg-mint-green{
  --tw-bg-opacity: 1;
  background-color: rgb(212 238 140 / var(--tw-bg-opacity));
}

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

.bg-off-white{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 255 / var(--tw-bg-opacity));
}

.bg-\[\#EFF1FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 255 / var(--tw-bg-opacity));
}

.bg-\[\#F5F9FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 252 / var(--tw-bg-opacity));
}

.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(4 38 104 / var(--tw-bg-opacity));
}

.bg-\[\#D4EE8C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 238 140 / var(--tw-bg-opacity));
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.\!bg-contain{
  background-size: contain !important;
}

.bg-contain{
  background-size: contain;
}

.bg-center{
  background-position: center;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-2{
  padding: 0.5rem;
}

.p-\[2px\]{
  padding: 2px;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-\[7\.4\%\]{
  padding-left: 7.4%;
  padding-right: 7.4%;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-\[34px\]{
  padding-left: 34px;
  padding-right: 34px;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-\[39px\]{
  padding-top: 39px;
  padding-bottom: 39px;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-\[46px\]{
  padding-top: 46px;
  padding-bottom: 46px;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-\[60px\]{
  padding-top: 60px;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pr-12{
  padding-right: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pt-\[6px\]{
  padding-top: 6px;
}

.pt-\[31px\]{
  padding-top: 31px;
}

.pl-9{
  padding-left: 2.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pl-\[7\.4\%\]{
  padding-left: 7.4%;
}

.pr-\[5\.9\%\]{
  padding-right: 5.9%;
}

.pl-20{
  padding-left: 5rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-\[52px\]{
  padding-bottom: 52px;
}

.pl-8{
  padding-left: 2rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-\[77px\]{
  padding-top: 77px;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pt-\[39px\]{
  padding-top: 39px;
}

.pb-\[115px\]{
  padding-bottom: 115px;
}

.pb-\[37px\]{
  padding-bottom: 37px;
}

.pb-\[78px\]{
  padding-bottom: 78px;
}

.pt-6{
  padding-top: 1.5rem;
}

.pb-\[92px\]{
  padding-bottom: 92px;
}

.pl-\[58px\]{
  padding-left: 58px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pt-28{
  padding-top: 7rem;
}

.pt-\[51px\]{
  padding-top: 51px;
}

.pb-\[66px\]{
  padding-bottom: 66px;
}

.pb-\[93px\]{
  padding-bottom: 93px;
}

.pb-20{
  padding-bottom: 5rem;
}

.pt-\[106px\]{
  padding-top: 106px;
}

.pb-28{
  padding-bottom: 7rem;
}

.pt-7{
  padding-top: 1.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-\[6\%\]{
  padding-right: 6%;
}

.pt-16{
  padding-top: 4rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pt-\[94px\]{
  padding-top: 94px;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-4{
  padding-top: 1rem;
}

.pb-\[51px\]{
  padding-bottom: 51px;
}

.text-center{
  text-align: center;
}

.font-\[\"Montserrat\"\]{
  font-family: "Montserrat";
}

.font-sans{
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[21px\]{
  font-size: 21px;
}

.text-\[1\.063rem\]{
  font-size: 1.063rem;
}

.text-\[1\.875rem\]{
  font-size: 1.875rem;
}

.text-\[37px\]{
  font-size: 37px;
}

.text-\[28px\]{
  font-size: 28px;
}

.\!text-\[1rem\]{
  font-size: 1rem !important;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[17px\]{
  font-size: 17px;
}

.\!text-\[17px\]{
  font-size: 17px !important;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[21px\]{
  line-height: 21px;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[33\.6px\]{
  line-height: 33.6px;
}

.leading-\[25\.2px\]{
  line-height: 25.2px;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[33px\]{
  line-height: 33px;
}

.tracking-\[0\.33px\]{
  letter-spacing: 0.33px;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity));
}

.text-light-blue{
  --tw-text-opacity: 1;
  color: rgb(249 250 255 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.decoration-\[3px\]{
  text-decoration-thickness: 3px;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-0{
  opacity: 0;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-volz{
  --tw-drop-shadow: drop-shadow(0 9px 12px #00000047);
  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);
}

.duration-\[600ms\]{
  transition-duration: 600ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[x-cloak] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

/* Pagination */

.page-numbers {
  background: #164194;
  border: 2px solid #164194;
  border-radius: 999px;
  color: white;
  font-size: 22px;
  font-family: Montserrat, serif;
  height: 39px;
  width: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.current {
  background-color: transparent;
  border: 2px solid #164194;
  border-radius: 999px;
  color: #164194;
}

.page-numbers.prev, .page-numbers.next {
  border: none;
  background: none;
}

p a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  opacity: 0.7;
}

/* Splide  */

.splide_plans .plan_price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 3.438rem;
  line-height: 46px;
}

.splide_plans .is-active .list_style_light_blue p {
  padding: 3px 0px 3px 0px;
  list-style: none;
  margin: 12px 0px 0px 0px;
}

@media (min-width: 768px) {
  .splide_plans .is-active .list_style_light_blue p {
    padding: 0px 0px 3px 0px
  }
}

.splide_plans .list_style_dark_blue p {
  padding: 3px 0px 3px 0px;
  list-style: none;
  margin: 12px 0px 0px 0px;
}

@media (min-width: 768px) {
  .splide_plans .list_style_dark_blue p {
    padding: 0px 0px 3px 0px
  }
}

/* .splide_plans .splide__slide:hover p span {
    color: #F9FAFF;
} */

.splide__slide:hover .btn{
  border-color: #164194;
  color: #164194;
}

.splide_plans .splide__slide:hover {
  background-color: #164194 !important;
  color: #F9FAFF !important;
  z-index: 50;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-drop-shadow: drop-shadow(0 9px 12px #00000047);
  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);
}

.splide_plans .splide__slide {
  background-color: #F5F9FC;
  color: #164194;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .splide_plans .splide__slide {
    background: transparent
  }
}

/* Splide */

.splide.splide_testimonial {
  position: static !important;
}

.splide_testimonial .splide__arrows {
  position: absolute;
  bottom: 2.5rem !important;
  left: 45% !important;
}

@media (min-width: 640px) {
  .splide_testimonial .splide__arrows {
    left: 13.9% !important
  }
}

@media (min-width: 1024px){
  .splide_testimonial .splide__arrows {
    bottom: 3rem !important
  }
}

.splide__arrow svg {
  fill: #042668 !important;
}

@media (min-width: 768px) {
  .splide__arrow svg {
    height: 1.5rem !important;
    width: 1.5rem !important
  }
}

.splide__arrow {
  background: none !important;
}

.splide_testimonial .splide__arrow--prev {
  left: -1rem !important;
  height: 100px;
}

.splide_testimonial .splide__arrow--next {
  left: 1.5rem !important;
}

.splide.splide_plans {
  position: static !important;
}

.splide_plans .splide__arrows {
  position: absolute;
  bottom: 4.25rem !important;
  left: 50% !important;
  transform: translate(-50%, 0);
}

@media (min-width: 1024px){
  .splide_plans .splide__arrows {
    left: 8.5% !important;
    bottom: 10rem !important
  }
}

.splide_plans .splide__arrow--prev {
  left: -4rem !important;
  height: 100px;
}

.splide_plans .splide__arrow--next {
  left: 0rem !important;
}

.hover\:rotate-\[20deg\]:hover{
  --tw-rotate: 20deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:\!border-blue:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(22 65 148 / var(--tw-border-opacity)) !important;
}

.hover\:bg-\[\#051D4A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(5 29 74 / var(--tw-bg-opacity));
}

.hover\:text-\[\#DAFB7D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(218 251 125 / var(--tw-text-opacity));
}

.hover\:\!text-blue:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(22 65 148 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:decoration-4:hover{
  text-decoration-thickness: 4px;
}

.hover\:underline-offset-\[6px\]:hover{
  text-underline-offset: 6px;
}

.hover\:underline-offset-\[4px\]:hover{
  text-underline-offset: 4px;
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:border-\[\#D4EE8C\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 238 140 / var(--tw-border-opacity));
}

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

.group:hover .group-hover\:bg-transparent{
  background-color: transparent;
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-blue{
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#D4EE8C\]{
  --tw-text-opacity: 1;
  color: rgb(212 238 140 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-mint-green{
  --tw-text-opacity: 1;
  color: rgb(212 238 140 / var(--tw-text-opacity));
}

.prose-p\:text-\[1\.063rem\] :is(:where(p):not(:where([class~="not-prose"] *))){
  font-size: 1.063rem;
}

@media (min-width: 640px){
  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-\[198px\]{
    height: 198px;
  }

  .sm\:max-h-\[280px\]{
    max-height: 280px;
  }

  .sm\:max-h-\[312px\]{
    max-height: 312px;
  }

  .sm\:max-h-\[370px\]{
    max-height: 370px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-\[198px\]{
    width: 198px;
  }

  .sm\:max-w-\[83\%\]{
    max-width: 83%;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-\[222px\]{
    max-width: 222px;
  }

  .sm\:max-w-\[260px\]{
    max-width: 260px;
  }

  .sm\:max-w-\[477px\]{
    max-width: 477px;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }

  @media (min-width: 1830px){
    .md\:container{
      max-width: 1830px;
    }
  }

  .md\:bottom-\[130px\]{
    bottom: 130px;
  }

  .md\:right-\[342px\]{
    right: 342px;
  }

  .md\:top-\[254px\]{
    top: 254px;
  }

  .md\:bottom-\[-6rem\]{
    bottom: -6rem;
  }

  .md\:-bottom-\[41px\]{
    bottom: -41px;
  }

  .md\:-bottom-\[88px\]{
    bottom: -88px;
  }

  .md\:-right-\[18rem\]{
    right: -18rem;
  }

  .md\:top-\[10px\]{
    top: 10px;
  }

  .md\:-bottom-\[4\.5rem\]{
    bottom: -4.5rem;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:-bottom-\[4\.8rem\]{
    bottom: -4.8rem;
  }

  .md\:-left-\[85px\]{
    left: -85px;
  }

  .md\:-bottom-\[7rem\]{
    bottom: -7rem;
  }

  .md\:-bottom-\[72px\]{
    bottom: -72px;
  }

  .md\:left-\[106px\]{
    left: 106px;
  }

  .md\:-bottom-\[7\.3rem\]{
    bottom: -7.3rem;
  }

  .md\:-bottom-24{
    bottom: -6rem;
  }

  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .md\:mb-28{
    margin-bottom: 7rem;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[1454px\]{
    height: 1454px;
  }

  .md\:h-\[210px\]{
    height: 210px;
  }

  .md\:h-\[70px\]{
    height: 70px;
  }

  .md\:h-\[145px\]{
    height: 145px;
  }

  .md\:h-\[265px\]{
    height: 265px;
  }

  .md\:w-\[918px\]{
    width: 918px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[620px\]{
    width: 620px;
  }

  .md\:w-\[165px\]{
    width: 165px;
  }

  .md\:w-\[70px\]{
    width: 70px;
  }

  .md\:w-\[45\%\]{
    width: 45%;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-\[404px\]{
    width: 404px;
  }

  .md\:w-\[313px\]{
    width: 313px;
  }

  .md\:w-\[394px\]{
    width: 394px;
  }

  .md\:min-w-\[585px\]{
    min-width: 585px;
  }

  .md\:max-w-\[330px\]{
    max-width: 330px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[76px\]{
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .md\:px-\[90px\]{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:pl-\[13\.5\%\]{
    padding-left: 13.5%;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pl-\[101px\]{
    padding-left: 101px;
  }

  .md\:pr-\[53px\]{
    padding-right: 53px;
  }

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pl-\[63px\]{
    padding-left: 63px;
  }

  .md\:pr-\[71px\]{
    padding-right: 71px;
  }

  .md\:text-\[1\.313rem\]{
    font-size: 1.313rem;
  }

  .md\:leading-\[25\.2px\]{
    line-height: 25.2px;
  }
}

@media (min-width: 1024px){
  .lg\:right-0{
    right: 0px;
  }

  .lg\:-right-\[57px\]{
    right: -57px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:-bottom-\[7\.2rem\]{
    bottom: -7.2rem;
  }

  .lg\:-bottom-\[3\.5rem\]{
    bottom: -3.5rem;
  }

  .lg\:-bottom-\[5\.7rem\]{
    bottom: -5.7rem;
  }

  .lg\:-bottom-\[6\.3rem\]{
    bottom: -6.3rem;
  }

  .lg\:-bottom-\[6rem\]{
    bottom: -6rem;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mt-\[117px\]{
    margin-top: 117px;
  }

  .lg\:mb-\[106px\]{
    margin-bottom: 106px;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:-mt-\[90px\]{
    margin-top: -90px;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-\[10\.1\%\]{
    margin-left: 10.1%;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:-mt-28{
    margin-top: -7rem;
  }

  .lg\:mt-\[19rem\]{
    margin-top: 19rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:-mt-\[54px\]{
    margin-top: -54px;
  }

  .lg\:-mt-\[26px\]{
    margin-top: -26px;
  }

  .lg\:-mt-\[6px\]{
    margin-top: -6px;
  }

  .lg\:mt-\[289px\]{
    margin-top: 289px;
  }

  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .lg\:mb-\[75px\]{
    margin-bottom: 75px;
  }

  .lg\:mt-\[56px\]{
    margin-top: 56px;
  }

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:mr-20{
    margin-right: 5rem;
  }

  .lg\:-mt-\[9\.188rem\]{
    margin-top: -9.188rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:-mt-\[3\.5rem\]{
    margin-top: -3.5rem;
  }

  .lg\:mb-32{
    margin-bottom: 8rem;
  }

  .lg\:mt-7{
    margin-top: 1.75rem;
  }

  .lg\:mb-\[87px\]{
    margin-bottom: 87px;
  }

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[486px\]{
    height: 486px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-\[1072px\]{
    height: 1072px;
  }

  .lg\:h-\[494px\]{
    height: 494px;
  }

  .lg\:h-\[577px\]{
    height: 577px;
  }

  .lg\:h-\[477px\]{
    height: 477px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-\[90px\]{
    height: 90px;
  }

  .lg\:h-\[239px\]{
    height: 239px;
  }

  .lg\:h-\[679px\]{
    height: 679px;
  }

  .lg\:h-\[818px\]{
    height: 818px;
  }

  .lg\:h-\[746px\]{
    height: 746px;
  }

  .lg\:h-\[664px\]{
    height: 664px;
  }

  .lg\:h-\[589px\]{
    height: 589px;
  }

  .lg\:h-\[750px\]{
    height: 750px;
  }

  .lg\:h-\[422px\]{
    height: 422px;
  }

  .lg\:h-\[424px\]{
    height: 424px;
  }

  .lg\:h-\[753px\]{
    height: 753px;
  }

  .lg\:h-\[419px\]{
    height: 419px;
  }

  .lg\:h-\[340px\]{
    height: 340px;
  }

  .lg\:h-\[355px\]{
    height: 355px;
  }

  .lg\:max-h-\[none\]{
    max-height: none;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-\[200px\]{
    width: 200px;
  }

  .lg\:w-\[325px\]{
    width: 325px;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-\[608px\]{
    width: 608px;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-\[85\%\]{
    width: 85%;
  }

  .lg\:w-\[397px\]{
    width: 397px;
  }

  .lg\:w-\[327px\]{
    width: 327px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[632px\]{
    width: 632px;
  }

  .lg\:w-\[681px\]{
    width: 681px;
  }

  .lg\:w-\[537px\]{
    width: 537px;
  }

  .lg\:w-\[268px\]{
    width: 268px;
  }

  .lg\:w-\[570px\]{
    width: 570px;
  }

  .lg\:w-\[605px\]{
    width: 605px;
  }

  .lg\:w-\[277px\]{
    width: 277px;
  }

  .lg\:w-\[606px\]{
    width: 606px;
  }

  .lg\:max-w-\[610px\]{
    max-width: 610px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-\[420px\]{
    max-width: 420px;
  }

  .lg\:max-w-\[674px\]{
    max-width: 674px;
  }

  .lg\:max-w-\[611px\]{
    max-width: 611px;
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-\[60px\]{
    border-radius: 60px;
  }

  .lg\:rounded-\[63px\]{
    border-radius: 63px;
  }

  .lg\:rounded-\[56px\]{
    border-radius: 56px;
  }

  .lg\:rounded-\[52px\]{
    border-radius: 52px;
  }

  .lg\:rounded-b-\[2\.5rem\]{
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
  }

  .lg\:\!rounded-l-\[10px\]{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:\!rounded-r-\[10px\]{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:bg-\[\#F5F9FC\]{
    --tw-bg-opacity: 1;
    background-color: rgb(245 249 252 / var(--tw-bg-opacity));
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-\[7\.4\%\]{
    padding-left: 7.4%;
    padding-right: 7.4%;
  }

  .lg\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:pt-44{
    padding-top: 11rem;
  }

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pt-\[170px\]{
    padding-top: 170px;
  }

  .lg\:pb-\[129px\]{
    padding-bottom: 129px;
  }

  .lg\:pl-\[14\.27\%\]{
    padding-left: 14.27%;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pl-\[4\%\]{
    padding-left: 4%;
  }

  .lg\:pr-\[40px\]{
    padding-right: 40px;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pt-\[59px\]{
    padding-top: 59px;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pl-12{
    padding-left: 3rem;
  }

  .lg\:pt-36{
    padding-top: 9rem;
  }

  .lg\:pb-48{
    padding-bottom: 12rem;
  }

  .lg\:pt-\[202px\]{
    padding-top: 202px;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pt-9{
    padding-top: 2.25rem;
  }

  .lg\:pb-\[66px\]{
    padding-bottom: 66px;
  }

  .lg\:pl-7{
    padding-left: 1.75rem;
  }

  .lg\:pr-\[59px\]{
    padding-right: 59px;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:\!text-\[21px\]{
    font-size: 21px !important;
  }

  .lg\:leading-\[33px\]{
    line-height: 33px;
  }

  .lg\:\!leading-\[25\.2px\]{
    line-height: 25.2px !important;
  }

  .lg\:tracking-\[0\.46px\]{
    letter-spacing: 0.46px;
  }
}

@media (min-width: 1280px){
  .xl\:top-14{
    top: 3.5rem;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mr-\[157px\]{
    margin-right: 157px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-\[415px\]{
    height: 415px;
  }

  .xl\:h-\[343px\]{
    height: 343px;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-\[23\%\]{
    width: 23%;
  }

  .xl\:max-w-\[1220px\]{
    max-width: 1220px;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pb-\[18px\]{
    padding-bottom: 18px;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-\[150px\]{
    padding-top: 150px;
  }

  .xl\:pb-\[150px\]{
    padding-bottom: 150px;
  }

  .xl\:pb-36{
    padding-bottom: 9rem;
  }

  .xl\:pr-\[9\.5\%\]{
    padding-right: 9.5%;
  }

  .xl\:pl-\[2\.3\%\]{
    padding-left: 2.3%;
  }

  .xl\:text-left{
    text-align: left;
  }
}

@media (min-width: 1536px){
  .\32xl\:-left-\[8\.5rem\]{
    left: -8.5rem;
  }

  .\32xl\:-right-\[8\.5rem\]{
    right: -8.5rem;
  }

  .\32xl\:right-\[180px\]{
    right: 180px;
  }

  .\32xl\:right-\[161px\]{
    right: 161px;
  }

  .\32xl\:mb-0{
    margin-bottom: 0px;
  }

  .\32xl\:w-full{
    width: 100%;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:max-w-\[1300px\]{
    max-width: 1300px;
  }

  .\32xl\:px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1830px){
  .\33xl\:-mt-52{
    margin-top: -13rem;
  }

  .\33xl\:h-\[740px\]{
    height: 740px;
  }
}