@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*
! tailwindcss v3.1.6 | 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.
*/

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: 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 */
  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;
}

/*
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;
}

[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;
          print-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;
          print-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;
          print-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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body{
  font-family: Poppins, sans-serif !important
}

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

::-webkit-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-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-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%;
  margin-right: auto;
  margin-left: auto;
}

@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: 1160px;
  }
}

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

.aspect-w-10{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}

.aspect-w-10 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-8{
  --tw-aspect-h: 8;
}

.btn-primary{
  background-image: linear-gradient(122.65deg, #1B67A5 16.75%, #44D695 82.53%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}

.btn-primary:hover{
  background-image: linear-gradient(0deg, #44D695 100%, #44D695 100%);
  --tw-text-opacity: 1;
  color: rgb(0 23 62 / var(--tw-text-opacity));
}

.card-animation{
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-16{
  top: 4rem;
}

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

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

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

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

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.m-auto{
  margin: auto;
}

.m-3{
  margin: 0.75rem;
}

.m-2{
  margin: 0.5rem;
}

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

.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto{
  margin-left: auto;
}

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

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

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

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

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

.mr-4{
  margin-right: 1rem;
}

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

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.h-full{
  height: 100%;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-10{
  height: 2.5rem;
}

.h-3{
  height: 0.75rem;
}

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

.h-8{
  height: 2rem;
}

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

.h-screen{
  height: 100vh;
}

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

.h-3\.5{
  height: 0.875rem;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-10{
  width: 2.5rem;
}

.w-1{
  width: 0.25rem;
}

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

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

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

.w-8{
  width: 2rem;
}

.w-60{
  width: 15rem;
}

.w-16{
  width: 4rem;
}

.w-4{
  width: 1rem;
}

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

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

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

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

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

.w-20{
  width: 5rem;
}

.w-14{
  width: 3.5rem;
}

.w-24{
  width: 6rem;
}

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

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

.w-6{
  width: 1.5rem;
}

.w-screen{
  width: 100vw;
}

.w-40{
  width: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-3\.5{
  width: 0.875rem;
}

.w-3{
  width: 0.75rem;
}

.min-w-full{
  min-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-5xl{
  max-width: 64rem;
}

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

.max-w-md{
  max-width: 28rem;
}

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

.max-w-4xl{
  max-width: 56rem;
}

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

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

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

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

.max-w-xl{
  max-width: 36rem;
}

.grow{
  flex-grow: 1;
}

.table-auto{
  table-layout: auto;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-y-4{
  --tw-translate-y: -1rem;
  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-\[32\%\]{
  --tw-translate-x: -32%;
  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-y-14{
  --tw-translate-y: -3.5rem;
  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-y-5{
  --tw-translate-y: -1.25rem;
  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-y-16{
  --tw-translate-y: 4rem;
  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-20{
  --tw-translate-x: -5rem;
  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-180{
  --tw-rotate: 180deg;
  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));
}

@-webkit-keyframes colorChange{
  0%, 100%{
    opacity: 0;
  }

  50%{
    opacity: 1;
  }
}

@keyframes colorChange{
  0%, 100%{
    opacity: 0;
  }

  50%{
    opacity: 1;
  }
}

.animate-colorChange{
  -webkit-animation: colorChange 3s ease-in-out infinite;
          animation: colorChange 3s ease-in-out infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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;
}

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

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

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

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

.gap-8{
  gap: 2rem;
}

.gap-12{
  gap: 3rem;
}

.gap-11{
  gap: 2.75rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-8{
  row-gap: 2rem;
}

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

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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-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)));
}

.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-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-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-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-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-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.rounded-lg{
  border-radius: 0.5rem;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

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

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

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

.border-gray-1{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}

.border-blue-4{
  --tw-border-opacity: 1;
  border-color: rgb(5 41 101 / var(--tw-border-opacity));
}

.border-gray-8{
  --tw-border-opacity: 1;
  border-color: rgb(185 185 185 / var(--tw-border-opacity));
}

.border-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}

.bg-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgb(0 23 62 / var(--tw-bg-opacity));
}

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

.bg-\[\#3FC997\]{
  --tw-bg-opacity: 1;
  background-color: rgb(63 201 151 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-blue-4{
  --tw-bg-opacity: 1;
  background-color: rgb(5 41 101 / var(--tw-bg-opacity));
}

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

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

.bg-green-1{
  --tw-bg-opacity: 1;
  background-color: rgb(68 214 149 / var(--tw-bg-opacity));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-1{
  background-image: linear-gradient(122.65deg, #1B67A5 16.75%, #44D695 82.53%);
}

.bg-7{
  background-image: linear-gradient(135.32deg, #1B67A5 11.24%, #44D695 91.21%);
}

.bg-6{
  background-image: linear-gradient(180deg, #1B67A4 0%, #5CD7A5 100%);
}

.bg-4{
  background-image: linear-gradient(165.14deg, #1B67A4 -0.17%, #44D695 99.52%);
}

.bg-2{
  background-image: linear-gradient(180deg, #0121AE 2%, #44D695 73.61%);
}

.bg-3{
  background-image: linear-gradient(159.08deg, #1B67A4 24.15%, #44D695 100%);
}

.bg-10{
  background-image: linear-gradient(180deg, #0121AE 2%, #3CBF98 66.32%);
}

.from-\[\#185FA5\]{
  --tw-gradient-from: #185FA5;
  --tw-gradient-to: rgb(24 95 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#44D695\]{
  --tw-gradient-to: #44D695;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.fill-current{
  fill: currentColor;
}

.fill-green-1{
  fill: #44D695;
}

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

.p-3{
  padding: 0.75rem;
}

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

.pb-24{
  padding-bottom: 6rem;
}

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

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

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

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

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

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

.pt-11{
  padding-top: 2.75rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

.pt-12{
  padding-top: 3rem;
}

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

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

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

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

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

.pt-2\.5{
  padding-top: 0.625rem;
}

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

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

.pt-3{
  padding-top: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

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

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-42{
  font-size: 42px;
  line-height: 63px;
}

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

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.leading-10{
  line-height: 2.5rem;
}

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

.text-green-1{
  --tw-text-opacity: 1;
  color: rgb(68 214 149 / var(--tw-text-opacity));
}

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

.text-blue-3{
  --tw-text-opacity: 1;
  color: rgb(92 138 255 / var(--tw-text-opacity));
}

.text-\[\#3BBD99\]{
  --tw-text-opacity: 1;
  color: rgb(59 189 153 / var(--tw-text-opacity));
}

.text-gray-3{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.text-transparent{
  color: transparent;
}

.text-gray-4{
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity));
}

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

.text-blue-2{
  --tw-text-opacity: 1;
  color: rgb(3 51 206 / var(--tw-text-opacity));
}

.text-\[\#2581A1\]{
  --tw-text-opacity: 1;
  color: rgb(37 129 161 / var(--tw-text-opacity));
}

.text-blue-1{
  --tw-text-opacity: 1;
  color: rgb(0 23 62 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-gray-5{
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

.text-gray-6{
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-10{
  opacity: 0.1;
}

.shadow-1{
  --tw-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 10px 25px 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-3{
  --tw-shadow: -4px 4px 4px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: -4px 4px 4px 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-4{
  --tw-shadow: 0px 4px 42px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0px 4px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-1{
  --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, 0 0 #0000);
}

.ring-gray-1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 234 234 / var(--tw-ring-opacity));
}

.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-100{
  transition-duration: 100ms;
}

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

.ease-linear{
  transition-timing-function: linear;
}

.black-radio-input{
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
}

.black-radio-input::before{
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.black-radio-input:checked{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
}

.black-radio-input:checked::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.black-radio-input:focus-within{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.white-radio-input{
  position: relative;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  background-color: transparent;
}

.white-radio-input::before{
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.white-radio-input:checked{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}

.white-radio-input:checked::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.white-radio-input:focus-within{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  color: transparent;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

/* bg-9 hover:bg-3 */

.\[writing-mode\:vertical-rl\]{
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.homepage-testmonial .carousel-cell {
  min-width: 344px;
  width: 344px;
  height: 377px;
  min-height: 377px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 16px;
}

.homepage-testmonial .shape {
  transform: translateY(40px);
}

.homepage-testmonial .cell-content {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(40px);
}

.homepage-testmonial .avater {
  width: 76px;
  height: 76px;
  margin-bottom: 12px;
}

.homepage-testmonial .avater-2 {
  width: 76px;
  height: 76px;
  margin-bottom: 12px;
  margin-top: -20px;
}

.homepage-testmonial .username {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.homepage-testmonial .desg {
  font-size: 12px;
  line-height: 18px;
}

.homepage-testmonial .quote {
  width: 22px;
  margin-bottom: 4px;
}

.homepage-testmonial .paragraph {
  font-size: 12px;
  line-height: 18px;
}

.homepage-testmonial .selected-shape {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.homepage-testmonial .normal-shape {
  position: absolute;
  inset: 0;
  opacity: 1;
}

.homepage-testmonial .is-selected.carousel-cell {
  min-width: 434px !important;
  width: 434px !important;
  height: 433px !important;
  min-height: 433px !important;
}

.homepage-testmonial .is-selected .shape {
  transform: translateY(0px);
}

.homepage-testmonial .is-selected .cell-content {
  width: 326px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(0px);
}

.homepage-testmonial .is-selected .avater {
  width: 102px;
  height: 102px;
  margin-top: 20px;
}

.homepage-testmonial .is-selected .avater-2 {
  width: 102px;
  height: 102px;
  margin-bottom: 20px;
}

.homepage-testmonial .is-selected .username {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}

.homepage-testmonial .is-selected .desg {
  font-size: 18px;
  line-height: 27px;
}

.homepage-testmonial .is-selected .quote {
  width: 36px;
  margin-bottom: 8px;
}

.homepage-testmonial .is-selected .paragraph {
  font-size: 15px;
  line-height: 22px;
  padding-right: 16px;
}

.homepage-testmonial .is-selected .selected-shape {
  opacity: 1 !important;
}

.homepage-testmonial .is-selected .normal-shape {
  opacity: 0;
}

.homepage-testmonial .is-selected .shape {
  transform: translateY(0px);
  color: #00173e;
}

.homepage-testmonial .is-selected .username {
  color: #fff;
}

.homepage-testmonial .is-selected .desg {
  color: #fff;
}

.homepage-testmonial .is-selected .paragraph {
  color: #fff;
}

/* position dots in carousel */

.homepage-testmonial .flickity-page-dots {
  top: 0px;
  transform: translateY(-50px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px;
}

/* white circles */

.homepage-testmonial .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #3da0a4;
}

/* fill-in selected dot */

.homepage-testmonial .flickity-page-dots .dot.is-selected {
  background: transparent;
  border: 4px solid #3da0a4;
  width: 16px;
  height: 16px;
}

@media (max-width: 639px) {
  /* Carousel Dots */

  .homepage-testmonial .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
  }

  /* fill-in selected dot */

  .homepage-testmonial .flickity-page-dots .dot.is-selected {
    border: 3px solid #3da0a4;
    width: 12px;
    height: 12px;
  }

  /* Carousel Cell */

  .homepage-testmonial .carousel-cell {
    min-width: 250px !important;
    width: 250px !important;
    height: 290px !important;
    min-height: 290px !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .homepage-testmonial .shape {
    transform: translateY(20px);
  }

  .homepage-testmonial .cell-content {
    width: 190px;
    transform: translateY(10px);
  }

  .homepage-testmonial .avater {
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
  }

  .homepage-testmonial .avater-2 {
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
  }

  .homepage-testmonial .username {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0px;
  }

  .homepage-testmonial .desg {
    font-size: 8px;
    line-height: 20px;
  }

  .homepage-testmonial .quote {
    width: 16px;
    margin-bottom: 2px;
  }

  .homepage-testmonial .paragraph {
    font-size: 9px;
    line-height: 12px;
  }

  .homepage-testmonial .is-selected.carousel-cell {
    min-width: 290px !important;
    width: 290px !important;
    height: 310px !important;
    min-height: 310px !important;
  }

  .homepage-testmonial .is-selected .cell-content {
    width: 220px;
    transform: translateY(0px);
  }

  .homepage-testmonial .is-selected .avater {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }

  .homepage-testmonial .is-selected .avater-2 {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
  }

  .homepage-testmonial .is-selected .username {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
  }

  .homepage-testmonial .is-selected .desg {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .homepage-testmonial .is-selected .quote {
    width: 20px;
    margin-bottom: 2px;
  }

  .homepage-testmonial .is-selected .paragraph {
    font-size: 11px;
    line-height: 14px;
    padding-right: 12px;
    color: #fff;
  }
}

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

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

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

.placeholder\:text-gray-3::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.placeholder\:text-gray-3:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.placeholder\:text-gray-3::placeholder{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.hover\:border-0:hover{
  border-width: 0px;
}
.hover\:text-blue-2:hover{
    --tw-text-opacity: 1;
    color: rgb(3 51 206 / var(--tw-text-opacity));
  }
.hover\:text-green-1:hover{
  --tw-text-opacity: 1;
  color: rgb(68 214 149 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

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

.hover\:shadow-2:hover{
  --tw-shadow: 0px 4px 40px rgba(0, 0, 0, 0.11);
  --tw-shadow-colored: 0px 4px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

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

.group:hover .group-hover\:text-\[\#F2911F\]{
  --tw-text-opacity: 1;
  color: rgb(242 145 31 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-\[\#00173E\]{
  --tw-text-opacity: 1;
  color: rgb(0 23 62 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-7{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

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

@media (min-width: 640px){
  .sm\:aspect-h-13{
    --tw-aspect-h: 13;
  }

  .sm\:m-7{
    margin: 1.75rem;
  }

  .sm\:m-5{
    margin: 1.25rem;
  }

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

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

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

  .sm\:mb-24{
    margin-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-translate-x-\[40\%\]{
    --tw-translate-x: -40%;
    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));
  }

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

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

  .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-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

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

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

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .sm\:pt-24{
    padding-top: 6rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

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

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-right{
    text-align: right;
  }

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

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-42{
    font-size: 42px;
    line-height: 63px;
  }

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

  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .md\:mb-28{
    margin-bottom: 7rem;
  }

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

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

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

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

  .md\:mb-44{
    margin-bottom: 11rem;
  }

  .md\:mb-48{
    margin-bottom: 12rem;
  }

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

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

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

  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\: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)));
  }

  .md\: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));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

  .md\:pt-12{
    padding-top: 3rem;
  }

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

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:leading-\[58px\]{
    line-height: 58px;
  }
}

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

  .lg\:order-1{
    order: 1;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

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

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

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

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

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

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

  .lg\:mr-12{
    margin-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-44{
    margin-bottom: 11rem;
  }

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

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

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

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

  .lg\:mb-\[74px\]{
    margin-bottom: 74px;
  }
  .lg\:mb-11{
    margin-bottom: 2.75rem;
  }
  .lg\:mb-\[120px\]{
    margin-bottom: 120px;
  }

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

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

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

  .lg\:w-\[calc\(100vw-\(100vw-1040px\)\/2\)\]{
    width: calc(100vw - (100vw - 1040px) / 2);
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:min-w-\[110\%\]{
    min-width: 110%;
  }

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

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

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

  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:translate-x-\[-10\%\]{
    --tw-translate-x: -10%;
    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));
  }

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

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

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, 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\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

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

  .lg\:gap-16{
    gap: 4rem;
  }

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

  .lg\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .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-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-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-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)));
  }

  .lg\: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)));
  }
  .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\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

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

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

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

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

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

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

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

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

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

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

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-start{
    text-align: start;
  }

  .lg\:text-end{
    text-align: end;
  }

  .lg\:text-46{
    font-size: 46px;
    line-height: 69px;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-70{
    font-size: 70px;
    line-height: 105px;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:m-8{
    margin: 2rem;
  }

  .xl\:mr-28{
    margin-right: 7rem;
  }

  .xl\:w-\[calc\(100vw-\(100vw-1300px\)\/2\)\]{
    width: calc(100vw - (100vw - 1300px) / 2);
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

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

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

  .xl\:gap-20{
    gap: 5rem;
  }

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

  .xl\:px-25{
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pr-7{
    padding-right: 1.75rem;
  }

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

  .xl\:text-46{
    font-size: 46px;
    line-height: 69px;
  }
}

@media (min-width: 1440px){
  .\32xl\:m-9{
    margin: 2.25rem;
  }

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

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

  .\32xl\:w-5\/12{
    width: 41.666667%;
  }

  .\32xl\:w-7\/12{
    width: 58.333333%;
  }

  .\32xl\:w-\[calc\(100vw-\(100vw-1460px\)\/2\)\]{
    width: calc(100vw - (100vw - 1460px) / 2);
  }

  .\32xl\:min-w-\[657px\]{
    min-width: 657px;
  }

  .\32xl\:min-w-\[598px\]{
    min-width: 598px;
  }

  .\32xl\:min-w-\[665px\]{
    min-width: 665px;
  }

  .\32xl\:min-w-\[711px\]{
    min-width: 711px;
  }

  .\32xl\:min-w-\[658px\]{
    min-width: 658px;
  }

  .\32xl\:min-w-\[653px\]{
    min-width: 653px;
  }

  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }

  .\32xl\:-translate-x-10{
    --tw-translate-x: -2.5rem;
    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));
  }

  .\32xl\:-translate-x-32{
    --tw-translate-x: -8rem;
    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));
  }

  .\32xl\:-translate-x-20{
    --tw-translate-x: -5rem;
    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));
  }

  .\32xl\:gap-24{
    gap: 6rem;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-\[144px\]{
    padding-left: 144px;
    padding-right: 144px;
  }

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

  .\32xl\:text-46{
    font-size: 46px;
    line-height: 69px;
  }
}