/*
$blue-001:#1133FF;
$blue-002:#0D25AE;
$blue-003:#1133FF;
$blue-004:#506AFF;
$blue-005:#1133FF;
*/
/*
$orange-001:#FF7811;
$orange-002:#FF5E14;
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Some overrides on top of resets.scss (taken from https://gist.github.com/DavidWells/18e73022e723037a50d6) */
html {
  font-family: "Poppins", sans-serif;
  line-height: 1.5; }

body {
  line-height: inherit;
  overflow-x: hidden; }

html,
button,
input,
select,
textarea {
  color: inherit; }

a {
  text-decoration: none; }

* {
  box-sizing: border-box; }

a:focus, button:focus, select:focus, input:focus {
  outline: 0; }

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

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes pulse {
  0% {
    transform: translateY(-50%) scale(1); }
  100% {
    transform: translateY(-50%) scale(2.5); } }
@keyframes slide-up-down {
  0% {
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    height: 0; }
  100% {
    transform: translateY(0);
    visibility: visible;
    height: inherit; } }
@keyframes wobble {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  5% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg); }
  10% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 25deg);
    fill: #04772E; }
  15% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    fill: #04772E; }
  20%,
  80% {
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    fill: #0FB94D; }
  85% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    fill: #0FB94D; }
  90% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    fill: #0FB94D; } }
@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
    left: -400%; }
  25% {
    transform: translate(100%, -25%) rotate(10deg);
    left: 0; }
  50% {
    transform: translate(100%, -25%) rotate(10deg);
    left: 400%; }
  75% {
    transform: translate(100%, -25%) rotate(10deg);
    left: 600%; }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
    left: 800%; } }
@keyframes loadingAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  50% {
    transform: translateY(0%);
    opacity: .5; }
  100% {
    opacity: 1; } }
@keyframes blurAnimation {
  0% {
    filter: blur(10px); }
  100% {
    filter: blur(0); } }
@keyframes jiggleX {
  0% {
    transform: translateX(0); }
  20% {
    transform: translateX(-15px); }
  40% {
    transform: translateX(15px); }
  60% {
    transform: translateX(-10px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.button {
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #888888;
  position: relative;
  z-index: 2;
  background-color: #E0E0E0;
  color: #888888; }
  .button:hover, .button:focus {
    background-color: #D0D0D0; }
  .button:active:not(:disabled), .button.is-loading:not(:disabled) {
    position: relative;
    right: 1px;
    top: 1px; }
  .button[disabled], .button .is-disabled {
    background-color: #E6E6E6;
    color: rgba(136, 136, 136, 0.35);
    cursor: not-allowed; }
  .button.is-outlined {
    border: 2px solid #E0E0E0;
    background-color: transparent; }
    .button.is-outlined:hover, .button.is-outlined:focus {
      background-color: #E0E0E0; }
    .button.is-outlined[disabled], .button.is-outlined.is-disabled {
      background-color: transparent; }
  .button.is-primary {
    background-color: #3369FF;
    color: #FFFFFF; }
    .button.is-primary:hover, .button.is-primary:focus {
      background-color: #1949CC; }
    .button.is-primary[disabled], .button.is-primary.is-disabled {
      background-color: #61110a;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-primary.is-outlined {
      border: 2px solid #3369FF;
      background-color: transparent;
      color: #3369FF; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #3369FF;
        color: #FFFFFF; }
      .button.is-primary.is-outlined[disabled], .button.is-primary.is-outlined.is-disabled {
        border: 2px solid #61110a;
        background-color: inherit;
        color: rgba(97, 17, 10, 0.35); }
      .button.is-primary.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-primary.is-outlined.is-loading::after {
          border: 2px solid #3369FF; }
  .button.is-blue {
    background-color: #4049FD;
    color: #FFFFFF; }
    .button.is-blue:hover, .button.is-blue:focus {
      background-color: #232CD2; }
    .button.is-blue[disabled], .button.is-blue.is-disabled {
      background-color: #8187F7;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-blue.is-outlined {
      border: 2px solid #4049FD;
      background-color: transparent;
      color: #4049FD; }
      .button.is-blue.is-outlined:hover, .button.is-blue.is-outlined:focus {
        background-color: #4049FD;
        color: #FFFFFF; }
      .button.is-blue.is-outlined[disabled], .button.is-blue.is-outlined.is-disabled {
        border: 2px solid #8187F7;
        background-color: inherit;
        color: rgba(129, 135, 247, 0.35); }
      .button.is-blue.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-blue.is-outlined.is-loading::after {
          border: 2px solid #4049FD; }
  .button.is-green {
    background-color: #5CF995;
    color: #FFFFFF; }
    .button.is-green:hover, .button.is-green:focus {
      background-color: #0FB94D; }
    .button.is-green[disabled], .button.is-green.is-disabled {
      background-color: #87FBB1;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-green.is-outlined {
      border: 2px solid #5CF995;
      background-color: transparent;
      color: #5CF995; }
      .button.is-green.is-outlined:hover, .button.is-green.is-outlined:focus {
        background-color: #5CF995;
        color: #FFFFFF; }
      .button.is-green.is-outlined[disabled], .button.is-green.is-outlined.is-disabled {
        border: 2px solid #87FBB1;
        background-color: inherit;
        color: rgba(135, 251, 177, 0.35); }
      .button.is-green.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-green.is-outlined.is-loading::after {
          border: 2px solid #5CF995; }
  .button.is-red {
    background-color: #FF3E51;
    color: #FFFFFF; }
    .button.is-red:hover, .button.is-red:focus {
      background-color: #C31123; }
    .button.is-red[disabled], .button.is-red.is-disabled {
      background-color: #FD6171;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-red.is-outlined {
      border: 2px solid #FF3E51;
      background-color: transparent;
      color: #FF3E51; }
      .button.is-red.is-outlined:hover, .button.is-red.is-outlined:focus {
        background-color: #FF3E51;
        color: #FFFFFF; }
      .button.is-red.is-outlined[disabled], .button.is-red.is-outlined.is-disabled {
        border: 2px solid #FD6171;
        background-color: inherit;
        color: rgba(253, 97, 113, 0.35); }
      .button.is-red.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-red.is-outlined.is-loading::after {
          border: 2px solid #FF3E51; }
  .button.is-orange {
    background-color: #FFA735;
    color: #FFFFFF; }
    .button.is-orange:hover, .button.is-orange:focus {
      background-color: #D08017; }
    .button.is-orange[disabled], .button.is-orange.is-disabled {
      background-color: #FFC06E;
      color: rgba(255, 255, 255, 0.35); }
    .button.is-orange.is-outlined {
      border: 2px solid #FFA735;
      background-color: transparent;
      color: #FFA735; }
      .button.is-orange.is-outlined:hover, .button.is-orange.is-outlined:focus {
        background-color: #FFA735;
        color: #FFFFFF; }
      .button.is-orange.is-outlined[disabled], .button.is-orange.is-outlined.is-disabled {
        border: 2px solid #FFC06E;
        background-color: inherit;
        color: rgba(255, 192, 110, 0.35); }
      .button.is-orange.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-orange.is-outlined.is-loading::after {
          border: 2px solid #FFA735; }
  .button.is-white {
    background-color: #FFFFFF;
    color: #333333; }
    .button.is-white:hover, .button.is-white:focus {
      background-color: #F0F0F0; }
    .button.is-white[disabled], .button.is-white.is-disabled {
      background-color: #E6E6E6;
      color: rgba(51, 51, 51, 0.35); }
    .button.is-white.is-outlined {
      border: 2px solid #FFFFFF;
      background-color: transparent;
      color: #FFFFFF; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: #FFFFFF;
        color: #333333; }
      .button.is-white.is-outlined[disabled], .button.is-white.is-outlined.is-disabled {
        border: 2px solid #E6E6E6;
        background-color: inherit;
        color: rgba(230, 230, 230, 0.35); }
      .button.is-white.is-outlined.is-loading {
        background-color: transparent; }
        .button.is-white.is-outlined.is-loading::after {
          border: 2px solid #FFFFFF; }
  .button.is-md {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .button.is-lg {
    height: 3rem;
    padding-left: 3.25rem;
    padding-right: 3.25rem; }
  .button.is-fullrounded {
    border-radius: 25rem; }
  .button.is-rounded {
    border-radius: 0.25rem; }
  .button.has-icon-left .icon {
    margin-left: 0.25rem; }
  .button.has-icon-right .icon {
    margin-right: 0.25rem; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      content: "";
      width: 1rem;
      height: 1rem;
      border: 2px solid #FFFFFF;
      border-right: 2px solid transparent !important;
      border-radius: 100%;
      position: absolute;
      animation: spin 500ms linear infinite; }

.button-hero, .button-secondary {
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  color: #888888;
  position: relative;
  z-index: 2;
  height: 52px;
  margin-right: 8px;
  position: relative;
  background: transparent !important;
  color: #FFFFFF;
  border: 1px solid transparent;
  transition: all .35s;
  border-radius: 16px;
  overflow: hidden; }
  .button-hero:active:not(:disabled), .button-hero.is-loading:not(:disabled), .button-secondary:active:not(:disabled), .button-secondary.is-loading:not(:disabled) {
    position: relative;
    right: 1px;
    top: 1px; }
  .button-hero.is-loading, .button-secondary.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button-hero.is-loading::before, .button-secondary.is-loading::before {
      content: "";
      width: 1rem;
      height: 1rem;
      border: 2px solid #FFFFFF;
      border-right: 2px solid transparent;
      border-radius: 100%;
      position: absolute;
      animation: spin 500ms linear infinite; }

.button-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9E3F37;
  transition: all .35s;
  z-index: -1; }
.button-hero:hover {
  color: #FFFFFF; }
.button-hero:hover:after {
  width: 100%; }
.button-hero:active {
  scale: .9;
  transition: all .35s; }
.button-hero.is-fill {
  position: relative;
  transition: all .35s; }
  .button-hero.is-fill::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    background-color: #9E3F37;
    transition: all .35s; }
  .button-hero.is-fill:hover {
    background-color: transparent;
    color: #9E3F37 !important;
    border: 1px solid #9E3F37; }
  .button-hero.is-fill:hover:after {
    width: 0%; }

.button-secondary.is-loading::before {
  border: 2px solid #9E3F37;
  border-right: 2px solid transparent !important; }

.section-button {
  padding: 10px 20px !important;
  background: none;
  background-color: #9E3F37;
  color: #FFFFFF;
  margin-top: 24px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  border: 1px solid transparent;
  scale: 1; }
  @media (max-width: 550px) {
    .section-button {
      width: 100%; } }

.section-button:hover {
  background-color: transparent;
  border: 1px solid #9E3F37;
  color: #9E3F37;
  transition: all .35s; }

.section-button:active {
  scale: .9;
  background-color: #9E3F37;
  color: #FFFFFF;
  transition: all .35s; }

.navbar {
  background-color: #FFFFFF;
  height: 5rem;
  position: relative;
  width: 100%;
  z-index: 99;
  backdrop-filter: blur(10px); }
  .navbar .navbar-wrapper, .navbar .navbar-left, .navbar .navbar-center, .navbar .navbar-right, .navbar .navbar-content, .navbar .navbar-menu {
    display: flex;
    align-items: center;
    height: 100%; }
  .navbar .navbar-right .navbar-menu-item::after {
    bottom: 0 !important; }
  .navbar .navbar-wrapper {
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px; }
    .navbar .navbar-wrapper .navbar-controls {
      display: none; }
  .navbar.has-three-columns .navbar-center {
    margin-left: auto;
    margin-right: auto; }
  .navbar .navbar-brand img {
    height: 2.5rem;
    color: #FFFFFF; }
  .navbar .navbar-brand .navbar-brand-title {
    font-size: 32px;
    font-weight: 900;
    color: #000000; }
    @media (max-width: 550px) {
      .navbar .navbar-brand .navbar-brand-title {
        font-size: 24px !important;
        font-weight: 700; } }
  .navbar .navbar-menu {
    padding: 0;
    margin: 0; }
    @media (max-width: 960px) {
      .navbar .navbar-menu {
        display: inline-flex !important;
        align-items: start !important;
        flex-direction: column; } }
    .navbar .navbar-menu .navbar-menu-contact {
      display: flex;
      align-items: center;
      gap: 10px;
      border-radius: 32px;
      background-color: transparent;
      padding: 8px 16px;
      border: 1px solid #000000; }
      .navbar .navbar-menu .navbar-menu-contact .contact-icon {
        display: flex;
        align-items: center;
        -webkit-animation-name: wobble;
        -moz-animation-name: wobble;
        -o-animation-name: wobble;
        animation-name: wobble;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
        fill: #000000; }
        .navbar .navbar-menu .navbar-menu-contact .contact-icon .contact-icon-link {
          width: 18px;
          height: 18px; }
      .navbar .navbar-menu .navbar-menu-contact .contact-text {
        display: flex;
        flex-direction: column;
        line-height: 24px; }
        .navbar .navbar-menu .navbar-menu-contact .contact-text .contact-text-heading {
          color: #000000;
          font-size: 10px;
          font-weight: 600;
          line-height: 14px; }
        .navbar .navbar-menu .navbar-menu-contact .contact-text .contact-text-number {
          color: #000000;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px; }
    .navbar .navbar-menu .navbar-menu-item {
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
      @media (max-width: 960px) {
        .navbar .navbar-menu .navbar-menu-item {
          margin: 0; } }
      .navbar .navbar-menu .navbar-menu-item .navbar-menu-item-link {
        font-size: 1rem;
        font-weight: 600;
        color: #000000;
        line-height: 1;
        cursor: pointer;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 4px; }
        @media (max-width: 960px) {
          .navbar .navbar-menu .navbar-menu-item .navbar-menu-item-link {
            width: 100%;
            padding-left: 20px;
            padding-right: 20px; } }
      .navbar .navbar-menu .navbar-menu-item-icon {
        display: flex;
        width: 20px;
        rotate: 0;
        transition: all 300ms ease-in; }
      @media (max-width: 960px) {
        .navbar .navbar-menu .navbar-menu-item:hover {
          transition: all 300ms ease-in; } }
      .navbar .navbar-menu .navbar-menu-item:hover .navbar-menu-item-icon {
        rotate: 180deg; }
      .navbar .navbar-menu .navbar-menu-item::after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 25px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: all 300ms ease-in; }
        @media (max-width: 960px) {
          .navbar .navbar-menu .navbar-menu-item::after {
            display: none; } }
      .navbar .navbar-menu .navbar-menu-item:hover::after {
        opacity: 1; }
  .navbar .navbar-toggler {
    display: none;
    cursor: pointer; }
    .navbar .navbar-toggler-icon {
      width: 20px;
      height: 20px;
      fill: currentColor; }
  .navbar .navbar-wrapper .navbar-left .navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.navsubmenu {
  background-color: rgba(128, 128, 128, 0.2);
  font-size: 1rem; }
  .navsubmenu-content {
    background-color: #FFFFFF; }
  .navsubmenu .navsubmenu-wrapper {
    display: flex;
    padding: 20px; }
    .navsubmenu .navsubmenu-wrapper .navsubmenu-menu-wrapper {
      display: flex; }
      .navsubmenu .navsubmenu-wrapper .navsubmenu-menu-wrapper .navsubmenu-menu-column {
        width: 100%; }
        .navsubmenu .navsubmenu-wrapper .navsubmenu-menu-wrapper .navsubmenu-menu-column .navsubmenu-menu {
          display: flex;
          flex-direction: column;
          gap: 16px; }

.navsubmenu-menu-item-link {
  color: #333;
  display: block; }
.navsubmenu-menu-item-link.is-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 1rem; }

.has-dropdown {
  position: relative; }
  .has-dropdown .dropdown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -42px;
    top: 100%;
    transition: all 300ms ease-in;
    z-index: 99;
    transform: translateY(50vh);
    width: 250px; }
    @media (max-width: 960px) {
      .has-dropdown .dropdown {
        display: none; } }
  .has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.mobile-sub-menus {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: #c4c4c447;
  height: 0;
  visibility: hidden; }
  .mobile-sub-menus.active {
    visibility: visible;
    height: auto;
    margin: 6px 0px 6px 20px;
    animation: slide-up-down 200ms linear; }

.navbar-menu-item.active .navbar-menu-item-icon {
  rotate: 180deg; }

.navbar-menu-item.mobile-sub-menu {
  display: none !important;
  padding-right: 12px; }
  @media (max-width: 960px) {
    .navbar-menu-item.mobile-sub-menu {
      display: block !important; }
      .navbar-menu-item.mobile-sub-menu .navbar-menu-item-link {
        white-space: wrap !important; } }

@media (max-width: 1024px) {
  .navbar {
    height: auto;
    width: auto;
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    border-radius: 0.25rem; }
    .navbar .navbar-wrapper {
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .navbar .navbar-wrapper .navbar-left {
        display: block; }
      .navbar .navbar-wrapper .navbar-center {
        margin-top: 12px; }
      .navbar .navbar-wrapper .navbar-center, .navbar .navbar-wrapper .navbar-right {
        display: none; }
        .navbar .navbar-wrapper .navbar-center .navbar-content, .navbar .navbar-wrapper .navbar-right .navbar-content {
          display: block;
          width: 100%; }
          .navbar .navbar-wrapper .navbar-center .navbar-content .navbar-menu-item, .navbar .navbar-wrapper .navbar-right .navbar-content .navbar-menu-item {
            height: unset; }
            .navbar .navbar-wrapper .navbar-center .navbar-content .navbar-menu-item-link, .navbar .navbar-wrapper .navbar-right .navbar-content .navbar-menu-item-link {
              padding-top: 12px;
              padding-bottom: 12px; }
      .navbar .navbar-wrapper .navbar-right {
        margin-top: 12px; }
        .navbar .navbar-wrapper .navbar-right .navbar-content {
          display: block;
          width: 100%; }
          .navbar .navbar-wrapper .navbar-right .navbar-content .navbar-menu {
            display: block; }
      .navbar .navbar-wrapper .navbar-controls {
        display: block;
        margin-bottom: 1rem; }
        .navbar .navbar-wrapper .navbar-controls-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 1.25rem; }
          .navbar .navbar-wrapper .navbar-controls-wrapper .navbar-brand img {
            height: 2rem; }
          .navbar .navbar-wrapper .navbar-controls-wrapper .navbar-toggler {
            font-size: 1.25rem;
            color: #888888; }
      .navbar .navbar-wrapper .navbar-menu-item {
        display: flex;
        align-items: center;
        height: 24px; }
    .navbar .navbar-toggler {
      display: block; }
      .navbar .navbar-toggler-icon.hidden {
        display: none; }
    .navbar .navbar-left.hidden, .navbar .navbar-center.hidden, .navbar .navbar-right.hidden {
      display: none; }
    .navbar .navbar-left.visible, .navbar .navbar-center.visible, .navbar .navbar-right.visible {
      display: block !important; }
      .navbar .navbar-left.visible .navbar-left, .navbar .navbar-left.visible .navbar-center, .navbar .navbar-left.visible .navbar-right, .navbar .navbar-center.visible .navbar-left, .navbar .navbar-center.visible .navbar-center, .navbar .navbar-center.visible .navbar-right, .navbar .navbar-right.visible .navbar-left, .navbar .navbar-right.visible .navbar-center, .navbar .navbar-right.visible .navbar-right {
        display: flex !important; } }
.navbar.is-black {
  position: absolute;
  width: 100%;
  background-color: rgba(113, 61, 43, 0.63); }
  .navbar.is-black .navbar-brand-title {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF; }
  .navbar.is-black .navbar-menu-item .navbar-menu-item-link {
    color: #FFFFFF; }
  .navbar.is-black .navbar-menu-item::after {
    background-color: rgba(255, 255, 255, 0.5); }
  .navbar.is-black .contact-text-number {
    color: #FFFFFF !important; }
  .navbar.is-black .navbar-toggler {
    color: #FFFFFF; }
  .navbar.is-black .navbar-menu-contact {
    border: 1px solid #FFFFFF; }
    .navbar.is-black .navbar-menu-contact .contact-icon .contact-icon-link {
      fill: #FFFFFF; }
    .navbar.is-black .navbar-menu-contact .contact-text .contact-text-heading {
      color: #FFFFFF; }
    .navbar.is-black .navbar-menu-contact .contact-text .contact-text-number {
      color: #FFFFFF; }

.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  position: relative;
  z-index: 2;
  background-color: #E6E6E6;
  border-radius: 100px;
  height: 6px;
  width: 100%; }

.progress-status {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5CF995;
  border-radius: 100%;
  font-weight: 400;
  font-size: 8px;
  border: 2px solid #FFFFFF;
  color: #333333; }

.progress-value {
  box-shadow: 0 10px 40px -10px white;
  border-radius: 100px;
  background-color: #5CF995;
  height: 3px;
  width: 0;
  position: absolute;
  z-index: -1;
  animation: progress-fill 3s normal forwards; }

@keyframes progress-fill {
  0% {
    width: 0; }
  100% {
    max-width: 100%; } }
.section.avatar-section {
  padding-bottom: 12px; }
  .section.avatar-section .avatar-text {
    width: 100% !important;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15); }
  .section.avatar-section .avatar-wrapper {
    height: 200px;
    background: linear-gradient(to right, #9E3F37, #FFC6CD);
    position: relative; }
    .section.avatar-section .avatar-wrapper .avatar-image-wrapper {
      width: 100%;
      max-width: 200px;
      height: 100%;
      max-height: 200px;
      border: 4px solid #FFFFFF;
      border-radius: 100%;
      overflow: hidden;
      position: absolute;
      transform: translateY(50%);
      left: 2%; }
      .section.avatar-section .avatar-wrapper .avatar-image-wrapper .avatar-image {
        width: 100%;
        height: 100%; }
  .section.avatar-section .avatar-text-wrapper {
    padding: 120px 50px 32px 50px; }
    .section.avatar-section .avatar-text-wrapper .avatar-details {
      margin-top: 24px; }
      .section.avatar-section .avatar-text-wrapper .avatar-details .avatar-details-title {
        font-size: 20px;
        font-weight: 600; }
  .section.avatar-section .avatar-title {
    font-size: 28px;
    font-weight: 600; }
    @media (max-width: 550px) {
      .section.avatar-section .avatar-title {
        font-size: 20px; } }
  .section.avatar-section .avatar-subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    font-size: 16px;
    color: #555555; }
    .section.avatar-section .avatar-subtitle .avatar-subtitle-label {
      display: flex;
      gap: 6px;
      align-items: center;
      width: 30%; }
      .section.avatar-section .avatar-subtitle .avatar-subtitle-label .icon {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        fill: #555555; }
    .section.avatar-section .avatar-subtitle .avatar-subtitle-detail {
      font-weight: 600;
      color: #555555; }

.status {
  color: #20E368;
  font-size: 16px;
  margin: 12px 0;
  position: relative;
  display: inline-flex;
  padding-left: 16px; }
  .status::before, .status::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #20E368;
    transform: translateY(-50%); }
  .status::before {
    background-color: rgba(32, 227, 104, 0.25);
    transform-origin: center;
    animation: pulse 1.5s ease-in reverse infinite; }
  .status.inactive {
    color: #DB1428; }
    .status.inactive::after {
      background-color: #DB1428; }

.avatar-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0 !important;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); }

.file-uploader {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #A0A0A0;
  border-radius: 8px; }

.file-uploader .file-uploader-wrapper {
  padding: 16px;
  text-align: center; }

.file-uploader .file-icon-wrapper {
  padding: 16px; }

.file-uploader .file-uploader-wrapper .file-uploader-icon {
  width: 52px;
  height: 52px;
  fill: #A0A0A0; }

.file-uploader .file-uploader-link {
  font-size: 16px;
  font-weight: 600;
  color: #5B3AD0;
  cursor: pointer; }

.file-uploader input[type=file] {
  width: 0;
  height: 0;
  visibility: hidden; }

.file-uploader .file-uploader-text-wrapper label {
  display: block; }

.file-uploader .file-uploader-text-wrapper p {
  font-size: 14px;
  color: #888888;
  margin-top: 8px; }

.form {
  width: 100%;
  height: 100%; }

.field {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: white; }

.input-1 {
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  outline: none;
  background: none;
  padding: 8px;
  width: 35px;
  height: 35px;
  margin: 3px;
  text-align: center; }

.style-2 {
  color: grey;
  padding-bottom: 40px; }

.style-1 {
  padding-bottom: 30px; }

.input-style {
  padding-bottom: 15px; }

.input-1:focus {
  border: 1px solid #9E3F37;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.section-form {
  width: 100%; }
  .section-form .form-title {
    font-size: 24px;
    margin-bottom: 12px; }
  .section-form .contact-form-wrapper {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.15);
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    @media (max-width: 550px) {
      .section-form .contact-form-wrapper {
        padding: 20px; } }
    .section-form .contact-form-wrapper .contact-info {
      display: flex;
      justify-content: space-between;
      gap: 24px; }
      @media (max-width: 550px) {
        .section-form .contact-form-wrapper .contact-info {
          flex-direction: column; } }
      .section-form .contact-form-wrapper .contact-info .contact-info-input {
        width: 100%; }
      .section-form .contact-form-wrapper .contact-info .contact-info-input.radio-button {
        display: flex;
        align-items: center;
        gap: 16px;
        border: 1px solid #CECECE; }
        .section-form .contact-form-wrapper .contact-info .contact-info-input.radio-button .radio-button-wrapper {
          display: flex;
          align-items: center;
          gap: 4px;
          margin-left: 10px; }

.contact-form-wrapper.max-width-900 {
  max-width: 900px; }

.section-range-form {
  display: flex;
  width: 50%; }
  @media (max-width: 960px) {
    .section-range-form {
      width: 100%; } }
  .section-range-form .section-range-form-wrapper {
    width: 100%;
    max-width: 500px; }
  .section-range-form .section-range-title {
    color: #9E3F37;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px; }
  .section-range-form .section-range-form-content .contact-info, .section-range-form .section-range-form-content .range-info {
    display: flex;
    gap: 20px;
    width: 100%; }
    @media (max-width: 550px) {
      .section-range-form .section-range-form-content .contact-info, .section-range-form .section-range-form-content .range-info {
        flex-direction: column; } }
    .section-range-form .section-range-form-content .contact-info .contact-info-name, .section-range-form .section-range-form-content .contact-info .contact-info-no, .section-range-form .section-range-form-content .range-info .contact-info-name, .section-range-form .section-range-form-content .range-info .contact-info-no {
      width: 100%; }
  .section-range-form .section-range-form-content .range-info {
    margin-top: 16px; }
    .section-range-form .section-range-form-content .range-info .range-info-amount {
      width: 25%; }
      @media (max-width: 550px) {
        .section-range-form .section-range-form-content .range-info .range-info-amount {
          width: 50%; } }
    .section-range-form .section-range-form-content .range-info .range-info-bar {
      width: 80%;
      margin-top: 32px;
      display: flex;
      align-items: center; }
      @media (max-width: 550px) {
        .section-range-form .section-range-form-content .range-info .range-info-bar {
          width: 100%;
          margin-top: 8px; } }
      .section-range-form .section-range-form-content .range-info .range-info-bar .amount-bar {
        border: none;
        width: 100%;
        height: 6px;
        cursor: pointer;
        background-color: #9E3F37;
        border-radius: 10px;
        padding: 0; }
  .section-range-form .contact-form .contact-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .section-range-form .contact-form .contact-form-wrapper .contact-info {
      flex-direction: column;
      gap: 16px; }
    .section-range-form .contact-form .contact-form-wrapper .contact-cta .section-button {
      margin-top: 16px; }

.form-label {
  margin-bottom: 8px; }

.form-input {
  background-color: transparent;
  width: 100%;
  color: #333333;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #CECECE;
  font-size: 14px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  position: relative;
  z-index: 1;
  border-radius: 8px; }
  .form-input:focus {
    border: 1px solid #9E3F37; }

.text-input {
  background-color: transparent;
  height: 120px;
  width: 100%;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #CECECE;
  font-family: inherit;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 8px; }
  .text-input:focus {
    border: 1px solid #9E3F37; }
  @media (max-width: 960px) {
    .text-input {
      height: 120px; } }

.hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  position: relative;
  z-index: 2; }
  @media (max-width: 700px) {
    .hero-cta {
      flex-direction: column;
      gap: 12px; } }
  .hero-cta .hero-search-box {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    overflow: hidden; }
    @media (max-width: 550px) {
      .hero-cta .hero-search-box {
        max-width: 100%; } }
    .hero-cta .hero-search-box .hero-search-box-icon-wrapper {
      padding: 16px;
      height: 52px;
      background-color: #FFFFFF;
      white-space: nowrap; }
      .hero-cta .hero-search-box .hero-search-box-icon-wrapper .hero-search-box-icon {
        fill: #9E3F37;
        height: 18px;
        width: 18px;
        -webkit-animation-name: wobble;
        -moz-animation-name: wobble;
        -o-animation-name: wobble;
        animation-name: wobble;
        -webkit-animation-duration: 3s;
        -moz-animation-duration: 3s;
        -o-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s; }
    .hero-cta .hero-search-box .hero-search-box-input {
      height: 100%;
      width: 100%;
      max-width: 350px;
      background-color: #FFFFFF;
      color: #333333;
      font-weight: 600;
      padding: 16px 6px;
      border: none;
      height: 52px;
      font-size: 16px; }
      @media (max-width: 550px) {
        .hero-cta .hero-search-box .hero-search-box-input {
          max-width: 100%;
          font-size: 12px; } }
  .hero-cta .button-hero {
    height: 52px;
    padding: 16px 32px;
    background: none;
    background-color: #9E3F37;
    margin: 0;
    white-space: nowrap; }
    @media (max-width: 700px) {
      .hero-cta .button-hero {
        width: 100%;
        max-width: 400px; } }
    @media (max-width: 550px) {
      .hero-cta .button-hero {
        max-width: 100%; } }

.contact-info-inputs {
  display: flex;
  gap: .75rem; }
  .contact-info-inputs .contact-info-input {
    width: 100%; }

.section.footer-section {
  background-color: #000000;
  padding: 50px 0;
  font-family: 'Poppins';
  text-align: left; }
  .section.footer-section .container .footer-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 960px) {
      .section.footer-section .container .footer-wrapper {
        flex-direction: column;
        gap: 32px; } }
    .section.footer-section .container .footer-wrapper .footer-left {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 20px; }
      @media (max-width: 960px) {
        .section.footer-section .container .footer-wrapper .footer-left {
          width: 100%; } }
      .section.footer-section .container .footer-wrapper .footer-left .footer-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        max-width: 234px; }
        .section.footer-section .container .footer-wrapper .footer-left .footer-header .footer-header-image {
          width: 100%;
          height: 80px; }
        .section.footer-section .container .footer-wrapper .footer-left .footer-header .footer-title {
          font-size: 32px;
          font-weight: 900;
          color: #FFFFFF; }
        .section.footer-section .container .footer-wrapper .footer-left .footer-header .footer-subtitle {
          font-size: 16px;
          color: #FFFFFF; }
      .section.footer-section .container .footer-wrapper .footer-left .footer-center {
        margin: 32px 0; }
        .section.footer-section .container .footer-wrapper .footer-left .footer-center .brand-logos {
          display: flex;
          align-items: center;
          gap: 40px; }
          .section.footer-section .container .footer-wrapper .footer-left .footer-center .brand-logos .brand-logo {
            width: 100%;
            max-width: 132px;
            height: 100%;
            max-height: 60px; }
        .section.footer-section .container .footer-wrapper .footer-left .footer-center .footer-center-socials {
          display: flex;
          gap: 16px; }
          .section.footer-section .container .footer-wrapper .footer-left .footer-center .footer-center-socials .footer-center-social {
            display: flex;
            justify-content: center;
            padding: 4px;
            border-radius: 100%;
            width: 32px;
            height: 32px;
            background-color: #FFFFFF;
            box-shadow: 4px 4px 32px rgba(255, 255, 255, 0.15); }
            .section.footer-section .container .footer-wrapper .footer-left .footer-center .footer-center-socials .footer-center-social:hover {
              box-shadow: 4px 4px 32px #fff8f8; }
            .section.footer-section .container .footer-wrapper .footer-left .footer-center .footer-center-socials .footer-center-social .footer-center-social-icon {
              width: 20px; }
      .section.footer-section .container .footer-wrapper .footer-left .footer-bottom {
        color: #FFFFFF;
        font-size: 16px; }
    .section.footer-section .container .footer-wrapper .footer-right {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: 50%;
      gap: 16px; }
      @media (max-width: 960px) {
        .section.footer-section .container .footer-wrapper .footer-right {
          width: 100%;
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 550px) {
        .section.footer-section .container .footer-wrapper .footer-right {
          grid-template-columns: repeat(1, 1fr); } }
      .section.footer-section .container .footer-wrapper .footer-right .footer-right-nav {
        display: flex;
        flex-direction: column;
        gap: 16px; }
        .section.footer-section .container .footer-wrapper .footer-right .footer-right-nav .footer-right-nav-title {
          font-size: 20px;
          font-weight: 700;
          color: #FFFFFF; }
        .section.footer-section .container .footer-wrapper .footer-right .footer-right-nav .footer-right-nav-links {
          display: flex;
          flex-direction: column;
          gap: 8px; }
          .section.footer-section .container .footer-wrapper .footer-right .footer-right-nav .footer-right-nav-links .footer-right-nav-link {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px; }
            .section.footer-section .container .footer-wrapper .footer-right .footer-right-nav .footer-right-nav-links .footer-right-nav-link:hover {
              text-decoration: underline;
              color: rgba(255, 255, 255, 0.6); }

.fb {
  fill: #60A5FA; }

.insta {
  fill: #C084FC; }

.linkdin {
  fill: #3B82F6; }

.youtube {
  fill: #F98383; }

.policy-section {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.policy-page-title {
  font-size: 2.25rem;
  line-height: 2.5rem; }

.policy-page-subtitle {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.description-title {
  font-size: 24px;
  font-weight: 600; }

.description-subtitle {
  font-size: 20px;
  font-weight: 600; }

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

.line-height {
  line-height: 1.6; }

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

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

.table-title {
  border: 1px solid black;
  width: 50%; }

.table-text {
  padding: .5rem 1rem;
  width: 50%;
  border: 1px solid black; }

.text-blue {
  color: blue; }

.underline {
  text-decoration: underline; }

.section.early-offer-section {
  background-color: #9E3F37; }
  .section.early-offer-section .circle-partical {
    background-color: rgba(214, 240, 110, 0.1) !important; }
  .section.early-offer-section .circle-partical.has-bottom {
    background-color: rgba(214, 240, 110, 0.1) !important;
    top: 50% !important;
    left: 75% !important; }
  .section.early-offer-section .section-text {
    width: 100% !important; }
    .section.early-offer-section .section-text .section-text-wrapper {
      width: 100%;
      max-width: 750px !important;
      margin: 0 auto;
      position: relative; }
    .section.early-offer-section .section-text .section-title {
      width: 100%;
      max-width: 100% !important;
      text-align: center;
      color: #FFFFFF !important; }
    .section.early-offer-section .section-text .section-subtitle {
      text-align: center;
      color: #FFFFFF !important;
      margin: 0 auto;
      margin-bottom: 32px; }
    .section.early-offer-section .section-text .line-particle {
      position: absolute;
      width: 100%;
      height: 100%; }
      .section.early-offer-section .section-text .line-particle .line-particle-img-1 {
        position: absolute;
        top: 0;
        left: -10%;
        z-index: 1;
        transform: rotate(45deg); }
        @media (max-width: 960px) {
          .section.early-offer-section .section-text .line-particle .line-particle-img-1 {
            left: -5%;
            top: 15%; } }
      .section.early-offer-section .section-text .line-particle .line-particle-img-2 {
        position: absolute;
        top: 0;
        left: 102%;
        z-index: 1;
        transform: rotate(170deg); }
        @media (max-width: 960px) {
          .section.early-offer-section .section-text .line-particle .line-particle-img-2 {
            left: 95%;
            top: 25%; } }
      .section.early-offer-section .section-text .line-particle .line-particle-img-3 {
        position: absolute;
        bottom: 10%;
        left: -5%;
        z-index: 1;
        transform: rotate(170deg); }
      .section.early-offer-section .section-text .line-particle .line-particle-img-4 {
        position: absolute;
        bottom: 15%;
        left: 95%;
        z-index: 1;
        transform: rotate(25deg); }

.grid-particle {
  width: 100%;
  max-width: 100px;
  height: 100px;
  position: absolute;
  right: -20px;
  top: -28px;
  z-index: 0;
  fill: #9E3F37; }
  .grid-particle.is-light {
    fill: rgba(158, 63, 55, 0.2); }

.section-title.has-underline-particle {
  position: relative; }
  .section-title.has-underline-particle::after {
    content: "";
    background: url(/assets/img/title-underline-particle.svg);
    position: absolute;
    height: 14px;
    width: 100%;
    max-width: 185px;
    bottom: -6%;
    right: 30%;
    background-repeat: no-repeat; }

.has-bottom-line-particle {
  position: relative; }

.has-bottom-line-particle::after {
  content: "";
  height: 2px;
  width: 80px;
  background: #313AEA;
  position: absolute;
  bottom: -8px;
  left: 2px; }

.banner {
  padding: 12px;
  background-color: #A8FDC7;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 600; }
  .banner .banner-link {
    color: #000000; }

@media (max-width: 960px) {
  .banner {
    display: none; } }
.section.popup-section {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); }
  .section.popup-section .popup-card {
    width: 100% !important;
    max-width: 900px;
    background-color: rgba(158, 63, 55, 0.2);
    margin: 0 auto;
    display: block !important;
    padding: 0 20px; }
    .section.popup-section .popup-card .popup-card-close-button {
      display: flex;
      justify-content: flex-end;
      padding: 20px 0; }
      .section.popup-section .popup-card .popup-card-close-button .popup-card-close-icon {
        width: 20px;
        height: 20px;
        fill: #888888;
        cursor: pointer; }
    .section.popup-section .popup-card .section-range-form-wrapper {
      max-width: 610px !important;
      margin: 0 auto;
      padding: 20px 0 50px 0; }
      .section.popup-section .popup-card .section-range-form-wrapper .section-form-cta .section-button {
        width: 100% !important; }
      .section.popup-section .popup-card .section-range-form-wrapper .section-range-title {
        font-size: 40px;
        font-weight: 700;
        text-align: center; }
        @media (max-width: 550px) {
          .section.popup-section .popup-card .section-range-form-wrapper .section-range-title {
            font-size: 24px; } }

.popup-section.is-open {
  display: flex; }

.section-cta.verify-number {
  display: block !important; }
  .section-cta.verify-number .section-cta-title, .section-cta.verify-number .section-cta-message {
    font-size: 14px;
    color: #313AEA; }
  .section-cta.verify-number .section-cta-bottom-message {
    font-size: 14px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 8px; }
  .section-cta.verify-number .section-search-box {
    display: flex;
    align-items: center;
    width: 100%; }
    .section-cta.verify-number .section-search-box .section-search-box-icon-wrapper {
      padding: 12px;
      padding-left: 0;
      height: 52px;
      border-bottom: 1px solid #9E3F37; }
    .section-cta.verify-number .section-search-box .section-search-box-input {
      width: 100%;
      background-color: #FFFFFF;
      color: #333333;
      font-weight: 600;
      padding: 12px 6px;
      border: none;
      height: 52px;
      border-bottom: 1px solid #9E3F37; }
  .section-cta.verify-number .section-button {
    width: 100%; }
  .section-cta.verify-number .button-hero {
    margin-top: 20px;
    padding: 16px 48px; }

.section.card-section .section-wrapper {
  flex-direction: column;
  gap: 50px !important; }
.section.card-section .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto; }
  .section.card-section .cards.top-card {
    transform: translateY(-10%); }
    @media (max-width: 960px) {
      .section.card-section .cards.top-card {
        grid-template-columns: repeat(2, 1fr);
        transform: none;
        gap: 44px;
        padding: 24px 0; } }
    @media (max-width: 700px) {
      .section.card-section .cards.top-card {
        grid-template-columns: repeat(1, 1fr);
        bottom: 0;
        position: relative; } }
  @media (max-width: 700px) {
    .section.card-section .cards {
      grid-template-columns: repeat(1, 1fr); } }
  .section.card-section .cards .card {
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    padding: 24px;
    border-radius: 16px;
    border-top: 4px solid #9E3F37;
    border-bottom: 4px solid #9E3F37; }
    .section.card-section .cards .card .card-texts {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .section.card-section .cards .card .card-texts .card-title {
        font-size: 20px;
        font-weight: 600;
        color: #333333; }
        @media (max-width: 700px) {
          .section.card-section .cards .card .card-texts .card-title {
            font-size: 16px; } }
      .section.card-section .cards .card .card-texts .card-subtitle {
        font-size: 16px;
        font-weight: 400;
        color: #000000; }
        @media (max-width: 700px) {
          .section.card-section .cards .card .card-texts .card-subtitle {
            font-size: 14px; } }
      .section.card-section .cards .card .card-texts .card-link {
        display: inline-flex;
        align-items: center;
        fill: #9E3F37;
        color: #9E3F37;
        margin-top: 16px;
        transition: all 400ms ease-in-out;
        width: 118px; }
        .section.card-section .cards .card .card-texts .card-link:hover {
          fill: #61110a;
          color: #61110a; }
          .section.card-section .cards .card .card-texts .card-link:hover .icon {
            margin-left: 12px; }
            .section.card-section .cards .card .card-texts .card-link:hover .icon::before {
              width: 10px;
              height: 1.5px; }
        .section.card-section .cards .card .card-texts .card-link:active .icon {
          margin-left: 12px; }
          .section.card-section .cards .card .card-texts .card-link:active .icon::before {
            width: 12px;
            height: 0px; }
        .section.card-section .cards .card .card-texts .card-link .icon {
          display: flex;
          align-items: center;
          height: 16px;
          width: 16px;
          transition: all 200ms ease-in-out;
          position: relative; }
          .section.card-section .cards .card .card-texts .card-link .icon::before {
            content: "";
            position: absolute;
            left: -2px;
            width: 0;
            height: 0;
            background-color: #61110a;
            transition: all 200ms ease-in-out; }
      .section.card-section .cards .card .card-texts .icons {
        display: flex;
        align-items: center;
        justify-content: center;
        fill: #9E3F37;
        stroke: #9E3F37;
        width: 24px;
        height: 24px; }
        .section.card-section .cards .card .card-texts .icons.image-icons {
          width: 100%;
          height: 56px;
          justify-content: start;
          gap: 16px;
          margin-bottom: 20px; }
          .section.card-section .cards .card .card-texts .icons.image-icons .icon {
            width: 56px; }
        .section.card-section .cards .card .card-texts .icons .icon {
          width: 100%;
          height: 100%; }
.section.card-section .cards.cards-2 {
  margin: 0 !important;
  gap: 1rem;
  transform: none; }
  .section.card-section .cards.cards-2 .card.card-2 {
    background-color: transparent;
    box-shadow: none;
    padding: 12px !important;
    border: 1px dashed #E0DFE4; }
    .section.card-section .cards.cards-2 .card.card-2.border-2 {
      border: 1px dashed #BDAFF1; }
    .section.card-section .cards.cards-2 .card.card-2::before {
      content: "";
      width: 100%;
      max-width: 12px;
      height: 1px;
      position: absolute;
      left: -6px;
      top: 64px;
      background-color: #9E3F37;
      transform: rotate(90deg); }
    .section.card-section .cards.cards-2 .card.card-2::after {
      content: "";
      width: 100%;
      max-width: 12px;
      height: 1px;
      position: absolute;
      top: -1px;
      left: 54px;
      background-color: #9E3F37; }
    .section.card-section .cards.cards-2 .card.card-2 .card-texts {
      display: block; }
      .section.card-section .cards.cards-2 .card.card-2 .card-texts .card-title {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 8px; }
      .section.card-section .cards.cards-2 .card.card-2 .card-texts .card-subtitle {
        font-size: 14px;
        color: #333333; }
      .section.card-section .cards.cards-2 .card.card-2 .card-texts .icons {
        background-color: transparent; }

.section.empty-card-section .empty-cards-wrapper {
  width: 100%; }
  @media (max-width: 550px) {
    .section.empty-card-section .empty-cards-wrapper {
      display: flex;
      justify-content: center;
      gap: 20px; } }
  .section.empty-card-section .empty-cards-wrapper .empty-cards {
    height: 80px;
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px; }
    @media (max-width: 550px) {
      .section.empty-card-section .empty-cards-wrapper .empty-cards {
        flex-direction: column;
        height: 100%; } }
    .section.empty-card-section .empty-cards-wrapper .empty-cards .empty-card {
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 180px;
      height: 80px;
      padding: 32px;
      background-color: #FFFFFF;
      box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1); }
      .section.empty-card-section .empty-cards-wrapper .empty-cards .empty-card .empty-card-image {
        width: 100%; }

.social-icons-1 {
  display: flex;
  list-style: none;
  gap: 1rem; }
  .social-icons-1 .social-item {
    overflow: hidden;
    border-radius: 50%; }
  .social-icons-1 .social-item a {
    text-decoration: none;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border: 3px solid #FFFFFF;
    overflow: hidden;
    padding: 4px; }
  .social-icons-1 .social-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    z-index: 0;
    scale: 1 0;
    transform-origin: bottom;
    transition: scale 0.5s ease; }
  .social-icons-1 .social-item:hover a::before {
    scale: 1 1; }
  .social-icons-1 .social-icon {
    font-size: 2rem;
    color: #333333;
    transition: 0.5s ease;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem; }
  .social-icons-1 .social-item a:hover .social-icon {
    color: #FFFFFF;
    transform: rotateY(360deg); }
  .social-icons-1 .social-item.insta {
    --bg-color: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7); }
  .social-icons-1 .social-item.fb {
    --bg-color: #0077b5; }
  .social-icons-1 .social-item.twiter {
    --bg-color: #000; }
  .social-icons-1 .social-item.youtube {
    --bg-color: #ff0000; }
  .social-icons-1 .social-item.whatsapp {
    --bg-color: #25D366; }
  .social-icons-1 .social-item.telegram {
    --bg-color: #28A4E4; }

.testimonial-slider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%; }
  .testimonial-slider .testimonial-slider-wrapper {
    width: 100%;
    max-width: 550px; }
  .testimonial-slider .testimonial-slider-button {
    padding: 10px;
    border: 1px solid #9E3F37;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #9E3F37;
    transition: all .35s; }
    @media (max-width: 550px) {
      .testimonial-slider .testimonial-slider-button {
        padding: 5px; } }
    .testimonial-slider .testimonial-slider-button:hover {
      background-color: #9E3F37;
      fill: rgba(158, 63, 55, 0.1) !important; }
    .testimonial-slider .testimonial-slider-button:active {
      background-color: #9E3F37;
      fill: rgba(158, 63, 55, 0.1) !important; }
    .testimonial-slider .testimonial-slider-button .testimonial-slider-button-icon {
      width: 24px;
      height: 24px; }
  .testimonial-slider .testimonial-slider-content {
    width: 100%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 0 8px; }
    .testimonial-slider .testimonial-slider-content .testimonial-slider-content-avatar {
      width: 100%;
      max-width: 140px;
      height: 100%;
      max-height: 140px;
      border-radius: 100%; }
      .testimonial-slider .testimonial-slider-content .testimonial-slider-content-avatar .testimonial-slider-content-avatar-image {
        width: 100%;
        height: 100%;
        border-radius: 100%; }
    .testimonial-slider .testimonial-slider-content .testimonial-slider-content-detail .testimonial-slider-content-detail-title {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 4px; }
    .testimonial-slider .testimonial-slider-content .testimonial-slider-content-detail .testimonial-slider-content-detail-subtitle {
      font-size: 16px;
      font-weight: 400;
      color: #555555; }
      @media (max-width: 550px) {
        .testimonial-slider .testimonial-slider-content .testimonial-slider-content-detail .testimonial-slider-content-detail-subtitle {
          font-size: 12px; } }

.testimonial-slider-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 550px; }

.testimonial-slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out; }

.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box; }

.accordians {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 900px; }

.accordians .accordian {
  border-radius: 16px;
  background-color: rgba(158, 63, 55, 0.2);
  overflow: hidden; }

.accordians .accordian-button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background: none;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; }

.accordians .accordian-button .accordian-title-wrapper {
  line-height: 1;
  text-align: left; }

.accordians .accordian-button .accordian-title-wrapper .accordian-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif !important;
  color: #333333; }

.accordians .accordian-button .accordian-title-wrapper .accordian-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  margin-top: 8px; }

.accordians .accordian-button .accordian-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #9E3F37;
  color: #FFFFFF;
  fill: #FFFFFF;
  border-radius: 100%;
  font-size: 16px;
  transform: rotate(0deg);
  transition: transform 300ms ease-in; }

.accordians .accordian-body {
  height: 0px;
  overflow: hidden;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 0px;
  opacity: 0;
  transition: padding-bottom 300ms ease-in, opacity 300ms ease-in; }

.accordian-body-ul .accordian-body-li {
  margin-left: 1rem; }

.accordians .accordian.active .accordian-body {
  height: unset !important;
  padding-bottom: 32px;
  opacity: 1; }

.accordians .accordian.active .accordian-button .accordian-icon {
  transform: rotate(180deg); }

.accordian-body-text {
  color: #333333; }

.accordian-title {
  line-height: 1.2; }

#faqs .section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.contact-fixed-button {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); }
  .contact-fixed-button .contact-fixed-button-cta {
    fill: #25D366;
    transition: all 300ms; }
    .contact-fixed-button .contact-fixed-button-cta:hover {
      fill: #16B150; }
    .contact-fixed-button .contact-fixed-button-cta:active {
      fill: #16B150; }
    .contact-fixed-button .contact-fixed-button-cta .contact-fixed-button-icon {
      width: 32px;
      height: 32px;
      display: flex; }

.stats-1 {
  padding: 50px 0;
  display: flex;
  gap: 64px;
  justify-content: center;
  align-items: center;
  font-family: Poppins;
  width: 100%; }
  @media (max-width: 800px) {
    .stats-1 {
      gap: 32px; } }
  @media (max-width: 700px) {
    .stats-1 {
      gap: 16px; } }
  @media (max-width: 550px) {
    .stats-1 {
      flex-direction: column;
      gap: 32px; } }

.stats-1-list {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (max-width: 550px) {
    .stats-1-list {
      width: 100%; } }

.stats-1-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #9E3F37;
  line-height: 1;
  leading-trim: both;
  text-edge: cap; }
  @media (max-width: 960px) {
    .stats-1-title {
      font-size: 32px; } }
  @media (max-width: 800px) {
    .stats-1-title {
      font-size: 24px; } }

.stats-1-subtitle {
  font-weight: 600;
  color: #333333;
  line-height: 1.25; }

.stats-1-divider {
  width: 2px;
  height: 80px;
  background: linear-gradient(180deg, rgba(158, 63, 55, 0) 0%, rgba(158, 63, 55, 0.7) 50%, rgba(158, 63, 55, 0) 100%); }
  @media (max-width: 550px) {
    .stats-1-divider {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, rgba(158, 63, 55, 0) 0%, rgba(158, 63, 55, 0.7) 50%, rgba(158, 63, 55, 0) 100%); } }

.avatar-users-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px; }
  @media (max-width: 960px) {
    .avatar-users-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 550px) {
    .avatar-users-wrapper {
      grid-template-columns: repeat(1, 1fr); } }

.avatar-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 220px; }
  .avatar-user-img {
    width: 100%;
    height: 220px;
    position: relative;
    z-index: 9; }
    .avatar-user-img.shadow::after {
      content: "";
      width: 100%;
      max-width: 250px;
      height: 100%;
      border-radius: 100%;
      background-color: #231D1D;
      border: 2px solid rgba(255, 255, 255, 0.25);
      position: absolute;
      top: 8px;
      left: 8px;
      z-index: -1; }
    .avatar-user-img-poster {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 100%; }
  .avatar-user-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 16px;
    line-height: 1; }
  .avatar-user-subtitle {
    text-align: center;
    color: #000000; }

.square-variation .avatar-user {
  max-width: 100%;
  align-items: start; }
  .square-variation .avatar-user-img {
    height: 400px; }
    @media (max-width: 700px) {
      .square-variation .avatar-user-img {
        height: 300px; } }
    .square-variation .avatar-user-img-poster {
      border-radius: 12px; }
  .square-variation .avatar-user-title {
    margin-bottom: 4px; }
  .square-variation .avatar-user-subtitle {
    text-align: left;
    font-size: 14px;
    color: #333333; }

.photos {
  /*   display: grid;
    grid-template-columns: repeat(3, 3fr);
    grid-gap: 20px; */
  column-count: 3; }
  .photos .photos img {
    width: 100%;
    height: auto;
    filter: contrast(100%);
    transition: all 0.2s ease-in-out; }
  .photos .photos img:hover {
    filter: contrast(125%); }

.notification {
  width: 100%;
  background-color: #555555;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem 0;
  color: #FFFFFF;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem; }
  .notification .notification-icon {
    background-color: #D0D0D0;
    min-width: 1.5rem;
    min-height: 1.5rem;
    padding: 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .notification .notification-text {
    font-size: 14px; }
  .notification .notification-items {
    display: flex;
    gap: 12px;
    align-items: center; }
  .notification .checkmark-svg {
    width: 1rem;
    height: 1rem;
    display: flex;
    color: #FFFFFF; }
  .notification .close-svg {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    cursor: pointer; }
  .notification.is-danger {
    background-color: #FFC6CD;
    color: #DB1428; }
    .notification.is-danger .notification-icon {
      background-color: #FD6171; }
    .notification.is-danger .close-svg {
      color: #FD6171; }
  .notification.is-success {
    background-color: #E6FFEF;
    color: #20E368; }
    .notification.is-success .notification-icon {
      background-color: #20E368; }
    .notification.is-success .close-svg {
      color: #87FBB1; }
  .notification.is-info {
    background-color: rgba(158, 63, 55, 0.2);
    color: #3369FF; }
    .notification.is-info .notification-icon {
      background-color: #61110a; }
    .notification.is-info .close-svg {
      color: rgba(158, 63, 55, 0.1); }
  .notification.is-warning {
    background-color: #FFF2E1;
    color: #E1922B; }
    .notification.is-warning .notification-icon {
      background-color: #FFA735; }
    .notification.is-warning .close-svg {
      color: #FFC06E; }
  .notification.is-accent-01 {
    background-color: #ff00ff26;
    color: #a700a7; }

.form-error {
  font-size: 14px; }
  .form-error.is-danger {
    color: #DB1428; }
  .form-error.is-success {
    color: #0FB94D; }

.hero-section {
  min-height: 100vh;
  background-color: #22221A;
  position: relative; }

.hero-section .hero-section-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%; }

.hero-section .hero-section-texts {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
  max-width: 600px;
  flex: 1; }

.hero-title, .hero-subtitle {
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 2rem; }

.hero-title {
  font-size: 72px;
  font-weight: 700; }

.hero-subtitle {
  font-size: 2rem;
  font-weight: 400; }

.hero-section .hero-section-image {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden; }

.hero-section-image .hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  padding-top: 2rem; }

.hero-section-02 {
  min-height: 100vh;
  background-color: #22221A; }

.hero-section-02 .hero-section-wrapper {
  display: flex;
  flex-direction: column; }

.hero-section-02 .hero-section-texts {
  height: 100%;
  width: 100%;
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px; }

.hero-title, .hero-subtitle {
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 24px; }

.hero-title {
  font-size: 72px;
  font-weight: 700; }

.hero-subtitle {
  font-size: 32px;
  font-weight: 400; }

.hero-section-02 .hero-section-image {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden; }

.hero-section-image .hero-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  padding-top: 32px; }

.hero-section-03 {
  min-height: 100vh;
  background-color: #22221A; }

.hero-section-04 {
  min-height: 100vh;
  background-color: #22221A; }

.page-loader {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 999999999999999;
  display: none; }
  .page-loader.is-visible {
    display: block; }
  .page-loader-wrapper {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: loadingAnimation 2s linear, blurAnimation 0.8s linear; }
  .page-loader .page-loader-img {
    width: 100px; }
  .page-loader .page-loader-text {
    font-size: 64px;
    font-weight: 900; }
    @media (max-width: 700px) {
      .page-loader .page-loader-text {
        font-size: 42px; } }
  .page-loader .page-loader-nabh {
    width: 200px; }
    @media (max-width: 700px) {
      .page-loader .page-loader-nabh {
        width: 150px; } }

.hero-section-04 {
  background-color: transparent;
  background-position: center bottom;
  background-size: cover;
  display: flex;
  min-height: calc(100vh - 48px) !important; }
  @media (max-width: 700px) {
    .hero-section-04 {
      min-height: calc(80vh - 48px) !important; } }
  .hero-section-04 .gallery-slider {
    position: absolute;
    z-index: -1;
    height: calc(100vh - 48px) !important; }
    @media (max-width: 700px) {
      .hero-section-04 .gallery-slider {
        height: calc(80vh - 48px) !important; } }
  @media (max-width: 960px) {
    .hero-section-04 {
      min-height: 100%; } }
  .hero-section-04 .container {
    max-width: 100%; }
    .hero-section-04 .container .hero-section-wrapper {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .hero-section-04 .container .hero-section-wrapper .hero-section-texts {
        height: 100%;
        margin-left: 50px; }
        @media (max-width: 700px) {
          .hero-section-04 .container .hero-section-wrapper .hero-section-texts {
            margin: 0 20px 20px 20px; } }
        .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper {
          height: 100%;
          max-width: 900px;
          display: flex;
          flex-direction: column;
          justify-content: end; }
          @media (max-width: 700px) {
            .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper {
              display: none; } }
          @media (max-width: 550px) {
            .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper {
              gap: 24px; } }
          .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-title {
            font-size: 64px;
            font-weight: 700;
            margin-bottom: 12px;
            margin-top: 76px;
            text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
            @media (max-width: 960px) {
              .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-title {
                font-size: 48px; } }
            @media (max-width: 700px) {
              .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-title {
                font-size: 32px; } }
            @media (max-width: 550px) {
              .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-title {
                font-size: 28px;
                margin-bottom: 0; } }
          .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-subtitle {
            width: 100%;
            max-width: 650px;
            font-size: 20px;
            margin-bottom: 32px;
            text-shadow: 0 0 10px black; }
            @media (max-width: 960px) {
              .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-subtitle {
                font-size: 16px; } }
            @media (max-width: 550px) {
              .hero-section-04 .container .hero-section-wrapper .hero-section-texts .hero-section-texts-wrapper .hero-subtitle {
                margin-bottom: 0; } }

.section {
  padding: 50px 0;
  background-color: #FFFFFF; }
  @media (max-width: 550px) {
    .section {
      padding: 25px 0; } }
  .section .container {
    padding-left: 20px;
    padding-right: 20px; }
    .section .container .section-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      gap: 24px; }
      @media (max-width: 960px) {
        .section .container .section-wrapper {
          flex-direction: column; } }
      .section .container .section-wrapper .section-text {
        width: 50%; }
        @media (max-width: 960px) {
          .section .container .section-wrapper .section-text {
            width: 100%; } }
        .section .container .section-wrapper .section-text .section-text-wrapper {
          width: 100%;
          max-width: 600px; }
          .section .container .section-wrapper .section-text .section-text-wrapper .section-title {
            font-size: 46px;
            font-weight: 700;
            color: #9E3F37;
            line-height: 125%;
            position: relative;
            max-width: 526px; }
            .section .container .section-wrapper .section-text .section-text-wrapper .section-title .title-underline-particle {
              position: absolute;
              right: 180px;
              bottom: -26px; }
            @media (max-width: 960px) {
              .section .container .section-wrapper .section-text .section-text-wrapper .section-title {
                font-size: 32px; } }
            @media (max-width: 550px) {
              .section .container .section-wrapper .section-text .section-text-wrapper .section-title {
                font-size: 24px; } }
            .section .container .section-wrapper .section-text .section-text-wrapper .section-title.is-center {
              text-align: center; }
          .section .container .section-wrapper .section-text .section-text-wrapper .section-subtitle {
            font-size: 16px;
            margin-top: 16px;
            line-height: 150%;
            width: 100%;
            max-width: 500px;
            color: #333333; }
            @media (max-width: 960px) {
              .section .container .section-wrapper .section-text .section-text-wrapper .section-subtitle {
                font-size: 16px; } }
            @media (max-width: 550px) {
              .section .container .section-wrapper .section-text .section-text-wrapper .section-subtitle {
                font-size: 14px; } }
          .section .container .section-wrapper .section-text .section-text-wrapper .section-subtitle.ul {
            max-width: 600px; }
            .section .container .section-wrapper .section-text .section-text-wrapper .section-subtitle.ul .section-subtitle-list {
              margin-left: 16px;
              margin-bottom: 12px; }
          .section .container .section-wrapper .section-text .section-text-wrapper .section-cta {
            margin-top: 32px;
            display: flex;
            gap: 12px; }
            @media (max-width: 550px) {
              .section .container .section-wrapper .section-text .section-text-wrapper .section-cta {
                margin-top: 20px; } }
            .section .container .section-wrapper .section-text .section-text-wrapper .section-cta .section-cta-button {
              display: inline-flex;
              gap: 8px;
              font-size: 14px;
              font-weight: 600;
              color: #9E3F37; }
              .section .container .section-wrapper .section-text .section-text-wrapper .section-cta .section-cta-button:hover {
                gap: 12px;
                transition: all 300ms ease; }
              .section .container .section-wrapper .section-text .section-text-wrapper .section-cta .section-cta-button .section-cta-icon {
                display: inline-flex;
                align-items: center;
                fill: #9E3F37; }
                .section .container .section-wrapper .section-text .section-text-wrapper .section-cta .section-cta-button .section-cta-icon .section-cta-icon-svg {
                  width: 16px; }
      .section .container .section-wrapper .section-image {
        width: 50%; }
        @media (max-width: 960px) {
          .section .container .section-wrapper .section-image {
            margin: 0 auto;
            width: 100%; } }
        .section .container .section-wrapper .section-image .section-image-wrapper {
          display: flex;
          gap: 20px;
          height: 100%;
          position: relative;
          justify-content: end; }
          .section .container .section-wrapper .section-image .section-image-wrapper .section-image-poster-wrappper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 400px;
            height: 100%;
            position: relative;
            z-index: 2;
            border-radius: 16px;
            overflow: hidden; }
            .section .container .section-wrapper .section-image .section-image-wrapper .section-image-poster-wrappper .section-image-poster-image {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            @media (max-width: 960px) {
              .section .container .section-wrapper .section-image .section-image-wrapper .section-image-poster-wrappper {
                margin: 0 auto; } }

.flag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px; }
  .flag-icon-img {
    width: 2rem; }
    @media (max-width: 550px) {
      .flag-icon-img {
        width: 1rem; } }

.section.is-relative {
  position: relative;
  overflow: hidden; }
  .section.is-relative .circle-partical {
    position: absolute;
    background-color: rgba(158, 63, 55, 0.1);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 600px;
    border-radius: 100%;
    filter: blur(100px);
    top: -20%;
    left: -10%;
    z-index: 0; }

.section.is-white {
  background-color: #FFFFFF; }
  .section.is-white .is-relative .circle-partical {
    background: rgba(114, 87, 203, 0.2); }

.section.is-primary-2 {
  background-color: rgba(158, 63, 55, 0.2); }
  @media (max-width: 960px) {
    .section.is-primary-2 {
      padding: 48px 0; } }

.section.is-primary-3 {
  background-color: rgba(158, 63, 55, 0.1); }
  @media (max-width: 960px) {
    .section.is-primary-3 {
      padding: 48px 0; } }

.section.has-no-padding {
  padding: 0; }

.section.has-padding-bottom {
  padding: 0;
  padding-bottom: 48px; }

.service-texts-body {
  margin-bottom: 1.25rem; }
  .service-texts-body .service-texts-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: .5rem; }
  .service-texts-body .service-texts-subtitle {
    font-size: .875rem;
    font-weight: 500; }
  .service-texts-body .service-texts-ul .service-texts-li {
    margin-left: 1rem;
    margin-bottom: 4px; }

.section.service-section {
  height: 680px; }
  @media (max-width: 960px) {
    .section.service-section {
      height: auto; } }

.testimonial-section {
  position: relative;
  padding: 0 !important; }
  .testimonial-section .section-wrapper {
    padding: 50px 0;
    flex-direction: column;
    align-items: center; }

.section-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.semi-circle {
  position: absolute;
  left: -160px;
  top: 0;
  height: 200px;
  width: 200px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid rgba(158, 63, 55, 0.2);
  animation: travel0 5s alternate-reverse infinite; }

.google-logo {
  width: 100%;
  max-width: 250px; }
  .google-logo-img {
    width: 100%; }

.review-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 12px; }
  .review-stars-icon {
    width: 20px;
    color: #f7ce00; }

.noor-info-section-wrapper {
  padding: 0 50px 20px 50px; }
  @media (max-width: 700px) {
    .noor-info-section-wrapper {
      padding: 0 20px 20px 20px; } }

.noor-info-section {
  border-radius: 32px;
  padding: 32px 40px;
  background-color: rgba(158, 63, 55, 0.5);
  backdrop-filter: blur(32px);
  width: 100%;
  max-width: 1040px;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  cursor: grab; }
  .noor-info-section::-webkit-scrollbar {
    display: none; }
  .noor-info-section-container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px; }
    @media (max-width: 960px) {
      .noor-info-section-container {
        align-items: center;
        animation: jiggleX 1s forwards;
        animation-delay: 1s; } }
  @media (max-width: 700px) {
    .noor-info-section {
      border-radius: 16px;
      padding: 24px 20px; } }
  @media (max-width: 960px) {
    .noor-info-section-col {
      order: 2; } }
  .noor-info-section-col-title {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #D0D0D0; }
    .noor-info-section-col-title-icon {
      width: 20px;
      height: 20px; }
  .noor-info-section-col-time {
    border-radius: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(32px);
    color: #F0F0F0;
    font-weight: 600; }
    .noor-info-section-col-time .hour-text {
      color: #C0C0C0; }
  .noor-info-section-col-location {
    border-radius: 12px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(32px);
    font-weight: 600;
    line-height: 1.5;
    color: #F0F0F0;
    display: block; }
    @media (max-width: 960px) {
      .noor-info-section-col-location {
        font-size: 14px; } }

.bar {
  width: 166px;
  height: 1px;
  background-color: #AEAEAE;
  margin: 0 auto; }

.nabh-tag {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border-radius: 68px;
  position: relative;
  padding: 20px 40px 20px 90px;
  margin-left: 36px;
  min-width: 362px; }
  @media (max-width: 700px) {
    .nabh-tag {
      padding: 0;
      min-width: 70px; } }
  @media (max-width: 700px) {
    .nabh-tag-text {
      display: none; } }
  .nabh-tag-text-title {
    font-size: 28px;
    font-weight: 900;
    color: #FFFFFF; }
  .nabh-tag-text-subtitle {
    font-weight: 700;
    color: #000000; }
    .nabh-tag-text-subtitle .nabh {
      color: #0098DA; }

.nabh-tag-poster {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border-radius: 100%;
  padding: 4px 0;
  animation: travel2 .5s linear;
  animation-delay: 1s;
  transform-origin: top; }
  .nabh-tag-poster-img {
    width: 100%;
    height: 100%; }

.hospital-about-section .section-subtitle {
  max-width: 1000px !important; }
.hospital-about-section .readmore-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #9E3F37;
  font-weight: 600;
  border: none;
  padding: 0;
  margin-top: 12px;
  height: 20px;
  transition: all 400ms ease-in-out; }
  .hospital-about-section .readmore-btn:hover {
    fill: #61110a;
    color: #61110a; }
    .hospital-about-section .readmore-btn:hover .icon {
      margin-left: 12px; }
      .hospital-about-section .readmore-btn:hover .icon::before {
        width: 10px;
        height: 1.5px; }
  .hospital-about-section .readmore-btn:active .icon {
    margin-left: 12px; }
    .hospital-about-section .readmore-btn:active .icon::before {
      width: 12px;
      height: 0px; }
  .hospital-about-section .readmore-btn .icon {
    display: flex;
    align-items: center;
    height: 16px;
    width: 16px;
    transition: all 200ms ease-in-out;
    position: relative;
    color: #9E3F37;
    fill: #9E3F37; }
    .hospital-about-section .readmore-btn .icon::before {
      content: "";
      position: absolute;
      left: -2px;
      width: 0;
      height: 0;
      background-color: #61110a;
      transition: all 200ms ease-in-out; }

@keyframes travel0 {
  0% {
    top: -30%; }
  100% {
    top: 90%; } }
@keyframes travel1 {
  0% {
    width: 0;
    padding: 0; }
  100% {
    width: 100%;
    padding: 20px 40px 20px 94px; } }
@keyframes travel2 {
  0% {
    scale: 1.2; }
  50% {
    scale: 0.85; }
  100% {
    scale: 1; } }
@keyframes travel3 {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  100% {
    opacity: 1;
    visibility: visible;
    height: inherit; } }
@keyframes travel4 {
  0% {
    width: 0; }
  100% {
    width: inherit; } }
@keyframes travel5 {
  0% {
    top: -12.5px;
    left: -12.5px; }
  25% {
    top: calc(100% - 12.5px);
    left: -12.5px; }
  50% {
    top: calc(100% - 12.5px);
    left: calc(100% - 12.5px); }
  75% {
    top: -12.5px;
    left: calc(100% - 12.5px); }
  100% {
    top: -12.5px;
    left: -11px; } }
.section.about-section {
  background-color: rgba(158, 63, 55, 0.2); }
  @media (max-width: 700px) {
    .section.about-section .section-title {
      margin-top: 20px; } }
  .section.about-section .section-description {
    margin-top: 16px; }

.dr-about .section-image-poster-wrappper {
  overflow: visible !important;
  position: sticky !important;
  top: 0;
  max-height: 600px; }
  @media (max-width: 960px) {
    .dr-about .section-image-poster-wrappper {
      overflow: hidden !important; } }
  @media (max-width: 700px) {
    .dr-about .section-image-poster-wrappper {
      max-height: 400px; } }
  .dr-about .section-image-poster-wrappper .section-image-poster-image {
    border-radius: 16px !important; }

.service-row {
  width: 55%;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px; }
  @media (max-width: 960px) {
    .service-row {
      width: 100%; } }
  @media (max-width: 700px) {
    .service-row {
      padding: 20px; } }
  .service-row .bar {
    margin-top: 12px;
    background-color: #DDD !important; }
  .service-row-header-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 700px) {
      .service-row-header-title {
        font-size: 32px; } }
  .service-row-header .designation {
    font-size: 20px;
    margin-top: 4px;
    color: #555555; }
  .service-row-body {
    margin: 24px 0; }
    .service-row-body-info {
      padding: 16px;
      background-color: rgba(158, 63, 55, 0.1);
      border-radius: 12px; }
      .service-row-body-info.service-row-body-info-2 .service-row-body-text {
        background-color: #FFFFFF;
        padding: 12px;
        border-radius: 12px; }
    .service-row-body-text {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 12px 0; }
      @media (max-width: 550px) {
        .service-row-body-text {
          flex-direction: column;
          align-items: start;
          gap: 0; } }
      .service-row-body-text-title {
        font-size: 20px;
        font-weight: 600;
        min-width: 200px; }
  .service-row-footer {
    padding: 16px;
    background-color: rgba(158, 63, 55, 0.1);
    border-radius: 12px; }
    .service-row-footer-lists {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; }
      @media (max-width: 550px) {
        .service-row-footer-lists {
          grid-template-columns: repeat(1, 1fr); } }
    .service-row-footer-list {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #555555; }
      .service-row-footer-list-icon {
        max-width: 18px;
        height: 18px;
        color: #0FB94D;
        display: flex;
        align-items: center; }
      .service-row-footer-list-text {
        font-weight: 600;
        font-size: 14px; }

.bg-light-grey {
  background-color: #e9e9e9 !important; }

.bg-light-primary {
  background-color: rgba(158, 63, 55, 0.1) !important; }

@media (max-width: 960px) {
  .tab-order-2 {
    order: 2; } }
.contact-details {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px; }
  .contact-details .contact-detail .contact-detail-icon svg {
    height: 48px;
    width: 48px;
    fill: #555555; }
  .contact-details .contact-detail .contact-detail-heading {
    font-size: 24px;
    font-weight: 600;
    color: #555555; }
  @media (max-width: 400px) {
    .contact-details .contact-detail {
      display: flex;
      flex-direction: column;
      width: 100%; } }

.map {
  width: 100%;
  max-width: 900px;
  height: 500px;
  border-radius: 16px; }
  @media (max-width: 700px) {
    .map {
      height: 350px; } }

body {
  font-family: 'Poppins', 'sans-serif'; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-black {
  background-color: #000000 !important; }

.anchor-tag {
  color: blue;
  text-decoration: underline; }

.section-text-wrapper {
  position: relative; }
  .section-text-wrapper .grid-particle {
    position: absolute;
    top: -5%;
    left: -6%; }
    @media (max-width: 960px) {
      .section-text-wrapper .grid-particle {
        left: -3%;
        top: -2%; } }

.white-button {
  background-color: #FFFFFF !important;
  color: #9E3F37;
  border: 1px solid #9E3F37; }
  .white-button:hover {
    border: 1px solid transparent; }

.semi-bold {
  font-weight: 600; }

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

.text-yellow {
  color: #FEF751; }

.text-primary {
  color: #9E3F37; }

.text-white {
  color: #FFFFFF; }

.text-black {
  color: #000000; }

.is-relative {
  position: relative; }

.page-title {
  font-weight: 700;
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 32px;
  color: #9E3F37; }

.text-red {
  color: #FF3E51 !important; }

.has-padding-200 {
  padding: 200px 0; }
  @media (max-width: 550px) {
    .has-padding-200 {
      padding: 150px 0; } }

.width-full {
  width: 100% !important;
  max-width: 100% !important; }

.section-text-wrapper.is-center {
  margin: 0 auto; }

.section-in-center .section-wrapper {
  flex-direction: column; }
  .section-in-center .section-wrapper .section-text {
    width: 100% !important; }
    .section-in-center .section-wrapper .section-text .section-text-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 100% !important; }
      .section-in-center .section-wrapper .section-text .section-text-wrapper .section-title {
        text-align: center;
        max-width: 900px !important; }
      .section-in-center .section-wrapper .section-text .section-text-wrapper .section-subtitle {
        text-align: center;
        max-width: 900px !important; }
      @media (max-width: 700px) {
        .section-in-center .section-wrapper .section-text .section-text-wrapper {
          align-items: start; }
          .section-in-center .section-wrapper .section-text .section-text-wrapper .section-title, .section-in-center .section-wrapper .section-text .section-text-wrapper .section-subtitle {
            text-align: left; } }
  .section-in-center .section-wrapper .section-image {
    width: 100% !important; }

.team-avatars {
  border-radius: 16px;
  border: 1px solid #F0F0F0;
  background: #FFFFFF;
  width: 100%;
  max-width: 300px; }
  @media (max-width: 1200px) {
    .team-avatars {
      display: none; } }
  .team-avatars-img {
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .team-avatars-profiles {
    display: flex;
    gap: 12px;
    position: relative;
    height: 54px; }
    .team-avatars-profiles-poster {
      width: 106px; }
      .team-avatars-profiles-poster-img {
        width: 54px;
        height: 54px;
        flex-shrink: 0;
        border-radius: 40px;
        border: 1px solid #FFFFFF;
        position: absolute;
        top: 0;
        z-index: 3;
        object-fit: cover;
        object-position: center; }
        .team-avatars-profiles-poster-img.img-2 {
          left: 26px;
          z-index: 2; }
        .team-avatars-profiles-poster-img.img-3 {
          left: 52px;
          z-index: 1; }
    .team-avatars-profiles-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      font-weight: 600;
      line-height: 1;
      color: #649966; }
      .team-avatars-profiles-text-title {
        display: flex;
        align-items: center;
        gap: 6px; }
        .team-avatars-profiles-text-title-svg {
          width: 20px;
          height: 20px;
          margin-bottom: 3px; }

@media (max-width: 550px) {
  .hide-in-mobile {
    display: none; } }

.section.has-bg {
  background: linear-gradient(to right, rgba(158, 63, 55, 0.2) 25%, #FFFFFF 50%); }
  @media (max-width: 960px) {
    .section.has-bg {
      background: linear-gradient(to bottom, rgba(158, 63, 55, 0.2) 25%, #FFFFFF 50%); } }

@media (max-width: 960px) {
  .section.has-no-bg {
    background: none; } }

.section-text.has-padding {
  padding: 20px; }
  @media (max-width: 960px) {
    .section-text.has-padding {
      padding-left: 0;
      padding-right: 0; } }

.section.personal-loan-section .section-image {
  margin-top: 20px; }
  .section.personal-loan-section .section-image .section-image-poster-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 550px) {
      .section.personal-loan-section .section-image .section-image-poster-image {
        position: absolute;
        max-width: 80px;
        right: 0;
        bottom: -4px; } }
.section.personal-loan-section .section-subtitle {
  display: flex;
  align-items: center;
  gap: 8px; }
  .section.personal-loan-section .section-subtitle .section-subtitle-icon-circle {
    padding: 4px;
    border: 1px solid #9E3F37;
    border-radius: 100%;
    display: inline-flex; }
    .section.personal-loan-section .section-subtitle .section-subtitle-icon-circle .section-subtitle-icon {
      width: 12px;
      height: 12px;
      fill: #9E3F37; }

.section.eligibility-section .section-subtitle {
  max-width: 100% !important;
  display: block; }
  .section.eligibility-section .section-subtitle .section-subtitle-list {
    margin-left: 16px; }
.section.eligibility-section .section-description {
  font-size: 14px;
  margin-top: 32px;
  color: #555555; }

.gallery-slider-section {
  display: flex;
  padding: 0;
  height: calc(80vh - 80px); }
  @media (max-width: 960px) {
    .gallery-slider-section {
      height: 70vh; } }
  @media (max-width: 550px) {
    .gallery-slider-section {
      height: 50vh; } }

.gallery-slider {
  width: 100%;
  height: 100%; }
  .gallery-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery-section {
  width: 100vw;
  height: calc(100vh - 80px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.image-slider {
  display: flex;
  gap: 20px;
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0;
  overflow: hidden; }

.image-slider-item {
  width: 200px;
  min-width: 200px;
  height: 300px;
  list-style-type: none;
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s; }
  @media (max-width: 550px) {
    .image-slider-item {
      transform: translateY(0%) !important;
      height: 200px;
      min-width: 180px;
      width: 180px; } }
  .image-slider-item:nth-child(1), .image-slider-item:nth-child(2) {
    position: absolute;
    left: 0 !important;
    top: 0;
    min-width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    opacity: 1; }
  .image-slider-item:nth-child(3) {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 70%; }
    @media (max-width: 550px) {
      .image-slider-item:nth-child(3) {
        top: calc(100% - 220px); } }
  .image-slider-item:nth-child(4) {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: calc(70% + 220px); }
    @media (max-width: 550px) {
      .image-slider-item:nth-child(4) {
        left: calc(70% + 200px); } }
  .image-slider-item:nth-child(5) {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: calc(70% + 440px); }
  .image-slider-item:nth-child(6) {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: calc(70% + 660px);
    opacity: 0; }
  .image-slider-item:nth-child(7), .image-slider-item:nth-child(8), .image-slider-item:nth-child(9), .image-slider-item:nth-child(10), .image-slider-item:nth-child(11), .image-slider-item:nth-child(12), .image-slider-item:nth-child(13), .image-slider-item:nth-child(14), .image-slider-item:nth-child(15) {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: calc(70% + 660px);
    opacity: 0; }

.image-slider-content {
  width: min(30vw, 400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none; }
  .image-slider-content .image-slider-content-title {
    font-family: 'arial-black';
    text-transform: uppercase; }
  .image-slider-content .image-slider-content-description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem; }

.image-slider-item:nth-of-type(2) .image-slider-content {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards; }

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px)); }
  100% {
    opacity: 1;
    filter: blur(0); } }
.nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none; }
  @media (max-width: 550px) {
    .nav {
      bottom: .5rem; } }
  .nav .btn {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer; }
    .nav .btn:hover {
      background-color: rgba(255, 255, 255, 0.3); }

.marketing-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }
  @media (max-width: 800px) {
    .marketing-products {
      grid-template-columns: repeat(1, 1fr); } }
  @media (max-width: 700px) {
    .marketing-products {
      gap: 12px; } }
  .marketing-products .marketing-product-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    max-height: 700px; }
    @media (max-width: 800px) {
      .marketing-products .marketing-product-row {
        flex-direction: row; } }
    @media (max-width: 700px) {
      .marketing-products .marketing-product-row {
        gap: 12px; } }
    .marketing-products .marketing-product-row.first-row {
      grid-column: span 2; }
      @media (max-width: 800px) {
        .marketing-products .marketing-product-row.first-row {
          grid-column: span 1; } }
    .marketing-products .marketing-product-row .marketing-product-column {
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      width: 100%; }
      @media (max-width: 700px) {
        .marketing-products .marketing-product-row .marketing-product-column {
          border-radius: 16px; } }
      .marketing-products .marketing-product-row .marketing-product-column-banner {
        height: 100%;
        object-fit: cover;
        width: 100%;
        object-position: center;
        scale: 1;
        transition: all 200ms ease-in-out; }
        .marketing-products .marketing-product-row .marketing-product-column-banner:hover {
          scale: 1.25; }
        @media (max-width: 800px) {
          .marketing-products .marketing-product-row .marketing-product-column-banner {
            max-height: 500px;
            width: 100%; } }

.light-bg {
  background-color: rgba(151, 180, 234, 0.38); }

.section.thank-you-section {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh; }
  .section.thank-you-section .section-wrapper {
    width: 100%; }
  .section.thank-you-section .success-items {
    width: 100%;
    max-width: 1024px;
    background-color: #FFFFFF;
    padding: 100px 20px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px; }
  .section.thank-you-section .section-text {
    width: 100%; }
    .section.thank-you-section .section-text .section-text-wrapper {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px; }
    .section.thank-you-section .section-text .section-title {
      font-size: 44px;
      font-weight: 700;
      line-height: 1.25;
      color: #9E3F37;
      text-align: center; }
      @media (max-width: 1024px) {
        .section.thank-you-section .section-text .section-title {
          font-size: 42px; } }
      @media (max-width: 550px) {
        .section.thank-you-section .section-text .section-title {
          font-size: 32px; } }
    .section.thank-you-section .section-text .section-subtitle {
      width: 100%;
      max-width: 650px;
      font-size: 20px;
      line-height: 1.5;
      color: #9E3F37;
      text-align: center;
      margin-top: 0; }
      @media (max-width: 550px) {
        .section.thank-you-section .section-text .section-subtitle {
          font-size: 16px; } }
  .section.thank-you-section .success-image {
    width: 100%; }
    .section.thank-you-section .success-image .success-image-wrapper {
      display: flex;
      justify-content: center; }
      .section.thank-you-section .success-image .success-image-wrapper .success-image-poster {
        width: 100%;
        max-width: 250px; }

.bg-primary-light {
  background: rgba(158, 63, 55, 0.12); }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }

.logo-text {
  color: #333;
  font-weight: 600;
  font-size: 1rem; }

/*
body {
padding: 200px;
     background-color: #000000;
}
*/
.event-none {
  pointer-events: none; }

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

/*# sourceMappingURL=styles.css.map */
