@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset */
:root {
  --bradius: .375rem;
  --transform-skew-negative: skewX(-0.04turn);
  --transform-skew-positive: skewX(0.04turn);
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  font-family: 'Prompt', sans-serif;
}

body.loading {
  overflow-y: hidden !important;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

a {
  color: inherit;
  transition: opacity .25s, color .25s;
}

a,
a:hover {
  text-decoration: none;
}

a.link {
  text-decoration: underline;
}

img.img {
  display: block;
  width: 100%;
  height: auto;
}

img.img.sm {
  max-width: 34rem;
  margin: 0 auto;
}

.fit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-fill {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
input[type=number],
input[type=phone],
input[type=submit],
nput[type=file],
select,
textarea,
button {
  font-family: 'Prompt', sans-serif;
}

#search::-webkit-search-cancel-button {
  position: relative;
  right: 1.25rem;
  -webkit-appearance: none;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
  background: url('../images/icon/29.png');
}

html.topnav-dropdown-opened,
body.topnav-dropdown-opened,
html.global-search-opened,
body.global-search-opened {
  overflow-y: hidden !important;
}

@media screen and (max-width:1199.98px) {

  html.sidenav-opened,
  body.sidenav-opened {
    overflow-y: hidden !important;
  }
}


/* Section & Container */
.section-padding {
  padding: 4rem 0;
}

.section-padding-top {
  padding-top: 2rem !important;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1300px - 2rem);
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width:1600px) {
  .container {
    max-width: calc(1600px - 2rem);
  }
}

@media screen and (max-width:1299.98px) {
  .container {
    max-width: calc(1200px - 2rem);
  }
}

@media screen and (max-width:1199.98px) {
  .container {
    max-width: calc(992px - 2rem);
  }
}

@media screen and (max-width:991.98px) {
  .section-padding {
    padding: 3.5rem 0;
  }

  .section-padding-top {
    padding-top: 1.5rem !important;
  }

  .container {
    max-width: calc(768px - 2rem);
  }
}

@media screen and (max-width:767.98px) {
  .section-padding {
    padding: 3rem 0;
  }

  .section-padding-top {
    padding-top: .5rem !important;
  }

  .container {
    max-width: calc(578px - 2rem);
  }
}
.mobile-section{
  display: none;
}
@media screen and (max-width:575.98px) {
  .section-padding {
    padding: 2.5rem 0;
  }

  .section-padding-top {
    padding-top: .25rem !important;
  }

  .container {
    max-width: calc(100% - 2rem);
  }
  .mobile-section{
    display: contents;
    max-height: 35rem;
  }
  .laptop-section{
    display: none;
  }
  .mobile-section .container{
    bottom: -14.5rem;
    max-width: calc(100% - 2rem);
  }
  .mobile-section .top-banner{
    height: 60vh;
  }
  .mobile-section .top-banner__wrap{
    text-align: center;
  }
  .cover-bg-mobile {
    height: 35rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
}


/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
li,
label {
  margin: 0;
  font-weight: 300;
  line-height: 1.62;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 3.5rem;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 2.75rem;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 1.75rem;
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 1.25rem;
}

p.lg,
.p.lg,
li.lg,
label.lg {
  font-size: 1.0625rem;
}

p,
.p,
li,
label {
  font-size: 1rem;
}

p.sm,
.p.sm,
li.sm,
label.sm {
  font-size: .9375rem;
}

p.xs,
.p.xs,
li.xs,
label.xs {
  font-size: .875rem;
}

p.xxs,
.p.xxs,
li.xxs,
label.xxs {
  font-size: .8125rem;
}

@media screen and (max-width:1199.98px) {

  h1,
  .h1 {
    font-size: 3.625rem;
    line-height: 1.15;
  }

  h2,
  .h2 {
    font-size: 3rem;
  }

  h3,
  .h3 {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  h4,
  .h4 {
    font-size: 1.875rem;
    line-height: 1.4;
  }

  h5,
  .h5 {
    font-size: 1.625rem;
    line-height: 1.55;
  }
}

@media screen and (max-width:991.98px) {

  h1,
  .h1 {
    font-size: 3.25rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  h4,
  .h4 {
    font-size: 1.75rem;
    line-height: 1.45;
  }

  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 1.62;
  }
}

@media screen and (max-width:767.98px) {

  h1,
  .h1 {
    font-size: 2.875rem;
    line-height: 1.25;
  }

  h2,
  .h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 2rem;
    line-height: 1.35;
  }

  h4,
  .h4 {
    font-size: 1.625rem;
    line-height: 1.5;
  }

  h5,
  .h5 {
    font-size: 1.375rem;
    line-height: 1.62;
  }
}

@media screen and (max-width:575.98px) {

  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  h2,
  .h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  p.lg,
  .p.lg,
  li.lg,
  label.lg {
    font-size: 1rem;
  }
}

/* Animation */
.animate-left-slide {
  animation: textSlide 2s linear infinite;
}

@keyframes textSlide {
  0% {
    transform: translateX(50vw);
  }

  100% {
    transform: translateX(0vw);
  }
}

.icon-title-slide-up {
  animation: slideTop 1s linear 1s;
}

@keyframes slideTop {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0) !important;
  }
}

/* Buttons */
.btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -.25rem -.125rem 0 -.125rem;
  width: calc(100% + .25rem);
}

.btns>.btn {
  margin: .25rem .125rem 0 .125rem;
}

.btn.btn-action {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  outline: none;
  box-shadow: none;
  white-space: nowrap;
  border: .125rem solid transparent;
  padding: .375rem 1.25rem .375rem 1.25rem;
  text-decoration: none;
  border-radius: .375rem;
  min-width: 10rem;
  text-align: center;
  cursor: pointer;
  border: .125rem solid transparent;
  transition: all .25s;
}

.btn.btn-skew {
  position: relative;
  display: flex;
  align-items: center;
}

.btn.btn-skew .icon,
.btn.btn-skew .text {
  position: relative;
  z-index: 2;
}

.btn.btn-skew::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  transform: skew(-33deg);
  border: 1px solid transparent;
  z-index: 0;
}

.btn.btn-skew::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1;
  box-sizing: border-box;
  transition: width .75s;
  transform: skew(-33deg);
}

.btn.btn-skew:hover::after {
  left: 0;
  right: unset;
  width: 100%;
}

.btn.btn-skew>.icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-skew>.icon svg {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: 1.3125rem;
}

.btn.btn-contact {
  display: inline-block;
  padding: .5rem 1.5rem;
  transform: var(--transform-skew-negative);
}

.c-pointer,
.cursor-pointer {
  cursor: pointer !important;
}

.width-auto,
.w-auto {
  width: auto !important;
}

.width-full,
.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

.height-auto,
.h-auto {
  height: auto !important;
}

.height-full,
.h-full {
  height: 100% !important;
  max-height: 100% !important;
}

@media screen and (max-width:767.98px) {

  .width-full-sm,
  .w-full-sm {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Hamburger */
.hamburger {
  cursor: pointer;
}

.hamburger>* {
  position: relative;
  width: 1.625rem;
  height: .125rem;
  transform: translateX(.375rem);
  transition: all .45s;
}

.hamburger>*:nth-child(2) {
  margin: .4375rem 0;
  width: 2rem;
  transform: none;
}

.hamburger.active>*:nth-child(1) {
  width: 2rem;
  -webkit-transform: rotate(-45deg)translate(-.4rem, .4rem);
  transform: rotate(-45deg)translate(-.4rem, .4rem);
}

.hamburger.active>*:nth-child(2) {
  opacity: 0;
  transform: translateX(2rem);
}

.hamburger.active>*:nth-child(3) {
  width: 2rem;
  -webkit-transform: rotate(45deg)translate(-.4rem, -.4rem);
  transform: rotate(45deg)translate(-.4rem, -.4rem);
}


html.topnav-dropdown-opened,
body.topnav-dropdown-opened,
html.global-search-opened,
body.global-search-opened {
  overflow-y: hidden !important;
}

@media screen and (max-width:1299.98px) {

  html.sidenav-opened,
  body.sidenav-opened {
    overflow-y: hidden !important;
  }
}


/* Special Box */
.ss-box {
  display: block;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}

.ss-box.m-unset {
  margin: unset;
}

.ss-box.md {
  max-width: 34rem;
}

.ss-box.lg {
  max-width: 38rem;
}

.ss-box.xl {
  max-width: 44rem;
}

.ss-box.xxl {
  max-width: 50rem;
}


/* Special Card */
.ss-card {
  display: block;
  width: 100%;
}

.ss-card .text-container .title,
.ss-card .text-container .desc {
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: color .25s;
}


.ss-card:hover .ss-img>.img-bg,
.ss-img:hover>.img-bg {
  transform: scale(1.1);
}

.ss-img.no-hover>.img-bg,
.ss-card .ss-img.no-hover>.img-bg {
  transform: none !important;
}

.ss-img .hover-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 solid transparent;
  transition: opacity .25s, border .25s;
}

.ss-img .hover-container>* {
  opacity: 0;
  transform: translateY(-10rem);
  transition: opacity .45s, transform .45s;
}

.ss-img .hover-container .icon {
  display: block;
  width: 3rem;
}

.ss-img .hover-container .icon.sm {
  width: 3rem;
}

.ss-img .hover-container .icon.xs {
  width: 2.25rem;
}

.ss-img .hover-container .icon>img {
  display: block;
  width: 100%;
  height: auto;
}


/* Special Image */
.ss-img {
  display: block;
  position: relative;
  width: 100%;
  padding: 60% 0 0 0;
  overflow: hidden;
}

.ss-img.horizontal {
  padding: 45% 0 0 0;
}

.ss-img.horizontal-02 {
  padding: 35% 0 0 0;
}

.ss-img.vertical {
  padding: 140% 0 0 0;
}

.ss-img.vertical-02 {
  padding: 100% 0 0 0;
}

.ss-img.square {
  padding: 100% 0 0 0;
}

.ss-img>.img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: transform .25s, filter .25s;
}

/* Special Card 01 */
.ss-card-01 {
  position: relative;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 25% 0%);
}

.ss-card-01 .ss-img>.img-bg {
  background-position: left !important;
}


/* Special Card 02 */
.ss-card-02 {
  position: relative;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 17% 0%);
}

.ss-card-02 .ss-img>.img-bg {
  background-position: top !important;
}


/* Special Card 03 */
.ss-card-03 {
  position: absolute;
  top: -3rem;
  right: calc(50% - 15rem);
  width: 100%;
  max-width: 15rem;
  z-index: 1;
  transform: var(--transform-skew-negative);
  overflow: hidden;
}

.ss-card-03:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ss-card-03 .ss-img {
  transform: var(--transform-skew-positive);
  margin-left: -3rem;
  width: calc(100% + 8rem);
}

.ss-card-03 .img-bg {
  background-position: left;
}

@media screen and (max-width:1199.98px) {
  .ss-card-03 {
    max-width: 13rem;
  }

  .ss-card-03 .ss-img.vertical {
    padding: 130% 0 0 0;
  }
}

@media screen and (max-width:991.98px) {
  .ss-card-03 {
    max-width: 12rem;
    top: -2rem;
  }

  .ss-card-03 .ss-img.vertical {
    padding: 125% 0 0 0;
  }
}

@media screen and (max-width:414.98px) {
  .ss-card-03 {
    top: -1rem;
  }
}


/* Special List */
.ss-list,
.ss-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ss-list>li {
  position: relative;
  padding: .1875rem 0 .1875rem 1rem;
}

.ss-list ul>li {
  padding: .1875rem 0;
}

.ss-list>li::before {
  content: '';
  position: absolute;
  top: .625rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
}

.ss-list ul>li::before {
  display: none;
}


/* Special Separation 01 */
.ss-sep-01 {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: .875rem 0;
}

.ss-sep-01>* {
  position: relative;
  padding: 0 1rem;
}

.ss-sep-01>*::before,
.ss-sep-01>*::after {
  content: '';
  position: absolute;
  top: calc(50% - .0625rem);
  width: 100vw;
  height: .1875rem;
}

.ss-sep-01>*::before {
  right: 100%;
}

.ss-sep-01>*::after {
  left: 100%;
}

.ss-sep-01.style-02>* {
  position: relative;
  padding: 0 2rem;
}

.ss-sep-01.size-02>*::before,
.ss-sep-01.size-02>*::after {
  width: 10vw;
}

@media screen and (max-width:575.98px) {
  .ss-sep-01 {
    margin: .5rem 0;
  }
}


/* Special Tags */
.ss-tags {
  position: relative;
  display: block;
  overflow: hidden;
}

.ss-tags>.tag {
  font-size: .8125rem;
  font-weight: 300;
  padding: .3125rem .875rem .25rem .875rem;
}


/* Special Text Wrapper */
.ss-text-wrapper {
  display: block;
  width: 100%;
  max-width: 52rem;
}

.ss-text-wrapper.lg {
  max-width: 62rem;
}

.ss-text-wrapper.md {
  max-width: 57.4375rem;
}

.ss-text-wrapper.sm {
  max-width: 38rem;
}

.ss-text-wrapper.sm.m-auto {
  max-width: 38rem;
  margin: 0 auto;
}

.ss-text-wrapper.xs {
  max-width: 34rem;
}


/* Special Title */
.ss-title {
  display: flex;
  align-items: center;
}

.ss-title>.icon {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
}

.ss-title>.icon img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  max-height: auto;
}


/* Utility */
.text-5xl {
  font-size: 380% !important;
  line-height: .25;
}

.text-4xl {
  font-size: 300% !important;
  line-height: .25;
}

.text-3xl {
  font-size: 240% !important;
  line-height: .25;
}

.text-2xl {
  font-size: 150% !important;
  line-height: .25;
}

.text-xl {
  font-size: 128% !important;
}

.text-lg {
  font-size: 114% !important;
}

.text-md {
  font-size: 110% !important;
}

.text-nm {
  font-size: 100% !important;
}

.text-sm {
  font-size: 90% !important;
}

.text-xs {
  font-size: 80% !important;
}

.text-2xs {
  font-size: 70% !important;
}

.text-3xs {
  font-size: 60% !important;
}


.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-shadow {
  text-shadow: 4px 4px 5px rgba(17, 1, 0, .34)
}

.text-upper {
  text-transform: uppercase;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.lh-xl {
  line-height: 2.00;
}

.lh-lg {
  line-height: 1.90;
}

.lh-nm {
  line-height: 1.60;
}

.lh-sm {
  line-height: 1.40;
}

.lh-xs {
  line-height: 1.20;
}

.lh-2xs {
  line-height: 1.00;
}

.lh-3xs {
  line-height: .80;
}


.letter-spacing-01 {
  letter-spacing: 12px;
}

.letter-spacing-02 {
  letter-spacing: 3px;
}

.letter-spacing-03 {
  letter-spacing: 5px;
}

.letter-spacing-04 {
  letter-spacing: 2px;
}


.pos-static {
  position: static !important;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}


.op-100 {
  opacity: 1 !important;
}

.op-0 {
  opacity: 0 !important;
}

.op-10 {
  opacity: .1 !important;
}

.op-20 {
  opacity: .2 !important;
}

.op-30 {
  opacity: .3 !important;
}

.op-40 {
  opacity: .4 !important;
}

.op-50 {
  opacity: .5 !important;
}

.op-60 {
  opacity: .6 !important;
}

.op-70 {
  opacity: .7 !important;
}

.op-80 {
  opacity: .8 !important;
}

.op-90 {
  opacity: .9 !important;
}


.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}


.jc-start {
  justify-content: flex-start !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-end {
  justify-content: flex-end !important;
}

.jc-space-between {
  justify-content: space-between !important;
}

.jc-space-evenly {
  justify-content: space-evenly !important;
}

.ai-center {
  align-items: center !important;
}

.ai-start {
  align-items: flex-start !important;
}

.ai-end {
  align-items: flex-end !important;
}

.ai-unset {
  align-items: unset !important;
}

.fw-wrap {
  flex-wrap: wrap !important;
}

.fw-unset {
  flex-wrap: unset !important;
}

.flex-column {
  flex-direction: column !important;
}


@media screen and (max-width:1299.98px) {
  .xl-no-br>br {
    display: none;
  }
}

@media screen and (max-width:1199.98px) {
  .lg-no-br>br {
    display: none;
  }
}

@media screen and (max-width:991.98px) {
  .md-no-br>br {
    display: none;
  }
}

@media screen and (max-width:767.98px) {
  .sm-no-br>br {
    display: none;
  }
}

@media screen and (max-width:575.98px) {
  .xs-no-br>br {
    display: none;
  }

  .xs-hide {
    display: none;
  }
}


/* Spacing */
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: .75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

.pt-3 {
  padding-top: .75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  margin-top: 1.75rem !important;
}

.pt-8 {
  margin-top: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: .25rem !important;
}

.pr-2 {
  padding-right: .5rem !important;
}

.pr-3 {
  padding-right: .75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.pb-3 {
  padding-bottom: .75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: .25rem !important;
}

.pl-2 {
  padding-left: .5rem !important;
}

.pl-3 {
  padding-left: .75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

@media screen and (max-width:991.98px) {
  .pl-unset-md {
    padding-left: 0 !important;
  }
}

@media screen and (max-width:767.98px) {
  .pl-unset-sm {
    padding-left: 0 !important;
  }
}

@media screen and (max-width:575.98px) {
  .pl-unset-xs {
    padding-left: 0 !important;
  }

  .pr-unset-xs {
    padding-right: 0 !important;
  }
}


.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: .75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: .75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mr-3 {
  margin-right: .75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: .75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.ml-3 {
  margin-left: .75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

@media screen and (max-width:1299.98px) {
  .mt-unset-lg {
    margin-top: 1rem !important;
  }
}

@media screen and (max-width:991.98px) {
  .mt-0-md {
    margin-top: 0 !important;
  }

  .mt-6-md {
    margin-top: 1.5 !important;
  }

  .pt-6-md {
    padding-top: 1.5 !important;
  }

  .box-social {
    display: none !important;
  }
}

@media screen and (max-width:767.98px) {
  .mt-6-sm {
    margin-top: 1.5rem !important;
  }

  .mt-0-sm {
    margin-top: 0 !important;
  }

  .pt-0-sm {
    padding-top: 0 !important;
  }

  .box-social {
    display: none;
  }
}

@media screen and (max-width:575.98px) {
  .mt-6-xs {
    margin-top: 1.5rem !important;
  }

  .mt-4-xs {
    margin-top: 1rem !important;
  }

  .box-social {
    display: none;
  }

  .flex-wrap {
    flex-wrap: nowrap;
  }
}

.hidden {
  display: none !important;
}

.flex {
  display: flex;
  gap: .75rem;
}

.box-social {
  width: 132px;
}

#why-florida {
  scroll-margin-top: 80px;
  /* Adjust this value based on your header height */
}

#worldwide-achievement {
  scroll-margin-top: 80px;
  /* Adjust this value based on your header height */
}