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

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");

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

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

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

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

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

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

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

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

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-2{
  left: 0.5rem;
}

.left-3\/4{
  left: 75%;
}

.left-8{
  left: 2rem;
}

.right-0{
  right: 0px;
}

.right-10{
  right: 2.5rem;
}

.top-0{
  top: 0px;
}

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

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-5{
  top: 1.25rem;
}

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

.isolate{
  isolation: isolate;
}

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

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

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

.row-span-2{
  grid-row: span 2 / span 2;
}

.float-right{
  float: right;
}

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

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

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-14{
  width: 3.5rem;
  height: 3.5rem;
}

.size-16{
  width: 4rem;
  height: 4rem;
}

.size-20{
  width: 5rem;
  height: 5rem;
}

.size-24{
  width: 6rem;
  height: 6rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.size-72{
  width: 18rem;
  height: 18rem;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-2{
  height: 0.5rem;
}

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

.h-\[calc\(100svh-12\.5rem\)\]{
  height: calc(100svh - 12.5rem);
}

.h-full{
  height: 100%;
}

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

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-60{
  width: 15rem;
}

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

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

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

.w-full{
  width: 100%;
}

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

.min-w-52{
  min-width: 13rem;
}

.min-w-72{
  min-width: 18rem;
}

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

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

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

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

.max-w-96{
  max-width: 24rem;
}

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

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

.max-w-screen-2xl{
  max-width: 1536px;
}

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

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-sm{
  max-width: 24rem;
}

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

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

.shrink{
  flex-shrink: 1;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.animate-\[scale_1s_ease-in_infinite\]{
  animation: scale 1s ease-in infinite;
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

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

.justify-items-stretch{
  justify-items: stretch;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

.gap-y-6{
  row-gap: 1.5rem;
}

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

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

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

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-solid{
  border-style: solid;
}

.border-dashed{
  border-style: dashed;
}

.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

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

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

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

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

.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}

.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}

.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}

.bg-\[\#051F4E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(5 31 78 / var(--tw-bg-opacity));
}

.bg-\[\#132238\]{
  --tw-bg-opacity: 1;
  background-color: rgb(19 34 56 / var(--tw-bg-opacity));
}

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

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

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

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

.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6);
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}

.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}

.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}

.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}

.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

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

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

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

.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}

.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

.from-gray-800{
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200{
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500{
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500{
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue-700{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-gray-700{
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.to-red-800{
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.to-gray-800{
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.to-gray-500{
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-\[length\:100\%_130\%\]{
  background-size: 100% 130%;
}

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

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

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

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

.pl-2\.5{
  padding-left: 0.625rem;
}

.pl-4{
  padding-left: 1rem;
}

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

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

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

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

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

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

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

.font-\[\'Bangers\'\]{
  font-family: 'Bangers';
}

.font-\[\'Gelasio\'\]{
  font-family: 'Gelasio';
}

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

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

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

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

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

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

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

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

.font-black{
  font-weight: 900;
}

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

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

.font-normal{
  font-weight: 400;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-normal{
  line-height: 1.5;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.text-\[\#6B7280\]{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-\[\#ffb801\]{
  --tw-text-opacity: 1;
  color: rgb(255 184 1 / var(--tw-text-opacity));
}

.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}

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

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

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-teal-200{
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}

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

.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}

.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.text-zinc-300{
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-700{
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-800{
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

.line-through{
  text-decoration-line: line-through;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-85{
  opacity: 0.85;
}

.opacity-95{
  opacity: 0.95;
}

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

:root {
  --section-padding: 1.575rem;
  --clr-white: #ffffff;
  --clr-darkBlue: #00319e;
  --clr-text: #000;
  --clr-text-gray: #3a3a3a;
  --clr-text-gray2: #828282;
  --clr-orange: #fbae17;
  --clr-org-2: #c09d13;
  --clr-yel: #fff500;
  --clr-bluePrimary: #19468d;
  --clr-red: #e43c1b;
  --clr-blue-btn: #2488f6;
  --clr-green: #a3cb38;
  --clr-green-500: #00fb0a;
  --bg-color-transparent: rgba(255, 255, 255, 0.8);
  --bg-color: #fff;
  --bg-color-gray: #f3f6f8;
  --bg-color-sec: #e7f5ff;
  --clr-primary: #e43c1b;
  --fz-btn: clamp(1.125rem, 0.775rem + 1vw, 1.25rem);
  --fz-heading: clamp(1.5625rem, 2vw + 1rem, 1.875rem);
  --fz-subHeading: clamp(1rem, 1vw + 0.375rem, 1.125rem);
  --fz-secHeading: clamp(1.125rem, 0.5rem + 1.2vw, 1.25rem);
  --fz-text: clamp(1.0625rem, 0.9rem + 1.1vw, 1.25rem);
  --fz-family: "Noto Sans", sans-serif;
}

/* =========================================
      utilities
  ============================================================ */

.main .section {
  padding-block: var(--section-padding);
  position: relative;
}

.main .container {
  width: min(100%, 80rem);
  margin: 0 auto;
}

.main .w900 {
  max-width: 900px;
  margin-inline: auto;
}

.main .w800 {
  max-width: 800px;
  margin-inline: auto;
}

.main .w700 {
  max-width: 700px;
  margin-inline: auto;
}

.main .w500 {
  max-width: 500px;
  margin-inline: auto;
}

.main .km-sec-heading {
  font-size: var(--fz-secHeading);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.main .km-sub-heading {
  font-size: var(--fz-subHeading);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--clr-text-gray);
  position: relative;
  margin-bottom: 5px;
}

.main .km-sub-heading i {
  padding-left: 2px;
  transform: rotate(15deg) scale(120%) translateY(-2px);
}

.main .big-text {
  font-size: 1.5rem !important;
  padding-left: 10px;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--clr-text);
  line-height: 1.4;
}

.main .km-text {
  font-size: var(--fz-text);
  margin-bottom: 0.475em;
}

.main .strong,
.main strong {
  font-weight: 700;
}

.main .strong-500 {
  font-weight: 500;
}

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

.main .strike {
  position: relative;
  display: inline-block;
}

.main .strike:after {
  content: "";
  width: calc(100% + 5px);
  height: 1.7px;
  background-color: var(--clr-primary);
  border-radius: 100vw;
  position: absolute;
  bottom: calc(50% - 0px);
  left: 50%;
  transform: translate(-50%, 50%);
}

.main .underline {
  position: relative;
  display: inline-block;
}

.main .underline::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary);
  border-radius: 100vw;
  position: absolute;
  bottom: -1px;
  transform: translateY(-50%);
  left: 0;
  transition: 300ms;
}

.main .underline:hover:after,
.main .underline:active:after {
  width: 100%;
}

.main .support-icon {
  width: 40px;
}

.main .logo img {
  height: 50px;
}

.main .btn {
  display: inline-block;
  max-width: 420px;
  min-width: 150px;
  margin: 10px auto;
  padding: 0.475em 1.25em;
  cursor: pointer;
  background-color: var(--clr-primary);
  color: var(--clr-white);
  font-size: var(--fz-btn);
  border-radius: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  transition: 300ms;
}

.main .btn:hover,
.main .btn:active {
  transform: scale(0.99);
  opacity: 0.9;
}

.btn.btn-secondary {
  background-color: transparent;
  color: var(--clr-text-gray);
  font-size: 2rem;
  padding: 0.5rem;
  min-width: revert;
}

.main a:hover,
.main a:active {
  transform: scale(0.99);
}

.main .km-key-text {
  font-family: var(--fz-family);
  color: var(--clr-primary);
  text-transform: uppercase;
}

.main .km-link {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-blue-btn);
}

.main .km-link i {
  padding-right: 5px;
  font-size: 27px;
  transform: translateY(4px);
}

.main .box-shadow {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px;
}

.main ul .list-wrap {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.main ul div i {
  font-size: 30px;
  color: var(--clr-primary);
  /* margin-top: 5px; */
}

.main .divider .divider-item {
  margin-inline: auto;
  width: 150px;
  position: relative;
}

.main .divider-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
}

.main .box-with-border {
  padding: 0.875em;
  border: 2px solid #ffffff;
}

.main .video-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 16/9;
}

.main .video-wrap > #playerHeroVideo,
.main .video-wrap > #ytplayer,
.main .video-wrap > #playerVideoQuaTang1,
.main .video-wrap > #playerVideoQuaTang2,
.main .video-wrap > img {
  width: 100%;
}

#videoHeroThumbnail,
#videoQuaTangThumbnail1,
#videoQuaTangThumbnail2 {
  aspect-ratio: 16/9;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}

/*========================
      play icon
======================== */

.play-icon {
  display: block;
  color: white;
  font-size: 30px;
  background-color: rgba(228, 60, 27, 0.841);
  padding: 12px 24px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.play-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform-origin: center;
  animation: playbtnScale 2s linear infinite;
}

@keyframes playbtnScale {
  from {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.5);
  }

  to {
    opacity: 0;
    transform: scale(2);
  }
}

/* =========================================
    font size
============================================================ */

.main .small-text {
  font-size: 1rem;
}

.main .xs-text {
  font-size: clamp(0.8125rem, 1.5vw, 0.875rem);
}

/* =========================================
    text color
============================================================ */

.main .text-primary {
  color: var(--clr-primary);
  opacity: 1;
}

.main .text-gray {
  color: var(--clr-text-gray);
  opacity: 1;
}

.main .text-org {
  color: var(--clr-orange);
  opacity: 1;
}

.main .text-org-2 {
  color: var(--clr-org-2);
  opacity: 1;
}

.main .text-blue {
  color: var(--clr-darkBlue);
  opacity: 1;
}

.main .text-green {
  color: var(--clr-green);
  opacity: 1;
}

.main .text-green-2 {
  color: var(--clr-green-500);
  opacity: 1;
}

.main .text-red {
  color: var(--clr-red);
  opacity: 1;
}

.main .text-yel {
  color: var(--clr-yel);
  opacity: 1;
}

/* =========================================
      padding
  ============================================================ */

.main .pb0 {
  padding-bottom: 0px;
}

.main .pb5 {
  padding-bottom: 5px;
}

.main .pb10 {
  padding-bottom: 10px;
}

.main .pb20 {
  padding-bottom: 20px;
}

.main .pb30 {
  padding-bottom: 30px;
}

/* =========================================
      margin bottom
  ============================================================ */

.main .mb0 {
  margin-bottom: 0px;
}

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

.main .mb5 {
  margin-bottom: 5px;
}

.main .mb10 {
  margin-bottom: 10px;
}

.main .mb20 {
  margin-bottom: 20px;
}

.main .mb30 {
  margin-bottom: 30px;
}

/* =========================================
    header
============================================================ */

.main .km-header .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 20px;
}

.main .km-header .container:before,
.main .km-header .container:after {
  content: none;
}

.main .header__support {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.main .header__support img {
  max-width: 30px;
}

.main .km-header .logo img {
  height: 40px;
}

.main .header__support a {
  font-size: 1.125rem;
  line-height: 0.8;
}

.main .header__support p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 0.8;
}

/* =========================================
    showcase
============================================================ */

.main .after-registration:empty {
  display: none;
}

.main .showcase {
  background-image: url("/assets/img/background.jpg"),
		linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  background-size: cover;
  background-position: top left;
  background-blend-mode: overlay;
  color: #fff;
}

.main .container.showcase-main:before,
.main .container.showcase-main:after {
  content: none;
}

.main .showcase.section {
  padding-top: 1rem;
}

.main .showcase h3 {
  color: white;
  opacity: 0.9;
}

.main .showcase-content {
  margin-block: 2rem;
  padding-inline: 2rem;
  padding-block: 2rem;
  border: 2px solid white;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.main .hero-heading {
  font-size: clamp(36px, 3vw + 1px, 50px);
  margin-bottom: 3rem;
  margin-inline: auto;
  max-width: 800px;
  font-weight: 900;
}

.main .answer-item {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  font-size: 1.25rem;
}

.main .answer-item .number {
  width: 50px;
  height: 50px;
  border-radius: 100vw;
  color: white;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 25px;
  font-family: "Bangers", Courier, monospace;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .main .showcase-content {
    padding-inline: 0.5rem;
    padding-block: 2rem;
    align-items: flex-start;
  }

  .main .answer-item {
    align-items: flex-start;
  }
}

.main .showcase-content i {
  padding-right: 5px;
}

.main .km-text {
  margin-bottom: 0.7375em;
}

.main .showcase-content .km-text {
  opacity: 0.9;
}

.main .videos-box {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 30px);
  height: 100%;
  margin-inline: -15px;
}

.main .showcase-desc {
  grid-column: span 2;
  width: 100%;
  padding-top: 2rem;
}

.main .showcase-desc .sub-heading {
  font-size: 20px;
}

.main .showcase .km-text {
  margin-bottom: 0.5em;
}

.main .showcase-desc .course-icon {
  width: 150px;
  height: 150px;
  color: white;
  margin-inline: auto;
}

.main .showcase-content .why-icon {
  width: 70px;
  height: 70px;
  color: red;
  margin-inline: auto;
}

.main .showcase-content .why-icon img,
.main .showcase-desc .course-icon img {
  width: 100%;
}

.main .showcase-desc .hero-heading {
  margin-bottom: 1rem;
}

.main .showcase-desc ul .list-wrap .order-list-number {
  font-weight: 400;
  font-size: 17px;
  padding: 0.06em 0.45em;
  background-color: var(--clr-primary);
  border-radius: 100vw;
  position: relative;
  top: -4px;
}

.main .showcase-desc ul .list-wrap .order-list-number.no-background {
  all: revert;
  font-size: 45px;
  font-family: "Bangers", cursive;
  color: var(--clr-yel);
  line-height: 1;
}

.main .list-wrap .item-bullet {
  width: 25px;
  text-align: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.main .cta-wrap {
  display: grid;
  grid-template-columns: 50px 300px 50px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}

.main .cta-wrap .down-icon {
  color: #008fff;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}

@media (min-width: 768px) {
  .main .video-wrap {
    margin-inline: revert;
  }

  .main .showcase-desc {
    grid-column: span 2;
  }

  .main .showcase .showcase-main {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    align-items: center;
    justify-items: start;
    gap: 15px;
  }
}

/* =========================================
    testimonials swiper
============================================ */

.main .testimonial .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  position: relative;
}

.main .custom-swiper-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .swiper-button-next:after,
.main .swiper-button-prev:after {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--clr-blue-btn);
}

.main .swiper-pagination {
  --swiper-pagination-bullet-inactive-color: #333;
  position: revert;
  padding-inline: 8px;
  width: revert;
}

.main .swiper-button-next,
.main .swiper-button-prev {
  top: 14px;
  position: relative;
  left: revert;
  right: revert;
}

.main .swiper-slide h3 {
  font-size: 25px;
  font-weight: 700;
  color: var(--clr-white);
}

/* =========================================
    checkpoints
============================================ */

.main .gift__item-desc {
  border: 2px solid #939393;
  padding: 0.5em;
  border-radius: 100vw;
  display: inline-block;
}

/* =========================================
    checkpoints
============================================ */

.main .list-wrap img {
  width: 50px;
}

.main .checkpoints {
  --color: #5c0000;
}

.checkpoints .container ul {
  margin-left: -15px;
}

.main .checkpoints .list-wrap h3 {
  font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem);
  margin-bottom: 0px;
  margin-top: 4px;
  font-weight: 700;
  color: var(--clr-primary);
}

.main .checkpoints li:not(:last-child) {
  position: relative;
}

.main .checkpoints li:not(:last-child):after {
  content: "";
  width: 7px;
  height: calc(100% + 1px);
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0px;
}

/* =========================================
    course about
============================================================ */

.main .course {
  background-image: url("/assets/img/background-review.jpg"),
		linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-position: top left;
  background-blend-mode: overlay;
  color: #fff;
}

@media (min-width: 768px) {
  .main .course .course-wrapper {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 15px;
  }
}

.main .course .course-wrapper {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 15px;
}

.main .course .km-sec-heading {
  color: var(--clr-white);
}

.main .course__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 18px;
}

.main .course__info-item .km-text {
  margin-bottom: 0;
}

.main .course__info-item .strike:after {
  background-color: var(--clr-primary);
}

.main .course__info-item .course-free {
  font-size: var(--fz-heading);
  font-weight: 700;
}

.main .box {
  padding: 0.8em 2em;
  background-color: #ffffff4c;
  border-radius: 20px;
}

.main .course-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.main .course__gift .course__gift-icon {
  font-size: clamp(2rem, 2vw + 1rem, 4rem);
  margin-block: 0.5rem 1rem;
}

.main .course .pointer {
  font-size: 3rem;
  padding-top: 2rem;
}

.main .countdown-number {
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  min-width: 56px;
  display: inline-block;
}

/* =========================================
    form section
============================================ */

.main .form-wrapper {
  padding: 0.875em 0.875em 0;
  border: 2px solid var(--clr-primary);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.main input[type="text"],
.main input[type="email"],
.main .iti--allow-dropdown {
  background-color: transparent;
  width: min(100%, 400px);
  margin-bottom: 20px;
  display: block;
  margin-inline: auto;
  font-size: 18px;
  padding: 0.875em 2em;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 100vw;
}

.main input:-webkit-autofill,
.main input:-webkit-autofill:hover,
.main input:-webkit-autofill:focus,
.main input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.main .main .iti {
  width: min(100%, 400px);
  margin-inline: auto;
  padding: 0.875em 2em;
}

.main #phone {
  padding: 0 0 0 40px;
  background-color: transparent;
  width: 100%;
}

.main .iti__selected-flag {
  padding-left: 2em;
}

/* =========================================
    about section
============================================================ */

.main .about .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main .about-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.main .about-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.main .about-content .km-link i {
  color: red;
}

.main .about-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.main .about-info img {
  border-radius: 100vw;
  width: 200px;
  border: 5px solid var(--bg-color-gray);
}

/* =========================================
    after-registration
============================================================ */

.main .course-in-progess {
  background-color: rgba(0, 25, 252, 0.1);
}

.phone-number {
  position: relative;
  background-color: transparent;
  width: min(100%, 400px);
  margin-bottom: 20px;
  display: block;
  margin-inline: auto;
  font-size: 18px;
  padding: 0.875em 2em;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 100vw;
}

.phone-number.red {
  border: 1px solid red;
}

.phone-number .number-text {
  display: flex;
  flex-direction: row;
}

.phone-number .number-text .options-wrap .dropdown-menu {
  overflow: auto;
  max-height: 300px;
  min-width: 440%;
}

.phone-number .number-text .options-wrap .dropdown-toggle {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  font-size: 18px;
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: unset;
}

.phone-number .number-text .options-wrap .dropdown-toggle .fa-chevron-down {
  margin-right: 4px;
}

.phone-number .number-text .options-wrap .dropdown-menu .calling-code-item {
  display: flex;
  align-items: center;
  padding: 5px;
}

.phone-number .number-text .tel-number {
  border: 0;
  background: none;
  margin-left: 10px;
  font-size: 18px;
}

.phone-number .number-text .flag {
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 15px;
  margin-right: 3px;
  margin-left: 4px;
}

/* ====================
       thank you page
========================= */

.main .thank-you_page {
  background-image: url("/assets/img/background-review.jpg"),
		linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-size: cover;
  background-position: top left;
  background-blend-mode: overlay;
  color: #fff;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
}

.main .thank-you_page .container {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

/* ====================
       loading fail
========================= */

.main .loading-fail {
  padding: 50px 0;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.main .loading-animation {
  display: flex;
}

.main .loading-fail {
  display: flex;
}

.main .loading-fail .support-normal {
  font-size: 1.2rem;
  color: var(--color-red);
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 1rem 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* ====================
       modal
========================= */

.modal.in {
  display: flex !important;
}

.modal {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  width: min(100% - 1.25rem, 31.25rem);
}

.modal-body {
  background-color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
  flex-direction: column;
  padding: 2rem 0.875rem 0.8rem;
  border-radius: 10px;
  /* width: min(100% - 1.25rem, 31.25rem); */
  position: relative;
}

.modal-body .modal-image {
  width: min(60%, 150px);
  margin-bottom: 0.625rem;
}

.modal-body .float-right {
  position: absolute;
  right: 10px;
  top: -10px;
}

#modalConfirmDocumentLeave.modal {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}

#modalConfirmDocumentLeave.modal .text-org {
  color: var(--clr-orange);
  opacity: 1;
}

#modalConfirmDocumentLeave.modal.in {
  display: flex !important;
}

#modalConfirmDocumentLeave .modal-dialog {
  width: min(100% - 1.25rem, 31.25rem);
}

#modalConfirmDocumentLeave .modal-body {
  background-color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
  flex-direction: column;
  padding: 2rem 0.875rem 0.8rem;
  border-radius: 10px;
  /* width: min(100% - 1.25rem, 31.25rem); */
  position: relative;
}

#modalConfirmDocumentLeave .modal-body .float-right {
  position: absolute;
  right: 10px;
  top: -10px;
}

#modalConfirmDocumentLeave .modal-body .modal-image {
  width: min(60%, 150px);
  margin-bottom: 0.625rem;
  display: unset;
}

#modalConfirmDocumentLeave .modal-body .strong {
  font-weight: 700;
}

#modalConfirmDocumentLeave .modal-body .btn {
  display: inline-block;
  max-width: 420px;
  min-width: 150px;
  margin: 10px auto;
  padding: 0.475em 1.25em;
  cursor: pointer;
  background-color: var(--clr-primary);
  color: var(--clr-white);
  font-size: var(--fz-btn);
  border-radius: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  transition: 300ms;
}

#modalConfirmDocumentLeave .modal-body .btn-close {
  color: unset;
  background: unset;
  max-width: unset;
  min-width: unset;
  padding: 0;
  font-size: 30px;
}

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

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-blue-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.hover\:bg-lime-500\/90:hover{
  background-color: rgb(132 204 22 / 0.9);
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.hover\:bg-white\/80:hover{
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:text-red-500\/90:hover{
  color: rgb(239 68 68 / 0.9);
}

.hover\:text-white\/90:hover{
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-yellow-300\/90:hover{
  color: rgb(253 224 71 / 0.9);
}

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

.focus\:border-\[\#6A64F1\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(106 100 241 / var(--tw-border-opacity));
}

.focus\:shadow-md:focus{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }

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

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

@media (min-width: 768px){
  .md\:-left-10{
    left: -2.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }

  .md\:size-28{
    width: 7rem;
    height: 7rem;
  }

  .md\:size-20{
    width: 5rem;
    height: 5rem;
  }

  .md\:\!w-\[67\.5rem\]{
    width: 67.5rem !important;
  }

  .md\:w-20{
    width: 5rem;
  }

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

  .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .md\:\!-translate-x-1\/2{
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:\!-translate-y-1\/2{
    --tw-translate-y: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:\!scale-150{
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

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

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

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

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

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

  .md\:items-stretch{
    align-items: stretch;
  }

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

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

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .md\:leading-normal{
    line-height: 1.5;
  }

  .md\:leading-snug{
    line-height: 1.375;
  }

  .md\:leading-tight{
    line-height: 1.25;
  }
}

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

  .lg\:hidden{
    display: none;
  }
}
