/* #### TYPOGRAPHY VARIABLES #### */
/* Z-Index For Dropdown Menus */
/* Z-Index For Fixed Top Bar */
/* Z-Index For Hover Tooltips */
/* Z-Index For Alert Messages */
/* Z-Index For Modal Popups */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.ease-in-quad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.ease-in-cubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ease-in-quart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.ease-in-quint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.ease-in-sine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.ease-in-expo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.ease-in-circ {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.ease-in-back {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.ease-out-quad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ease-out-cubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ease-out-quart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ease-out-quint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.ease-out-sine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ease-out-expo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.ease-out-circ {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.ease-out-back {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ease-in-out-quad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ease-in-out-cubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ease-in-out-quart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.ease-in-out-quint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.ease-in-out-sine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

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

.ease-in-out-circ {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.ease-in-out-back {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ##### FONT IMPORTS ##### */
/* ##### FLEXBOX TOOLKIT ##### */
/* Flexbox Layouts */
/* #### LIST #### */
/**
 * Clearfix
 * Usage:
   @include clearfix;
 */
/**
 * Overlay
 * Usage
   @include overlay();
 */
/**
 * Pseudo elements after / before
 * Usage
   @include pseudo;
 */
/**
 * Set max width for an element and make it centered
 * Usage
   @include max-width(600px);
 */
.text-blue {
  color: #2975e7 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-delft-blue {
  color: #1d3363 !important;
}

.text-uranian-blue {
  color: #c0e0fd !important;
}

.text-theme {
  color: #1d3363 !important;
}

.text-theme-light {
  color: #c0e0fd !important;
}

.text-alice-blue {
  color: #eff7ff !important;
}

.text-alice-blue2 {
  color: #dcedfd !important;
}

.text-davy-gray {
  color: #5d5d5d !important;
}

.text-argentinian-blue {
  color: #63b1f7 !important;
}

.text-seasalt {
  color: #f6f6f6 !important;
}

.text-onyx {
  color: #454545 !important;
}

.text-gray {
  color: #808080 !important;
}

.text-eerie-black {
  color: #262626 !important;
}

.text-orange {
  color: rgba(255, 165, 0, 0.1) !important;
}

.text-cadet-gray {
  color: #94a3b8 !important;
}

.text-battleship-gray {
  color: #888 !important;
}

.text-gray-100 {
  color: #f7f7f7 !important;
}

.text-gray-200 {
  color: #e0e0e0 !important;
}

.text-gray-300 {
  color: #dee2e7 !important;
}

.text-gray-400 {
  color: #bdc4cd !important;
}

.text-gray-500 {
  color: #8b96a5 !important;
}

.text-gray-600 {
  color: #505050 !important;
}

.text-gray-800 {
  color: #808080 !important;
}

.text-timberwolf {
  color: #d1d1d1 !important;
}

.text-bittersweet {
  color: #ff5c57 !important;
}

.text-platinum {
  color: #e7e7e7 !important;
}

.text-platinum2 {
  color: #d9d9d9 !important;
}

.text-marian-blue {
  color: #204488 !important;
}

.text-sapphire {
  color: #214eac !important;
}

.text-ivory {
  color: #fffcea !important;
}

.text-fulvous {
  color: #e27c00 !important;
}

.text-brown {
  color: #984208 !important;
}

.text-mint {
  color: #49b38d !important;
}

.text-seagreen {
  color: #008656 !important;
}

.text-lavender-blush {
  color: #fff0f0 !important;
}

.bg-blue {
  background-color: #2975e7 !important;
}

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

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

.bg-delft-blue {
  background-color: #1d3363 !important;
}

.bg-uranian-blue {
  background-color: #c0e0fd !important;
}

.bg-theme {
  background-color: #1d3363 !important;
}

.bg-theme-light {
  background-color: #c0e0fd !important;
}

.bg-alice-blue {
  background-color: #eff7ff !important;
}

.bg-alice-blue2 {
  background-color: #dcedfd !important;
}

.bg-davy-gray {
  background-color: #5d5d5d !important;
}

.bg-argentinian-blue {
  background-color: #63b1f7 !important;
}

.bg-seasalt {
  background-color: #f6f6f6 !important;
}

.bg-onyx {
  background-color: #454545 !important;
}

.bg-gray {
  background-color: #808080 !important;
}

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

.bg-orange {
  background-color: rgba(255, 165, 0, 0.1) !important;
}

.bg-cadet-gray {
  background-color: #94a3b8 !important;
}

.bg-battleship-gray {
  background-color: #888 !important;
}

.bg-gray-100 {
  background-color: #f7f7f7 !important;
}

.bg-gray-200 {
  background-color: #e0e0e0 !important;
}

.bg-gray-300 {
  background-color: #dee2e7 !important;
}

.bg-gray-400 {
  background-color: #bdc4cd !important;
}

.bg-gray-500 {
  background-color: #8b96a5 !important;
}

.bg-gray-600 {
  background-color: #505050 !important;
}

.bg-gray-800 {
  background-color: #808080 !important;
}

.bg-timberwolf {
  background-color: #d1d1d1 !important;
}

.bg-bittersweet {
  background-color: #ff5c57 !important;
}

.bg-platinum {
  background-color: #e7e7e7 !important;
}

.bg-platinum2 {
  background-color: #d9d9d9 !important;
}

.bg-marian-blue {
  background-color: #204488 !important;
}

.bg-sapphire {
  background-color: #214eac !important;
}

.bg-ivory {
  background-color: #fffcea !important;
}

.bg-fulvous {
  background-color: #e27c00 !important;
}

.bg-brown {
  background-color: #984208 !important;
}

.bg-mint {
  background-color: #49b38d !important;
}

.bg-seagreen {
  background-color: #008656 !important;
}

.bg-lavender-blush {
  background-color: #fff0f0 !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

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

.font-extrabold {
  font-weight: 800 !important;
}

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

.opacity-0 {
  opacity: 0.0;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.50;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.70;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

/* CURSOR */
.cursor-pointer {
  cursor: pointer;
}

/* SMOOTH FADING */
.fade-on-hover:hover {
  opacity: 0.9;
  transition: all ease-in-out 300ms;
}

/* REMOVE TRANSITION & ANIMATINO ON WINDOW RESIZE */
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

/* OVERFLOW UTILS */
.overflow-auto {
  overflow: auto;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.overflow-clip {
  overflow: clip;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

/* MAX & MIN WIDTH/HEIGHT UTILS */
.max-w-0 {
  max-width: 0 !important;
}

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

.max-w-100vh {
  max-width: 100vh !important;
}

.max-h-0 {
  max-height: 0 !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.max-h-100vh {
  max-height: 100vh !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-w-100 {
  min-width: 100% !important;
}

.min-w-100vh {
  min-width: 100vh !important;
}

.min-h-0 {
  min-height: 0 !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.min-h-100vh {
  min-height: 100vh !important;
}

/* TRANSITION UTILS */
.default-transition {
  transition: all ease-in-out 300ms;
}

/* CURSOR UTILS */
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-none {
  cursor: none !important;
}

/* RESIZE UTILS */
.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
}

.resize-horizontal {
  resize: horizontal;
}

.resize-both {
  resize: both;
}

/* OBJECT FITTING */
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: str-replace(bottom, "-", " ");
     object-position: str-replace(bottom, "-", " ");
}

.object-center {
  -o-object-position: str-replace(center, "-", " ");
     object-position: str-replace(center, "-", " ");
}

.object-left {
  -o-object-position: str-replace(left, "-", " ");
     object-position: str-replace(left, "-", " ");
}

.object-left-bottom {
  -o-object-position: str-replace(left-bottom, "-", " ");
     object-position: str-replace(left-bottom, "-", " ");
}

.object-left-top {
  -o-object-position: str-replace(left-top, "-", " ");
     object-position: str-replace(left-top, "-", " ");
}

.object-right {
  -o-object-position: str-replace(right, "-", " ");
     object-position: str-replace(right, "-", " ");
}

.object-right-bottom {
  -o-object-position: str-replace(right-bottom, "-", " ");
     object-position: str-replace(right-bottom, "-", " ");
}

.object-right-top {
  -o-object-position: str-replace(right-top, "-", " ");
     object-position: str-replace(right-top, "-", " ");
}

.object-top {
  -o-object-position: str-replace(top, "-", " ");
     object-position: str-replace(top, "-", " ");
}

/* FLEX UTILS */
.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

/* GRID UTILS */
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-rows-1 {
  grid-template-rows: repeat(1, 1fr);
}

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

.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

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

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}

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

.grid-rows-4 {
  grid-template-rows: repeat(4, 1fr);
}

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

.grid-rows-5 {
  grid-template-rows: repeat(5, 1fr);
}

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

.grid-rows-6 {
  grid-template-rows: repeat(6, 1fr);
}

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

.grid-rows-7 {
  grid-template-rows: repeat(7, 1fr);
}

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

.grid-rows-8 {
  grid-template-rows: repeat(8, 1fr);
}

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

.grid-rows-9 {
  grid-template-rows: repeat(9, 1fr);
}

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

.grid-rows-10 {
  grid-template-rows: repeat(10, 1fr);
}

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

.grid-rows-11 {
  grid-template-rows: repeat(11, 1fr);
}

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

.grid-rows-12 {
  grid-template-rows: repeat(12, 1fr);
}

.col-auto {
  grid-column: auto;
}

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

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

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

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

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

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

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.row-auto {
  grid-row: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

.row-start-10 {
  grid-row-start: 10;
}

.row-start-11 {
  grid-row-start: 11;
}

.row-start-12 {
  grid-row-start: 12;
}

.row-start-13 {
  grid-row-start: 13;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-8 {
  grid-row-end: 8;
}

.row-end-9 {
  grid-row-end: 9;
}

.row-end-10 {
  grid-row-end: 10;
}

.row-end-11 {
  grid-row-end: 11;
}

.row-end-12 {
  grid-row-end: 12;
}

.row-end-13 {
  grid-row-end: 13;
}

.row-end-auto {
  grid-row-end: auto;
}

/* TEXT UTILS - CLAMP */
.clamp-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.clamp-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* TRANSFORMATION */
.rotate-0 {
  transform: rotate(0deg);
}

.rotate-1 {
  transform: rotate(1deg);
}

.rotate-2 {
  transform: rotate(2deg);
}

.rotate-3 {
  transform: rotate(3deg);
}

.rotate-6 {
  transform: rotate(6deg);
}

.rotate-12 {
  transform: rotate(12deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

/* BORDER RADIUS */
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-tl-0 {
  border-top-left-radius: 0px !important;
}

.rounded-tr-0 {
  border-top-right-radius: 0px !important;
}

.rounded-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.rounded-br-0 {
  border-bottom-right-radius: 0px !important;
}

.rounded-t-0 {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-l-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-r-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-1 {
  border-radius: 1px !important;
}

.rounded-tl-1 {
  border-top-left-radius: 1px !important;
}

.rounded-tr-1 {
  border-top-right-radius: 1px !important;
}

.rounded-bl-1 {
  border-bottom-left-radius: 1px !important;
}

.rounded-br-1 {
  border-bottom-right-radius: 1px !important;
}

.rounded-t-1 {
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}

.rounded-b-1 {
  border-bottom-left-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

.rounded-l-1 {
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.rounded-r-1 {
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

.rounded-2 {
  border-radius: 2px !important;
}

.rounded-tl-2 {
  border-top-left-radius: 2px !important;
}

.rounded-tr-2 {
  border-top-right-radius: 2px !important;
}

.rounded-bl-2 {
  border-bottom-left-radius: 2px !important;
}

.rounded-br-2 {
  border-bottom-right-radius: 2px !important;
}

.rounded-t-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-b-2 {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-l-2 {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-r-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-tl-3 {
  border-top-left-radius: 3px !important;
}

.rounded-tr-3 {
  border-top-right-radius: 3px !important;
}

.rounded-bl-3 {
  border-bottom-left-radius: 3px !important;
}

.rounded-br-3 {
  border-bottom-right-radius: 3px !important;
}

.rounded-t-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-b-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-l-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-r-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-tl-4 {
  border-top-left-radius: 4px !important;
}

.rounded-tr-4 {
  border-top-right-radius: 4px !important;
}

.rounded-bl-4 {
  border-bottom-left-radius: 4px !important;
}

.rounded-br-4 {
  border-bottom-right-radius: 4px !important;
}

.rounded-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-b-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-tl-5 {
  border-top-left-radius: 5px !important;
}

.rounded-tr-5 {
  border-top-right-radius: 5px !important;
}

.rounded-bl-5 {
  border-bottom-left-radius: 5px !important;
}

.rounded-br-5 {
  border-bottom-right-radius: 5px !important;
}

.rounded-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-b-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-l-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-r-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-tl-6 {
  border-top-left-radius: 6px !important;
}

.rounded-tr-6 {
  border-top-right-radius: 6px !important;
}

.rounded-bl-6 {
  border-bottom-left-radius: 6px !important;
}

.rounded-br-6 {
  border-bottom-right-radius: 6px !important;
}

.rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-l-6 {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-r-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.rounded-tl-7 {
  border-top-left-radius: 7px !important;
}

.rounded-tr-7 {
  border-top-right-radius: 7px !important;
}

.rounded-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.rounded-br-7 {
  border-bottom-right-radius: 7px !important;
}

.rounded-t-7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.rounded-b-7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.rounded-l-7 {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.rounded-r-7 {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-tl-8 {
  border-top-left-radius: 8px !important;
}

.rounded-tr-8 {
  border-top-right-radius: 8px !important;
}

.rounded-bl-8 {
  border-bottom-left-radius: 8px !important;
}

.rounded-br-8 {
  border-bottom-right-radius: 8px !important;
}

.rounded-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-l-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-r-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-9 {
  border-radius: 9px !important;
}

.rounded-tl-9 {
  border-top-left-radius: 9px !important;
}

.rounded-tr-9 {
  border-top-right-radius: 9px !important;
}

.rounded-bl-9 {
  border-bottom-left-radius: 9px !important;
}

.rounded-br-9 {
  border-bottom-right-radius: 9px !important;
}

.rounded-t-9 {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}

.rounded-b-9 {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.rounded-l-9 {
  border-top-left-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.rounded-r-9 {
  border-top-right-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-tl-10 {
  border-top-left-radius: 10px !important;
}

.rounded-tr-10 {
  border-top-right-radius: 10px !important;
}

.rounded-bl-10 {
  border-bottom-left-radius: 10px !important;
}

.rounded-br-10 {
  border-bottom-right-radius: 10px !important;
}

.rounded-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-l-10 {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-r-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-11 {
  border-radius: 11px !important;
}

.rounded-tl-11 {
  border-top-left-radius: 11px !important;
}

.rounded-tr-11 {
  border-top-right-radius: 11px !important;
}

.rounded-bl-11 {
  border-bottom-left-radius: 11px !important;
}

.rounded-br-11 {
  border-bottom-right-radius: 11px !important;
}

.rounded-t-11 {
  border-top-left-radius: 11px !important;
  border-top-right-radius: 11px !important;
}

.rounded-b-11 {
  border-bottom-left-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}

.rounded-l-11 {
  border-top-left-radius: 11px !important;
  border-bottom-left-radius: 11px !important;
}

.rounded-r-11 {
  border-top-right-radius: 11px !important;
  border-bottom-right-radius: 11px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-tl-12 {
  border-top-left-radius: 12px !important;
}

.rounded-tr-12 {
  border-top-right-radius: 12px !important;
}

.rounded-bl-12 {
  border-bottom-left-radius: 12px !important;
}

.rounded-br-12 {
  border-bottom-right-radius: 12px !important;
}

.rounded-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.rounded-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-l-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.rounded-r-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.rounded-13 {
  border-radius: 13px !important;
}

.rounded-tl-13 {
  border-top-left-radius: 13px !important;
}

.rounded-tr-13 {
  border-top-right-radius: 13px !important;
}

.rounded-bl-13 {
  border-bottom-left-radius: 13px !important;
}

.rounded-br-13 {
  border-bottom-right-radius: 13px !important;
}

.rounded-t-13 {
  border-top-left-radius: 13px !important;
  border-top-right-radius: 13px !important;
}

.rounded-b-13 {
  border-bottom-left-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.rounded-l-13 {
  border-top-left-radius: 13px !important;
  border-bottom-left-radius: 13px !important;
}

.rounded-r-13 {
  border-top-right-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
}

.rounded-14 {
  border-radius: 14px !important;
}

.rounded-tl-14 {
  border-top-left-radius: 14px !important;
}

.rounded-tr-14 {
  border-top-right-radius: 14px !important;
}

.rounded-bl-14 {
  border-bottom-left-radius: 14px !important;
}

.rounded-br-14 {
  border-bottom-right-radius: 14px !important;
}

.rounded-t-14 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.rounded-b-14 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.rounded-l-14 {
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}

.rounded-r-14 {
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-tl-15 {
  border-top-left-radius: 15px !important;
}

.rounded-tr-15 {
  border-top-right-radius: 15px !important;
}

.rounded-bl-15 {
  border-bottom-left-radius: 15px !important;
}

.rounded-br-15 {
  border-bottom-right-radius: 15px !important;
}

.rounded-t-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.rounded-b-15 {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded-l-15 {
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.rounded-r-15 {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-tl-16 {
  border-top-left-radius: 16px !important;
}

.rounded-tr-16 {
  border-top-right-radius: 16px !important;
}

.rounded-bl-16 {
  border-bottom-left-radius: 16px !important;
}

.rounded-br-16 {
  border-bottom-right-radius: 16px !important;
}

.rounded-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-l-16 {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-r-16 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-17 {
  border-radius: 17px !important;
}

.rounded-tl-17 {
  border-top-left-radius: 17px !important;
}

.rounded-tr-17 {
  border-top-right-radius: 17px !important;
}

.rounded-bl-17 {
  border-bottom-left-radius: 17px !important;
}

.rounded-br-17 {
  border-bottom-right-radius: 17px !important;
}

.rounded-t-17 {
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important;
}

.rounded-b-17 {
  border-bottom-left-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
}

.rounded-l-17 {
  border-top-left-radius: 17px !important;
  border-bottom-left-radius: 17px !important;
}

.rounded-r-17 {
  border-top-right-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
}

.rounded-18 {
  border-radius: 18px !important;
}

.rounded-tl-18 {
  border-top-left-radius: 18px !important;
}

.rounded-tr-18 {
  border-top-right-radius: 18px !important;
}

.rounded-bl-18 {
  border-bottom-left-radius: 18px !important;
}

.rounded-br-18 {
  border-bottom-right-radius: 18px !important;
}

.rounded-t-18 {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
}

.rounded-b-18 {
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.rounded-l-18 {
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
}

.rounded-r-18 {
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.rounded-19 {
  border-radius: 19px !important;
}

.rounded-tl-19 {
  border-top-left-radius: 19px !important;
}

.rounded-tr-19 {
  border-top-right-radius: 19px !important;
}

.rounded-bl-19 {
  border-bottom-left-radius: 19px !important;
}

.rounded-br-19 {
  border-bottom-right-radius: 19px !important;
}

.rounded-t-19 {
  border-top-left-radius: 19px !important;
  border-top-right-radius: 19px !important;
}

.rounded-b-19 {
  border-bottom-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
}

.rounded-l-19 {
  border-top-left-radius: 19px !important;
  border-bottom-left-radius: 19px !important;
}

.rounded-r-19 {
  border-top-right-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-tl-20 {
  border-top-left-radius: 20px !important;
}

.rounded-tr-20 {
  border-top-right-radius: 20px !important;
}

.rounded-bl-20 {
  border-bottom-left-radius: 20px !important;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px !important;
}

.rounded-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-l-20 {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-r-20 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-100vh {
  border-radius: 100vh !important;
}

.rounded-full {
  border-radius: 100% !important;
}

.gap-x-0_5 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-1 {
  gap: 4px !important;
}

.gap-y-1 {
  row-gap: 4px;
}

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

.gap-2 {
  gap: 8px !important;
}

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

.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-3 {
  gap: 12px !important;
}

.gap-y-3 {
  row-gap: 12px;
}

.gap-x-3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-4 {
  gap: 16px !important;
}

.gap-y-4 {
  row-gap: 16px;
}

.gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-5 {
  gap: 20px !important;
}

.gap-y-5 {
  row-gap: 20px;
}

.gap-x-5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-6 {
  gap: 24px !important;
}

.gap-y-6 {
  row-gap: 24px;
}

.gap-x-6 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-7 {
  gap: 28px !important;
}

.gap-y-7 {
  row-gap: 28px;
}

.gap-x-7 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-8 {
  gap: 32px !important;
}

.gap-y-8 {
  row-gap: 32px;
}

.gap-x-8 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-9 {
  gap: 36px !important;
}

.gap-y-9 {
  row-gap: 36px;
}

.gap-x-9 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-10 {
  gap: 40px !important;
}

.gap-y-10 {
  row-gap: 40px;
}

.gap-x-10 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.page-sc-py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767.98px) {
  .page-sc-py-32 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-py-32 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.page-sc-pt-32 {
  padding-top: 32px;
}
@media (max-width: 767.98px) {
  .page-sc-pt-32 {
    padding-top: 16px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pt-32 {
    padding-top: 8px;
  }
}

.page-sc-pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 767.98px) {
  .page-sc-pb-32 {
    padding-bottom: 16px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pb-32 {
    padding-bottom: 8px;
  }
}

.page-sc-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-sc-py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-py-40 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.page-sc-pt-40 {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .page-sc-pt-40 {
    padding-top: 24px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pt-40 {
    padding-top: 16px;
  }
}

.page-sc-pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .page-sc-pb-40 {
    padding-bottom: 24px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pb-40 {
    padding-bottom: 16px;
  }
}

.page-sc-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .page-sc-py-60 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-py-60 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.page-sc-pt-60 {
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .page-sc-pt-60 {
    padding-top: 44px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pt-60 {
    padding-top: 36px;
  }
}

.page-sc-pb-60 {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .page-sc-pb-60 {
    padding-bottom: 44px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pb-60 {
    padding-bottom: 36px;
  }
}

.page-sc-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .page-sc-py-100 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-py-100 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.page-sc-pt-100 {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .page-sc-pt-100 {
    padding-top: 84px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pt-100 {
    padding-top: 76px;
  }
}

.page-sc-pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .page-sc-pb-100 {
    padding-bottom: 84px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pb-100 {
    padding-bottom: 76px;
  }
}

.page-sc-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-sc-py-50 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-py-50 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.page-sc-pt-50 {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .page-sc-pt-50 {
    padding-top: 34px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pt-50 {
    padding-top: 26px;
  }
}

.page-sc-pb-50 {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .page-sc-pb-50 {
    padding-bottom: 34px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-pb-50 {
    padding-bottom: 26px;
  }
}

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

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

.-ms-1 {
  margin-left: -4px;
}

.-me-1 {
  margin-right: -4px;
}

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

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

.-ms-2 {
  margin-left: -8px;
}

.-me-2 {
  margin-right: -8px;
}

.-mt-3 {
  margin-top: -12px;
}

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

.-ms-3 {
  margin-left: -12px;
}

.-me-3 {
  margin-right: -12px;
}

.pt-custom-12 {
  padding-top: 12px;
}

.pb-custom-12 {
  padding-bottom: 12px;
}

.py-custom-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-custom-20 {
  padding-top: 20px;
}

.pb-custom-20 {
  padding-bottom: 20px;
}

.py-custom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-custom-32 {
  padding-top: 32px;
}

.pb-custom-32 {
  padding-bottom: 32px;
}

.py-custom-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.ms-custom-12 {
  margin-left: 12px !important;
}

.me-custom-12 {
  margin-right: 12px;
}

.mt-custom-12 {
  margin-top: 12px;
}

.mb-custom-12 {
  margin-bottom: 12px;
}

.my-custom-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms-custom-20 {
  margin-left: 20px !important;
}

.me-custom-20 {
  margin-right: 20px;
}

.mt-custom-20 {
  margin-top: 20px;
}

.mb-custom-20 {
  margin-bottom: 20px;
}

.my-custom-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.border-platinum-1 {
  border: 1px solid #e5e5e5 !important;
}

.border-platinum-2 {
  border: 2px solid #e5e5e5 !important;
}

.border-platinum-3 {
  border: 3px solid #e5e5e5 !important;
}

.border-platinum-4 {
  border: 4px solid #e5e5e5 !important;
}

.border-platinum-5 {
  border: 5px solid #e5e5e5 !important;
}

.border-platinum-6 {
  border: 6px solid #e5e5e5 !important;
}

.border-platinum-7 {
  border: 7px solid #e5e5e5 !important;
}

.border-platinum-8 {
  border: 8px solid #e5e5e5 !important;
}

.border-platinum-9 {
  border: 9px solid #e5e5e5 !important;
}

.border-platinum-10 {
  border: 10px solid #e5e5e5 !important;
}

.border-b-platinum-1 {
  border-bottom: 1px solid #e5e5e5 !important;
}

.border-b-platinum-2 {
  border-bottom: 2px solid #e5e5e5 !important;
}

.border-b-platinum-3 {
  border-bottom: 3px solid #e5e5e5 !important;
}

.border-b-platinum-4 {
  border-bottom: 4px solid #e5e5e5 !important;
}

.border-b-platinum-5 {
  border-bottom: 5px solid #e5e5e5 !important;
}

.border-b-platinum-6 {
  border-bottom: 6px solid #e5e5e5 !important;
}

.border-b-platinum-7 {
  border-bottom: 7px solid #e5e5e5 !important;
}

.border-b-platinum-8 {
  border-bottom: 8px solid #e5e5e5 !important;
}

.border-b-platinum-9 {
  border-bottom: 9px solid #e5e5e5 !important;
}

.border-b-platinum-10 {
  border-bottom: 10px solid #e5e5e5 !important;
}

.border-t-platinum-1 {
  border-top: 1px solid #e5e5e5 !important;
}

.border-t-platinum-2 {
  border-top: 2px solid #e5e5e5 !important;
}

.border-t-platinum-3 {
  border-top: 3px solid #e5e5e5 !important;
}

.border-t-platinum-4 {
  border-top: 4px solid #e5e5e5 !important;
}

.border-t-platinum-5 {
  border-top: 5px solid #e5e5e5 !important;
}

.border-t-platinum-6 {
  border-top: 6px solid #e5e5e5 !important;
}

.border-t-platinum-7 {
  border-top: 7px solid #e5e5e5 !important;
}

.border-t-platinum-8 {
  border-top: 8px solid #e5e5e5 !important;
}

.border-t-platinum-9 {
  border-top: 9px solid #e5e5e5 !important;
}

.border-t-platinum-10 {
  border-top: 10px solid #e5e5e5 !important;
}

.border-r-platinum-1 {
  border-right: 1px solid #e5e5e5 !important;
}

.border-r-platinum-2 {
  border-right: 2px solid #e5e5e5 !important;
}

.border-r-platinum-3 {
  border-right: 3px solid #e5e5e5 !important;
}

.border-r-platinum-4 {
  border-right: 4px solid #e5e5e5 !important;
}

.border-r-platinum-5 {
  border-right: 5px solid #e5e5e5 !important;
}

.border-r-platinum-6 {
  border-right: 6px solid #e5e5e5 !important;
}

.border-r-platinum-7 {
  border-right: 7px solid #e5e5e5 !important;
}

.border-r-platinum-8 {
  border-right: 8px solid #e5e5e5 !important;
}

.border-r-platinum-9 {
  border-right: 9px solid #e5e5e5 !important;
}

.border-r-platinum-10 {
  border-right: 10px solid #e5e5e5 !important;
}

.border-l-platinum-1 {
  border-left: 1px solid #e5e5e5 !important;
}

.border-l-platinum-2 {
  border-left: 2px solid #e5e5e5 !important;
}

.border-l-platinum-3 {
  border-left: 3px solid #e5e5e5 !important;
}

.border-l-platinum-4 {
  border-left: 4px solid #e5e5e5 !important;
}

.border-l-platinum-5 {
  border-left: 5px solid #e5e5e5 !important;
}

.border-l-platinum-6 {
  border-left: 6px solid #e5e5e5 !important;
}

.border-l-platinum-7 {
  border-left: 7px solid #e5e5e5 !important;
}

.border-l-platinum-8 {
  border-left: 8px solid #e5e5e5 !important;
}

.border-l-platinum-9 {
  border-left: 9px solid #e5e5e5 !important;
}

.border-l-platinum-10 {
  border-left: 10px solid #e5e5e5 !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-base {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}

.shadow-none {
  box-shadow: none;
}

.leading-3 {
  line-height: 0.75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.leading-none {
  line-height: 1;
}

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

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

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

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

.leading-loose {
  line-height: 2;
}

.status-badge {
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 2px 12px;
}
.status-badge.status-completed {
  color: #1d3363;
  background: #eff7ff;
}

.badge {
  border-radius: 100vh;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 10px;
  font-weight: 400;
}
.badge.badge-alice-blue {
  background: #eff7ff;
  color: #2975e7;
}

.vert-separator-line {
  width: 1px;
  background: #d1d1d1;
}
.vert-separator-line.height-12 {
  height: 12px;
}

.pointer-event-none {
  pointer-events: none;
}

a.hover-theme {
  transform: all ease-in-out 300ms;
}
a.hover-theme:hover, a.hover-theme:hover span {
  color: #1d3363 !important;
}

.hover-underline:hover {
  text-decoration: underline !important;
}

@media (max-width: 575.98px) {
  .grid-cols-sm-1 {
    grid-template-columns: 100%;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif; /* Set default font family to sans-serif */
  -ms-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  -webkit-text-size-adjust: 100%; /* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
  overflow-y: scroll; /* Core Style */
  -webkit-overflow-scrolling: touch; /* Core Style */
}

body {
  min-height: 100vh;
  overflow-x: hidden; /* Disabling Scrolling - For X Axis */
}
body.no-scroll {
  overflow: hidden; /* Disabling Scrolling - For X,Y Axis */
}

.page-wrapper {
  overflow: hidden !important;
}

.page-header-nav .nav-link-dropdown-icon, .page-header-nav .nav-link-icon, .btn-link .btn-icon, .btn-link, .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.page-header-nav .nav-link {
  display: flex;
  align-items: center;
}

.show-block {
  display: block;
}

.show-flex {
  display: flex;
}

.hide {
  display: none;
}

/* Reset, normalization of HTML elements */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

ul:not([class]) > li::marker {
  display: block;
  color: #5d5d5d;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
  border-style: none;
  max-width: 100%;
}

figure {
  margin: 0;
}

input,
button,
textarea,
optgroup,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

textarea {
  resize: none;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

img,
object,
embed,
video {
  max-width: 100%;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Correct `inline-block` display not defined in IE 8/9. */
  vertical-align: baseline; /* Normalize vertical alignment of `progress` in Chrome, Firefox and Opera. */
}

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

[hidden],
template {
  display: none; /* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
}

.container {
  max-width: 1320px !important;
  width: 100% !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
@media (max-width: 479.98px) {
  .container {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.6;
}

.text-6xl, .text-5xl, .text-4xl, .text-3xl, .text-2xl, .text-xl, .text-lg, .text-base, .text-sm, .text-xs, p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #5d5d5d;
}

/* ### PARAGRAPH ### */
.text-xs {
  font-size: 12px !important;
}
@media screen and (max-width: 991.98px) {
  .text-xs {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-xs {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-xs {
    font-size: 10px !important;
  }
}

.text-sm {
  font-size: 14px !important;
}
@media screen and (max-width: 991.98px) {
  .text-sm {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-sm {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-sm {
    font-size: 12px !important;
  }
}

.text-base {
  font-size: 16px !important;
}
@media screen and (max-width: 991.98px) {
  .text-base {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-base {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-base {
    font-size: 14px !important;
  }
}

.text-lg {
  font-size: 18px !important;
}
@media screen and (max-width: 991.98px) {
  .text-lg {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-lg {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-lg {
    font-size: 16px !important;
  }
}

.text-xl {
  font-size: 20px !important;
}
@media screen and (max-width: 991.98px) {
  .text-xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-xl {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-xl {
    font-size: 18px !important;
  }
}

.text-2xl {
  font-size: 24px !important;
}
@media screen and (max-width: 991.98px) {
  .text-2xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-2xl {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-2xl {
    font-size: 18px !important;
  }
}

.text-3xl {
  font-size: 28px !important;
}
@media screen and (max-width: 991.98px) {
  .text-3xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-3xl {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-3xl {
    font-size: 20px !important;
  }
}

.text-4xl {
  font-size: 32px !important;
}
@media screen and (max-width: 991.98px) {
  .text-4xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-4xl {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-4xl {
    font-size: 24px !important;
  }
}

.text-5xl {
  font-size: 36px !important;
}
@media screen and (max-width: 991.98px) {
  .text-5xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-5xl {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-5xl {
    font-size: 28px !important;
  }
}

.text-6xl {
  font-size: 40px !important;
}
@media screen and (max-width: 991.98px) {
  .text-6xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .text-6xl {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 575.98px) {
  .text-6xl {
    font-size: 32px !important;
  }
}

/* #### HEADINGS #### */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  line-height: inherit;
  color: #454545;
  letter-spacing: normal;
}

h1,
.h1,
.alpha {
  font-size: 32px;
}

h2,
.h2,
.beta {
  font-size: 24px;
}

h3,
.h3,
.gamma {
  font-size: 18.72px;
}

h4,
.h4,
.delta {
  font-size: 16px;
}

h5,
.h5,
.epsilon {
  font-size: 13.28px;
}

h6,
.h6,
.zeta {
  font-size: 10.72px;
}

* + h1,
* + .h1,
* + .alpha,
* + h2,
* + .h2,
* + .beta,
* + h3,
* + .h3,
* + .gamma,
* + h4,
* + .h4,
* + .delta {
  margin-top: 12px;
}

a {
  text-decoration: none;
  color: #5d5d5d;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #444444;
  text-decoration: underline;
}
a:visited, a:link {
  text-decoration: none;
}

/**
 * Print styles.
 * Taken from https://github.com/h5bp/html5-boilerplate
 */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-fade-in {
  animation: fade-in 1s linear;
}

.animate-fade-out {
  animation: fade-out 1s linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
::-moz-selection {
  background: #1d3363 !important;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1d3363 !important;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #1d3363;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #1d3363;
  color: #fff;
  text-shadow: none;
}

.menu-bar {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.menu-bar, .menu-bar:before, .menu-bar:after {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  transition: background-color 0.3s linear, transform 0.3s linear;
  background-color: #232323;
}
.menu-bar:before, .menu-bar:after {
  position: absolute;
  content: "";
}
.menu-bar:before {
  top: -7px;
}
.menu-bar:after {
  top: 7px;
}

.hamburger {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.hamburger.is-open .menu-bar {
  background-color: transparent;
}
.hamburger.is-open .menu-bar:before {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open .menu-bar:after {
  transform: translateY(-7px) rotate(-45deg);
}

.scrollbar-x {
  overflow-x: scroll;
}
.scrollbar-x::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.scrollbar-x::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d1d1d1;
}
.scrollbar-x::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d1d1d1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.scrollbar-x::-webkit-scrollbar-thumb:hover {
  background-color: #b8b8b8;
}

.scrollbar-y {
  overflow-y: scroll;
}
.scrollbar-y::-webkit-scrollbar {
  width: 8px;
  height: 0;
}
.scrollbar-y::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d1d1d1;
}
.scrollbar-y::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d1d1d1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.scrollbar-y::-webkit-scrollbar-thumb:hover {
  background-color: #b8b8b8;
}

/* Example:

.gradient {
 @include gradient(#07c, #06f, vertical);
}

Output

.gradient {
 background: #07c;
 background: -webkit-linear-gradient(top, #07c, #06f);
 background: linear-gradient(to bottom, #07c, #06f);
}

*/
.example-logo {
  background: url("logo.png");
  height: 100px;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
}

.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
  z-index: -1;
}
.bg-video-content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-radius: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 48px;
  white-space: nowrap;
  padding: 2px 16px;
  border: 1px solid #1d3363;
  background-color: #1d3363;
  color: #fff;
  vertical-align: middle;
  transition: all ease-in-out 300ms;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  touch-action: manipulation;
  background-image: none;
  transform-origin: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.btn:hover, .btn:focus, .btn.focus {
  opacity: 0.9;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  background: #111f3c !important;
  color: #fff;
  border-color: #1d3363;
  opacity: 1 !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: no-drop;
  background: #1d3363;
}
.btn.no-shadow {
  box-shadow: none;
}
.btn.no-shadow:hover, .btn.no-shadow:focus, .btn.no-shadow.focus {
  opacity: 0.8;
  box-shadow: none;
  transform: none;
}
.btn-text {
  font-weight: 400;
}
.btn.btn-sm {
  font-size: 16px;
  height: 42px;
}
@media (max-width: 479.98px) {
  .btn.btn-sm {
    font-size: 14px;
    height: 36px;
  }
}
.btn.btn-sm-h {
  font-size: 14px;
  height: 36px;
}
@media (max-width: 479.98px) {
  .btn.btn-sm-h {
    font-size: 13px;
    height: 32px;
  }
}
.btn.btn-xs {
  font-size: 12px;
  height: 32px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media (max-width: 479.98px) {
  .btn.btn-xs {
    height: 28px;
  }
}
.btn.btn-wide {
  min-width: 260px;
}
.btn-o-platinum {
  background: transparent !important;
  border: 1px solid #e7e7e7 !important;
  color: #5d5d5d !important;
}
.btn-o-platinum:hover, .btn-o-platinum:focus, .btn-o-platinum:disabled, .btn-o-platinum:active, .btn-o-platinum.disabled, .btn-o-platinum.active {
  background: transparent !important;
  border-color: #e7e7e7 !important;
  color: #5d5d5d !important;
}
.btn.btn-primary {
  background: #1d3363 !important;
  color: #fff !important;
  border: 1px solid #1d3363 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:disabled, .btn.btn-primary:active, .btn.btn-primary.disabled, .btn.btn-primary.active {
  background: #1d3363 !important;
  border-color: #1d3363 !important;
  color: #fff !important;
}
.btn.btn-theme-light {
  background: #c0e0fd !important;
  color: #fff !important;
  border: 1px solid #c0e0fd !important;
}
.btn.btn-theme-light:hover, .btn.btn-theme-light:focus, .btn.btn-theme-light:disabled, .btn.btn-theme-light:active, .btn.btn-theme-light.disabled, .btn.btn-theme-light.active {
  background: #c0e0fd !important;
  border-color: #c0e0fd !important;
  color: #fff !important;
}
.btn.btn-success {
  background: #008656 !important;
  color: #fff !important;
  border: 1px solid #008656 !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:disabled, .btn.btn-success:active, .btn.btn-success.disabled, .btn.btn-success.active {
  background: #008656 !important;
  border-color: #008656 !important;
  color: #fff !important;
}
.btn.btn-info {
  background: #17a2b8 !important;
  color: #fff !important;
  border: 1px solid #17a2b8 !important;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:disabled, .btn.btn-info:active, .btn.btn-info.disabled, .btn.btn-info.active {
  background: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #fff !important;
}
.btn.btn-warning {
  background: #fcb92c !important;
  color: #fff !important;
  border: 1px solid #fcb92c !important;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:disabled, .btn.btn-warning:active, .btn.btn-warning.disabled, .btn.btn-warning.active {
  background: #fcb92c !important;
  border-color: #fcb92c !important;
  color: #fff !important;
}
.btn.btn-error {
  background: #dc3545 !important;
  color: #fff !important;
  border: 1px solid #dc3545 !important;
}
.btn.btn-error:hover, .btn.btn-error:focus, .btn.btn-error:disabled, .btn.btn-error:active, .btn.btn-error.disabled, .btn.btn-error.active {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

.btn-primary {
  background: #1d3363 !important;
  color: #fff !important;
  border: 1px solid #1d3363 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled, .btn-primary:active, .btn-primary.disabled, .btn-primary.active {
  background: #17294f !important;
  border-color: #1d3363 !important;
  color: #fff !important;
}

.btn-theme {
  background: #1d3363 !important;
  color: #fff !important;
  border: 1px solid #1d3363 !important;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:disabled, .btn-theme:active, .btn-theme.disabled, .btn-theme.active {
  background: #111f3c !important;
  border-color: #1d3363 !important;
  color: #fff !important;
}

.btn-secondary {
  background: #c0e0fd !important;
  color: #204488 !important;
  border: 1px solid #c0e0fd !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.disabled, .btn-secondary.active {
  background: #a7d4fc !important;
  border-color: #c0e0fd !important;
  color: #204488 !important;
}

.btn-theme-light {
  background: #c0e0fd !important;
  color: #204488 !important;
  border: 1px solid #c0e0fd !important;
}
.btn-theme-light:hover, .btn-theme-light:focus, .btn-theme-light:disabled, .btn-theme-light:active, .btn-theme-light.disabled, .btn-theme-light.active {
  background: #a7d4fc !important;
  border-color: #c0e0fd !important;
  color: #204488 !important;
}

.btn-white {
  background: #fff !important;
  color: #1d3363 !important;
  border: 1px solid #fff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:disabled, .btn-white:active, .btn-white.disabled, .btn-white.active {
  background: #e6e6e6 !important;
  border-color: #fff !important;
  color: #1d3363 !important;
}

.btn-fulvous {
  background: #e27c00 !important;
  color: #fff !important;
  border: 1px solid #e27c00 !important;
}
.btn-fulvous:hover, .btn-fulvous:focus, .btn-fulvous:disabled, .btn-fulvous:active, .btn-fulvous.disabled, .btn-fulvous.active {
  background: #af6000 !important;
  border-color: #e27c00 !important;
  color: #fff !important;
}

.btn-seasalt {
  background: #f6f6f6 !important;
  color: #5d5d5d !important;
  border: 1px solid #f6f6f6 !important;
}
.btn-seasalt:hover, .btn-seasalt:focus, .btn-seasalt:disabled, .btn-seasalt:active, .btn-seasalt.disabled, .btn-seasalt.active {
  background: #dddddd !important;
  border-color: #f6f6f6 !important;
  color: #5d5d5d !important;
}

.btn-lavender-blush {
  background: #fff0f0 !important;
  color: #5d5d5d !important;
  border: 1px solid #fff0f0 !important;
}
.btn-lavender-blush:hover, .btn-lavender-blush:focus, .btn-lavender-blush:disabled, .btn-lavender-blush:active, .btn-lavender-blush.disabled, .btn-lavender-blush.active {
  background: #ffbdbd !important;
  border-color: #fff0f0 !important;
  color: #5d5d5d !important;
}

.btn-alice-blue {
  background: #eff7ff !important;
  color: #1d3363 !important;
  border: 1px solid #eff7ff !important;
}
.btn-alice-blue:hover, .btn-alice-blue:focus, .btn-alice-blue:disabled, .btn-alice-blue:active, .btn-alice-blue.disabled, .btn-alice-blue.active {
  background: #bcdeff !important;
  border-color: #eff7ff !important;
  color: #1d3363 !important;
}

.btn-transparent {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:disabled, .btn-transparent:active, .btn-transparent.disabled, .btn-transparent.active {
  background: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.btn-o-platinum {
  background: transparent !important;
  color: #5d5d5d !important;
  border: 1px solid #e7e7e7 !important;
}
.btn-o-platinum:hover, .btn-o-platinum:focus, .btn-o-platinum:disabled, .btn-o-platinum:active, .btn-o-platinum.disabled, .btn-o-platinum.active {
  background: transparent !important;
  border-color: #e7e7e7 !important;
  color: #5d5d5d !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn-link {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.btn-link:hover {
  color: #1d3363;
  font-weight: 600;
}
.btn-link .btn-icon {
  width: 16px;
  height: 16px;
}
.btn-link.btn-link-sm .btn-text {
  font-size: 12px;
}
.btn-link.btn-link-sm .btn-icon {
  width: 14px;
  height: 14px;
}

.sort-btn {
  background: #f6f6f6;
  border-radius: 8px;
  height: 32px;
  min-width: 90px;
  padding-right: 12px;
  padding-left: 12px;
}
.sort-btn:hover {
  background: #1d3363 !important;
}
.sort-btn:hover span {
  color: #fff !important;
}
.sort-btn:hover span img {
  filter: invert(1) brightness(100);
}
.sort-btn::after {
  display: none;
}

.icon-btn {
  transition: all ease-in-out 300ms;
}
.icon-btn:hover {
  opacity: 0.8;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.skeleton-box {
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  width: 100%;
  height: 20px; /* Adjust the height as needed */
}
.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  animation: shimmer 2s infinite;
  content: "";
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

.icon-16, .icon-20, .icon-24, .icon-32, .icon-36, .icon-40 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-40 {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.icon-36 {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
}

.icon-32 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.icon-24 {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.icon-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.icon-16 {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

[class*=icon] {
  speak: none;
}

.toasts {
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  overflow: hidden;
  gap: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 16px;
}
.toasts-item {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  gap: 0.5em;
  align-items: center;
  width: auto;
  min-width: 20rem;
  max-width: 30rem;
  padding: 0.75em 1em;
  color: #fff;
  opacity: 0.9;
  background: #1d3363;
  border-radius: 0.25em;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  transition: all ease-in-out 300ms;
  animation-name: toast-appear;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.toasts-item:hover {
  opacity: 1;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.35);
}
.toasts-item.disappear {
  animation-name: toast-disappear;
}
.toasts-item.primary {
  background: #1d3363;
}
.toasts-item.primary .toasts-icon::before, .toasts-item.primary .toasts-icon::after {
  background: #1d3363;
}
.toasts-item.theme-light {
  background: #c0e0fd;
}
.toasts-item.theme-light .toasts-icon::before, .toasts-item.theme-light .toasts-icon::after {
  background: #c0e0fd;
}
.toasts-item.success {
  background: #008656;
}
.toasts-item.success .toasts-icon::before, .toasts-item.success .toasts-icon::after {
  background: #008656;
}
.toasts-item.info {
  background: #17a2b8;
}
.toasts-item.info .toasts-icon::before, .toasts-item.info .toasts-icon::after {
  background: #17a2b8;
}
.toasts-item.warning {
  background: #fcb92c;
}
.toasts-item.warning .toasts-icon::before, .toasts-item.warning .toasts-icon::after {
  background: #fcb92c;
}
.toasts-item.error {
  background: #dc3545;
}
.toasts-item.error .toasts-icon::before, .toasts-item.error .toasts-icon::after {
  background: #dc3545;
}
.toasts-item.warning .toasts-icon::before, .toasts-item.warning .toasts-icon::after, .toasts-item.error .toasts-icon::before, .toasts-item.error .toasts-icon::after {
  top: 50%;
  left: 50%;
  width: 0.2em;
  height: 0.85em;
}
.toasts-item.warning .toasts-icon::after, .toasts-item.error .toasts-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.toasts-item.warning .toasts-icon::before, .toasts-item.error .toasts-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.toasts-icon {
  position: relative;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border-radius: 50%;
}
.toasts-icon::before, .toasts-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: rotate(-45deg);
  display: block;
  background: #1d3363;
  border-radius: 0.15em;
}
.toasts-icon::before {
  top: 0.4em;
  left: 0.8em;
  transform: rotate(45deg);
  width: 0.2em;
  height: 0.8em;
}
.toasts-icon::after {
  top: 0.65em;
  left: 0.45em;
  transform: rotate(-45deg);
  width: 0.2em;
  height: 0.5em;
}
.toasts-text {
  overflow: hidden;
  height: 100%;
  text-overflow: ellipsis;
}

@keyframes toast-appear {
  0% {
    transform: translateY(25%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toast-disappear {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(25%);
    opacity: 0;
  }
}
.modal-customized .btn-close {
  box-shadow: none;
}
.modal-customized .modal-content {
  padding: 24px;
  border: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .modal-customized .modal-content {
    padding: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .modal-customized .modal-content {
    padding: 16px !important;
  }
}
.modal-customized .modal-title {
  color: #1d3363;
  font-weight: 500;
  font-size: 20px;
}
.modal-customized .modal-header {
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.modal-customized .modal-body {
  margin-top: 12px;
  padding: 0;
}
.modal-customized .modal-footer {
  border: 0;
  padding: 0;
  margin-top: 12px;
}
.modal-customized .btn-modal {
  height: 52px;
  font-size: 16px;
}
.modal-customized .modal-body {
  padding-right: 8px;
  padding-left: 8px;
}
.modal-customized .modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-customized .modal-body::-webkit-scrollbar-track {
  border-radius: 10px;
}
.modal-customized .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d1d1d1;
}
@media (max-width: 991.98px) {
  .modal-customized .modal-dialog {
    --bs-modal-width: 90% !important;
  }
}
@media (max-width: 767.98px) {
  .modal-customized .modal-dialog {
    --bs-modal-width: 95% !important;
  }
}

.order-success-modal .modal-content {
  padding: 40px;
  max-width: 1028px;
}
.order-success-modal .modal-btn-group {
  margin-top: 20px;
}
.order-success-modal .modal-footer {
  margin-top: 20px;
}
.order-success-modal .product-order-success {
  grid-template-columns: 53% auto;
}
@media (max-width: 991.98px) {
  .order-success-modal .product-order-success {
    grid-template-columns: 100%;
  }
}
.order-success-modal .product-order-success .order-success-ttl {
  font-size: 28px;
}
.order-success-modal .product-order-success .order-success-address {
  margin-top: 60px;
}
.order-success-modal .product-order-success .order-success-address .address-info-item {
  display: grid;
  grid-template-columns: 124px auto;
  gap: 4px;
}
.order-success-modal .product-order-success .order-success-right {
  border: 1px solid #e7e7e7;
}
.order-success-modal .product-order-success .order-product-head {
  grid-template-columns: 108px auto;
}
.order-success-modal .product-order-success .order-product-head .order-product-img {
  width: 108px;
  height: 80px;
}
.order-success-modal .product-order-success .order-product-body .order-product-billing-block {
  padding-bottom: 8px;
}

.address-add-update-modal .modal-body {
  margin-top: 24px;
  margin-bottom: 24px;
}
.address-add-update-modal .modal-content {
  padding: 40px;
  max-width: 874px;
}
.address-add-update-modal .form-custom .form-elem .form-control::-moz-placeholder {
  color: #888 !important;
}
.address-add-update-modal .form-custom .form-elem .form-control::placeholder {
  color: #888 !important;
}

.order-details-modal .modal-body {
  margin-top: 24px;
  margin-bottom: 24px;
}
.order-details-modal .modal-footer {
  margin-top: 24px;
}
.order-details-modal .modal-content {
  max-width: 1085px;
}
.order-details-modal .order-details-top {
  grid-template-columns: 300px auto;
}
@media (max-width: 991.98px) {
  .order-details-modal .order-details-top {
    grid-template-columns: 100%;
  }
}
@media (max-width: 991.98px) {
  .order-details-modal .order-details-bottom {
    grid-template-columns: 100%;
  }
}
.order-details-modal .order-details-img {
  min-height: 206px;
}
.order-details-modal .order-details .details-metadata-group {
  grid-template-columns: 4fr 2fr 1fr 3fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media (max-width: 1199.98px) {
  .order-details-modal .order-details .details-metadata-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.edit-profile-modal .modal-content {
  padding: 40px;
  max-width: 874px;
}
.edit-profile-modal .modal-body {
  margin-top: 24px;
  margin-bottom: 24px;
}
.edit-profile-modal .form-elem input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.change-password-modal .modal-content {
  padding: 40px;
  max-width: 874px;
}
.change-password-modal .modal-body {
  margin-top: 24px;
  margin-bottom: 24px;
}

.delete-account-modal .modal-content {
  padding: 40px;
  max-width: 400px;
}
.delete-account-modal .popup-alert-msg {
  max-width: 220px;
}

.sc-heading-ttl {
  font-size: 36px;
  font-style: normal;
  color: #3d3d3d;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .sc-heading-ttl {
    font-size: 32px;
  }
}
.sc-heading-lead {
  color: #5d5d5d;
  max-width: 874px;
}
.sc-heading .text-highlighted {
  color: #1d3363;
}

.slick-dots li.slick-active button::before {
  color: #1d3363 !important;
}
.slick-dots li button::before {
  font-size: 12px !important;
  color: #63b2f7 !important;
  opacity: 1 !important;
}

.quote-slider .slick-slider-btn {
  width: 36px;
  height: 36px;
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .quote-slider .slick-slider-btn {
    display: none !important;
  }
}
.quote-slider .slick-slider-btn:hover {
  opacity: 0.8;
}
.quote-slider .slick-next.slick-arrow {
  right: 57px;
  z-index: 10;
}
.quote-slider .slick-prev.slick-arrow {
  left: 57px;
  z-index: 10;
}
.quote-slider .slick-dots {
  bottom: 12px !important;
  visibility: hidden;
}
@media (max-width: 1199.98px) {
  .quote-slider .slick-dots {
    visibility: visible;
  }
}

.blog-list-slider .slick-slider-btn {
  width: 36px;
  height: 36px;
  transition: all ease-in-out 300ms;
}
.blog-list-slider .slick-slider-btn:hover {
  opacity: 0.8;
}
.blog-list-slider .slick-slider-btn.slick-disabled {
  opacity: 0.4;
}
.blog-list-slider .slick-next.slick-arrow {
  right: 20px;
  top: -40px;
  z-index: 10;
}
.blog-list-slider .slick-prev.slick-arrow {
  left: calc(100% - 120px);
  top: -40px;
  z-index: 10;
}

.form-label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #5d5d5d;
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .form-label {
    font-size: 14px;
  }
}

.form-control {
  height: 50px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 10px !important;
  background: #fff;
  font-size: 14px;
  color: #1d3363;
}
.form-control::-moz-placeholder {
  color: #8b96a5 !important;
}
.form-control::placeholder {
  color: #8b96a5 !important;
}
@media (max-width: 767.98px) {
  .form-control {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 6px !important;
    height: 46px;
  }
}
@media (max-width: 575.98px) {
  .form-control {
    height: 40px;
  }
}
.form-control ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
}
.form-control ::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
}
.form-control :-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  font-family: inherit;
}

.form-elem-ttl {
  margin-bottom: 12px;
  color: #454545;
}

textarea.form-control {
  padding: 16px;
  height: 130px;
}
@media (max-width: 767.98px) {
  textarea.form-control {
    padding: 14px;
  }
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #d1d1d1 !important;
}

.form-elem {
  display: grid;
  row-gap: 12px;
}
@media (max-width: 767.98px) {
  .form-elem {
    row-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .form-elem {
    row-gap: 8px;
  }
}

.form-elem-group {
  display: grid;
  row-gap: 24px;
}
@media (max-width: 767.98px) {
  .form-elem-group {
    row-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .form-elem-group {
    row-gap: 16px;
  }
}

.form-check .form-label {
  margin-left: 6px;
}

.form-link {
  color: #1d3363;
  text-decoration: underline;
  transition: all ease-in-out 300ms;
}
.form-link:hover {
  opacity: 0.9;
}

.form-error-text {
  font-size: 12px;
  color: #ff5c57;
  font-weight: 400;
  margin-top: -8px;
}

.back-to-page-block {
  margin-top: 16px;
  display: flex;
}

.form-elem-wrapper .form-elem-icon {
  position: absolute;
  right: 20px;
  top: 22px;
  transform: translateY(-50%);
}

.page-form-grid {
  grid-template-columns: repeat(2, 1fr);
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .page-form-grid {
    grid-template-columns: 100%;
  }
}
.page-form-img {
  background: url("../images/form_banner.png") center/cover no-repeat;
}
@media (max-width: 991.98px) {
  .page-form-img {
    display: none;
  }
}
.page-form-img .form-achieve-items {
  left: 30px;
  z-index: 5;
  bottom: 148px;
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .page-form-img .form-achieve-items {
    bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .page-form-img .form-achieve-items {
    bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .page-form-img .form-achieve-items {
    bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .page-form-img .form-achieve-items {
    bottom: 40px;
  }
}
.page-form-img .form-achieve-item {
  border-radius: 12px;
  min-width: 150px;
  min-height: 150px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
  row-gap: 12px;
}
.page-form-img .form-achieve-item .achieve-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(9.6000003815px);
          backdrop-filter: blur(9.6000003815px);
}
.page-form-img .form-achieve-item .achieve-item-icon img {
  width: 32px;
  height: 32px;
}
.page-form-img .form-achieve-item .achieve-item-info-val {
  color: black;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.55);
}
.page-form-content .form-content-head .form-head-left .site-icon {
  max-width: 182px;
}
.page-form-content .form-content-head .form-head-right a {
  color: #5d5d5d;
}
.page-form-content .form-content-body {
  max-width: 480px;
}
.page-form-content .form-content-body .form-ttl {
  margin-bottom: 8px;
}
.page-form-content .form-content-body .form-block-elem {
  margin-top: 32px !important;
}
.page-form-content .form-content-body .remember-and-forgot-block {
  padding: 20px 0;
}
.page-form-content .form-content-body .form-btn button {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border-radius: 8px;
  vertical-align: middle;
}
.page-form-content .form-content-body .form-separator {
  margin-top: 24px;
  margin-bottom: 20px;
}
.page-form-content .form-content-body .form-separator .separator-line {
  background: #d1d1d1;
  height: 1px;
}
.page-form-content .form-content-body .form-separator .separator-text {
  padding-right: 12px;
  padding-left: 12px;
}
.page-form-content .form-content-body .form-auth-options {
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.page-form-content .form-content-body .form-auth-options .auth-option-item {
  width: 60px;
  height: 60px;
}
.page-form-content .form-content-body .form-auth-options .auth-option-link {
  transition: all ease-in-out 300ms;
}
.page-form-content .form-content-body .form-auth-options .auth-option-link:hover {
  transform: scale(1.1);
}
.page-form-content .form-content-foot .form-foot-text {
  max-width: 420px;
}

.form-otp-elems {
  grid-template-columns: repeat(4, 50px);
  gap: 12px;
  margin-bottom: 40px;
  margin-top: 8px;
}
.form-otp-elems .otp-elem {
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.form-otp-elems .otp-elem.has-otp-val input {
  border-color: #454545;
}
.form-otp-elems .otp-elem input {
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  font-size: 32px;
  font-weight: 400;
}
.form-otp-elems .otp-elem input:focus {
  border-color: #454545;
}

.form-custom .form-select, .form-custom .form-control {
  height: 42px !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #5d5d5d !important;
  box-shadow: none;
  background-color: #f6f6f6;
}
.form-custom .form-select::-moz-placeholder, .form-custom .form-control::-moz-placeholder {
  color: #5d5d5d !important;
}
.form-custom .form-select::placeholder, .form-custom .form-control::placeholder {
  color: #5d5d5d !important;
}
.form-custom textarea.form-control {
  height: 135px !important;
}
.form-custom .form-select {
  background-size: 20px 20px !important;
  color: #5d5d5d !important;
  font-size: 14px !important;
}

.checkbox-option {
  position: relative;
}
.checkbox-option-input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.checkbox-option-input:checked + .checkbox-option-text {
  background: #1d3363;
  color: #fff !important;
}
.checkbox-option-text {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
  transition: all ease-in-out 300ms;
}

.custom-switch {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.custom-switch-label {
  margin-left: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-switch-input {
  position: absolute;
  opacity: 0;
  display: none;
  width: 0;
  height: 0;
}
.custom-switch-trigger {
  position: relative;
  height: 24px;
  width: 40px;
  border-radius: 100vh;
  transition: all ease-in-out 300ms;
  background-color: #d1d1d1;
}
.custom-switch-trigger::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #fff;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 100%;
}

.custom-switch input:checked ~ .custom-switch-trigger::after {
  left: calc(100% - 20px);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrow-down'%3E%3Cpath id='Vector' d='M15.8008 7L10.8008 12L5.80078 7' stroke='%235D5D5D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.form-check-input:focus, .form-check-input:active, .form-check-input:checked {
  box-shadow: none !important;
}
.form-check-input:checked {
  background-color: #1d3363 !important;
  border-color: #1d3363 !important;
}

.password-form-elem .form-elem-icon {
  pointer-events: initial !important;
}
.password-form-elem .form-elem-icon.show-password .un-slashed {
  display: inline-flex;
}
.password-form-elem .form-elem-icon.show-password .slashed {
  display: none;
}
.password-form-elem .form-elem-icon img {
  pointer-events: none;
}
.password-form-elem .un-slashed {
  display: none;
}

.page-breadcrumb::after {
  content: "";
  background: url("../images/breadcrumb_banner.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-breadcrumb-content {
  position: relative;
  z-index: 1;
}
.page-breadcrumb .breadcrumb {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.page-breadcrumb .breadcrumb-ttl {
  color: #fff !important;
  font-weight: 500 !important;
}
.page-breadcrumb .breadcrumb-ttl + nav {
  margin-top: 24px !important;
}
.page-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.page-breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.page-breadcrumb .breadcrumb-item:first-child .breadcrumb-link {
  margin-left: 0;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #fff;
  padding-left: 0;
}
.page-breadcrumb .breadcrumb-item.active .breadcrumb-link {
  color: #fff;
}
.page-breadcrumb .breadcrumb-item::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url("../icons/chevron_left_white.svg") center/cover no-repeat;
  top: 50%;
}
.page-breadcrumb .breadcrumb-link {
  margin-left: 8px;
  color: #d1d1d1;
  transition: all ease-in-out 300ms;
}
.page-breadcrumb .breadcrumb-link:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .page-sc-pagination {
    flex-direction: column;
  }
}
.page-sc-pagination .pagination-show-block .form-select {
  width: 54px;
  height: 28px !important;
  padding: 0 8px !important;
  border-radius: 4px !important;
  background-position: right 0.2rem center !important;
}
.page-sc-pagination .pagination-numbers-block .page-item .page-link {
  border-radius: 8px !important;
  border: 1px solid #e7e7e7;
  background: #f6f6f6;
  color: #5d5d5d !important;
}
.page-sc-pagination .pagination-numbers-block .page-item .page-link.active, .page-sc-pagination .pagination-numbers-block .page-item .page-link:hover {
  border-radius: 8px;
  border: 1px solid #c0e0fd !important;
  background: #eff7ff !important;
  color: #2975e7 !important;
}

.sc-hero-explore-tabs {
  padding: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  max-width: 1145px;
  background: #fff;
  box-shadow: 0px 219px 61px 0px rgba(158, 158, 158, 0), 0px 140px 56px 0px rgba(158, 158, 158, 0.01), 0px 79px 47px 0px rgba(158, 158, 158, 0.03), 0px 35px 35px 0px rgba(158, 158, 158, 0.04), 0px 9px 19px 0px rgba(158, 158, 158, 0.05);
}
@media (max-width: 991.98px) {
  .sc-hero-explore-tabs {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .sc-hero-explore-tabs {
    padding: 16px;
  }
}
.sc-hero-explore-tabs .hero-explore-tab-heads {
  gap: 16px;
}
@media (max-width: 767.98px) {
  .sc-hero-explore-tabs .hero-explore-tab-heads {
    flex-wrap: wrap;
  }
}
.sc-hero-explore-tabs .hero-explore-tab-head {
  background: #f6f6f6;
  border-radius: 20px;
  padding: 24px 12px;
  border: 1px solid #f6f6f6;
  min-width: 140px;
}
@media (max-width: 767.98px) {
  .sc-hero-explore-tabs .hero-explore-tab-head {
    width: calc(50% - 8px);
  }
}
.sc-hero-explore-tabs .hero-explore-tab-head.active {
  background: #eff7ff;
  border-color: #dbe7f4;
}
.sc-hero-explore-tabs .hero-explore-tab-head.active .tab-head-icon img.active-icon {
  display: inline-flex;
}
.sc-hero-explore-tabs .hero-explore-tab-head.active .tab-head-icon img.default-icon {
  display: none;
}
.sc-hero-explore-tabs .hero-explore-tab-head.active .tab-head-name {
  color: #1d3363;
}
.sc-hero-explore-tabs .hero-explore-tab-head:hover {
  background: #eff7ff;
  border-color: #dbe7f4;
}
.sc-hero-explore-tabs .hero-explore-tab-head .tab-head-icon {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #fff;
}
.sc-hero-explore-tabs .hero-explore-tab-head .tab-head-icon img {
  width: 32px;
  height: 32px;
}
.sc-hero-explore-tabs .hero-explore-tab-head .tab-head-icon img.active-icon {
  display: none;
}
.sc-hero-explore-tabs .hero-explore-tab-head .tab-head-name {
  color: #5d5d5d;
}
.sc-hero-explore-tabs .hero-explore-tab-items {
  margin-top: 40px;
  max-width: 880px;
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-item {
  display: grid;
  row-gap: 4px;
  margin-bottom: 24px;
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-item:hover .tab-item-img img {
  filter: grayscale(0);
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-item .tab-item-img {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-item .tab-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  transition: all ease-in-out 300ms;
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-item .tab-item-ttl {
  font-size: 14px;
  color: #5d5d5d;
  text-align: center;
}
.sc-hero-explore-tabs .hero-explore-tab-items .hero-explore-tab-link {
  height: 200px;
  row-gap: 14px !important;
}

.print-commitment-tabs .nav-tabs .nav-link {
  padding: 12px;
  color: #5d5d5d;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.print-commitment-tabs .nav-tabs .nav-link:focus, .print-commitment-tabs .nav-tabs .nav-link:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.print-commitment-tabs .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #ffa500;
  color: #ffa500;
}
.print-commitment-tabs .tab-content {
  margin-top: 24px;
}
.print-commitment-tabs .tab-content-block {
  max-width: 950px;
  padding-top: 40px;
}
@media (max-width: 991.98px) {
  .print-commitment-tabs .tab-content-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .print-commitment-tabs .tab-content-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.print-commitment-tabs .tab-content-block h1,
.print-commitment-tabs .tab-content-block h2,
.print-commitment-tabs .tab-content-block h3,
.print-commitment-tabs .tab-content-block h4,
.print-commitment-tabs .tab-content-block h5,
.print-commitment-tabs .tab-content-block h6 {
  color: #454545;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.45;
}
.print-commitment-tabs .tab-content-block p {
  font-size: 14px;
  font-weight: 400;
  font-size: normal;
  color: #5d5d5d;
}
.print-commitment-tabs .tab-content-block-left, .print-commitment-tabs .tab-content-block-right {
  padding: 16px;
}
@media (max-width: 991.98px) {
  .print-commitment-tabs .tab-content-block-right img {
    max-width: 400px;
  }
}

.sc-product-detail-tab .tab-content .tab-pane p,
.sc-product-detail-tab .tab-content .tab-pane ul,
.sc-product-detail-tab .tab-content .tab-pane a {
  color: #5d5d5d !important;
}
.sc-product-detail-tab .tab-content .tab-pane ul {
  list-style-type: disc;
  padding-left: 26px;
}

.product-grid .grid-head-ttl {
  color: #3d3d3d;
}
.product-grid-head {
  flex-wrap: wrap;
  row-gap: 12px;
}

.product-grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .product-grid-list {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .product-grid-list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .product-grid-list {
    grid-template-columns: 100%;
  }
}

.product-card {
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
  display: grid;
  overflow: hidden;
}
.product-card .product-card-img-wrapper {
  height: 405px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-card .product-card-img-wrapper:hover .product-explore-overlay {
  visibility: visible;
  opacity: 1;
  text-decoration: none;
}
.product-card .product-card-img-wrapper .product-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product-card-img-wrapper .product-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.product-card .product-card-img-wrapper .product-wishlist-btn .in-wishlist {
  display: none;
}
.product-card .product-card-img-wrapper .product-wishlist-btn .product-wishlist-check {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.product-card .product-card-img-wrapper .product-wishlist-btn .product-wishlist-check:checked + .product-wishlist-icons .not-in-wishlist {
  display: none;
}
.product-card .product-card-img-wrapper .product-wishlist-btn .product-wishlist-check:checked + .product-wishlist-icons .in-wishlist {
  display: block;
}
.product-card .product-card-img-wrapper .product-explore-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.product-card .product-card-img-wrapper .product-explore-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .product-card-body {
  background: #f6f6f6;
  padding: 12px;
  text-align: center;
}
.product-card .product-card-ttl {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #454545;
}
.product-card .product-card-price-info {
  color: #808080;
  font-size: 14px;
  margin-top: 4px;
}

.product-sizes-variants .size-variant-item {
  position: relative;
}
.product-sizes-variants .size-variant-item-check {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.product-sizes-variants .size-variant-item-check:checked + .size-variant-item-text {
  color: #1d3363 !important;
  outline: 2px solid #1d3363;
  outline-offset: -1px;
}
.product-sizes-variants .size-variant-item-text {
  min-width: 60px;
  padding: 4px 12px;
  border: 1px solid #d9d9d9;
}

.product-colors-variants .color-variant-item {
  position: relative;
  transition: all ease-in-out 300ms;
}
.product-colors-variants .color-variant-item:hover {
  scale: 1.1;
}
.product-colors-variants .color-variant-item-check {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.product-colors-variants .color-variant-item-check:checked + .color-variant-item-box {
  outline: 2px solid #1d3363;
  outline-offset: 2px;
}
.product-colors-variants .color-variant-item-box {
  width: 24px;
  height: 24px;
  border: 1px solid #d9d9d9;
}

.form-elem-qty input {
  max-width: 155px;
}

table {
  width: 100%;
  max-width: 100%;
}
table th {
  padding: 8.5px 10px;
}
table td {
  padding: 20px 10px;
}

.table-wrapper {
  border-radius: 4px;
  overflow-x: scroll;
}
.table-wrapper table {
  min-width: 800px;
}
.table-wrapper th,
.table-wrapper td {
  color: #5d5d5d;
  font-size: 14px;
}
.table-wrapper thead th {
  background: #f6f6f6;
  font-weight: 400;
  border-bottom: 0;
  text-align: center;
}
.table-wrapper tbody td {
  border-bottom: 1px solid #f6f6f6;
  vertical-align: middle;
  text-align: center;
}
.table-wrapper tbody .tbl-product-info {
  min-width: 450px;
  width: 450px;
  grid-template-columns: 80px auto;
}
.table-wrapper tbody .tbl-product-info .tbl-product-img {
  width: 80px;
  height: 80px;
}
.table-wrapper tbody .tbl-product-qty {
  border: 1px solid #e7e7e7;
}
.table-wrapper tbody .tbl-product-qty button img {
  width: 12px;
  height: 12px;
}
.table-wrapper tbody .order-detail-btn:hover {
  color: #2975e7 !important;
}

.sort-dropdown .dropdown-menu {
  border: 1px solid #e7e7e7;
}
.sort-dropdown .dropdown-menu .dropdown-item {
  font-family: "Poppins", sans-serif;
}

.page-header .container {
  max-width: 1472px !important;
}
.page-header-top {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.page-header-top .header-top-brand {
  max-width: 160px;
}
.page-header-top .header-top-search {
  flex: 1;
  max-width: 494px;
}
.page-header-top .header-top-search .search-input-group {
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #eff7ff;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.page-header-top .header-top-search .search-input-group input {
  height: 40px;
}
.page-header-top .header-top-search .search-input-group input::-moz-placeholder {
  color: #94a3b8 !important;
}
.page-header-top .header-top-search .search-input-group input::placeholder {
  color: #94a3b8 !important;
}
@media (max-width: 479.98px) {
  .page-header-top .header-top-profile {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}
.page-header-top .header-top-profile .profile-icon {
  width: 42px;
  height: 42px;
}
.page-header-top .header-top-profile .auth-btn {
  min-height: 42px;
  font-weight: 500;
}
.page-header-top .header-top-profile .auth-btn:hover {
  scale: 1.02;
}
@media (max-width: 479.98px) {
  .page-header-top .header-top-profile .auth-btn {
    height: 36px;
    min-height: 36px;
    border-radius: 4px;
  }
}

.nav-top-search .search-input-group {
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #eff7ff;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.nav-top-search .search-input-group input {
  height: 40px;
}
.nav-top-search .search-input-group input::-moz-placeholder {
  color: #94a3b8 !important;
}
.nav-top-search .search-input-group input::placeholder {
  color: #94a3b8 !important;
}

.page-header-nav {
  border-bottom: 1px solid #e7e7e7;
}
.page-header-nav .nav-link-text:hover {
  text-decoration: underline !important;
}
.page-header-nav .nav-link .nav-link-dropdown-icon {
  transition: all ease-in-out 300ms;
}
@media (max-width: 1199.98px) {
  .page-header-nav .nav-link .nav-link-dropdown-icon.rotate-180 {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .page-header-nav .nav-link .nav-link-dropdown-icon.rotate-180 {
    transform: rotate(180deg);
  }
}
.page-header-nav .header-nav-right .nav-list {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.page-header-nav .header-nav-right .nav-item:last-child {
  padding-right: 0;
}
.page-header-nav .header-nav-right .nav-link-icon {
  display: inline-flex;
  min-width: 20px;
}
.page-header-nav .header-nav-right .nav-link-text:hover {
  text-decoration: underline !important;
}
.page-header-nav .nav-item {
  padding: 8px 12px;
}
@media (max-width: 1499.98px) {
  .page-header-nav .nav-item {
    padding: 8px;
  }
}
.page-header-nav .nav-item-home {
  position: relative;
}
.page-header-nav .nav-item-home::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  height: 12px;
  width: 1px;
  background: #d1d1d1;
}
.page-header-nav .nav-link {
  gap: 10px;
}
@media (max-width: 1499.98px) {
  .page-header-nav .nav-link {
    gap: 6px;
  }
}
.page-header-nav .nav-link-text {
  color: #5d5d5d;
  font-size: 14px;
  white-space: nowrap;
}
.page-header-nav .nav-link-text:hover {
  color: #1d3363;
}
.page-header-nav .nav-link-dropdown-icon {
  width: 12px;
  height: 12px;
}
.page-header .header-nav-content {
  position: relative;
}
.page-header .header-mega-menu-list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.page-header .header-mega-menu-item {
  padding: 24px;
  top: 100%;
  left: 16px;
  right: 16px;
  box-shadow: 0px 173px 48px 0px rgba(138, 138, 138, 0), 0px 111px 44px 0px rgba(138, 138, 138, 0.01), 0px 62px 37px 0px rgba(138, 138, 138, 0.03), 0px 28px 28px 0px rgba(138, 138, 138, 0.04), 0px 7px 15px 0px rgba(138, 138, 138, 0.05);
  border-radius: 0px 0px 24px 24px;
  opacity: 0;
  display: none;
  position: absolute;
  background: #fff;
}
.page-header .header-mega-menu-item.show {
  display: block;
  opacity: 1;
  z-index: 20;
}
.page-header .header-mega-menu-item .mega-menu-main {
  display: grid;
  grid-template-columns: 58% auto;
  -moz-column-gap: 96px;
       column-gap: 96px;
  margin-bottom: 24px;
}
@media (max-width: 1499.98px) {
  .page-header .header-mega-menu-item .mega-menu-main {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.page-header .header-mega-menu-item .mega-menu-nav-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.page-header .header-mega-menu-item .mega-menu-nav-group {
  padding-top: 12px;
  padding-bottom: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.page-header .header-mega-menu-item .mega-menu-nav-list li {
  padding: 9px 12px;
}
.page-header .header-mega-menu-item .mega-menu-nav-list li a {
  color: #454545;
  text-decoration: none;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item .block-item-btn {
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
  margin-top: 44px;
  border-radius: 8px;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item .block-item-ttl {
  margin-bottom: 12px !important;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item.bg-alice-blue .block-item-btn {
  border: 1px solid #c0e0fd;
  color: #1d3363;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item.bg-alice-blue .block-item-btn:hover {
  background: #1d3363;
  color: #fff;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item.bg-ivory .block-item-btn {
  border: 1px solid #e27c00;
  color: #984208;
}
.page-header .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item.bg-ivory .block-item-btn:hover {
  background: #984208;
  color: #fff;
}
.page-header .header-mega-menu-item .mega-menu-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 12px 12px 0 12px;
}
.page-header .header-mega-menu-item .mega-menu-bottom .services-info-item-square {
  width: 20px;
  height: 20px;
  background: #d9d9d9;
}
@media (max-width: 1199.98px) {
  .page-header .header-nav-group {
    border: 1px solid #e7e7e7;
    padding: 16px;
    flex-direction: column;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 1000;
    width: 280px;
    box-shadow: 0px 173px 48px 0px rgba(138, 138, 138, 0), 0px 111px 44px 0px rgba(138, 138, 138, 0.01), 0px 62px 37px 0px rgba(138, 138, 138, 0.03), 0px 28px 28px 0px rgba(138, 138, 138, 0.04), 0px 7px 15px 0px rgba(138, 138, 138, 0.05);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateX(-100%);
  }
  .page-header .header-nav-group.show {
    transform: translateX(0);
  }
  .page-header .header-nav-group .nav-list {
    flex-direction: column;
    align-items: stretch !important;
  }
  .page-header .header-nav-group .nav-item:not(.nav-item-home) .nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-header .header-nav-group .nav-item.nav-item-home::after {
    display: none;
  }
  .page-header .header-nav-group .header-mega-menu-item {
    top: 0;
    left: calc(100% + 4px);
    width: 720px;
    padding: 16px;
    border-radius: 16px;
  }
}
@media (max-width: 1199.98px) and (max-width: 1024px) {
  .page-header .header-nav-group .header-mega-menu-item {
    width: 600px;
  }
}
@media (max-width: 1199.98px) and (max-width: 906px) {
  .page-header .header-nav-group .header-mega-menu-item {
    width: 480px;
  }
}
@media (max-width: 1199.98px) {
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-main {
    grid-template-columns: 100%;
  }
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-bottom {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-services-info {
    flex-wrap: wrap;
    gap: 12px;
  }
  .page-header .header-nav-group .header-mega-menu-item .services-info-item {
    width: calc(50% - 12px);
  }
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-nav-list li {
    padding: 4px 6px;
  }
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-blocks .mega-menu-block-item {
    padding: 10px !important;
    border-radius: 8px !important;
  }
  .page-header .header-nav-group .header-mega-menu-item .mega-menu-blocks .block-item-btn {
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header .header-nav-group {
    width: 260px;
  }
}
@media (max-width: 767.98px) {
  .page-header .header-nav-group {
    width: 100%;
  }
  .page-header .header-nav-group .nav-item {
    position: relative !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-header .header-nav-group .header-mega-menu-item {
    position: relative !important;
    top: 100%;
    left: 0;
    width: 100%;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .page-header .header-nav-group .mega-menu-blocks,
  .page-header .header-nav-group .mega-menu-bottom {
    display: none !important;
  }
  .page-header .header-nav-group .mega-menu-main {
    margin-bottom: 0 !important;
  }
  .page-header .header-nav-group .mega-menu-nav-group {
    padding: 0 !important;
  }
  .page-header .header-nav-group .mega-menu-nav-head {
    padding-bottom: 12px !important;
  }
}

.page-footer {
  background: #1c3362;
}
.page-footer .footer-top {
  border-bottom: 1px solid #365080;
}
.page-footer .footer-top-grid {
  grid-template-columns: 23% auto;
  -moz-column-gap: 136px;
       column-gap: 136px;
}
@media (max-width: 1199.98px) {
  .page-footer .footer-top-grid {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media (max-width: 991.98px) {
  .page-footer .footer-top-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-footer .footer-top-grid {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
.page-footer .footer-top .footer-brand-img {
  max-width: 250px;
}
.page-footer .footer-top .footer-nav-link {
  transition: all ease-in-out 300ms;
}
.page-footer .footer-top .footer-nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}
.page-footer .footer-top .footer-nav-item .footer-social-link img {
  transition: all ease-in-out 300ms;
}
.page-footer .footer-top .footer-nav-item .footer-social-link img:hover {
  scale: 1.1 !important;
}
@media (max-width: 991.98px) {
  .page-footer .footer-top-right {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .page-footer .footer-top-right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .page-footer .footer-top-right {
    grid-template-columns: 100%;
  }
}
.page-footer .footer-bottom {
  row-gap: 16px;
}
@media (max-width: 767.98px) {
  .page-footer .footer-bottom .footer-links {
    justify-content: center;
  }
}
.page-footer .footer-bottom .footer-link-item a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.page-sc-hero {
  min-height: 800px;
  position: relative;
}
.page-sc-hero .hero-image-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-sc-hero .sc-hero-content {
  padding-top: 100px;
  padding-bottom: 260px;
  grid-template-columns: auto 420px;
  -moz-column-gap: 130px;
       column-gap: 130px;
}
@media (max-width: 1199.98px) {
  .page-sc-hero .sc-hero-content {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 991.98px) {
  .page-sc-hero .sc-hero-content {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
@media (max-width: 575.98px) {
  .page-sc-hero .sc-hero-content {
    padding-bottom: 180px;
  }
}
@media (max-width: 575.98px) {
  .page-sc-hero .sc-hero-content .hero-text-container {
    text-align: center;
  }
}
.page-sc-hero .sc-hero-content .hero-left .hero-ttl {
  font-size: 42px;
  color: #1d3363;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .page-sc-hero .sc-hero-content .hero-left .hero-ttl {
    font-size: 32px;
  }
}
.page-sc-hero .sc-hero-content .hero-left .hero-lead {
  color: #454545;
}
@media (max-width: 991.98px) {
  .page-sc-hero .sc-hero-content .hero-right {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-sc-hero .sc-hero-content .hero-product-slider {
  mix-blend-mode: multiply;
}
.page-sc-hero .sc-hero-content .hero-product-slider .hero-slider-item img {
  mix-blend-mode: multiply;
}
.page-sc-hero .sc-hero-content .hero-btn-group {
  gap: 16px;
  margin-top: 40px;
}
.page-sc-hero .sc-hero-content .hero-btn-group .btn {
  min-height: 48px;
  font-size: 16px;
  border-radius: 8px;
}
.page-sc-hero .sc-hero-content .hero-btn-group .btn:hover {
  scale: 1.02;
}
.page-sc-hero .sc-hero-content .hero-btn-group .btn-text {
  font-weight: 500 !important;
}
@media (max-width: 575.98px) {
  .page-sc-hero .sc-hero-content .hero-btn-group .btn {
    flex: 1;
  }
}
.page-sc-hero .sc-hero-content .achieve-items {
  margin-top: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991.98px) {
  .page-sc-hero .sc-hero-content .achieve-items {
    position: relative !important;
  }
}
@media (max-width: 575.98px) {
  .page-sc-hero .sc-hero-content .achieve-items {
    margin-top: 32px;
    justify-content: center;
  }
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item {
  row-gap: 12px;
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item-separator {
  background: #e7e7e7;
  width: 1px;
  height: 122px;
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item-icon {
  background: #dcedfd;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item-icon img {
  width: 24px;
  height: 24px;
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item-info-val {
  color: #214eac;
}
.page-sc-hero .sc-hero-content .achieve-items .achieve-item-info-stat {
  color: #5d5d5d;
}

.page-sc-hero-explore {
  position: relative;
  margin-top: -190px;
  z-index: 10;
  margin-bottom: 100px;
}
@media (max-width: 1199.98px) {
  .page-sc-hero-explore {
    margin-top: -140px;
  }
}
@media (max-width: 767.98px) {
  .page-sc-hero-explore {
    margin-bottom: 80px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-hero-explore {
    margin-bottom: 60px;
  }
}

.page-sc-banner-01 .sc-banner-01-content,
.page-sc-banner-01 .sc-banner-02-content,
.page-sc-banner-01 .sc-banner-03-content,
.page-sc-banner-02 .sc-banner-01-content,
.page-sc-banner-02 .sc-banner-02-content,
.page-sc-banner-02 .sc-banner-03-content,
.page-sc-banner-03 .sc-banner-01-content,
.page-sc-banner-03 .sc-banner-02-content,
.page-sc-banner-03 .sc-banner-03-content {
  background: #1d3363;
  padding: 40px 40px 36px 40px;
  border-radius: 24px;
}
@media (max-width: 575.98px) {
  .page-sc-banner-01 .sc-banner-01-content,
  .page-sc-banner-01 .sc-banner-02-content,
  .page-sc-banner-01 .sc-banner-03-content,
  .page-sc-banner-02 .sc-banner-01-content,
  .page-sc-banner-02 .sc-banner-02-content,
  .page-sc-banner-02 .sc-banner-03-content,
  .page-sc-banner-03 .sc-banner-01-content,
  .page-sc-banner-03 .sc-banner-02-content,
  .page-sc-banner-03 .sc-banner-03-content {
    padding: 24px 24px 20px 24px;
    border-radius: 12px;
  }
}
.page-sc-banner-01 .sc-banner-01-content::before, .page-sc-banner-01 .sc-banner-01-content::after,
.page-sc-banner-01 .sc-banner-02-content::before,
.page-sc-banner-01 .sc-banner-02-content::after,
.page-sc-banner-01 .sc-banner-03-content::before,
.page-sc-banner-01 .sc-banner-03-content::after,
.page-sc-banner-02 .sc-banner-01-content::before,
.page-sc-banner-02 .sc-banner-01-content::after,
.page-sc-banner-02 .sc-banner-02-content::before,
.page-sc-banner-02 .sc-banner-02-content::after,
.page-sc-banner-02 .sc-banner-03-content::before,
.page-sc-banner-02 .sc-banner-03-content::after,
.page-sc-banner-03 .sc-banner-01-content::before,
.page-sc-banner-03 .sc-banner-01-content::after,
.page-sc-banner-03 .sc-banner-02-content::before,
.page-sc-banner-03 .sc-banner-02-content::after,
.page-sc-banner-03 .sc-banner-03-content::before,
.page-sc-banner-03 .sc-banner-03-content::after {
  position: absolute;
  content: "";
  background-size: auto;
  background-repeat: no-repeat;
  top: 0;
}
.page-sc-banner-01 .sc-banner-01-content::before,
.page-sc-banner-01 .sc-banner-02-content::before,
.page-sc-banner-01 .sc-banner-03-content::before,
.page-sc-banner-02 .sc-banner-01-content::before,
.page-sc-banner-02 .sc-banner-02-content::before,
.page-sc-banner-02 .sc-banner-03-content::before,
.page-sc-banner-03 .sc-banner-01-content::before,
.page-sc-banner-03 .sc-banner-02-content::before,
.page-sc-banner-03 .sc-banner-03-content::before {
  width: 243px;
  height: 243px;
  left: 0;
  background-image: url("../images/shapes/circle_light.svg");
}
@media (max-width: 991.98px) {
  .page-sc-banner-01 .sc-banner-01-content::before,
  .page-sc-banner-01 .sc-banner-02-content::before,
  .page-sc-banner-01 .sc-banner-03-content::before,
  .page-sc-banner-02 .sc-banner-01-content::before,
  .page-sc-banner-02 .sc-banner-02-content::before,
  .page-sc-banner-02 .sc-banner-03-content::before,
  .page-sc-banner-03 .sc-banner-01-content::before,
  .page-sc-banner-03 .sc-banner-02-content::before,
  .page-sc-banner-03 .sc-banner-03-content::before {
    scale: 0.9;
  }
}
.page-sc-banner-01 .sc-banner-01-content::after,
.page-sc-banner-01 .sc-banner-02-content::after,
.page-sc-banner-01 .sc-banner-03-content::after,
.page-sc-banner-02 .sc-banner-01-content::after,
.page-sc-banner-02 .sc-banner-02-content::after,
.page-sc-banner-02 .sc-banner-03-content::after,
.page-sc-banner-03 .sc-banner-01-content::after,
.page-sc-banner-03 .sc-banner-02-content::after,
.page-sc-banner-03 .sc-banner-03-content::after {
  width: 133px;
  height: 153px;
  right: 0;
  background-image: url("../images/shapes/circle_yellow.svg");
}
.page-sc-banner-01 .sc-banner-01-content .sc-banner-left,
.page-sc-banner-01 .sc-banner-02-content .sc-banner-left,
.page-sc-banner-01 .sc-banner-03-content .sc-banner-left,
.page-sc-banner-02 .sc-banner-01-content .sc-banner-left,
.page-sc-banner-02 .sc-banner-02-content .sc-banner-left,
.page-sc-banner-02 .sc-banner-03-content .sc-banner-left,
.page-sc-banner-03 .sc-banner-01-content .sc-banner-left,
.page-sc-banner-03 .sc-banner-02-content .sc-banner-left,
.page-sc-banner-03 .sc-banner-03-content .sc-banner-left {
  z-index: 1;
}
.page-sc-banner-01 .sc-banner-01-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-01 .sc-banner-02-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-01 .sc-banner-03-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-02 .sc-banner-01-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-02 .sc-banner-02-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-02 .sc-banner-03-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-03 .sc-banner-01-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-03 .sc-banner-02-content .sc-banner-left .banner-ttl-group,
.page-sc-banner-03 .sc-banner-03-content .sc-banner-left .banner-ttl-group {
  margin-bottom: 40px;
  margin-top: 30px;
}

.page-sc-banner-01 .sc-banner-01-content {
  grid-template-columns: auto 387px;
}
@media (max-width: 767.98px) {
  .page-sc-banner-01 .sc-banner-01-content {
    grid-template-columns: 100%;
  }
}
.page-sc-banner-01 .sc-banner-01-content .sc-banner-right {
  margin-bottom: -114px;
}
@media (max-width: 767.98px) {
  .page-sc-banner-01 .sc-banner-01-content .sc-banner-right {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-sc-banner-01 .sc-banner-01-content .banner-btn-group .btn {
    flex: 1;
  }
}
.page-sc-banner-01 .sc-banner-01-content .banner-btn-group .btn.btn-white:hover {
  background: transparent !important;
  color: #fff !important;
  font-weight: 500;
}
.page-sc-banner-01 .sc-banner-01-content .banner-btn-group .btn.btn-transparent:hover {
  background: #fff !important;
  color: #1d3363 !important;
  font-weight: 500;
}

.page-sc-banner-02 .sc-banner-02-content {
  grid-template-columns: auto auto;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media (max-width: 991.98px) {
  .page-sc-banner-02 .sc-banner-02-content {
    grid-template-columns: 100%;
    row-gap: 40px !important;
  }
}
.page-sc-banner-02 .sc-banner-02-content .banner-ttl {
  margin-bottom: 12px;
}
.page-sc-banner-02 .sc-banner-02-content .banner-input {
  margin-top: 40px;
}
.page-sc-banner-02 .sc-banner-02-content .banner-input input {
  width: 100%;
  padding: 12px 16px;
  background-color: transparent;
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px;
}
.page-sc-banner-02 .sc-banner-02-content .banner-input input::-moz-placeholder {
  color: #d9d9d9;
}
.page-sc-banner-02 .sc-banner-02-content .banner-input input::placeholder {
  color: #d9d9d9;
}
.page-sc-banner-02 .sc-banner-02-content .sc-banner-right img {
  max-width: 418px;
  margin-bottom: -24px;
}

.page-sc-banner-03 .sc-banner-03-content {
  background: #fffcea;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px 40px 0 40px;
}
@media (max-width: 991.98px) {
  .page-sc-banner-03 .sc-banner-03-content {
    grid-template-columns: 100%;
  }
}
.page-sc-banner-03 .sc-banner-03-content .shape-one {
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .page-sc-banner-03 .sc-banner-03-content .shape-one {
    width: 90px;
  }
}
.page-sc-banner-03 .sc-banner-03-content .banner-ttl {
  color: #984208 !important;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.page-sc-banner-03 .sc-banner-03-content .banner-btn-group {
  margin-bottom: 36px;
}
.page-sc-banner-03 .sc-banner-03-content .sc-banner-left {
  max-width: 576px;
}
@media (max-width: 991.98px) {
  .page-sc-banner-03 .sc-banner-03-content .sc-banner-left {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .page-sc-banner-03 .sc-banner-03-content .sc-banner-right {
    display: none !important;
  }
}
.page-sc-banner-03 .sc-banner-03-content .sc-banner-right img {
  max-width: 317px;
}
.page-sc-banner-03 .sc-banner-03-content::before {
  width: 243px;
  height: 243px;
  left: 0;
  background-image: url("../images/shapes/circle_yellow_light.svg");
}
@media (max-width: 991.98px) {
  .page-sc-banner-03 .sc-banner-03-content::before {
    scale: 0.9;
  }
}
@media (max-width: 575.98px) {
  .page-sc-banner-03 .sc-banner-03-content::after {
    right: -19px;
    top: -25px;
    scale: 0.7;
  }
}

.page-sc-quote-carousel {
  min-height: 630px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-sc-quote-carousel .quote-carousel-item {
  padding-top: 86px;
  padding-bottom: 86px;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-body {
  max-width: 660px;
  margin-bottom: 200px;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-body .carousel-item-count {
  font-size: 36px;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-body .carousel-item-ttl {
  font-size: 54px;
  margin-top: 8px;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .page-sc-quote-carousel .quote-carousel-item .carousel-item-body .carousel-item-ttl {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .page-sc-quote-carousel .quote-carousel-item .carousel-item-body .carousel-item-ttl {
    font-size: 40px;
  }
}
@media (max-width: 479.98px) {
  .page-sc-quote-carousel .quote-carousel-item .carousel-item-body .carousel-item-ttl {
    font-size: 32px;
  }
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-foot .carousel-social-link {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 300ms;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-foot .carousel-social-link img {
  transition: all ease-in-out 300ms;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-foot .carousel-social-link:hover {
  opacity: 0.8;
}
.page-sc-quote-carousel .quote-carousel-item .carousel-item-foot .carousel-social-link:hover img {
  scale: 1.1;
}

.page-sc-services .services-list {
  margin-top: 80px;
}
.page-sc-services .services-list .services-item {
  grid-template-columns: auto 200px;
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 575.98px) {
  .page-sc-services .services-list .services-item {
    grid-template-columns: 100%;
    row-gap: 20px !important;
  }
}
.page-sc-services .services-list .services-item-wrapper {
  padding: 12px;
}
.page-sc-services .services-list .services-item-right {
  height: 200px;
  width: 200px;
  border-radius: 12px;
}
@media (max-width: 575.98px) {
  .page-sc-services .services-list .services-item-right {
    width: 100%;
  }
}
.page-sc-services .services-list .services-item-badge {
  color: #5d5d5d;
  background: #f6f6f6;
  padding: 4.5px 8px;
}
.page-sc-services .services-list .services-item-ttl {
  margin-top: 9px;
  margin-bottom: 9px;
}
.page-sc-services .services-list .services-item-text {
  margin-bottom: 82px;
}
@media (max-width: 575.98px) {
  .page-sc-services .services-list .services-item-text {
    margin-bottom: 24px;
  }
}
.page-sc-services .services-list .services-item .btn .btn-text {
  font-weight: 600;
}
.page-sc-services .services-list .services-item .btn:hover {
  background: #1d3363 !important;
  border-color: #1d3363 !important;
}
.page-sc-services .services-list .services-item .btn:hover .btn-text {
  color: #fff !important;
}
.page-sc-services .services-list .services-item .btn:hover .btn-icon {
  filter: invert(1) brightness(100);
}

.page-sc-clients .sc-heading-ttl {
  font-size: 42px;
}
.page-sc-clients .clients-items {
  row-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  max-width: 960px;
}
@media (max-width: 767.98px) {
  .page-sc-clients .clients-items {
    gap: 24px;
  }
}
.page-sc-clients .clients-item {
  max-width: 253px;
  height: 54px;
}
@media (max-width: 767.98px) {
  .page-sc-clients .clients-item {
    height: auto;
    max-width: 220px;
  }
}
.page-sc-clients .clients-item-img {
  filter: grayscale(100%);
  transition: all ease-in-out 300ms;
}
.page-sc-clients .clients-item:hover .clients-item-img {
  filter: grayscale(0);
}

.page-sc-print-commitment {
  background: rgba(255, 165, 0, 0.1);
}
.page-sc-print-commitment .sc-heading-ttl {
  color: #e27c00;
}
.page-sc-print-commitment .sc-heading-lead {
  max-width: 1096px;
  color: #475569;
}
.page-sc-print-commitment .print-commitment-tabs {
  margin-top: 60px;
}

.page-sc-trust-reviews {
  background: #eff7ff;
}
.page-sc-trust-reviews .sc-heading-grid {
  flex-wrap: wrap;
  gap: 12px;
}
.page-sc-trust-reviews .trust-reviews-items {
  margin-top: 80px;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item {
  padding-right: 30px;
  padding-left: 30px;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item.variant-one {
  text-align: center;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-trustpilot-star, .page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-item-star {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-trustpilot-star img, .page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-item-star img {
  width: 20px;
  height: 20px;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-item-star {
  background: #49b38d;
}
.page-sc-trust-reviews .trust-reviews-items .trust-review-item .review-verify-icon {
  width: 12px;
  height: 12px;
}
.page-sc-portrait-gallery .portrait-gallery-items .portrait-gallery-item {
  height: 708px;
}
.page-sc-portrait-gallery .portrait-gallery-items .portrait-gallery-item img {
  filter: grayscale(100%);
  transition: all ease-in-out 300ms;
}
.page-sc-portrait-gallery .portrait-gallery-items .portrait-gallery-item:hover img {
  filter: grayscale(0);
}

.page-sc-faq .sc-faq-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 96px;
       column-gap: 96px;
  row-gap: 32px;
}
@media (max-width: 1199.98px) {
  .page-sc-faq .sc-faq-content {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-sc-faq .sc-faq-content {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-sc-faq .sc-faq-content .sc-heading-ttl br {
    display: none;
  }
}
.page-sc-faq .faq-accordion {
  margin-top: 40px;
  display: grid;
  row-gap: 24px;
}
.page-sc-faq .collection-item-img {
  border-radius: 12px;
  overflow: hidden;
}
.page-sc-faq .collection-item-info {
  border-radius: 12px;
  background: #eff7ff;
  border-radius: 12px;
  padding-top: 44px;
  padding-bottom: 44px;
}
.page-sc-faq .collection-item-info-icon {
  width: 42px;
  height: 42px;
}
.page-sc-faq .collection-col-one .collection-item-img {
  height: 235px;
}
@media (max-width: 991.98px) {
  .page-sc-faq .collection-col-one .collection-item-img {
    height: 100%;
  }
}
.page-sc-faq .collection-col-two mt-4 mt-md-0 .collection-item-img {
  height: 279px;
}
.page-sc-faq .accordion-body {
  padding: 12px 16px !important;
}
.page-sc-faq .accordion-button {
  background: #f6f6f6;
  border-radius: 8px !important;
  padding: 12px 16px;
  color: #4e5861;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.page-sc-faq .accordion-button:hover {
  background: #1d3363;
  color: #fff;
  font-weight: 500;
}
.page-sc-faq .accordion-button:hover::after {
  filter: invert(1) brightness(100);
}
@media (max-width: 767.98px) {
  .page-sc-faq .accordion-button {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.page-sc-faq .accordion-button::after {
  background: url("../icons/plus_blue.svg") center/cover no-repeat;
  width: 24px;
  height: 24px;
}
.page-sc-faq .accordion-button[aria-expanded=true]::after {
  transform: rotate(45deg);
}

.page-sc-get-connected {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("../images/contact_banner.png") center/cover no-repeat;
}
.page-sc-get-connected .get-connected-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .page-sc-get-connected .get-connected-grid {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
.page-sc-get-connected .get-connected-grid button[type=submit]:hover {
  background: transparent !important;
  border-color: #fff !important;
}
.page-sc-get-connected .get-connected-info {
  margin-top: 160px;
}
@media (max-width: 575.98px) {
  .page-sc-get-connected .get-connected-info {
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .page-sc-get-connected .get-connected-info-group {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.page-sc-blogs .blogs-grid {
  grid-template-columns: 32% auto;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .page-sc-blogs .blogs-grid {
    grid-template-columns: 100%;
  }
}
.page-sc-blogs .blogs-grid .blogs-item-ttl {
  margin-bottom: 8px;
}
.page-sc-blogs .blogs-grid .blogs-item-img {
  border-radius: 12px;
  overflow: hidden;
  height: 190px;
}
@media (max-width: 991.98px) {
  .page-sc-blogs .blogs-grid .blogs-item-img {
    height: 320px;
  }
}
.page-sc-blogs .blogs-grid-left .blogs-item {
  display: grid;
  gap: 16px;
}
.page-sc-blogs .blogs-grid-right {
  gap: 16px;
}
@media (max-width: 991.98px) {
  .page-sc-blogs .blogs-grid-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .page-sc-blogs .blogs-grid-right {
    grid-template-columns: 100%;
  }
}
.page-sc-blogs .blogs-grid-right .blogs-item {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .page-sc-blogs .blogs-grid-right .blogs-item {
    grid-template-columns: 100%;
  }
}
.page-sc-blogs .blogs-grid-right .blogs-item-img {
  height: 92px;
}
@media (max-width: 991.98px) {
  .page-sc-blogs .blogs-grid-right .blogs-item-img {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .page-sc-creviews .creviews-items {
    grid-template-columns: 100%;
  }
}
.page-sc-creviews .creviews-items .creviews-item {
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
}
.page-sc-creviews .creviews-items .creviews-item-head {
  grid-template-columns: 80px auto;
}
.page-sc-creviews .creviews-items .creviews-item-img {
  width: 80px;
  height: 80px;
}
.page-sc-creviews .creviews-items .creviews-details-top {
  border-bottom: 1px solid #e7e7e7;
}
.page-sc-creviews .creviews-items .creviews-details-bottom {
  margin-top: 12px;
}

.page-sc-features .feature-item-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-sc-features .features-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-features .features-items {
    grid-template-columns: 100%;
  }
}

.page-sc-product-explore .sc-product-explore-grid {
  grid-template-columns: 315px auto;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .page-sc-product-explore .sc-product-explore-grid {
    row-gap: 40px;
    grid-template-columns: 100%;
  }
}
.page-sc-product-explore .product-grid-cats {
  border-right: 1px solid #e7e7e7;
}
.page-sc-product-explore .product-grid-cats .sc-heading {
  margin-bottom: 20px;
}
.page-sc-product-explore .cats-list {
  padding-right: 24px;
}
@media (max-width: 991.98px) {
  .page-sc-product-explore .cats-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-product-explore .cats-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .page-sc-product-explore .cats-list {
    grid-template-columns: 100%;
  }
}
.page-sc-product-explore .cats-list .cats-item {
  border: 1px solid #e7e7e7;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  transition: all ease-in-out 300ms;
}
.page-sc-product-explore .cats-list .cats-item.active, .page-sc-product-explore .cats-list .cats-item:hover {
  background: #eff7ff;
  border-color: #eff7ff;
}
.page-sc-product-explore .cats-list .cats-item.active .cats-subitem input[type=checkbox], .page-sc-product-explore .cats-list .cats-item:hover .cats-subitem input[type=checkbox] {
  background-color: #eff7ff;
}
.page-sc-product-explore .cats-list .cats-sublist {
  margin-top: 16px;
}
.page-sc-product-explore .cats-list .cats-sublist .cats-subitem {
  font-size: 14px;
  color: #888;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  display: flex;
}
.page-sc-product-explore .cats-list .cats-sublist .cats-subitem:last-child {
  margin-bottom: 0;
}
.page-sc-product-explore .cats-list .cats-sublist .cats-subitem .subitem-color {
  padding: 8px;
}
.page-sc-product-explore .cats-list .cats-sublist .cats-subitem .subitem-color-box {
  width: 20px;
  height: 20px;
}
.page-sc-product-explore .product-grid-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199.98px) {
  .page-sc-product-explore .product-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) {
  .page-sc-product-explore .product-grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-product-explore .product-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .page-sc-product-explore .product-grid-list {
    grid-template-columns: 100%;
  }
}

.page-sc-product-detail .sc-product-detail-grid {
  grid-template-columns: 600px auto;
}
@media (max-width: 991.98px) {
  .page-sc-product-detail .sc-product-detail-grid {
    grid-template-columns: 100%;
    row-gap: 40px !important;
  }
}
.page-sc-product-detail .product-detail-preview {
  max-width: 600px !important;
}
.page-sc-product-detail .product-preview-full {
  width: 100%;
  height: 600px;
  max-width: 600px !important;
}
@media (max-width: 991.98px) {
  .page-sc-product-detail .product-preview-full {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .page-sc-product-detail .product-preview-full {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .page-sc-product-detail .product-preview-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.page-sc-product-detail .product-preview-thumbs {
  max-width: 600px !important;
}
@media (max-width: 575.98px) {
  .page-sc-product-detail .product-preview-thumbs {
    gap: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .page-sc-product-detail .product-preview-thumbs {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page-sc-product-detail .product-preview-thumbs .preview-thumb-item {
  width: 135px;
  max-width: 135px !important;
  height: 135px;
  cursor: pointer;
}
@media (max-width: 479.98px) {
  .page-sc-product-detail .product-preview-thumbs .preview-thumb-item {
    width: 70px;
    height: 70px;
  }
}
.page-sc-product-detail .product-preview-thumbs .preview-thumb-item.preview-selected {
  outline: 2px solid #1d3363;
  outline-offset: 3px;
}
.page-sc-product-detail .product-preview-thumbs .preview-thumb-item:hover img {
  filter: grayscale(0);
}
.page-sc-product-detail .product-detail-main .add-to-fav-btn .in-wishlist {
  display: none;
}
.page-sc-product-detail .product-detail-main .add-to-fav-btn .product-wishlist-check {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.page-sc-product-detail .product-detail-main .add-to-fav-btn .product-wishlist-check:checked + .product-wishlist-icons .not-in-wishlist {
  display: none;
}
.page-sc-product-detail .product-detail-main .add-to-fav-btn .product-wishlist-check:checked + .product-wishlist-icons .in-wishlist {
  display: block;
}

.product-nav-tabs {
  border: 1px solid #e7e7e7;
  padding: 24px;
}
.product-nav-tabs .nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.product-nav-tabs .nav-tabs .nav-link {
  color: #888;
  padding: 12px 24px;
}
.product-nav-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #2975e7 !important;
  color: #2975e7 !important;
}

.design-upload-content {
  background: #f6f6f6;
  padding: 40px 24px;
  cursor: pointer;
}

.forgot-pwd-form .form-elem-group {
  margin-bottom: 52px;
}

.page-sc-get-connected .get-connected-right .form-elem {
  row-gap: 8px;
}
.page-sc-get-connected .get-connected-right .form-control::-moz-placeholder {
  color: #94a3b8 !important;
}
.page-sc-get-connected .get-connected-right .form-control::placeholder {
  color: #94a3b8 !important;
}

.page-form .form-elem .form-control.contains-error {
  border-color: #ff5c57 !important;
}
.page-form .form-elem .form-control-wrapper {
  position: relative;
}
.page-form .form-elem .form-control-wrapper .form-elem-icon {
  position: absolute;
  right: 20px;
  top: 27px;
  transform: translateY(-50%);
}

.page-sc-docs .sc-docs-grid {
  grid-template-columns: 330px auto;
}
@media (max-width: 1199.98px) {
  .page-sc-docs .sc-docs-grid {
    grid-template-columns: 100%;
  }
}
.page-sc-docs .sc-docs-grid .docs-grid-content {
  color: #5d5d5d !important;
}
.page-sc-docs .sc-docs-grid .docs-grid-content p,
.page-sc-docs .sc-docs-grid .docs-grid-content span,
.page-sc-docs .sc-docs-grid .docs-grid-content a,
.page-sc-docs .sc-docs-grid .docs-grid-content ul,
.page-sc-docs .sc-docs-grid .docs-grid-content div {
  color: #5d5d5d !important;
}
.page-sc-docs .sc-docs-grid .docs-grid-content p {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .page-sc-docs .sc-docs-grid .docs-grid-content p {
    font-size: 14px;
  }
}
.page-sc-docs .sc-docs-grid .docs-grid-content p:last-of-type {
  margin-bottom: 0 !important;
}
.page-sc-docs .sc-docs-grid .docs-grid-content h1,
.page-sc-docs .sc-docs-grid .docs-grid-content h2,
.page-sc-docs .sc-docs-grid .docs-grid-content h3,
.page-sc-docs .sc-docs-grid .docs-grid-content h4,
.page-sc-docs .sc-docs-grid .docs-grid-content h5,
.page-sc-docs .sc-docs-grid .docs-grid-content h6 {
  font-weight: 400;
  color: #5d5d5d !important;
  margin-bottom: 8px;
  margin-top: 8px;
}
.page-sc-docs .sc-docs-grid .docs-grid-content ul {
  list-style-type: disc;
}
.page-sc-docs .docs-toc-list .docs-toc-item {
  grid-template-columns: 8px auto;
}
.page-sc-docs .docs-toc-list .docs-toc-item .toc-item-icon {
  width: 8px;
  height: 8px;
}

.page-sc-profile .sc-profile-grid {
  grid-template-columns: 345px auto;
}
@media (max-width: 1199.98px) {
  .page-sc-profile .sc-profile-grid {
    grid-template-columns: 300px auto;
  }
}
@media (max-width: 991.98px) {
  .page-sc-profile .sc-profile-grid {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}
.page-sc-profile .profile-grid-menu {
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .page-sc-profile .profile-grid-menu {
    max-width: 320px;
    padding: 0;
    border: 0 !important;
  }
}
.page-sc-profile .profile-grid-menu .sc-heading {
  margin-bottom: 12px;
}
.page-sc-profile .profile-grid-main {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 991.98px) {
  .page-sc-profile .profile-grid-main {
    padding: 0;
  }
}
.page-sc-profile .profile-menu-list .profile-menu-item {
  border: 1px solid #e7e7e7;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  transition: all ease-in-out 300ms;
}
.page-sc-profile .profile-menu-list .profile-menu-item.active, .page-sc-profile .profile-menu-list .profile-menu-item:hover {
  background: #eff7ff;
  border-color: #eff7ff;
}
.page-sc-profile .profile-menu-list .profile-menu-item.active .profile-menu-item-text, .page-sc-profile .profile-menu-list .profile-menu-item:hover .profile-menu-item-text {
  color: #2975e7 !important;
}
.page-sc-profile .profile-menu-list .profile-menu-sublist {
  margin-top: 16px;
}
.page-sc-profile .profile-menu-list .profile-menu-sublist .profile-menu-subitem {
  font-size: 14px;
  color: #888;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  display: flex;
}
.page-sc-profile .profile-menu-list .profile-menu-sublist .profile-menu-subitem.active {
  color: #2975e7 !important;
}
.page-sc-profile .profile-menu-list .profile-menu-sublist .profile-menu-subitem:last-child {
  margin-bottom: 0;
}
.page-sc-profile .my-info-group-block .my-info-list li {
  grid-template-columns: 125px auto;
}
@media (max-width: 767.98px) {
  .page-sc-profile .profile-review-wrapper .creviews-items {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-sc-profile .profile-address-wrapper .address-items {
    grid-template-columns: 100%;
  }
}
.page-sc-profile .profile-favourites-wrapper .product-grid-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199.98px) {
  .page-sc-profile .profile-favourites-wrapper .product-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .page-sc-profile .profile-favourites-wrapper .product-grid-list {
    grid-template-columns: 100%;
  }
}
.page-sc-profile .profile-order-history-wrapper .tbl-product-info {
  min-width: 360px;
  width: 360px;
}
@media (max-width: 575.98px) {
  .page-sc-profile .profile-track-shipping .track-shipping-form .input-group {
    flex-direction: column;
  }
}
.page-sc-profile .profile-track-shipping .track-shipping-form .input-group .form-control {
  height: 50px !important;
}
@media (max-width: 575.98px) {
  .page-sc-profile .profile-track-shipping .track-shipping-form .input-group .form-control {
    width: 100%;
  }
}
.page-sc-profile .profile-track-shipping .track-shipping-form .input-group .btn {
  height: 50px !important;
}
.page-sc-profile .profile-track-shipping .track-shipping-billing .track-billing-address .track-address-list li {
  grid-template-columns: 124px auto;
}
.page-sc-profile .profile-track-shipping .track-billing-order {
  grid-template-columns: 120px auto;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .page-sc-profile .profile-track-shipping .track-billing-order {
    margin-left: 0;
  }
}
.page-sc-profile .profile-track-shipping .track-billing-order .order-details-img {
  width: 120px;
  height: 106px;
}
.page-sc-profile .profile-track-shipping .track-billing-summary {
  max-width: 360px;
  padding: 12px 20px;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .page-sc-profile .profile-track-shipping .track-billing-summary {
    margin-left: 0;
  }
}
.page-sc-profile .profile-track-shipping .track-billing-summary .form-elem.promo-code .form-control {
  background: #e7e7e7 !important;
  border-radius: 0 !important;
  border-color: #e7e7e7 !important;
}

.address-item {
  cursor: pointer;
}
.address-item-type {
  background: #f6f6f6;
  border-radius: 100vh;
  color: #516278;
  padding: 4px 12px;
}
.address-item-body {
  grid-template-columns: 36px auto;
}
.address-item.hover-enabled:hover {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
  background: #f0f7ff;
}
.address-item.hover-enabled:hover .address-item-name {
  color: #2975e7;
}
.address-item.hover-enabled:hover .address-item-type {
  background: #dcedfd;
  color: #2975e7;
}
.address-item.hover-enabled:hover .address-item-foot button,
.address-item.hover-enabled:hover .address-item-foot a {
  background: #dcedfd !important;
  color: #2975e7 !important;
  border-color: #dcedfd !important;
}

.blog-card-latest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767.98px) {
  .blog-card-latest {
    grid-template-columns: 100%;
  }
}

.blog-card {
  display: grid !important;
  gap: 20px;
  padding: 16px;
}
.blog-card-ttl {
  line-height: 1.32;
}
.blog-card-tags .tag-item {
  background: #f6f6f6;
  padding: 2px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog-card.blog-card-vertical .blog-card-img {
  height: 190px;
}

.blog-list-slider {
  margin-left: -28px !important;
  margin-right: -28px !important;
}
.blog-list-slider .blog-card {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

@media (max-width: 991.98px) {
  .blog-grid-list.grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .blog-grid-list.grid-cols-3 {
    grid-template-columns: 100%;
  }
}

.page-sc-blog-details .blog-details-head {
  max-width: 648px;
}
.page-sc-blog-details .blog-details-body .blog-details-main {
  grid-template-columns: 312px auto;
}
@media (max-width: 991.98px) {
  .page-sc-blog-details .blog-details-body .blog-details-main {
    grid-template-columns: 100%;
  }
}
.page-sc-blog-details .blog-details-body .blog-details-overview {
  padding: 12px 20px;
  background: #f6f6f6;
}
.page-sc-blog-details .blog-details-body .blog-overview-list {
  list-style-type: disc !important;
  margin-left: 24px;
}
.page-sc-blog-details .blog-details-img {
  height: 516px;
}
@media (max-width: 991.98px) {
  .page-sc-blog-details .blog-details-img {
    height: 420px;
  }
}
.page-sc-blog-details .content-stylings p,
.page-sc-blog-details .content-stylings ul,
.page-sc-blog-details .content-stylings a {
  color: #5d5d5d !important;
}
.page-sc-blog-details .content-stylings ul {
  list-style-type: disc;
  padding-left: 26px;
}
.page-sc-blog-details .content-stylings ul li {
  margin-bottom: 10px;
}
.page-sc-blog-details .content-stylings h1,
.page-sc-blog-details .content-stylings h2,
.page-sc-blog-details .content-stylings h3,
.page-sc-blog-details .content-stylings h4,
.page-sc-blog-details .content-stylings h5,
.page-sc-blog-details .content-stylings h6 {
  margin-bottom: 12px;
  color: #5d5d5d !important;
}

.page-sc-quote .sc-quote-grid {
  grid-template-columns: 360px auto;
}
@media (max-width: 1199.98px) {
  .page-sc-quote .sc-quote-grid {
    grid-template-columns: 100%;
  }
}
.page-sc-quote .sc-quote-grid .quote-grid-left {
  padding-right: 20px;
}
@media (max-width: 1199.98px) {
  .page-sc-quote .sc-quote-grid .quote-grid-left {
    padding-right: 0;
    border-right: 0 !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
  }
}
@media (max-width: 1199.98px) {
  .page-sc-quote .sc-quote-grid .quote-grid-left .quote-info-items {
    display: flex !important;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 16px;
    flex-wrap: wrap;
  }
}
.page-sc-quote .sc-quote-grid .quote-grid-left .quote-info-items .quote-info-item-bottom {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .page-sc-quote .sc-quote-grid .quote-form-block .form-custom-block .form-elem-group {
    grid-template-columns: 100% !important;
  }
}
.page-sc-quote .sc-quote-grid .quote-form-block .form-elem .form-control::-moz-placeholder {
  color: #888 !important;
}
.page-sc-quote .sc-quote-grid .quote-form-block .form-elem .form-control::placeholder {
  color: #888 !important;
}

.page-sc-error {
  min-height: calc(100vh - 135px);
}
.page-sc-error .page-error-img {
  max-width: 365px;
}
@media (max-width: 575.98px) {
  .page-sc-error .page-error-img {
    max-width: 240px;
  }
}
.page-sc-error .page-error-ttl {
  font-size: 100px;
}
@media (max-width: 991.98px) {
  .page-sc-error .page-error-ttl {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-sc-error .page-error-ttl {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-sc-error .page-error-ttl {
    foknt-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-sc-error .page-error-text {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 1399.98px) {
  .page-sc-o-services .o-services-grid-list {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    gap: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .page-sc-o-services .o-services-grid-list {
    gap: 12px !important;
  }
}
@media (max-width: 1199.98px) {
  .page-sc-o-services .o-services-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-o-services .o-services-grid-list {
    grid-template-columns: 100%;
  }
}
.page-sc-o-services .o-services-grid-list .o-services-card {
  padding: 24px;
}
@media (max-width: 1399.98px) {
  .page-sc-o-services .o-services-grid-list .o-services-card {
    padding: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .page-sc-o-services .o-services-grid-list .o-services-card {
    padding: 12px !important;
  }
}
.page-sc-o-services .o-services-grid-list .o-services-card-img {
  height: 490px;
}
.page-sc-o-services .o-services-grid-list .o-services-card-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(323deg, rgba(0, 0, 0, 0) 78.73%, rgba(0, 0, 0, 0.5) 89.42%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.page-sc-o-services .o-services-grid-list .o-services-card-count {
  top: 24px;
  left: 24px;
  z-index: 5;
  font-size: 52px;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 991.98px) {
  .page-sc-o-services .o-services-grid-list .o-services-card-count {
    font-size: 48px;
    top: 16px;
    left: 16px;
  }
}
.page-sc-o-services .o-services-grid-list .o-services-card-ttl-group {
  z-index: 5;
  bottom: 24px;
  left: 24px;
}
@media (max-width: 991.98px) {
  .page-sc-o-services .o-services-grid-list .o-services-card-ttl-group {
    left: 16px;
    bottom: 16px;
  }
}

.sc-product-cart-grid {
  grid-template-columns: 66% auto;
}
@media (max-width: 991.98px) {
  .sc-product-cart-grid {
    grid-template-columns: 100%;
  }
}
.sc-product-cart-grid .product-cart-list {
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
}
.sc-product-cart-grid .product-cart-pay .product-cart-member {
  padding: 20px;
}
.sc-product-cart-grid .product-cart-pay .payment-card-options .payment-card-item {
  padding: 8px 16px;
}
.sc-product-cart-grid .product-cart-billing {
  border: 1px solid #e7e7e7;
  padding: 20px;
}
.sc-product-cart-grid .product-cart-billing-checkout .billing-form-head {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .sc-product-cart-grid .product-cart-billing-checkout .billing-form-head .form-custom-block .form-elem-group {
    grid-template-columns: 100%;
  }
}

.product-cart-summary .cart-summary-block {
  border-top: 1px solid #e7e7e7;
}
.product-cart-summary .cart-summary-block:first-of-type {
  border-top: 0;
}

.page-sc-about-est .about-est-block {
  max-width: 217px;
}
.page-sc-about-est .about-est-block .about-est-date {
  margin-right: 20px;
}
.page-sc-about-est .about-est-block .est-date-text {
  left: calc(100% + 4px);
  top: -2px;
}
.page-sc-about-est .about-est-content {
  max-width: 650px;
}

.page-sc-legacy .sc-heading {
  max-width: 540px;
}
.page-sc-legacy .legacy-items {
  max-width: 948px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .page-sc-legacy .legacy-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-legacy .legacy-items {
    grid-template-columns: 100%;
  }
}
.page-sc-legacy .legacy-items .legacy-item {
  height: 400px;
}
.page-sc-legacy .legacy-items .legacy-item-num {
  font-size: 72px;
  color: #c0e0fd;
}
.page-sc-legacy .legacy-items .legacy-item-content {
  transform: translate(-50%, -50%);
  z-index: 5;
}
.page-sc-legacy .legacy-items .legacy-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.page-sc-core-values .sc-heading {
  max-width: 650px;
}
.page-sc-core-values .core-values-items {
  max-width: 948px;
}
@media (max-width: 767.98px) {
  .page-sc-core-values .core-values-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .page-sc-core-values .core-values-items {
    grid-template-columns: 100%;
  }
}
.page-sc-core-values .core-values-item {
  background: #dcedfd;
  border-radius: 24px;
  padding: 24px;
}
.page-sc-core-values .core-values-item-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 58px;
}

.page-sc-get-connected.bg-white {
  background: #fff !important;
}/*# sourceMappingURL=main.css.map */