@media (max-width: 1200px) {
  .main-nav {
    transform: translate(100%, 0%);
    transition: 0.3s;
    right: 0px;
  }

    .main-nav.open {
      display: block;
      overflow: auto;
      transform: translate(0%, 0);
    }
}
@font-face {
  font-family: "tex-gyre";
  font-weight: 400;
  src: url("../fonts/tex-gyre-regular.eot");
  src: url("../fonts/tex-gyre-regular.woff2") format("woff2"),
    url("../fonts/tex-gyre-regular.woff") format("woff"),
    url("../fonts/tex-gyre-regular.ttf") format("ttf"),
    url("../fonts/tex-gyre-regular.svg") format("svg");
    font-style: normal;
}
@font-face {
  font-family: "tex-gyre";
  font-weight: 700;
  src: url("../fonts/tex-gyre-bold.eot");
  src: url("../fonts/tex-gyre-bold.woff2") format("woff2"),
    url("../fonts/tex-gyre-bold.woff") format("woff"),
    url("../fonts/tex-gyre-bold.ttf") format("ttf"),
    url("../fonts/tex-gyre-bold.svg") format("svg");
    font-style: normal;
}
@font-face {
  font-family: "intro";
  font-weight: 400;
  src: url("../fonts/intro-regular.eot");
  src: url("../fonts/intro-regular.woff2") format("woff2"),
    url("../fonts/intro-regular.woff") format("woff"),
    url("../fonts/intro-regular.ttf") format("ttf"),
    url("../fonts/intro-regular.svg") format("svg");
    font-style: normal;
}
/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: 64px;
  }
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
h3 {
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
h4 {
  font-size: 26px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 30px;
    line-height: 48px;
  }
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 376px) {
  .container {
    max-width: 376px;
  }
}
@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: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1281px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 640px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1281px) {
  .container {
    max-width: 1296px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1376px;
  }
}
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  font-family: tex-gyre, sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.btn.xlarge {
  height: 72px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 24px;
}
.btn.large {
  height: 3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 24px;
}
.btn.medium {
  height: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  line-height: 24px;
}
.btn.small {
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 24px;
}
.btn i {
  font-size: 18px;
}
.btn i.right {
  margin-right: 0.75rem;
}
.btn i.left {
  margin-left: 0.75rem;
}
.btn:disabled,.btn.disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.btn-icon.large {
  height: 3rem;
  min-width: 48px;
  max-width: 48px;
}
.btn-icon.large i {
  font-size: 18px;
}
.primary-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 111 / var(--tw-bg-opacity));
}
.secondary-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.secondary-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
}
.tertiary-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
.tertiary-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.primary-outline {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 134 202 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 87 184 / var(--tw-text-opacity));
}
.primary-outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 53 111 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 111 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-group {
  display: block;
}
.form-group label {
  margin-bottom: 1rem;
  display: block;
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.form-group .form-control {
  height: 3rem;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(29 45 62 / var(--tw-text-opacity));
}
.form-group .form-control::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.form-group .form-control::placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.form-group .form-control {
      box-shadow: 0px 0px 0px 2px #E6E6E666;
    }
.form-group .form-control.error {
  --tw-border-opacity: 1;
  border-color: rgb(200 35 51 / var(--tw-border-opacity));
}
.form-group label.error {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(200 35 51 / var(--tw-text-opacity));
}
.form-group .input-icon-arrow {
  position: relative;
  display: flex;
  align-items: center;
}
.form-group .input-icon-arrow label.error {
  position: absolute;
  top: 100%;
  left: 0px;
}
.form-group .input-icon-arrow .select2-container {
  height: 3rem;
  width: 100% !important;
}
.form-group .input-icon-arrow .select2-container .selection {
  width: 100%;
}
.form-group .input-icon-arrow .select2-container .selection .select2-selection--single {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
            box-shadow: 0px 0px 0px 2px #E6E6E666;
}
.form-group .input-icon-arrow .select2-container .selection .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
  font-family: tex-gyre, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(29 45 62 / var(--tw-text-opacity));
}
.form-group .input-icon-arrow .select2-container .selection .select2-selection--single .select2-selection__rendered::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.form-group .input-icon-arrow .select2-container .selection .select2-selection--single .select2-selection__rendered::placeholder {
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.form-group .input-icon-arrow .select2-container .selection .select2-selection__arrow {
  display: none;
}
.form-group .input-icon-arrow i {
  position: absolute;
  right: 1rem;
  font-size: 10px;
}
header {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
}
header.header-fixed > .container-fluid {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 171 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
header.header-fixed > .container-fluid .logo img.logo-white {
  display: none;
}
header.header-fixed > .container-fluid .logo img.logo-color {
  display: block;
}
header.header-fixed > .container-fluid .main-nav .main-menu li a {
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
header.header-fixed > .container-fluid .main-nav .btn-schedule {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.header-fixed > .container-fluid .main-nav .btn-schedule:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
}
header.header-fixed > .container-fluid #btnMenu {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.secondary-header > .container-fluid {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 171 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
header.secondary-header > .container-fluid .logo img.logo-white {
  display: none;
}
header.secondary-header > .container-fluid .logo img.logo-color {
  display: block;
}
header.secondary-header > .container-fluid .main-nav .main-menu li a {
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
header.secondary-header > .container-fluid .main-nav .btn-schedule {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header.secondary-header > .container-fluid .main-nav .btn-schedule:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
}
header.secondary-header > .container-fluid #btnMenu {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .top-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header .top-bar > .container-fluid {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  header .top-bar > .container-fluid {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header .top-bar > .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  header .top-bar > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
header .top-bar > .container-fluid .list-opcion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  header .top-bar > .container-fluid .list-opcion {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1024px) {
  header .top-bar > .container-fluid .list-opcion {
    gap: 1.5rem;
  }
}
header .top-bar > .container-fluid .list-opcion li:not(:first-child) {
  padding-left: 0px;
}
@media (min-width: 768px) {
  header .top-bar > .container-fluid .list-opcion li:not(:first-child) {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  header .top-bar > .container-fluid .list-opcion li:not(:first-child) {
    padding-left: 1.5rem;
  }
}
header .top-bar > .container-fluid .list-opcion li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  header .top-bar > .container-fluid .list-opcion li a {
    font-size: 18px;
    line-height: 24px;
  }
}
header .top-bar > .container-fluid .list-opcion li a i {
  font-size: 20px;
}
header > .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  header > .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1400px) {
  header > .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1600px) {
  header > .container-fluid {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
header > .container-fluid .logo {
  display: block;
}
header > .container-fluid .logo img {
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
}
header > .container-fluid .logo img.logo-white {
  display: block;
}
header > .container-fluid .logo img.logo-color {
  display: none;
}
header > .container-fluid .main-nav {
  position: fixed;
  top: 182px;
  right: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  gap: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(165 171 178 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  header > .container-fluid .main-nav {
    top: 151px;
    max-width: 24rem;
    border-left-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  header > .container-fluid .main-nav {
    position: static;
    height: auto;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    border-left-width: 0px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1281px) {
  header > .container-fluid .main-nav {
    gap: 4rem;
  }
}
@media (min-width: 1600px) {
  header > .container-fluid .main-nav {
    gap: 138px;
  }
}
header > .container-fluid .main-nav .main-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1200px) {
  header > .container-fluid .main-nav .main-menu {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
@media (min-width: 1281px) {
  header > .container-fluid .main-nav .main-menu {
    gap: 2rem;
  }
}
header > .container-fluid .main-nav .main-menu li a {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {
  header > .container-fluid .main-nav .main-menu li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
header > .container-fluid .main-nav .main-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
header > .container-fluid .main-nav .btn-schedule {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header > .container-fluid .main-nav .btn-schedule:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {
  header > .container-fluid .main-nav .btn-schedule {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 53 111 / var(--tw-text-opacity));
  }
}
header > .container-fluid #btnMenu {
  display: inline-flex;
  height: 2.5rem;
  min-width: 40px;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {
  header > .container-fluid #btnMenu {
    display: none;
  }
}
header > .container-fluid #btnMenu i {
  font-size: 16px;
}
footer {
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  footer {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  footer {
    padding-top: 96px;
  }
}
footer > .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  footer > .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  footer > .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1281px) {
  footer > .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  footer > .container-fluid {
    padding-left: 112px;
    padding-right: 112px;
  }
}
footer .description {
  display: block;
  min-width: 100%;
  max-width: 100%;
}
footer .description > :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));
}
@media (min-width: 1024px) {
  footer .description {
    min-width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 1281px) {
  footer .description {
    min-width: 380px;
    max-width: 380px;
  }
}
@media (min-width: 1600px) {
  footer .description {
    min-width: 424px;
    max-width: 424px;
  }
}
footer .description .logo-footer {
  display: block;
}
footer .description .logo-footer img {
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  footer .description .logo-footer img {
    height: 72px;
  }
}
footer .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
footer .description .list-logo-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
footer .description .list-logo-footer li img {
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .main-nav-footer {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 768px) {
  footer .main-nav-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1281px) {
  footer .main-nav-footer {
    display: flex;
  }
}
footer .main-nav-footer .info {
  display: block;
}
footer .main-nav-footer .info > :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));
}
footer .main-nav-footer .info h5 {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
footer .main-nav-footer .info a {
  display: block;
  white-space: nowrap;
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
footer .main-nav-footer .info p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
footer .main-nav-footer .btn-footer {
  display: flex;
  flex-direction: column;
}
footer .main-nav-footer .btn-footer > :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));
}
footer .main-nav-footer .btn-footer a {
  display: inline-flex;
  white-space: nowrap;
}
footer .box-copy {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  footer .box-copy {
    flex-direction: row;
    align-items: center;
  }
}
footer .box-copy p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
footer .box-copy .list-networks-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .box-copy .list-networks-footer li a {
  display: block;
}
footer .box-copy .list-networks-footer li a img {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.relative {
  position: relative;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-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-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-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-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));
}
.overflow-hidden {
  overflow: hidden;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[\#E4E4E4\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-center {
  text-align: center;
}
.\!text-body-1 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.\!uppercase {
  text-transform: uppercase !important;
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 80px;
}
body {
  font-family: "tex-gyre", "intro", sans-serif;
}
.overflow-hidden {
  overflow: hidden;
}
a {
  text-decoration: none !important;
}
#content {
  width: 100%;
}
.content-hero-home {
  position: relative;
  display: flex;
  height: 800px;
  width: 100%;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .content-hero-home {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .content-hero-home {
    height: 800px;
  }
}
@media (min-width: 1281px) {
  .content-hero-home {
    height: 916px;
  }
}
.content-hero-home:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: #1E1E1EB2;
  }
.content-hero-home video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-hero-home .caption {
  position: relative;
  z-index: 30;
  display: block;
}
.content-hero-home .caption > :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));
}
.content-hero-home .caption {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-hero-home .caption > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .content-hero-home .caption {
    padding-bottom: 96px;
  }
}
.content-hero-home .caption h1 {
  font-family: intro, sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-hero-home .caption h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .content-hero-home .caption h1 {
    font-size: 56px;
    line-height: 72px;
  }
}
.content-hero-home .caption h1 span {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(127 204 239 / var(--tw-text-opacity));
}
.content-hero-home .caption p {
  font-family: tex-gyre, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-slide-ars {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
}
.content-slide-ars > .container-fluid {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.content-slide-ars > .container-fluid .slideshow-ars {
  width: 100%;
}
.content-slide-ars > .container-fluid .slideshow-ars .swiper-slide {
  max-width: 136px;
}
.content-slide-ars > .container-fluid .slideshow-ars .swiper-slide .slide {
  height: 64px;
  width: 100%;
}
@media (min-width: 768px) {
  .content-slide-ars > .container-fluid .slideshow-ars .swiper-slide .slide {
    height: 96px;
  }
}
.content-slide-ars > .container-fluid .slideshow-ars .swiper-slide .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-help-home {
  width: 100%;
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .content-help-home {
    padding-top: 120px;
  }
}
.content-help-home h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.content-help-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-help-home p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-help-home p {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-help-home .body-slide-help {
  width: 100%;
  padding-top: 3.5rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .content-help-home .body-slide-help {
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .content-help-home .body-slide-help {
    padding-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .content-help-home .body-slide-help {
    padding-left: 60px;
  }
}
@media (min-width: 1281px) {
  .content-help-home .body-slide-help {
    padding-left: 90px;
  }
}
@media (min-width: 1600px) {
  .content-help-home .body-slide-help {
    padding-left: 130px;
  }
}
.content-help-home .body-slide-help {
    max-width: 1550px;
    margin: 0 auto;
  }
.content-help-home .body-slide-help .slideshow-help {
  width: 100%;
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide {
  max-width: 256px;
}
@media (min-width: 768px) {
  .content-help-home .body-slide-help .slideshow-help .swiper-slide {
    max-width: 342px;
  }
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help {
  position: relative;
  display: flex;
  height: 314px;
  width: 100%;
  align-items: flex-end;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help {
    height: 432px;
  }
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 20;
            height: 100%;
            width: 100%;
            border-radius: 1.5rem;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
          }
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description {
  position: relative;
  left: 0px;
  bottom: 1.5rem;
  z-index: 30;
  display: block;
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description > :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));
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description h5 {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-help-home .body-slide-help .slideshow-help .swiper-slide .card-help .description p {
  min-width: 100%;
  max-width: 100%;
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-comprehensive-home {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .content-comprehensive-home {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.content-comprehensive-home h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.content-comprehensive-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-comprehensive-home p {
  width: 100%;
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-comprehensive-home p {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-comprehensive-home .list-comprehensive {
  position: relative;
  right: 0px;
  display: block;
  min-width: 100%;
  max-width: 100%;
}
.content-comprehensive-home .list-comprehensive > :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));
}
.content-comprehensive-home .list-comprehensive {
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .content-comprehensive-home .list-comprehensive {
    position: absolute;
    min-width: 670px;
    max-width: 670px;
    padding-bottom: 58px;
  }
}
@media (min-width: 1600px) {
  .content-comprehensive-home .list-comprehensive {
    min-width: 736px;
    max-width: 736px;
  }
}
.content-comprehensive-home .list-comprehensive li {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.content-comprehensive-home .list-comprehensive li::before {
        content: "";
        position: absolute;
        left: -120px;
        display: none;
        height: 0.25rem;
        width: 234px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
@media (min-width: 1200px) {
  .content-comprehensive-home .list-comprehensive li::before {
    display: block;
  }
}
.content-comprehensive-home .list-comprehensive li::after {
        content: "";
        position: absolute;
        left: -120px;
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius: 1.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
@media (min-width: 1200px) {
  .content-comprehensive-home .list-comprehensive li::after {
    display: block;
  }
}
.content-comprehensive-home .list-comprehensive li .card-comprehensive {
  z-index: 20;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 238 239 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .content-comprehensive-home .list-comprehensive li .card-comprehensive {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .content-comprehensive-home .list-comprehensive li .card-comprehensive {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-comprehensive-home .list-comprehensive li .card-comprehensive h6 {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-comprehensive-home .list-comprehensive li .card-comprehensive p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.content-comprehensive-home .list-comprehensive li .card-comprehensive a {
  white-space: nowrap;
}
.content-comprehensive-home .thumb {
  position: relative;
  height: 300px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .content-comprehensive-home .thumb {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .content-comprehensive-home .thumb {
    height: 685px;
    min-width: 720px;
    max-width: 720px;
  }
}
@media (min-width: 1281px) {
  .content-comprehensive-home .thumb {
    min-width: 880px;
    max-width: 880px;
  }
}
.content-comprehensive-home .thumb::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      border-radius: 1.5rem;
      background: linear-gradient(180deg, rgba(0, 102, 213, 0) 0%, rgba(0, 53, 111, 0.5) 100%);
    }
.content-comprehensive-home .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-transform-home {
  position: relative;
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 768px) {
  .content-transform-home {
    padding-bottom: 60px;
  }
}
.content-transform-home::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: linear-gradient(97.32deg, rgba(0, 0, 0, 0.45) 0.16%, rgba(0, 0, 0, 0.72) 34.71%, rgba(0, 0, 0, 0.666) 100%);

  }
.content-transform-home > .container {
  position: relative;
  z-index: 30;
}
.content-transform-home h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-transform-home h2 span {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(127 204 239 / var(--tw-text-opacity));
}
.content-transform-home .card-info {
  display: block;
}
.content-transform-home .card-info > :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));
}
.content-transform-home .card-info {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 45 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.content-transform-home .card-info i {
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-transform-home .card-info .description {
  display: block;
}
.content-transform-home .card-info .description > :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));
}
.content-transform-home .card-info .description h6 {
  font-family: tex-gyre, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-transform-home .card-info .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-trajectory-home {
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  padding-top: 84px;
  background: #E5F5FC80;
}
.content-trajectory-home h2 {
  margin-bottom: 2.5rem;
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .content-trajectory-home h2 {
    margin-bottom: 3.5rem;
  }
}
.content-trajectory-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-trajectory-home .body-slide-trajectory {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1580px;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 0px;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory {
    flex-direction: row;
    gap: 3.5rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1281px) {
  .content-trajectory-home .body-slide-trajectory {
    gap: 86px;
  }
}
@media (min-width: 1400px) {
  .content-trajectory-home .body-slide-trajectory {
    padding-left: 5rem;
  }
}
@media (min-width: 1600px) {
  .content-trajectory-home .body-slide-trajectory {
    padding-left: 120px;
  }
}
.content-trajectory-home .body-slide-trajectory .info-timeline {
  position: relative;
  height: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .info-timeline {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.content-trajectory-home .body-slide-trajectory .info-timeline::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0.75rem;
        height: 2px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(229 237 247 / var(--tw-bg-opacity));
      }
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .info-timeline::before {
    left: 0.75rem;
    top: 0px;
    height: 100%;
    width: 2px;
  }
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline::-webkit-scrollbar {
        display: none; 
      }
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline {
  display: flex;
  height: auto;
  flex-direction: row;
  gap: 3rem;
  overflow: auto;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline {
    height: 588px;
    flex-direction: column;
    gap: 2rem;
  }
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline {
    flex-direction: row;
    gap: 2rem;
  }
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline.active .icon-contain {
  --tw-border-opacity: 1;
  border-color: rgb(153 214 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 252 / var(--tw-bg-opacity));
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline.active .icon-contain span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline.active h4 {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline .icon-contain {
  display: inline-flex;
  height: 1.75rem;
  min-width: 28px;
  max-width: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline .icon-contain span {
  display: inline-flex;
  height: 0.75rem;
  min-width: 12px;
  max-width: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.content-trajectory-home .body-slide-trajectory .info-timeline .nav-timeline .card-timeline h4 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory {
  position: relative;
  margin: 0px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory {
    min-width: 900px;
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory {
    min-width: 1000px;
    max-width: 1000px;
  }
}
@media (min-width: 1600px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory {
    min-width: 1150px;
    max-width: 1150px;
  }
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide {
  height: 498px;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide {
    height: 588px;
  }
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 112px;
}
@media (min-width: 768px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide {
    padding-left: 2.5rem;
    padding-right: 1.5rem;
    padding-bottom: 136px;
  }
}
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide {
    border-top-left-radius: 32px;
  }
}
@media (min-width: 1281px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide {
    padding-left: 3.5rem;
  }
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 100%;
          }
@media (min-width: 1024px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide::before {
    border-top-left-radius: 32px;
  }
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide::before {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
          }
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide .caption {
  position: relative;
  z-index: 30;
  display: block;
  max-width: 946px;
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide .caption > :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));
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide .caption h5 {
  font-family: intro, sans-serif;
  font-size: 40px;
  line-height: 56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .swiper-slide .card-slide .caption p {
  font-family: tex-gyre, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .nav-control-slide {
  position: absolute;
  left: 1rem;
  bottom: 2.5rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .nav-control-slide {
    left: 2.5rem;
  }
}
@media (min-width: 1281px) {
  .content-trajectory-home .body-slide-trajectory .slideshow-trajectory .nav-control-slide {
    left: 3.5rem;
  }
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .nav-control-slide .btn-icon {
  display: inline-flex;
  height: 3rem;
  min-width: 48px;
  max-width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
}
.content-trajectory-home .body-slide-trajectory .slideshow-trajectory .nav-control-slide .btn-icon i {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-result-make-home {
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.content-result-make-home h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.content-result-make-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-result-make-home p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-result-make-home .list-result-make {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .content-result-make-home .list-result-make {
    padding-top: 3rem;
  }
}
@media (min-width: 1024px) {
  .content-result-make-home .list-result-make {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 4rem;
  }
}
.content-result-make-home .list-result-make li:not(:first-child) {
  border-top-width: 2px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(237 238 239 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .content-result-make-home .list-result-make li:not(:first-child) {
    border-top-width: 0px;
    border-left-width: 2px;
  }
}
.content-result-make-home .list-result-make li .info {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .content-result-make-home .list-result-make li .info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .content-result-make-home .list-result-make li .info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .content-result-make-home .list-result-make li .info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.content-result-make-home .list-result-make li .info h4 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(77 184 233 / var(--tw-text-opacity));
}
.content-our-specialists-home {
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 1024px) {
  .content-our-specialists-home {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content-our-specialists-home {
  background: #E5F5FC80;
}
.content-our-specialists-home h2 {
  text-align: center;
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.content-our-specialists-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-our-specialists-home .body-slide-specialists {
  width: 100%;
  padding-top: 66px;
}
@media (min-width: 768px) {
  .content-our-specialists-home .body-slide-specialists {
    padding-top: 98px;
  }
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist {
  width: 100%;
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide {
  width: 100% !important;
  max-width: 232px;
}
@media (min-width: 768px) {
  .content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide {
    max-width: 320px;
  }
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist {
  position: relative;
  display: block;
  height: 334px;
  width: 100%;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist {
    height: 432px;
  }
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 20;
            height: 100%;
            width: 100%;
            border-radius: 1.5rem;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
          }
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist .badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
            background: #00356F99;
}
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist .badge.secondary {
              background: #9A0909B2;

            }
.content-our-specialists-home .body-slide-specialists .slideshow-specialist .swiper-slide .card-specialist p {
  position: absolute;
  bottom: 1.5rem;
  left: 0.75rem;
  z-index: 30;
  font-family: tex-gyre, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-testimony-home {
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  padding-top: 112px;
}
.content-testimony-home h2 {
  font-family: intro, sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-testimony-home h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .content-testimony-home h2 {
    font-size: 40px;
    line-height: 56px;
  }
}
.content-testimony-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-testimony-home .body-slide-testimony {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1950px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony {
    padding-left: 2.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-testimony {
    padding-right: 112px;
  }
}
.content-testimony-home .body-slide-testimony .title-testimony {
  top: 0px;
  left: 0px;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .content-testimony-home .body-slide-testimony .title-testimony {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony .title-testimony {
    position: absolute;
    left: 39%;
    margin-bottom: 0px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    padding-left: 72px;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-testimony .title-testimony {
    left: 45%;
  }
}
@media (min-width: 1920px) {
  .content-testimony-home .body-slide-testimony .title-testimony {
    left: 37%;
  }
}
.content-testimony-home .body-slide-testimony .title-testimony h4 {
  position: relative;
  z-index: 20;
  font-family: intro, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-testimony-home .body-slide-testimony .title-testimony h4 {
    font-size: 30px;
    line-height: 48px;
  }
}
.content-testimony-home .body-slide-testimony .nav-control-testimony {
  position: absolute;
  left: 0px;
  bottom: 2rem;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony .nav-control-testimony {
    left: 45%;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-testimony .nav-control-testimony {
    left: 50%;
  }
}
@media (min-width: 1920px) {
  .content-testimony-home .body-slide-testimony .nav-control-testimony {
    left: 41%;
  }
}
.content-testimony-home .body-slide-testimony .nav-control-testimony span {
  height: 1px;
  min-width: 426px;
  max-width: 426px;
  --tw-bg-opacity: 1;
  background-color: rgb(210 213 216 / var(--tw-bg-opacity));
}
.content-testimony-home .body-slide-testimony .slideshow-testimony {
  width: 100%;
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history {
    flex-direction: row;
    gap: 3rem;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history {
    gap: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history {
    gap: 72px;
  }
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb {
  position: relative;
  display: flex;
  height: 280px;
  min-width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb {
    height: 500px;
    min-width: 500px;
    max-width: 500px;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb {
    min-width: 655px;
    max-width: 655px;
  }
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb::before {
              content: "";
              position: absolute;
              left: 0px;
              top: 0px;
              height: 100%;
              width: 100%;
              border-top-left-radius: 16px;
              background: #00000033;
            }
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb i {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .thumb i {
    font-size: 74px;
  }
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description {
  display: block;
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description > :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));
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description {
  padding-bottom: 136px;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description {
    padding-bottom: 0px;
    padding-top: 112px;
  }
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description h4 {
  font-family: intro, sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
.content-testimony-home .body-slide-testimony .slideshow-testimony .swiper-slide .card-history .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-testimony-home .title {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 223 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 20px;
}
.content-testimony-home .title h4 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-testimony-home .title::before {
      content: "";
      position: absolute;
      left: 90px;
      bottom: -0.25rem;
      height: 0.75rem;
      width: 0.75rem;
      --tw-rotate: 45deg;
      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));
      --tw-bg-opacity: 1;
      background-color: rgb(0 159 223 / var(--tw-bg-opacity));
    }
@media (min-width: 1600px) {
  .content-testimony-home .title::before {
    left: 130px;
  }
}
.content-testimony-home .body-slide-patients {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.25rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .content-testimony-home .body-slide-patients {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1281px) {
  .content-testimony-home .body-slide-patients {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.content-testimony-home .body-slide-patients {
    max-width: 1550px;
    margin: 0 auto;
  }
.content-testimony-home .body-slide-patients .slideshow-patients {
  width: 100%;
}
.content-testimony-home .body-slide-patients .slideshow-patients .swiper-slide {
  height: 374px;
  width: auto;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 344px;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony > :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));
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 214 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .user {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .user img {
  height: 72px;
  min-width: 72px;
  max-width: 72px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .user h5 {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description {
  display: block;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description > :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));
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description .info-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description .info-rating .list-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description .info-rating .list-rating li i {
  display: block;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(51 117 194 / var(--tw-text-opacity));
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description .info-rating small {
  display: inline-flex;
  font-family: tex-gyre, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(210 213 216 / var(--tw-text-opacity));
}
.content-testimony-home .body-slide-patients .slideshow-patients .card-testimony .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-editorial-home {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .content-editorial-home {
    padding-top: 120px;
  }
}
.content-editorial-home h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.content-editorial-home h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-editorial-home p {
  font-family: tex-gyre, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial {
  width: 100%;
  padding-top: 2rem;
}
.content-editorial-home .content-tabs-editorial .nav-control-tabs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content-editorial-home .content-tabs-editorial .nav-control-tabs .item-tabs {
  display: inline-flex;
  align-items: center;
  border-radius: 32px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 218 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial .nav-control-tabs .item-tabs.active {
  --tw-border-opacity: 1;
  border-color: rgb(38 133 191 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 133 191 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial .body-tabs {
  width: 100%;
  padding-top: 2rem;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs {
  display: none;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs.open {
  display: block;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video {
  position: relative;
  display: flex;
  height: 232px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video {
    height: 296px;
  }
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 20;
            height: 100%;
            width: 100%;
            border-radius: 1.5rem;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
            linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
          }
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video i {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 30;
  text-align: center;
  font-size: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video h5 {
  position: absolute;
  bottom: 1.5rem;
  left: 0px;
  z-index: 30;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: tex-gyre, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-video h5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog {
  display: block;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog > :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));
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog {
          box-shadow: 0px 12px 16px -4px #10182814;
        }
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .thumb {
  height: 240px;
  width: 100%;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description {
  display: block;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description > :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));
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description small {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-family: intro, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 53 111 / var(--tw-text-opacity));
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description h5 i {
  font-size: 10px;
}
.content-editorial-home .content-tabs-editorial .body-tabs .tabs .card-blog .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-age-home {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .content-age-home {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.content-age-home::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: linear-gradient(97.32deg, rgba(0, 0, 0, 0.45) 0.16%, rgba(0, 0, 0, 0.72) 34.71%, rgba(0, 0, 0, 0.666) 100%);
  }
.content-age-home .caption {
  position: relative;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .content-age-home .caption {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
  }
}
.content-age-home .caption .description {
  display: block;
  max-width: 620px;
}
.content-age-home .caption .description > :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));
}
@media (min-width: 1200px) {
  .content-age-home .caption .description {
    max-width: 760px;
  }
}
.content-age-home .caption .description h2 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-age-home .caption .description p {
  display: inline-block;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 184 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: intro, sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-age-home .caption .description p {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .content-age-home .caption .description p {
    font-size: 30px;
    line-height: 48px;
  }
}
.content-hero-schedule {
  position: relative;
  height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .content-hero-schedule {
    height: 368px;
  }
}
.content-hero-schedule::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;
    height: 100%;
    width: 100%;
    background: linear-gradient(91.94deg, rgba(0, 0, 0, 0.65) 1.64%, rgba(0, 0, 0, 0.75) 97.51%);
  }
.content-hero-schedule > .container-fluid {
  position: relative;
  z-index: 30;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  .content-hero-schedule > .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .content-hero-schedule > .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.content-form-schedule {
  position: relative;
  width: 100%;
  border-top-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 245 252 / var(--tw-bg-opacity));
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .content-form-schedule {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-form-schedule::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(229 245 252 / var(--tw-bg-opacity));
  }
.content-form-schedule .info {
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  margin-top: -140px;
  display: block;
  max-width: 1040px;
}
.content-form-schedule .info > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {
  .content-form-schedule .info {
    margin-top: -280px;
  }
}
@media (min-width: 1024px) {
  .content-form-schedule .info {
    margin-top: -320px;
  }
}
.content-form-schedule .info .logo {
  display: flex;
  justify-content: center;
}
.content-form-schedule .info .logo img {
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-form-schedule .info .body-form {
  width: 100%;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(204 235 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .content-form-schedule .info .body-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .content-form-schedule .info .body-form {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.content-form-schedule .info .body-form .form-schedule {
  width: 100%;
}
.content-form-schedule .info .body-form .form-schedule h1 {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 238 239 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 87 184 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule h1 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule h5 {
  font-family: tex-gyre, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options {
  width: 100%;
}
.content-form-schedule .info .body-form .form-schedule .info-options h6 {
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options {
  display: block;
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options > :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));
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check {
  margin: 0px;
  cursor: pointer;
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check input {
  display: none;
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check input + span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  font-family: tex-gyre, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check input + span:before {
                content: "";
                position: absolute;
                left: 0px;
                top: auto;
                height: 2rem;
                min-width: 32px;
                max-width: 32px;
                border-radius: 9999px;
                border-width: 1px;
                --tw-border-opacity: 1;
                border-color: rgb(0 72 91 / var(--tw-border-opacity));
                --tw-bg-opacity: 1;
                background-color: rgb(242 248 252 / var(--tw-bg-opacity));
              }
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check input:checked + span {
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check:hover input + span {
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .list-options li .input-check input:checked + span:before {
                content: "\f107";
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                --tw-text-opacity: 1;
                color: rgb(0 72 91 / var(--tw-text-opacity));
                font-family: 'icons';
                font-weight: normal;
                font-style: normal;
                line-height: 1;
                text-transform: none;
                letter-spacing: normal;
                word-wrap: normal;
                white-space: nowrap;
                direction: ltr;
                -webkit-font-smoothing: antialiased;
                text-rendering: optimizeLegibility;
                -moz-osx-font-smoothing: grayscale;
                font-feature-settings: 'liga';
              }
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload {
  display: flex;
  height: 152px;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload input {
  display: none;
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file {
  display: block;
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file > :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));
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file {
  text-align: center;
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file i {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(165 171 178 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .form-schedule .info-options .form-group .file-upload .info-file p span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .info-sent {
  width: 100%;
}
.content-form-schedule .info .body-form .info-sent .description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 636px;
}
.content-form-schedule .info .body-form .info-sent .description > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.content-form-schedule .info .body-form .info-sent .description {
  text-align: center;
}
@media (min-width: 768px) {
  .content-form-schedule .info .body-form .info-sent .description > :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));
  }
}
.content-form-schedule .info .body-form .info-sent .description .icon-container {
  display: inline-flex;
  height: 70px;
  min-width: 72px;
  max-width: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
}
.content-form-schedule .info .body-form .info-sent .description .icon-container i {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .info-sent .description h2 {
  font-family: intro, sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 87 184 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .content-form-schedule .info .body-form .info-sent .description h2 {
    font-size: 42px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .content-form-schedule .info .body-form .info-sent .description h2 {
    font-size: 44px;
    line-height: 64px;
  }
}
.content-form-schedule .info .body-form .info-sent .description h2 span {
  --tw-text-opacity: 1;
  color: rgb(0 159 223 / var(--tw-text-opacity));
}
.content-form-schedule .info .body-form .info-sent .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.content-detail-blog {
  position: relative;
  margin-top: 183px;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 148px;
}
@media (min-width: 768px) {
  .content-detail-blog {
    margin-top: 151px;
  }
}
@media (min-width: 1200px) {
  .content-detail-blog {
    margin-top: 161px;
  }
}
.content-detail-blog::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 360px;
    width: 100%;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(204 235 249 / var(--tw-border-opacity));
    background: #E5F5FC80;
  }
.content-detail-blog > .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
.content-detail-blog .body {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1120px;
}
.content-detail-blog .body > :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));
}
.content-detail-blog .body h6 {
  font-family: tex-gyre, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 133 191 / var(--tw-text-opacity));
}
.content-detail-blog .body h1 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(0 87 184 / var(--tw-text-opacity));
}
.content-detail-blog .body .thumb {
  height: 280px;
  width: 100%;
}
@media (min-width: 768px) {
  .content-detail-blog .body .thumb {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .content-detail-blog .body .thumb {
    height: 376px;
  }
}
.content-detail-blog .body .thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-detail-blog .body .description {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 920px;
}
.content-detail-blog .body .description > :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));
}
.content-detail-blog .body .description ul {
        list-style: none;
        padding-left: 1.5rem;
      }
.content-detail-blog .body .description ul li {
          position: relative;
          margin-bottom: 0.25rem !important;
          color: rgb(106 119 133 / var(--tw-text-opacity));
        }
.content-detail-blog .body .description ul li::before {
          content: "â€¢";
          position: absolute;
          left: -1.2rem;
          color: #0ea5e9;
          font-weight: bold;
        }
.content-detail-blog .body .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-detail-blog .body .description h5 {
  font-family: tex-gyre, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(106 119 133 / var(--tw-text-opacity));
}
.content-detail-blog .body .description h5 span {
  font-weight: 700;
}
.content-detail-blog .body .description h4 {
  font-family: intro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(74 87 101 / var(--tw-text-opacity));
}
.select2-dropdown {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 213 216 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0px 0px 8px 0px #0000001F;
}
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: tex-gyre, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity));
}
.select2-container--default .select2-results__option--selected {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(204 235 249 / var(--tw-bg-opacity));
}
.modal-blog {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.modal-blog.open {
  display: block;
}
.modal-blog > .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-blog > .container-fluid .body-modal {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1104px;
  flex-direction: column-reverse;
  border-radius: 0.5rem;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 159 223 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .modal-blog > .container-fluid .body-modal {
    flex-direction: row;
  }
}
@media (min-width: 1281px) {
  .modal-blog > .container-fluid .body-modal {
    align-items: center;
  }
}
.modal-blog > .container-fluid .body-modal .btn-close-modal-blog {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.modal-blog > .container-fluid .body-modal .btn-close-modal-blog i {
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
.modal-blog > .container-fluid .body-modal .description {
  display: block;
}
.modal-blog > .container-fluid .body-modal .description > :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));
}
.modal-blog > .container-fluid .body-modal .description {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {
  .modal-blog > .container-fluid .body-modal .description {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.modal-blog > .container-fluid .body-modal .description .title {
  display: block;
}
.modal-blog > .container-fluid .body-modal .description .title > :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));
}
.modal-blog > .container-fluid .body-modal .description .title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 218 219 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}
.modal-blog > .container-fluid .body-modal .description .title span {
  display: block;
  font-family: tex-gyre, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(38 133 191 / var(--tw-text-opacity));
}
.modal-blog > .container-fluid .body-modal .description .title h4 {
  font-family: intro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 72 91 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .modal-blog > .container-fluid .body-modal .description .title h4 {
    font-size: 32px;
  }
}
.modal-blog > .container-fluid .body-modal .description p {
  font-family: tex-gyre, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03em;
  --tw-text-opacity: 1;
  color: rgb(84 101 102 / var(--tw-text-opacity));
}
.modal-blog > .container-fluid .body-modal .thumb {
  height: 280px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-blog > .container-fluid .body-modal .thumb {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .modal-blog > .container-fluid .body-modal .thumb {
    height: auto;
    min-width: 400px;
    max-width: 400px;
  }
}
.modal-blog > .container-fluid .body-modal .thumb img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .modal-blog > .container-fluid .body-modal .thumb img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-right-radius: 0.5rem;
  }
}
.modal-video {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.modal-video.open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-video .body-modal {
  margin-left: auto;
  margin-right: auto;
  max-width: 720x;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(77 184 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .modal-video .body-modal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.modal-video .body-modal .video {
  height: 320px;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-video .body-modal .video {
    height: 500px;
  }
}
.modal-video .body-modal .video iframe {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.info-whatsapp {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 40;
}
textarea.form-control {
  padding-top: 16px !important;
  height: 187px !important;
  resize: none;
}
@media (min-width: 768px) {

    .md\:xlarge.btn {
    height: 72px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }

    .md\:medium.btn {
    height: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {

    .lg\:large.btn {
    height: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }

    .lg\:large.btn-icon {
    height: 3rem;
    min-width: 48px;
    max-width: 48px;
  }

      .lg\:large.btn-icon i {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\: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));
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
}