/*replace blob url*/


/* -- The Creator-02  */
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary: #EFCA08;
  --primary-hover: #a16f07;
  --secondary: #00A6A6;
  --secondary-hover: #02676a;
  --tertiary-color: #BBDEF0;
  --tertiary-hover: #2a8bc8;
  --body-bg-default:#FFFFFF;
  --body-tc:#434134;
  --border-c: #E6E6E6;
  --heading-c: #161301;
  --light-bg: #FEFAE7;
  --menu-overlay:rgba(0, 0, 0, 0.5);
  --body-font-family:"Urbanist", sans-serif;
  --heading-font-family:"Urbanist", sans-serif;
  --alternative-heading-font-family:"Monoton", sans-serif;
  --body-fs: 16px;
  --overlay-bg-color: rgba( 239, 202, 8, 0.5);
  --box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px rgba(0, 0, 0, 0.3);
  /* background gradient */
  --bg-backdrop:rgba(3, 3, 1, 0.53);
  --bg-backdrop-01:rgba(21, 21, 21, 0.78);
  --bg-backdrop-02:rgba(21, 21, 21, 0);
  --background-gradient-overlay-section-4: linear-gradient(180deg, var(--primary) 51.63%, var(--bg-backdrop-01) 69.28%, var(--bg-backdrop-02) 88.25%);
  --background-gradient-overlay-section-1: linear-gradient(270deg, var(--bg-backdrop) 0%, var(--primary) 99.54%);
  --banner-bg-color: #EFCA08;
  --banner-text-color:#FFFFFF;
  /* rgb gradient */
  --primary-rgb: 239, 202, 8;
  --secondary-rgb: 0, 166, 166;
  --tertiary-rgb: 187, 222, 240;
  /* Text color */
  --text-primary:#161301;
  --text-primary-hover:#161301;
  --text-secondary:#FFFFFF;
  --text-secondary-hover:#FFFFFF;
  --text-tertiary:#161301;
  --text-tertiary-hover:#161301;
  --heading-light-color:#161301;
  --heading-medium-color:#161301;
  --heading-dark-color:#FFFFFF;
  --heading-extra-dark-color:#FFFFFF;
  --body-light-color:#434134;
  --body-medium-color:#434134;
  --body-dark-color:#FFFFFF;
  --body-extra-dark-color:#FFFFFF;
  --header-menu-active:#02676a;
}

/* -- The Creator-02 end */
.global-light-section .light-box-bg {
  background-color: var(--secondary-hover) !important;
}
.global-light-section .light-text {
  color: var(--secondary-hover) !important;
}/*# sourceMappingURL=theme-creator-2.css.map */


@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
:root {
  --grey-100: #eee;
  --gray: #787878;
  --white: #FFFFFF;
  --black:#000;
  --black-100: #747474;
  --black-200: #4b4b4b;
  --black-300: #3e3e3e;
  --black-400: #313131;
  --black-500: #242424;
  --black-600: #111010;
  --black-opacity-90: rgb(0, 0, 0,0.9);
  --black-opacity-80: rgb(0, 0, 0,0.8);
  --black-opacity-70: rgb(0, 0, 0,0.7);
  --black-opacity-30: rgb(0, 0, 0,0.3);
  --size-base: 0.25rem;
  --size-0: 0;
  --size-1: var(--size-base);
  --size-2: calc(2 * var(--size-base));
  --size-3: calc(3 * var(--size-base));
  --size-4: calc(4 * var(--size-base));
  --size-5: calc(5 * var(--size-base));
  --size-6: calc(6 * var(--size-base));
  --size-7: calc(7 * var(--size-base));
  --size-8: calc(8 * var(--size-base));
  --size-9: calc(9 * var(--size-base));
  --size-10: calc(10 * var(--size-base));
  --size-11: calc(11 * var(--size-base));
  --size-12: calc(12 * var(--size-base));
  --size-14: calc(14 * var(--size-base));
  --size-16: calc(16 * var(--size-base));
  --size-18: calc(18 * var(--size-base));
  --size-20: calc(20 * var(--size-base));
  --gradient-primary-alpha-1: linear-gradient( 90deg, var(--primary) 40%, transparent 87%);
  --gradient-primary-alpha-2: linear-gradient( 90deg, transparent 13%, var(--primary) 60%);
  --gradient-dark-alpha-1: linear-gradient( 90deg, var(--black) 40%, transparent 87%);
  --gradient-dark-alpha-2: linear-gradient( 90deg, transparent 13%, var(--black) 60%);
}

/* -- Begin Common Section Styles --*/
.global-section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .global-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.global-section-bg-white {
  background-color: var(--white);
}

.global-section-bg-light {
  background-color: var(--light-bg);
}

.global-section-bg-primary {
  background-color: var(--primary);
}

.global-section-bg-secondary {
  background-color: var(--secondary);
}

.global-section-bg-tertiary {
  background-color: var(--tertiary-color);
}

.tertiary-bg-30 {
  background-color: rgba(var(--tertiary-rgb), 0.3);
}

.tertiary-bg-20 {
  background-color: rgba(var(--tertiary-rgb), 0.2);
}

.tertiary-bg-10 {
  background-color: rgba(var(--tertiary-rgb), 0.1);
}

.primary-bg-30 {
  background-color: rgba(var(--primary-rgb), 0.3);
}

.primary-bg-20 {
  background-color: rgba(var(--primary-rgb), 0.2);
}

.primary-bg-10 {
  background-color: rgba(var(--primary-rgb), 0.1);
}

.secondary-bg-30 {
  background-color: rgba(var(--secondary-rgb), 0.3);
}

.secondary-bg-20 {
  background-color: rgba(var(--secondary-rgb), 0.2);
}

.secondary-bg-10 {
  background-color: rgba(var(--secondary-rgb), 0.1);
}

.global-overlay {
  position: relative;
  z-index: 1;
}
.global-overlay::before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
.global-overlay.black-overlay-90::before {
  background-color: var(--black-opacity-90);
}
.global-overlay.black-overlay-80::before {
  background-color: var(--black-opacity-80);
}
.global-overlay.black-overlay-70::before {
  background-color: var(--black-opacity-70);
}
.global-overlay.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.global-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.remove-padding-bottom {
  padding-bottom: 0px;
}

.remove-padding-top {
  padding-top: 0px;
}

.remove-padding-y {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-1 {
  font-size: var(--size-12);
  font-weight: bold;
  margin: 0px;
  font-family: var(--heading-font-family);
  line-height: var(--size-12);
}
@media screen and (min-width: 1280px) {
  .heading-1 {
    font-size: var(--size-16);
    line-height: var(--size-18);
  }
}

.heading-2 {
  font-size: var(--size-10);
  font-weight: bold;
  margin: 0px;
  font-family: var(--heading-font-family);
  line-height: var(--size-12);
}
@media screen and (min-width: 1280px) {
  .heading-2 {
    font-size: var(--size-14);
    line-height: var(--size-16);
  }
}

.heading-3 {
  font-size: var(--size-10);
  line-height: var(--size-10);
}
@media screen and (min-width: 1280px) {
  .heading-3 {
    font-size: var(--size-12);
    line-height: var(--size-14);
  }
}

.heading-4 {
  font-size: var(--size-6);
  line-height: var(--size-6);
}
@media screen and (min-width: 1280px) {
  .heading-4 {
    font-size: var(--size-8);
    line-height: var(--size-8);
  }
}

.heading-5 {
  font-size: var(--size-6);
}

.heading-6 {
  font-size: var(--size-4);
}

.heading-badge {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 20px;
  font-size: var(--size-4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 40px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}

.w-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1280px) {
  .w-container {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .w-container {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* -- End Common Section Styles --*/
.fs-base {
  font-size: 4px;
}

.fs-xxs {
  font-size: 10px;
}

.fs-xs {
  font-size: 12px;
}

.fs-sm {
  font-size: 14px;
}

.fs-sm1 {
  font-size: 15px;
}

.fs-md {
  font-size: 16px;
}

.fs-lg {
  font-size: 18px;
}

.fs-xl {
  font-size: 20px;
}

.fs-2xl {
  font-size: 24px;
}

.fs-3xl {
  font-size: 28px;
}

.fs-4xl {
  font-size: 32px;
}

.fs-5xl {
  font-size: 36px;
}

.fs-6xl {
  font-size: 48px;
}

.fs-7xl {
  font-size: 52px;
}

.fs-8xl {
  font-size: 56px;
}

.fs-9xl {
  font-size: 60px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

@media (min-width: 0) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
}
body {
  padding: 0px;
  margin: 0px;
  font-family: var(--body-font-family);
  line-height: 1.5;
}

.body-background {
  background-color: var(--body-bg-default);
}

*,
::after,
::before {
  box-sizing: border-box;
}

button, a {
  font-family: var(--body-font-family);
}

.form-control {
  display: block;
  width: 100%;
  border: 1px var(--border-c) solid;
  padding: 12px;
  font-family: var(--body-font-family);
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: left;
}

.text-end {
  text-align: right;
}

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
}
.spildy-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.spildy-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .spildy-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .spildy-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .spildy-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .spildy-container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.flex-grow-1 {
  flex-grow: 1;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 0) {
  .col-1 {
    width: 8.3333333333%;
  }
  .col-2 {
    width: 16.6666666667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3333333333%;
  }
  .col-5 {
    width: 41.6666666667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3333333333%;
  }
  .col-8 {
    width: 66.6666666667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.3333333333%;
  }
  .col-11 {
    width: 91.6666666667%;
  }
  .col-12 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
.primary-background {
  background-color: var(--primary);
  color: white;
}

.primary-text {
  color: var(--primary);
}

.primary-border {
  border: 1px solid var(--primary);
}

.primary-hover-background {
  background-color: var(--primary-hover);
  color: white;
}

.primary-hover-text {
  color: var(--primary-hover);
}

.primary-hover-border {
  border: 1px solid var(--primary-hover);
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 992px) {
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
}
@media (min-width: 1200px) {
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

@media (min-width: 576px) {
  .align-items-sm-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 576px) {
  .align-items-sm-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 576px) {
  .align-items-sm-center {
    align-items: center !important;
  }
}
@media (min-width: 576px) {
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 576px) {
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .align-items-md-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-start {
    align-items: flex-start !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-end {
    align-items: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-center {
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media (min-width: 0) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .mx-xs-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xs-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .mx-xs-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 0) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .px-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .px-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .px-xs-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .px-xs-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .px-xs-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.flex-grow-1 {
  flex-grow: 1;
}

.flex-lg-grow-0 {
  flex-grow: 0 !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

p {
  font-size: var(--body-fs);
  font-family: var(--heading-font-family);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-c);
  font-family: var(--heading-font-family);
}

img, svg {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  font-family: var(--body-font-family);
}
ul li a {
  font-family: var(--body-font-family);
}

table {
  width: 100%;
}
table th {
  color: var(--heading-c);
}
table th, table td {
  font-family: var(--body-font-family);
  border: 1px var(--border-c) solid;
  padding: 10px;
}

.bold {
  font-weight: bold;
}

.swiper-wrapper {
  height: auto !important;
}

.g-overlay-80 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.g-overlay-90 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.position-relative {
  position: relative;
}

.g-section-padding-sm {
  padding: 15px 0px;
}

.powered-by-ai {
  background: #082233;
  background: url(https://spaidy.blob.core.windows.net/assets/images/powered-by-ai.png) center no-repeat, linear-gradient(120deg, #35B425 0%, #082233 100%);
  color: #FFFFFF;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  font-size: 16px;
  line-height: 18px;
  font-family: var(--body-font-family);
}
@media screen and (max-width: 1024px) {
  .powered-by-ai {
    font-size: 14px;
  }
}
.powered-by-ai a {
  color: #35B425;
}
.powered-by-ai a:hover {
  text-decoration: underline;
}

.horizontal-child-container {
  display: block;
  flex-wrap: wrap;
}
.horizontal-child-container.container-main {
  display: block;
  flex-wrap: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .horizontal-child-container {
    display: flex !important;
  }
}

.horizontal-child {
  margin: 20px 5px 5px 5px;
  justify-content: center;
  min-width: 100%;
}
@media screen and (min-width: 1024px) {
  .horizontal-child {
    min-width: 725px;
  }
}/*# sourceMappingURL=common.css.map */

/*sections css*/


 .hamburger-wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .hamburger-wrapper {
    background: var(--light-bg);
    border: none;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
  }
  .hamburger-wrapper:hover {
    background: var(--grey-100);
  }
  .hamburger-wrapper svg {
    fill: var(--body-tc);
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}

.header-v1 {
  background-color: var(--white);
  display: flex;
  align-items: stretch;
  min-height: 80px;
  padding: 20px 0px;
}
.header-v1 .logo {
  max-height: 40px;
  width: auto;
  min-width: 45px;
}
.header-v1 .logo img,
.header-v1 .logo svg {
  max-width: 100%;
  max-height: 100%;
}
.header-v1 .logo .logo-img {
  width: auto;
  height: 100%;
  max-height: 45px;
}
.header-v1 .menus-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header-v1 .menus-list {
    display: block;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    padding: 15px;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: 6;
  }
  .header-v1 .menus-list.show {
    transform: translateX(0);
  }
}
.header-v1 .menus-list .mobile-menu-close-icon {
  display: none;
  border: 1px var(--border-c) solid;
  margin: 0px 0px 0px auto;
  justify-content: end;
  position: sticky;
  top: 0px;
  background-color: var(--white);
  border-radius: var(--size-8);
  padding: var(--size-2);
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .header-v1 .menus-list .mobile-menu-close-icon {
    display: flex;
  }
}
.header-v1 .menus-list .menu-ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .header-v1 .menus-list .menu-ul {
    display: block;
    flex-direction: column;
  }
}
.header-v1 .menus-list .menu-item {
  padding: 0.15rem 0;
  margin: 0 3px;
}
@media screen and (max-width: 991px) {
  .header-v1 .menus-list .menu-item {
    margin: 0px 0px 5px 0px;
  }
}
.header-v1 .menus-list .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: 4px;
  color: var(--body-tc);
}
.header-v1 .menus-list .menu-item .menu-link:hover, .header-v1 .menus-list .menu-item .menu-link.active {
  transition: color 0.2s ease;
  background-color: var(--header-menu-active);
}
.header-v1 .menus-list .menu-item .menu-link:hover .menu-title, .header-v1 .menus-list .menu-item .menu-link.active .menu-title {
  color: var(--white);
}
.header-v1 .menus-list .menu-item .menu-link .menu-title {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.header-v2 {
  background-color: var(--white);
  display: flex;
  align-items: stretch;
  min-height: 80px;
  padding: 20px 0px;
}
.header-v2 .logo {
  max-height: 40px;
  min-width: 45px;
}
@media only screen and (max-width: 991px) {
  .header-v2 .logo {
    display: flex;
  }
}
.header-v2 .logo .logo-link {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-v2 .logo .logo-link {
    margin-left: 15px;
  }
}
.header-v2 .logo .logo-img {
  width: auto;
  height: 100%;
  max-height: 45px;
}
.header-v2 .logo img,
.header-v2 .logo svg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .header-v2 .menus-list {
    display: block;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    padding: 15px;
    z-index: 100;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: 6;
  }
  .header-v2 .menus-list.show {
    transform: translateX(0);
  }
}
.header-v2 .menus-list .mobile-menu-close-icon {
  display: none;
  border: 1px var(--border-c) solid;
  margin: 0px 0px 0px auto;
  justify-content: end;
  position: sticky;
  top: 0px;
  background-color: var(--white);
  border-radius: var(--size-8);
  padding: var(--size-2);
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .header-v2 .menus-list .mobile-menu-close-icon {
    display: flex;
  }
}
.header-v2 .menus-list .menu-ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .header-v2 .menus-list .menu-ul {
    display: block;
    flex-direction: column;
  }
}
.header-v2 .menus-list .menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0px;
  margin: 0px;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .header-v2 .menus-list .menu-item {
    display: block;
  }
}
.header-v2 .menus-list .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  flex: 0 0 100%;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .header-v2 .menus-list .menu-item .menu-link {
    padding: 10px 0px;
  }
}
.header-v2 .menus-list .menu-item .menu-link:hover, .header-v2 .menus-list .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--header-menu-active);
  text-decoration: underline;
}
.header-v2 .menus-list .menu-item .menu-link:hover .menu-title, .header-v2 .menus-list .menu-item .menu-link.active .menu-title {
  color: var(--header-menu-active);
}
.header-v2 .menus-list .menu-item .menu-link .menu-title {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-v2 .v2-button {
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  min-width: 100px;
  align-items: center;
  line-height: normal;
  justify-content: center;
}
.header-v2 .v2-button.primary {
  background-color: var(--header-menu-active);
  border: 1px solid var(--header-menu-active);
  color: var(--white);
  font-family: var(--body-font-family);
}
.header-v2 .v2-button.primary:hover {
  background-color: var(--primary-hover);
  color: var(--white);
  border: 1px solid var(--primary-hover);
}

.header-v3 {
  background-color: var(--white);
  display: flex;
  align-items: stretch;
  min-height: 80px;
  padding: 20px 0px;
}
.header-v3 .logo {
  min-width: 45px;
}
@media only screen and (max-width: 991px) {
  .header-v3 .logo {
    display: flex;
    max-height: 40px;
  }
}
.header-v3 .logo .logo-link {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header-v3 .logo .logo-link {
    margin-left: 15px;
  }
}
.header-v3 .logo .logo-img {
  width: auto;
  height: 100%;
  max-height: 45px;
}
.header-v3 .logo img,
.header-v3 .logo svg {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .header-v3 .menus-list {
    display: block;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    padding: 15px;
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    z-index: 6;
  }
  .header-v3 .menus-list.show {
    transform: translateX(0);
  }
}
.header-v3 .menus-list .mobile-menu-close-icon {
  display: none;
  border: 1px var(--border-c) solid;
  margin: 0px 0px 0px auto;
  justify-content: end;
  position: sticky;
  top: 0px;
  background-color: var(--white);
  border-radius: var(--size-8);
  padding: var(--size-2);
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .header-v3 .menus-list .mobile-menu-close-icon {
    display: flex;
  }
}
.header-v3 .menus-list .menu-ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .header-v3 .menus-list .menu-ul {
    display: block;
    flex-direction: column;
  }
}
.header-v3 .menus-list .menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0px;
  margin: 0px;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .header-v3 .menus-list .menu-item {
    display: block;
  }
}
.header-v3 .menus-list .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  flex: 0 0 100%;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .header-v3 .menus-list .menu-item .menu-link {
    padding: 10px 0px;
  }
}
.header-v3 .menus-list .menu-item .menu-link:hover, .header-v3 .menus-list .menu-item .menu-link.active {
  transition: color 0.2s ease;
  color: var(--header-menu-active);
  text-decoration: underline;
}
.header-v3 .menus-list .menu-item .menu-link:hover .menu-title, .header-v3 .menus-list .menu-item .menu-link.active .menu-title {
  color: var(--header-menu-active);
  font-family: var(--body-font-family);
}
.header-v3 .menus-list .menu-item .menu-link .menu-title {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-v3 .v3-button {
  height: var(--size-10);
  width: var(--size-10);
  font-size: var(--size-4);
  border-radius: var(--size-8);
  display: inline-flex;
  padding: 0 var(--size-2);
  text-decoration: none;
  line-height: 0;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-v3 .v3-button img,
.header-v3 .v3-button svg {
  max-width: 20px;
  max-height: 20px;
}
.header-v3 .v3-button.secondary {
  background-color: var(--body-tc);
  color: var(--white);
}
.header-v3 .v3-button.secondary:hover {
  background-color: var(--primary);
  color: var(--white);
}/*# sourceMappingURL=header.css.map */ /*Banner v1 starts */
.banner-v1 {
  font-family: var(--body-font-family);
  width: 100%;
}
.banner-v1 .swiper-pagination {
  bottom: 30px;
}
.banner-v1 .swiper-pagination-bullet:hover {
  background-color: var(-primary) !important;
  opacity: 0.8;
}
.banner-v1 .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.banner-v1 .banner-image {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 991px) {
  .banner-v1 .banner-image {
    height: 100%;
    min-height: 100vh;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) and (orientation: landscape) {
  .banner-v1 .banner-image {
    height: 100%;
    min-height: 100vh;
  }
}
.banner-v1 .banner-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 120px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-v1 .banner-slide-wrapper .banner-v1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-gradient-overlay-section-1);
  z-index: 1;
}
.banner-v1 .banner-slide-wrapper .banner-content {
  color: var(--text-primary);
  width: 100%;
  z-index: 2;
  position: relative;
}
.banner-v1 .banner-slide-wrapper .banner-content .title {
  max-width: 800px;
  text-align: center;
  margin: auto;
  color: var(--text-primary);
  margin-bottom: 20px;
  line-height: var(--size-18);
}
@media screen and (max-width: 1024px) {
  .banner-v1 .banner-slide-wrapper .banner-content .title {
    max-width: 80%;
    line-height: var(--size-14);
    line-height: var(--size-16);
  }
}
@media screen and (max-width: 767px) {
  .banner-v1 .banner-slide-wrapper .banner-content .title {
    max-width: 100%;
  }
}
.banner-v1 .banner-slide-wrapper .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  text-align: center;
  margin: auto;
  max-width: 620px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .banner-v1 .banner-slide-wrapper .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v1 .banner-slide-wrapper .banner-content .banner-button {
  font-family: var(--body-font-family);
  cursor: pointer;
  font-size: var(--size-4);
  padding: 12px 25px;
  min-height: 45px;
  color: var(--text-secondary);
  background-color: var(--secondary);
  border-radius: 35px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--secondary);
}
@media screen and (max-width: 767px) {
  .banner-v1 .banner-slide-wrapper .banner-content .banner-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v1 .banner-slide-wrapper .banner-content .banner-button:hover {
  background: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
}

/*Banner v1 ends */
/*Banner v2 starts */
.banner-v2 {
  font-family: var(--body-font-family);
  width: 100%;
  text-align: center;
  background-color: var(--primary);
  padding: 100px 0px;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .banner-v2 {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 767px) {
  .banner-v2 {
    min-height: auto;
  }
}
.banner-v2 .title {
  color: var(--text-primary);
  z-index: 3;
  background-color: var(--primary);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .banner-v2 .title {
    max-width: 80%;
    font-size: var(--size-12);
    line-height: var(--size-14);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .banner-v2 .title {
    max-width: 100%;
    font-size: var(--size-10);
    line-height: var(--size-12);
  }
}
@media screen and (max-width: 470px) {
  .banner-v2 .title {
    max-width: 100%;
    font-size: var(--size-8);
    line-height: var(--size-10);
  }
}
.banner-v2 .title .slider-text {
  display: inline;
  color: var(--secondary);
  font-family: var(--alternative-heading-font-family);
}
.banner-v2 .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  text-align: center;
  margin: auto;
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--text-primary);
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-v2 .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v2 .icon-container {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0.8;
  z-index: 1;
}
.banner-v2 .icon-container.icon1-svg {
  right: 25%;
  top: 18%;
}
.banner-v2 .icon-container.icon2-svg {
  bottom: 25%;
  left: 23%;
}
.banner-v2 .icon-container.icon3-svg {
  right: 11%;
  top: 31%;
}
.banner-v2 .icon-container.icon4-svg {
  left: 15%;
  bottom: 10%;
  transform: scale(1.2);
}
.banner-v2 .icon-container.icon5-svg {
  left: 70%;
  bottom: 10%;
}
.banner-v2 .icon-container.icon6-svg {
  left: 10%;
  top: 22%;
  transform: scale(1.5);
}
.banner-v2 .icon-container.icon7-svg {
  right: 10%;
  bottom: 19%;
  transform: scale(1.2);
}
.banner-v2 .banner-button {
  font-family: var(--body-font-family);
  cursor: pointer;
  color: var(--text-secondary);
  background-color: var(--secondary);
  font-size: var(--size-4);
  padding: 12px 25px;
  min-height: 45px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid var(--secondary);
  transition: 0.2s all ease-in;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner-v2 .banner-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v2 .banner-button:hover {
  background: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
}
@keyframes animateWords {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
  200% {
    transform: translateY(-200%);
  }
}
.banner-v2 .scroll-container {
  height: 80px;
  overflow: hidden;
  display: block;
  /* for Firefox */
  /* for Chrome */
}
.banner-v2 .scroll-container .scroll-text {
  height: 100%;
  text-align: center;
  display: inline-block;
  color: var(--secondary);
  /* animation properties */
  transform: translateY(100%);
  animation: bv2-text-scroll 5s linear infinite;
}
.banner-v2 .scroll-container .scroll-text:hover {
  animation-play-state: paused;
}
.banner-v2 .scroll-container .animation-text {
  display: block;
}
@keyframes bv2-text-scroll {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

/*Banner v2 ends */
/*Banner v3 starts */
.banner-v3 {
  font-family: var(--body-font-family);
  width: 100%;
  background: var(--primary);
  padding: 100px 0px;
  min-height: 600px;
}
.banner-v3 .banner-content .title {
  line-height: var(--size-18);
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--text-primary);
}
@media screen and (max-width: 1024px) {
  .banner-v3 .banner-content .title {
    max-width: 80%;
    font-size: var(--size-10);
    line-height: var(--size-12);
  }
}
@media screen and (max-width: 767px) {
  .banner-v3 .banner-content .title {
    max-width: 100%;
    font-size: var(--size-8);
    line-height: var(--size-10);
  }
}
.banner-v3 .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  margin-bottom: 10px;
  color: var(--text-primary);
}
@media screen and (max-width: 767px) {
  .banner-v3 .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v3 .banner-content .primary-button {
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  padding: 12px 35px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
  color: var(--text-secondary);
  background-color: var(--secondary);
  border-radius: 35px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  border: 1.5px solid var(--secondary);
}
.banner-v3 .banner-content .primary-button:before {
  content: "*";
  position: absolute;
  left: 15px;
  top: 10px;
}
.banner-v3 .banner-content .primary-button:after {
  content: "*";
  position: absolute;
  right: 15px;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .banner-v3 .banner-content .primary-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v3 .banner-content .primary-button:hover {
  background: var(--secondary-hover);
  border: 1.5px solid var(--secondary-hover);
}
.banner-v3 .hero-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .banner-v3 .hero-img {
    margin-top: 30px;
  }
}
.banner-v3 .up-down-animation {
  animation: updown-animation 1s infinite alternate;
}
@keyframes updown-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*Banner v3 ends */
/*Banner v4 starts */
.banner-v4 {
  font-family: var(--body-font-family);
  width: 100%;
  background: var(--primary);
  padding: 100px 0px;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
  position: relative;
}
.banner-v4:before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--background-gradient-overlay-section-4);
  pointer-events: none;
}
.banner-v4 .banner-content {
  position: relative;
  z-index: 4;
}
.banner-v4 .banner-content .title {
  line-height: var(--size-18);
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--text-primary);
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .banner-v4 .banner-content .title {
    max-width: 80%;
    font-size: var(--size-10);
    line-height: var(--size-12);
  }
}
@media screen and (max-width: 767px) {
  .banner-v4 .banner-content .title {
    max-width: 100%;
    font-size: var(--size-8);
    line-height: var(--size-10);
  }
}
.banner-v4 .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  margin-bottom: 20px;
  color: var(--text-primary);
  font-weight: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .banner-v4 .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v4 .banner-content .primary-button {
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  padding: 15px 30px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--body-tc);
  background-color: var(--secondary);
  color: var(--text-secondary);
  border-radius: 12px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid var(--secondary);
  transition: 0.3s all ease;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .banner-v4 .banner-content .primary-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v4 .banner-content .primary-button:hover {
  background-color: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
}

/*Banner v4 ends */
/*Banner v5 starts */
.banner-v5 {
  font-family: var(--body-font-family);
  width: 100%;
  background: var(--primary);
  background-image: url(https://spaidy.blob.core.windows.net/assets/images/outlined-circle-bg.png);
  min-height: 600px;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .banner-v5 {
    padding-bottom: 50px;
  }
}
.banner-v5 .banner-content {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .banner-v5 .banner-content {
    padding: 50px 0px;
  }
}
.banner-v5 .banner-content .title {
  line-height: var(--size-18);
  margin-bottom: 20px;
  color: var(--text-primary);
}
@media screen and (max-width: 1024px) {
  .banner-v5 .banner-content .title {
    max-width: 80%;
    font-size: var(--size-10);
    line-height: var(--size-12);
  }
}
@media screen and (max-width: 767px) {
  .banner-v5 .banner-content .title {
    max-width: 100%;
    font-size: var(--size-8);
    line-height: var(--size-10);
  }
}
.banner-v5 .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  margin-bottom: 20px;
  color: var(--text-primary);
}
@media screen and (max-width: 767px) {
  .banner-v5 .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v5 .banner-content .primary-button {
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  padding: 12px 35px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--secondary);
  color: var(--text-secondary);
  border-radius: 35px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  border: 1.5px solid var(--secondary);
}
@media screen and (max-width: 767px) {
  .banner-v5 .banner-content .primary-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v5 .banner-content .primary-button:hover {
  background: var(--secondary-hover);
  border: 1.5px solid var(--secondary-hover);
}
.banner-v5 .hero-img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .banner-v5 .hero-img {
    margin-bottom: 50px;
  }
}

/*Banner v5 ends */
.banner-v6 {
  font-family: var(--body-font-family);
  width: 100%;
  background: var(--primary);
  padding: 100px 0px;
  min-height: 600px;
}
.banner-v6 .banner-content .title {
  line-height: var(--size-18);
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--text-primary);
}
@media screen and (max-width: 1024px) {
  .banner-v6 .banner-content .title {
    max-width: 80%;
    font-size: var(--size-10);
    line-height: var(--size-12);
  }
}
@media screen and (max-width: 767px) {
  .banner-v6 .banner-content .title {
    max-width: 100%;
    font-size: var(--size-8);
    line-height: var(--size-10);
  }
}
.banner-v6 .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--text-primary);
}
@media screen and (max-width: 767px) {
  .banner-v6 .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.banner-v6 .banner-content .primary-button {
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  padding: 12px 35px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  background-color: var(--secondary);
  border-radius: 35px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  border: 1.5px solid var(--secondary);
}
@media screen and (max-width: 767px) {
  .banner-v6 .banner-content .primary-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.banner-v6 .banner-content .primary-button:hover {
  background: var(--secondary-hover);
  color: var(--text-secondary-hover);
  border: 1.5px solid var(--secondary-hover);
}
.banner-v6 .position-relative {
  position: relative;
}
.banner-v6 .inner-images-wrapper1 {
  position: absolute;
  top: 68%;
  z-index: 3;
  left: 4%;
  max-width: 30%;
}
.banner-v6 .inner-images-wrapper1 img {
  background-color: var(--light-bg);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 10px solid var(--white);
}
.banner-v6 .inner-images-wrapper2 {
  position: absolute;
  top: 44%;
  z-index: 3;
  left: 0%;
  max-width: 19%;
}
.banner-v6 .inner-images-wrapper2 img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 10px solid var(--white);
  background-color: var(--light-bg);
}
.banner-v6 .bordered-circle {
  position: relative;
  z-index: 1;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .banner-v6 .bordered-circle {
    margin: 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner-v6 .bordered-circle {
    margin: 20px;
    padding: 20px;
  }
}
.banner-v6 .bordered-circle:before {
  content: "";
  border: 1.5px solid var(--tertiary-color);
  padding: 20px;
  border-radius: 100%;
  margin-left: 20px;
  position: absolute;
  top: 15px;
  left: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .banner-v6 .bordered-circle:before {
    top: 12px;
    left: 0px;
  }
}
.banner-v6 .bordered-circle .outer-circle-wrapper {
  position: relative;
  z-index: 1;
}
.banner-v6 .bordered-circle .outer-circle-wrapper:before {
  content: "";
  background: var(--secondary);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 14px;
  top: 15px;
}
.banner-v6 .bordered-circle .outer-circle-wrapper .image-circle-wrapper {
  background: var(--tertiary-color);
  border-radius: 100%;
  margin: 10px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.banner-v6 .bordered-circle .outer-circle-wrapper .image-circle-wrapper .hero-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-v6 .up-down-animation {
  animation: updown-animation 1s infinite alternate;
}
@keyframes updown-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=banner.css.map */ .spildy-about-us {
  font-family: var(--body-font-family);
}
.spildy-about-us .about-us-bg {
  background-color: var(--white);
}
.spildy-about-us .about-us-bg-alt {
  background-color: var(--light-bg);
}
.spildy-about-us .about-us-tb-space {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1280px) {
  .spildy-about-us .about-us-tb-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.spildy-about-us img,
.spildy-about-us svg {
  max-width: 100%;
  max-height: 100%;
}
.spildy-about-us .about-us-border {
  border: 1px var(--border-c) solid;
}
.spildy-about-us .box-margin-fluid {
  margin: 0px 0px;
}
@media screen and (max-width: 991px) {
  .spildy-about-us .box-margin-fluid {
    margin: 12px;
  }
}

.about-us-v1 .title {
  color: var(--heading-c);
}
.about-us-v1 .title.primary {
  color: var(--primary);
}
.about-us-v1 .description.body-c {
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.about-us-v1 .box-margin {
  margin: 12px 0px;
}
.about-us-v1 .about-us-box {
  background-color: var(--light-bg);
  text-align: center;
  height: 100%;
  padding: 50px 12px;
}
@media screen and (max-width: 575px) {
  .about-us-v1 .about-us-box {
    padding: 25px 12px;
  }
}
.about-us-v1 .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
}
.about-us-v1 .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}

.about-us-v2 .title {
  color: var(--heading-c);
}
.about-us-v2 .title.primary {
  color: var(--primary);
}
.about-us-v2 .description.body-c {
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.about-us-v2 .box-margin {
  margin: 12px 0px;
}
.about-us-v2 .about-us-box {
  background-color: var(--primary);
  text-align: center;
  height: 100%;
  padding: 50px 12px;
}
@media screen and (max-width: 575px) {
  .about-us-v2 .about-us-box {
    padding: 25px 12px;
  }
}
.about-us-v2 .about-us-box .number {
  font-weight: bold;
  color: var(--white);
  font-family: var(--heading-font-family);
}
.about-us-v2 .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--white);
  font-family: var(--body-font-family);
}

.about-us-v3 .about-us-box {
  background-color: var(--white);
  text-align: center;
  padding: 85px 12px;
}
@media screen and (max-width: 575px) {
  .about-us-v3 .about-us-box {
    padding: 25px 12px;
  }
}
.about-us-v3 .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
}
.about-us-v3 .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.about-us-v3 .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .about-us-v3 .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.about-us-v4 .title {
  color: var(--heading-c);
}
.about-us-v4 .title.primary {
  color: var(--primary);
}
.about-us-v4 .description.body-c {
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.about-us-v4 .card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-us-v4 .card-container {
    max-width: 100%;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-us-v4 .card-container {
    max-width: 600px;
  }
}
.about-us-v4 .card-container .cols {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .about-us-v4 .card-container .cols {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-us-v4 .card-container .cols-mob {
    display: grid;
    align-items: stretch;
    justify-content: center;
    margin: 20px 0px;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(2, 50%);
  }
}
.about-us-v4 .card-container .about-us-box {
  background-color: var(--white);
  text-align: center;
  margin: 20px 0px;
  padding: 60px 12px;
  width: 200px;
  border-radius: 4px;
  box-shadow: 1px 2px 3px 1px var(--black-opacity-30);
}
@media screen and (max-width: 991px) {
  .about-us-v4 .card-container .about-us-box {
    width: 160px;
    margin: 20px 0px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-v4 .card-container .about-us-box {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 25px 12px;
    max-width: 160px;
    margin: auto;
    height: 100%;
  }
}
.about-us-v4 .card-container .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
}
.about-us-v4 .card-container .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}

.about-us-v5 .title {
  color: var(--heading-c);
}
.about-us-v5 .title.primary {
  color: var(--primary);
}
.about-us-v5 .description.body-c {
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.about-us-v5 .about-us-box {
  text-align: center;
  padding: 10px 0px;
}
.about-us-v5 .about-us-box .about-icon-img {
  height: 60px;
  width: 60px;
  margin: 0px auto;
}
.about-us-v5 .about-us-box .about-icon-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 575px) {
  .about-us-v5 .about-us-box .about-icon-img {
    height: 40px;
    width: 40px;
  }
}
.about-us-v5 .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
  margin: 5px 0px 5px 0px;
}
.about-us-v5 .about-us-box .type {
  font-size: var(--body-fs);
  font-family: var(--body-font-family);
  color: var(--body-tc);
}

.about-us-v6 {
  padding-bottom: 40px;
  background-color: var(--light-bg);
}
@media screen and (min-width: 1280px) {
  .about-us-v6 {
    padding-bottom: 100px;
  }
}
.about-us-v6 .content-info {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .about-us-v6 .content-info {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.about-us-v6 .title {
  color: var(--white);
}
.about-us-v6 .title.primary {
  color: var(--white);
}
.about-us-v6 .description.body-c {
  color: var(--white);
  font-family: var(--body-font-family);
}
.about-us-v6 .about-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 1;
  position: relative;
}
.about-us-v6 .about-bg-img::before {
  background-color: var(--black-opacity-90);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0px;
  content: "";
  display: inline-block;
  z-index: -1;
}
.about-us-v6 .about-bg-img::after {
  background-color: var(--light-bg);
  position: absolute;
  height: 150px;
  left: 0;
  bottom: 0px;
  right: 0px;
  content: "";
  display: inline-block;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-us-v6 .about-bg-img::after {
    height: 110px;
  }
}
.about-us-v6 .box-margin {
  margin: 12px 0px;
}
.about-us-v6 .about-us-box {
  background: var(--white);
  text-align: center;
  padding: 60px 10px;
  border-radius: 4px;
  height: 100%;
}
.about-us-v6 .about-us-box .about-icon-img {
  height: 60px;
  width: 60px;
  margin: 0px auto;
}
.about-us-v6 .about-us-box .about-icon-img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 575px) {
  .about-us-v6 .about-us-box .about-icon-img {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-us-v6 .about-us-box {
    padding: 25px 12px;
    border-radius: 4px;
  }
}
.about-us-v6 .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
  margin: 5px 0px 5px 0px;
}
.about-us-v6 .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 575px) {
  .about-us-v6 .about-us-box .type {
    font-size: var(--size-4);
  }
}

.about-us-v7 .about-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
  z-index: 1;
  position: relative;
  background-attachment: fixed;
}
.about-us-v7 .about-bg-img .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--black-opacity-70);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about-us-v7 .about-bg-img .overlay {
    position: unset;
  }
}
.about-us-v7 .about-bg-img .overlay .cards-row {
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  .about-us-v7 .about-bg-img .overlay .cards-row {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .about-us-v7 .about-bg-img .overlay {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .about-us-v7 .about-bg-img {
    height: auto;
  }
}
.about-us-v7 .about-us-card-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.about-us-v7 .about-us-card-container .box-margin {
  margin-top: 30px;
}
.about-us-v7 .about-us-card-container .card-row {
  background-color: var(--white);
  max-width: 500px;
  padding: 0px 30px 30px 30px;
}
.about-us-v7 .about-us-card-container .card-row .about-us-box {
  background-color: var(--light-bg);
  text-align: center;
  height: 100%;
  padding: 50px 12px;
}
@media screen and (max-width: 575px) {
  .about-us-v7 .about-us-card-container .card-row .about-us-box {
    padding: 25px 12px;
  }
}
.about-us-v7 .about-us-card-container .card-row .about-us-box .number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--heading-font-family);
}
.about-us-v7 .about-us-card-container .card-row .about-us-box .type {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 575px) {
  .about-us-v7 .about-us-card-container .card-row .about-us-box .type {
    font-size: var(--size-3);
  }
}

.about-us-v8 {
  font-family: var(--body-font-family);
}
.about-us-v8 .about-us-bg {
  background: var(--white);
}
.about-us-v8 .title {
  color: var(--heading-c);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about-us-v8 .title {
    margin-top: 20px;
    max-width: 100%;
  }
}
.about-us-v8 .description {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about-us-v8 .description {
    font-size: var(--size-4);
  }
}
.about-us-v8 .about-img-v8 {
  max-height: 520px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-us-v8 .about-img-v8 {
    max-height: 100%;
  }
}
.about-us-v8 .about-img-v8 img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 480px;
}
@media screen and (max-width: 991px) {
  .about-us-v8 .about-img-v8 img {
    max-height: 100%;
    max-height: 400px;
  }
}
.about-us-v8 .about-img-v8 .number {
  position: absolute;
  z-index: 4;
  top: -40px;
  right: 60px;
  min-width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  font-family: var(--body-font-family);
  background-color: var(--secondary-hover);
  font-size: 32px;
  text-transform: capitalize;
  line-height: initial;
}
.about-us-v8 .about-img-v8 .number .numbered-span {
  padding: 0px 10px;
  width: 100%;
  display: block;
}
.about-us-v8 .image-right {
  width: 100%;
  height: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-v9 {
  font-family: var(--body-font-family);
}
.about-us-v9 .about-us-bg {
  background: var(--white);
}
.about-us-v9 .title {
  color: var(--heading-c);
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .about-us-v9 .title {
    margin-top: 20px;
    font-size: var(--size-8);
  }
}
.about-us-v9 .description {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: var(--size-15);
}
@media screen and (max-width: 991px) {
  .about-us-v9 .description {
    font-size: var(--size-4);
  }
}
.about-us-v9 .spaced-text {
  font-size: var(--size-3);
  letter-spacing: 3px;
  font-family: var(--body-font-family);
  color: var(--body-tc);
  font-weight: 600;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.about-us-v9 .font-bold {
  font-weight: bold;
}
.about-us-v9 .image-left {
  width: 100%;
  height: 100%;
  max-height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .about-us-v9 .image-left {
    height: auto;
  }
}

.about-us-v10 {
  font-family: var(--body-font-family);
}
.about-us-v10 .about-us-bg {
  background: var(--white);
}
.about-us-v10 .title {
  color: var(--heading-c);
  margin-bottom: 20px;
}
.about-us-v10 .sub-title {
  color: var(--heading-c);
  font-family: var(--heading-font-family);
  font-size: var(--size-6);
  font-weight: normal;
  line-height: initial;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .about-us-v10 .sub-title {
    font-size: var(--size-4);
  }
}
.about-us-v10 .description {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .about-us-v10 .description {
    font-size: var(--size-4);
  }
}
.about-us-v10 .numbered-text {
  width: 45px;
  height: 45px;
  color: var(--white);
  background: var(--heading-c);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-5);
  font-weight: 600;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .about-us-v10 .numbered-text {
    font-size: var(--size-4);
    width: 40px;
    height: 40px;
  }
}
.about-us-v10 .font-bold {
  font-weight: bold;
}
.about-us-v10 .image-right {
  width: 100%;
  height: 100%;
  max-height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 991px) {
  .about-us-v10 .image-right {
    height: auto;
  }
}

.about-us-v11 {
  font-family: var(--body-font-family);
}
.about-us-v11 .about-us-bg {
  background: var(--white);
}
.about-us-v11 .title {
  color: var(--heading-c);
  margin-bottom: 20px;
}
.about-us-v11 .description {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: var(--size-15);
}
@media screen and (max-width: 991px) {
  .about-us-v11 .description {
    font-size: var(--size-4);
  }
}
.about-us-v11 .font-bold {
  font-weight: bold;
}
.about-us-v11 .image-right {
  width: 100%;
  height: 100%;
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .about-us-v11 .image-right {
    height: auto;
    margin-top: 20px;
  }
}
.about-us-v11 .w-75 {
  width: 75%;
}
@media screen and (max-width: 991px) {
  .about-us-v11 .w-75 {
    width: 100%;
  }
}
.about-us-v11 .secondary-button {
  background: transparent;
  color: var(--secondary);
  text-decoration: none;
  cursor: pointer;
  border: 2px solid var(--secondary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: initial;
  font-size: var(--size-4);
  font-weight: 500;
  text-transform: capitalize;
  min-width: 220px;
  margin-bottom: 10px;
  padding: 12px 25px;
  min-height: 60px;
}
@media screen and (max-width: 991px) {
  .about-us-v11 .secondary-button {
    padding: 8px 20px;
    min-height: 40px;
    min-width: 120px;
    width: 100%;
  }
}
.about-us-v11 .secondary-button:hover {
  background-color: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
  color: var(--white);
}

.about-us-v12 {
  font-family: var(--body-font-family);
}
.about-us-v12 .about-us-bg {
  background: var(--white);
}
.about-us-v12 .title {
  color: var(--heading-c);
  margin: 0px auto 20px auto;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-us-v12 .title {
    max-width: 100%;
  }
}
.about-us-v12 .description {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  margin: 0px auto 20px auto;
  max-width: 800px;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .about-us-v12 .description {
    font-size: var(--size-4);
    max-width: 100%;
  }
}
.about-us-v12 .image {
  margin: auto;
  max-width: 600px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 991px) {
  .about-us-v12 .image {
    height: auto;
    max-width: 100%;
    margin-top: 20px;
  }
}

.about-us-v13 {
  font-family: var(--body-font-family);
  width: 100%;
}
.about-us-v13 .title {
  max-width: 700px;
  text-align: center;
  color: var(--heading-c);
  margin: 10px auto 50px auto;
}
@media screen and (max-width: 991px) {
  .about-us-v13 .title {
    max-width: 100%;
  }
}
.about-us-v13 .about-badge {
  margin: auto;
  background-color: var(--tertiary-color);
  color: var(--text-tertiary);
}
.about-us-v13 .banner-content {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .about-us-v13 .banner-content {
    padding-left: 0px;
    text-align: center;
  }
}
.about-us-v13 .banner-content .description {
  font-family: var(--body-font-family);
  font-size: var(--size-5);
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--body-tc);
}
@media screen and (max-width: 767px) {
  .about-us-v13 .banner-content .description {
    max-width: 100%;
    font-size: var(--size-4);
  }
}
.about-us-v13 .banner-content .primary-button {
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  padding: 12px 35px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  background-color: var(--secondary);
  border-radius: 35px;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  border: 1.5px solid var(--secondary);
}
@media screen and (max-width: 767px) {
  .about-us-v13 .banner-content .primary-button {
    padding: 8px 20px;
    min-height: 40px;
  }
}
.about-us-v13 .banner-content .primary-button:hover {
  background: var(--secondary-hover);
  color: var(--text-secondary-hover);
  border: 1.5px solid var(--secondary-hover);
}
.about-us-v13 .bordered-circle {
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .about-us-v13 .bordered-circle {
    margin: 30px;
  }
}
@media screen and (max-width: 575px) {
  .about-us-v13 .bordered-circle {
    margin: 20px;
    padding: 20px;
  }
}
.about-us-v13 .bordered-circle:before {
  content: "";
  border: 1.5px solid var(--tertiary-color);
  padding: 21px;
  border-radius: 100%;
  position: absolute;
  bottom: 14px;
  left: 3px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .about-us-v13 .bordered-circle:before {
    top: 12px;
    left: 0px;
  }
}
.about-us-v13 .bordered-circle .outer-circle-wrapper {
  position: relative;
  z-index: 1;
}
.about-us-v13 .bordered-circle .outer-circle-wrapper:before {
  content: "";
  background: var(--secondary);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0px;
  top: -18px;
  aspect-ratio: 1/1;
}
.about-us-v13 .bordered-circle .outer-circle-wrapper .image-circle-wrapper {
  background: var(--tertiary-color);
  border-radius: 100%;
  margin: 10px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.about-us-v13 .bordered-circle .outer-circle-wrapper .image-circle-wrapper .hero-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}/*# sourceMappingURL=about-us.css.map */ .spildy-services .service-tb-space {
  padding: 52px 0px;
}
@media screen and (max-width: 576px) {
  .spildy-services .service-tb-space {
    padding: 24px 0px;
  }
}
.spildy-services img,
.spildy-services svg {
  max-width: 100%;
  max-height: 100%;
}

.service-v1 {
  font-family: var(--body-font-family);
}
.service-v1 .secondary-bg-20 {
  background-color: rgba(var(--secondary-rgb), 0.2);
}
.service-v1 .heading-title {
  color: var(--heading-light-color);
}
.service-v1 .heading-description {
  font-size: var(--size-6);
  line-height: initial;
  font-family: var(--body-font-family);
  margin-bottom: 20px;
  color: var(--body-light-color);
}
@media screen and (max-width: 991px) {
  .service-v1 .heading-description {
    font-size: var(--size-4);
  }
}
.service-v1 .service-box {
  transition: all 0.3s;
}
.service-v1 .service-box:hover .icons-bg {
  transform: scale(1.2);
}
.service-v1 .service-box:hover .icons-content .title {
  color: var(--heading-light-color);
  font-family: var(--body-font-family);
}
.service-v1 .service-box .icons-bg {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  transition: 0.3s all ease-in-out;
}
.service-v1 .service-box .icons-bg svg,
.service-v1 .service-box .icons-bg img {
  max-width: 60px;
  max-height: 60px;
}
.service-v1 .service-box .icons-content {
  padding-top: var(--size-5);
}
.service-v1 .service-box .title {
  color: var(--heading-c);
  font-family: var(--body-font-family);
  font-size: var(--size-6);
  font-weight: bold;
  text-transform: capitalize;
}
.service-v1 .service-box .description {
  font-size: var(--size-4);
  color: var(--heading-light-color);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 991px) {
  .service-v1 .service-box .description {
    font-size: var(--size-4);
  }
}

.service-v2 {
  font-family: var(--body-font-family);
}
.service-v2 .secondary-bg-20 {
  background-color: rgba(var(--secondary-rgb), 0.2);
}
.service-v2 .services-ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-v2 .services-ul li {
  padding: 20px 0px;
  border-bottom: 1px solid var(--white);
}
.service-v2 .services-ul li:last-child {
  border-bottom: 0px;
}
.service-v2 .services-ul .arrow-link svg {
  transition: 300ms ease all;
  transition: 300ms ease all;
  width: 50px;
  height: auto;
  text-align: right;
  display: inline-block;
  float: right;
}
@media screen and (max-width: 991px) {
  .service-v2 .services-ul .arrow-link svg {
    margin-top: 20px;
    width: 30px;
  }
}
.service-v2 .services-ul .arrow-link svg:hover {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}
.service-v2 .services-ul .arrow-link svg .icon-c {
  fill: var(--heading-light-color);
}
.service-v2 .heading-title {
  max-width: 600px;
  color: var(--heading-light-color);
}
@media screen and (max-width: 991px) {
  .service-v2 .heading-title {
    max-width: 100%;
  }
}
.service-v2 .title {
  color: var(--heading-light-color);
  font-family: var(--heading-font-family);
  font-size: var(--size-6);
  font-weight: bold;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .service-v2 .title {
    font-size: var(--size-5);
  }
}
.service-v2 .description {
  font-size: var(--size-5);
  color: var(--heading-light-color);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 991px) {
  .service-v2 .description {
    font-size: var(--size-4);
  }
}

.service-v3 {
  font-family: var(--body-font-family);
}
.service-v3 .secondary-bg-20 {
  background-color: rgba(var(--secondary-rgb), 0.1);
}
.service-v3 .services-box {
  padding: 50px 30px 30px 30px;
  background: rgba(var(--secondary-rgb), 0.2);
  border-radius: 18px;
  margin-bottom: 35px;
  min-height: 450px;
}
@media screen and (max-width: 991px) {
  .service-v3 .services-box {
    min-height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .service-v3 .services-box {
    min-height: auto;
    padding: 30px 30px 30px 30px;
  }
}
.service-v3 .heading-title {
  max-width: 800px;
  color: var(--heading-light-color);
}
@media screen and (max-width: 991px) {
  .service-v3 .heading-title {
    max-width: 100%;
  }
}
.service-v3 .title {
  color: var(--heading-light-color);
  font-family: var(--heading-font-family);
  font-size: var(--size-6);
  font-weight: 500;
  max-width: 65%;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .service-v3 .title {
    font-size: var(--size-5);
    max-width: 100%;
    margin-top: 12px;
  }
}
.service-v3 .description {
  font-size: var(--size-4);
  color: var(--body-light-color);
  font-family: var(--body-font-family);
  min-height: 185px;
}
@media screen and (max-width: 991px) {
  .service-v3 .description {
    min-height: auto;
  }
}
.service-v3 .numbered-text {
  width: 80px;
  height: 80px;
  color: var(--white);
  background: var(--heading-c);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-6);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .service-v3 .numbered-text {
    width: 60px;
    height: 60px;
    font-size: var(--size-4);
  }
}

.service-v4 {
  font-family: var(--body-font-family);
}
.service-v4 .primary-bg-20 {
  background-color: rgba(var(--primary-rgb), 0.2);
}
.service-v4 .services-box-bg {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border-radius: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(https://spaidy.blob.core.windows.net/assets/images/services-v4-5.jpg);
}
.service-v4 .services-margin {
  margin-top: 30px;
}
.service-v4 .services-box {
  padding: 50px 30px 30px 30px;
  background: var(--white);
  border-radius: 18px;
  height: 100%;
}
.service-v4 .heading-title {
  max-width: 800px;
  color: var(--heading-light-color);
}
@media screen and (max-width: 991px) {
  .service-v4 .heading-title {
    max-width: 100%;
  }
}
.service-v4 .title {
  color: var(--heading-c);
  font-family: var(--heading-font-family);
  font-size: var(--size-5);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: var(--heading-light-color);
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .service-v4 .title {
    font-size: var(--size-5);
    margin-top: 12px;
  }
}
.service-v4 .description {
  font-size: var(--size-4);
  color: var(--body-light-color);
  font-family: var(--body-font-family);
  min-height: 185px;
}
@media only screen and (max-width: 991px) {
  .service-v4 .description {
    font-size: var(--size-4);
    min-height: auto;
  }
}
.service-v4 .icons-wrapper {
  width: 55px;
  height: 55px;
  color: var(--secondary);
  background: rgba(var(--secondary-rgb), 0.2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-6);
  font-weight: 600;
}

.service-v5 {
  font-family: var(--body-font-family);
}
.service-v5 .primary-bg {
  background-color: var(--primary);
}
.service-v5 .heading-title {
  text-align: center;
  color: var(--heading-light-color);
}
.service-v5 .heading-description {
  font-size: var(--size-6);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--body-tc);
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .service-v5 .heading-description {
    font-size: var(--size-4);
  }
}
.service-v5 .content-main-wrapper {
  border-radius: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .service-v5 .content-main-wrapper .column-reverse {
    flex-direction: column-reverse;
  }
}
.service-v5 .content-main-wrapper .services-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service-v5 .content-main-wrapper .services-img.s5-left-img {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 991px) {
  .service-v5 .content-main-wrapper .services-img.s5-left-img {
    border-radius: 0px 0px 20px 20px;
  }
}
.service-v5 .content-main-wrapper .services-img.s5-right-img {
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 991px) {
  .service-v5 .content-main-wrapper .services-img.s5-right-img {
    border-radius: 20px 20px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .service-v5 .content-main-wrapper .services-img {
    max-height: 300px;
  }
}
.service-v5 .content-main-wrapper .service-content {
  padding: 50px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .service-v5 .content-main-wrapper .service-content {
    padding: 30px 30px 20px 30px;
  }
}
.service-v5 .content-col-wrapper {
  border-radius: 20px;
  background-color: var(--primary);
  border: 1px solid var(--border-c);
  height: 100%;
}
.service-v5 .content-col-wrapper .service-content {
  padding: 25px;
  display: flex;
  align-items: center;
}
.service-v5 .content-col-wrapper .services-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0px 0px;
}
.service-v5 .service-margin {
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .service-v5 .service-margin {
    margin-bottom: 30px;
  }
}
.service-v5 .top-text {
  margin-top: 0;
  color: var(--text-primary);
  font-size: var(--size-3);
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-weight: normal;
  letter-spacing: 3px;
}
.service-v5 .title {
  color: var(--text-primary);
  font-family: var(--heading-font-family);
  font-size: var(--size-8);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .service-v5 .title {
    font-size: var(--size-6);
  }
}
.service-v5 .description {
  font-size: var(--size-4);
  color: var(--text-primary);
  font-family: var(--body-font-family);
  min-height: 185px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .service-v5 .description {
    font-size: var(--size-4);
    min-height: auto;
  }
}

.service-v6 {
  font-family: var(--body-font-family);
}
.service-v6 .service-margin {
  margin-bottom: 35px;
}
.service-v6 .services-badge {
  margin: auto;
  background-color: var(--tertiary-color);
  color: var(--text-tertiary);
}
.service-v6 .services-box {
  padding: 35px 30px 45px 30px;
  background: var(--primary);
  border-radius: 12px;
  text-align: center;
  height: 100%;
  box-shadow: 12px 12px 0px rgba(var(--primary-rgb), 0.2);
}
.service-v6 .heading-title {
  max-width: 700px;
  text-align: center;
  color: var(--text-secondary);
  margin: 10px auto 40px auto;
}
@media screen and (max-width: 991px) {
  .service-v6 .heading-title {
    max-width: 100%;
  }
}
.service-v6 .text-secondary {
  color: var(--text-secondary);
}
.service-v6 .title {
  color: var(--text-primary);
  font-family: var(--heading-font-family);
  font-size: var(--size-6);
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .service-v6 .title {
    font-size: var(--size-5);
    max-width: 100%;
  }
}
.service-v6 .description {
  font-size: var(--size-4);
  color: var(--text-primary);
  font-family: var(--body-font-family);
  font-weight: 500;
}
.service-v6 .icons-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--size-6);
  font-weight: 600;
  margin: 20px auto;
}/*# sourceMappingURL=services.css.map */ .spildy-picture-gallery .description {
  font-size: var(--size-4);
  margin-bottom: 20px;
}
.spildy-picture-gallery .heading-margin {
  margin: 0px auto 10px auto;
}
.spildy-picture-gallery .description-width {
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  .spildy-picture-gallery .description-width {
    max-width: 100%;
  }
}

.picture-gallery-v1 .description {
  color: var(--body-tc);
}
.picture-gallery-v1 .gallery {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}
.picture-gallery-v1 .gallery .gallery-item1 {
  flex-basis: 20%;
  height: 250px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v1 .gallery .gallery-item1 {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .picture-gallery-v1 .gallery .gallery-item1 {
    flex-basis: 100%;
    height: 300px;
  }
}
.picture-gallery-v1 .gallery .gallery-item1 .gallery-anchor {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.picture-gallery-v1 .gallery .gallery-item1 .gallery-anchor img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-c);
  aspect-ratio: 1/1;
}
.picture-gallery-v1 .lightboxV1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-80);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}
.picture-gallery-v1 .lightboxV1.active {
  display: flex;
}
.picture-gallery-v1 .lightboxV1-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v1 .lightboxV1-content {
    max-width: 100%;
    max-height: 75%;
  }
}
.picture-gallery-v1 .lightboxV1.fullscreen .lightboxV1-content {
  transform: scale(1.3);
}
.picture-gallery-v1 .lightboxV1-caption {
  margin-top: 15px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}
.picture-gallery-v1 .prevV1,
.picture-gallery-v1 .nextV1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v1 .prevV1 {
  left: 20px;
}
.picture-gallery-v1 .nextV1 {
  right: 20px;
}
.picture-gallery-v1 .prevV1:hover,
.picture-gallery-v1 .nextV1:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v1 .closeV1 {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 40px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v1 .closeV1:hover {
  color: var(--white);
}
.picture-gallery-v1 .fullscreenV1 {
  position: absolute;
  top: 29px;
  right: 80px;
  font-size: 32px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v1 .fullscreenV1:hover {
  color: var(--light-bg);
}
.picture-gallery-v1 .thumbnailsV1-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v1 .thumbnailsV1-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v1 .thumbnailsV1-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v1 .thumbnailsV1-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .picture-gallery-v1 .lightboxV1-content {
    max-width: 90%;
    max-height: 70%;
  }
}

.picture-gallery-v2 .description {
  color: var(--body-tc);
}
.picture-gallery-v2 .swiper-container {
  overflow: hidden;
}
.picture-gallery-v2 .swiper-slide {
  width: 100%;
  height: 450px;
  cursor: pointer;
  margin: 40px 0px;
}
.picture-gallery-v2 .swiper-slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.picture-gallery-v2 .swiper-slide.swiper-slide-active {
  transform: scale(0.87) !important;
}
.picture-gallery-v2 .lightboxV2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-90);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}
.picture-gallery-v2 .lightboxV2.active {
  display: flex;
}
.picture-gallery-v2 .lightboxV2-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v2 .lightboxV2-content {
    max-width: 100%;
    max-height: 75%;
  }
}
.picture-gallery-v2 .lightboxV2.fullscreen .lightboxV2-content {
  transform: scale(1.3);
}
.picture-gallery-v2 .lightboxV2-caption {
  margin-top: 15px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}
.picture-gallery-v2 .prevV2,
.picture-gallery-v2 .nextV2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v2 .prevV2 {
  left: 20px;
}
.picture-gallery-v2 .nextV2 {
  right: 20px;
}
.picture-gallery-v2 .prevV2:hover,
.picture-gallery-v2 .nextV2:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v2 .closeV2 {
  position: absolute;
  top: 28px;
  right: 30px;
  line-height: 0;
  font-size: 40px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v2 .closeV2:hover {
  color: var(--white);
}
.picture-gallery-v2 .fullscreenV2 {
  position: absolute;
  top: 29px;
  right: 80px;
  line-height: 0;
  font-size: 32px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v2 .thumbnailsV2-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v2 .thumbnailsV2-container:hover {
  opacity: 1;
}
.picture-gallery-v2 .thumbnailsV2-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v2 .thumbnailsV2-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v2 .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
  visibility: hidden;
}
.picture-gallery-v2 .swiper-button-next1,
.picture-gallery-v2 .swiper-button-prev1 {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .picture-gallery-v2 .swiper-button-next1,
  .picture-gallery-v2 .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.picture-gallery-v2 .swiper-button-next1 svg,
.picture-gallery-v2 .swiper-button-prev1 svg {
  width: 100%;
  height: 100%;
  background: var(--primary);
  border-radius: 50%;
  fill: var(--text-primary);
  padding: 12px;
}

.picture-gallery-v3 .description {
  color: var(--body-tc);
}
.picture-gallery-v3 .gallery {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.picture-gallery-v3 .gallery .gallery-item3 {
  flex-basis: calc(25% - 20px);
  height: 300px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v3 .gallery .gallery-item3 {
    flex-basis: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .picture-gallery-v3 .gallery .gallery-item3 {
    flex-basis: 100%;
  }
}
.picture-gallery-v3 .gallery .gallery-item3 .gallery-anchor {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.picture-gallery-v3 .gallery .gallery-item3 .gallery-anchor img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-c);
  aspect-ratio: 1/1;
}
.picture-gallery-v3 .lightboxV3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-80);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}
.picture-gallery-v3 .lightboxV3.active {
  display: flex;
}
.picture-gallery-v3 .lightboxV3-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.picture-gallery-v3 .lightboxV3.fullscreen .lightboxV3-content {
  transform: scale(1.3);
}
.picture-gallery-v3 .lightboxV3-caption {
  margin-top: 15px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}
.picture-gallery-v3 .prevV3,
.picture-gallery-v3 .nextV3 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v3 .prevV3 {
  left: 20px;
}
.picture-gallery-v3 .nextV3 {
  right: 20px;
}
.picture-gallery-v3 .prevV3:hover,
.picture-gallery-v3 .nextV3:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v3 .closeV3 {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 40px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v3 .closeV3:hover {
  color: var(--white);
}
.picture-gallery-v3 .fullscreenV3 {
  position: absolute;
  top: 29px;
  right: 80px;
  font-size: 32px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v3 .fullscreenV3:hover {
  color: var(--light-bg);
}
.picture-gallery-v3 .thumbnailsV3-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v3 .thumbnailsV3-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v3 .thumbnailsV3-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v3 .thumbnailsV3-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .picture-gallery-v3 .lightboxV3-content {
    max-width: 90%;
    max-height: 70%;
  }
}
@media screen and (max-width: 480px) {
  .picture-gallery-v3 .lightboxV3-content {
    max-width: 100%;
    max-height: 75%;
  }
}

.picture-gallery-v4 {
  background-image: url(https://spaidy.blob.core.windows.net/assets/images/picture-gallery-v4-bg-icons.svg);
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
}
.picture-gallery-v4 .title,
.picture-gallery-v4 .description {
  color: var(--text-primary);
}
.picture-gallery-v4 .description {
  max-width: 600px;
  margin: auto;
}
.picture-gallery-v4 .gallery {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.picture-gallery-v4 .gallery .gallery-item4 {
  flex-basis: calc(50% - 50px);
  height: 400px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  list-style: none;
}
@media screen and (max-width: 575px) {
  .picture-gallery-v4 .gallery .gallery-item4 {
    flex-basis: 100%;
    height: 300px;
  }
}
.picture-gallery-v4 .gallery .gallery-item4:nth-child(odd) {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v4 .gallery .gallery-item4:nth-child(odd) {
    margin-top: 20px;
  }
}
.picture-gallery-v4 .gallery .gallery-item4:nth-child(even) {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v4 .gallery .gallery-item4:nth-child(even) {
    margin-top: 30px;
  }
}
.picture-gallery-v4 .gallery .gallery-item4 .gallery-anchor {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.picture-gallery-v4 .gallery .gallery-item4 .gallery-anchor img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--border-c);
  aspect-ratio: 1/1;
  max-height: 450px;
}
.picture-gallery-v4 .lightboxV4 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-80);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}
.picture-gallery-v4 .lightboxV4.active {
  display: flex;
}
.picture-gallery-v4 .lightboxV4-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.picture-gallery-v4 .lightboxV4.fullscreen .lightboxV4-content {
  transform: scale(1.3);
}
.picture-gallery-v4 .lightboxV4-caption {
  margin-top: 15px;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}
.picture-gallery-v4 .prevV4,
.picture-gallery-v4 .nextV4 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v4 .prevV4 {
  left: 20px;
}
.picture-gallery-v4 .nextV4 {
  right: 20px;
}
.picture-gallery-v4 .prevV4:hover,
.picture-gallery-v4 .nextV4:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v4 .closeV4 {
  position: absolute;
  top: 28px;
  right: 30px;
  font-size: 40px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v4 .closeV4:hover {
  color: var(--white);
}
.picture-gallery-v4 .fullscreenV4 {
  position: absolute;
  top: 29px;
  right: 80px;
  font-size: 32px;
  line-height: 0px;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v4 .fullscreenV4:hover {
  color: var(--light-bg);
}
.picture-gallery-v4 .thumbnailsV4-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v4 .thumbnailsV4-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v4 .thumbnailsV4-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v4 .thumbnailsV4-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .picture-gallery-v4 .lightboxV4-content {
    max-width: 90%;
    max-height: 70%;
  }
}
@media screen and (max-width: 480px) {
  .picture-gallery-v4 .lightboxV4-content {
    max-width: 100%;
    max-height: 75%;
  }
}

.picture-gallery-v5 {
  position: relative;
}
.picture-gallery-v5 .text-zindex-v5 {
  z-index: 4;
}
.picture-gallery-v5 .title,
.picture-gallery-v5 .description {
  color: var(--text-primary);
}
.picture-gallery-v5 .svg-wrapper {
  z-index: 1;
}
.picture-gallery-v5 .svg-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 650px;
  height: 480px;
  background-color: var(--secondary);
  -webkit-clip-path: circle(50.5% at 65% 18%);
          clip-path: circle(50.5% at 65% 18%);
  z-index: 0;
  transition: width 0.3s ease, height 0.3s ease;
}
@media (max-width: 991px) {
  .picture-gallery-v5 .svg-wrapper::after {
    width: 350px;
    height: 300px;
    -webkit-clip-path: circle(55% at 60% 20%);
            clip-path: circle(55% at 60% 20%);
  }
}
@media (max-width: 768px) {
  .picture-gallery-v5 .svg-wrapper::after {
    width: 300px;
    height: 250px;
    -webkit-clip-path: circle(60% at 55% 25%);
            clip-path: circle(60% at 55% 25%);
  }
}
.picture-gallery-v5 .swiper-container {
  width: 100%;
  overflow: hidden;
}
.picture-gallery-v5 .swiper-wrapper {
  display: flex;
  padding: 20px 0px;
}
.picture-gallery-v5 .picture-galleryv5-anchor {
  display: flex;
}
.picture-gallery-v5 .picture-gallery-slide-5 {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
}
.picture-gallery-v5 .picture-gallery-v5-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .picture-gallery-v5 .picture-gallery-v5-img {
    height: 300px;
  }
}
.picture-gallery-v5 .lightboxV5 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-80);
  justify-content: center;
  align-items: center;
  z-index: 2000 !important;
  flex-direction: column;
}
.picture-gallery-v5 .lightboxV5.active {
  display: flex;
}
.picture-gallery-v5 .lightboxV5-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.picture-gallery-v5 .lightboxV5.fullscreen .lightboxV5-content {
  transform: scale(1.3);
}
.picture-gallery-v5 .prevV5,
.picture-gallery-v5 .nextV5 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v5 .prevV5 {
  left: 20px;
}
.picture-gallery-v5 .nextV5 {
  right: 20px;
}
.picture-gallery-v5 .prevV5:hover,
.picture-gallery-v5 .nextV5:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v5 .closeV5 {
  position: absolute;
  top: 29px;
  right: 30px;
  font-size: 40px;
  line-height: 0;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v5 .fullscreenV5 {
  position: absolute;
  top: 30px;
  right: 80px;
  font-size: 29px;
  line-height: 0;
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
}
.picture-gallery-v5 .thumbnailsV5-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v5 .thumbnailsV5-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v5 .thumbnailsV5-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v5 .thumbnailsV5-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .picture-gallery-v5 .lightboxV5-content {
    max-width: 90%;
    max-height: 70%;
  }
}

.picture-gallery-v6 {
  position: relative;
}
.picture-gallery-v6 .title {
  color: var(--text-tertiary);
  margin-top: 10px;
  margin-bottom: 40px;
}
.picture-gallery-v6 .badge {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 20px;
  font-size: var(--size-4);
  background-color: var(--primary);
  color: var(--text-primary);
  display: flex;
  margin: 0px auto 10px auto;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
}
.picture-gallery-v6 .icon-container-1 {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0.8;
}
.picture-gallery-v6 .icon-container-1.picture-gallery-star-svg-1 {
  top: 0%;
  right: 33%;
  transform: rotate(45deg);
  z-index: 5;
}
.picture-gallery-v6 .icon-container-1.picture-gallery-star-svg-1 path {
  stroke: var(--primary);
}
@media screen and (max-width: 767px) {
  .picture-gallery-v6 .icon-container-1.picture-gallery-star-svg-1 {
    top: 20px;
    right: 20px;
  }
}
.picture-gallery-v6 .icon-container-2 {
  position: absolute;
  height: 20px;
  width: 20px;
  opacity: 0.8;
}
.picture-gallery-v6 .icon-container-2.picture-gallery-star-svg-2 {
  top: 20%;
  left: 15%;
  transform: rotate(45deg);
  z-index: 5;
}
.picture-gallery-v6 .icon-container-2.picture-gallery-star-svg-2 path {
  stroke: var(--primary);
}
@media screen and (max-width: 767px) {
  .picture-gallery-v6 .icon-container-2.picture-gallery-star-svg-2 {
    top: 20px;
    right: 20px;
  }
}
.picture-gallery-v6 .up-down-picture-gallery-element {
  animation: up-down-picture-gallery-element 1s infinite alternate;
}
@keyframes up-down-picture-gallery-element {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.picture-gallery-v6 .swiper-container {
  width: 100%;
  overflow: hidden;
}
.picture-gallery-v6 .swiper-wrapper {
  display: flex;
  padding: 20px 0px 0px 0px;
}
.picture-gallery-v6 .picture-gallery-slide-6 {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
}
.picture-gallery-v6 .picture-gallery-slide-6:nth-child(odd) {
  transform: translateY(60px);
}
@media screen and (max-width: 575px) {
  .picture-gallery-v6 .picture-gallery-slide-6:nth-child(odd) {
    transform: translateY(0px);
  }
}
.picture-gallery-v6 .picture-gallery-slide-6:nth-child(even) {
  transform: translateY(10px);
}
@media screen and (max-width: 575px) {
  .picture-gallery-v6 .picture-gallery-slide-6:nth-child(even) {
    transform: translateY(0px);
  }
}
.picture-gallery-v6 .picture-gallery-slide-6 .picture-galleryv6-anchor {
  display: inline-block;
}
.picture-gallery-v6 .picture-gallery-v6-img {
  width: 380px;
  height: 380px;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0px 0px;
  box-shadow: 10px 10px 2px var(--primary);
}
@media screen and (max-width: 991px) {
  .picture-gallery-v6 .picture-gallery-v6-img {
    height: 300px;
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .picture-gallery-v6 .picture-gallery-v6-img {
    width: 20vw;
    height: 40vh;
  }
}
.picture-gallery-v6 .lightboxV6 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-opacity-80);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}
.picture-gallery-v6 .lightboxV6.active {
  display: flex;
}
.picture-gallery-v6 .lightboxV6-content {
  max-width: 80%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.picture-gallery-v6 .lightboxV6.fullscreen .lightboxV6-content {
  transform: scale(1.3);
}
.picture-gallery-v6 .prevV6,
.picture-gallery-v6 .nextV6 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: var(--white);
  font-weight: bold;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.6s ease;
}
.picture-gallery-v6 .prevV6 {
  left: 20px;
}
.picture-gallery-v6 .nextV6 {
  right: 20px;
}
.picture-gallery-v6 .prevV6:hover,
.picture-gallery-v6 .nextV6:hover {
  background-color: var(--black-opacity-90);
}
.picture-gallery-v6 .closeV6 {
  position: absolute;
  top: 29px;
  right: 30px;
  font-size: 40px;
  line-height: 0;
  color: var(--white);
  cursor: pointer;
}
.picture-gallery-v6 .fullscreenV6 {
  position: absolute;
  top: 30px;
  right: 80px;
  font-size: 29px;
  line-height: 0;
  color: var(--white);
  cursor: pointer;
  font-weight: 500;
}
.picture-gallery-v6 .thumbnailsV6-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  max-width: 90%;
  overflow-x: auto;
}
.picture-gallery-v6 .thumbnailsV6-container img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}
.picture-gallery-v6 .thumbnailsV6-container img.active {
  opacity: 1;
  border: 2px solid var(--white);
}
.picture-gallery-v6 .thumbnailsV6-container img:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .picture-gallery-v6 .lightboxV6-content {
    max-width: 90%;
    max-height: 70%;
  }
}/*# sourceMappingURL=picture-gallery.css.map */ @charset "UTF-8";
.spildy-testimonials .testimonials-bg {
  background-color: var(--white);
}
.spildy-testimonials .testimonials-tb-space {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .spildy-testimonials .testimonials-tb-space {
    padding: 50px 0px;
  }
}
.spildy-testimonials img,
.spildy-testimonials svg {
  max-width: 100%;
  max-height: 100%;
}
.spildy-testimonials .testimonials-bg {
  background-color: var(--white);
}
.spildy-testimonials .testimonials-border {
  border: 1px var(--border-c) solid;
}
.spildy-testimonials .star {
  width: 100px;
  position: relative;
  color: var(--body-tc);
}
.spildy-testimonials .rating {
  overflow: hidden;
  white-space: nowrap;
}
.spildy-testimonials .rating span {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  color: var(--heading-c);
}
.spildy-testimonials .rating span:before {
  content: "☆☆☆☆☆";
  position: absolute;
  z-index: 2;
}

.testimonials-v1 .body-c {
  color: var(--body-tc);
}
.testimonials-v1 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v1 .swiper-slide {
  padding-bottom: 0px !important;
}
.testimonials-v1 .swiper-wrapper {
  margin-bottom: 20px;
}
.testimonials-v1 .testimonials-border {
  border-bottom: 0px;
}
.testimonials-v1 .testimonials-box {
  height: 100%;
  padding-bottom: 72px;
  border-bottom: 0px;
  z-index: 2;
}
.testimonials-v1 .testimonials-box .testimonials-min-h {
  min-height: 140px;
  height: 100%;
}
.testimonials-v1 .testimonials-box .testimonials-info {
  position: relative;
  padding: 0px 18px;
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.testimonials-v1 .testimonials-box .testimonials-info::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}
.testimonials-v1 .testimonials-box .testimonials-info::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}
.testimonials-v1 .user-name-star {
  margin-top: -1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.testimonials-v1 .user-name-star .user-img {
  width: 82px;
  height: 72px;
  padding: 0px 10px 10px;
  border-color: var(--white) var(--border-c) var(--border-c);
  border-style: solid;
  border-width: 1px;
}
.testimonials-v1 .user-name-star .user-img .img-bg {
  background-color: var(--light-bg);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-v1 .user-name-star .user-name {
  background-color: var(--light-bg);
  border-color: var(--border-c);
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  padding: 4px 110px 4px 12px;
  height: 50px;
  line-height: 18px;
  font-size: 14px;
  position: relative;
}
.testimonials-v1 .user-name-star .user-name .user-text {
  color: var(--heading-c);
  font-family: var(--body-font-family);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}
@media screen and (max-width: 991px) {
  .testimonials-v1 .user-name-star .user-name .user-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.testimonials-v1 .user-name-star .user-name .designation {
  color: var(--body-tc);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
}
.testimonials-v1 .user-name-star .star-rating {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 100px;
}
.testimonials-v1 .user-name-star .stars {
  display: grid;
  grid-auto-flow: repeat(5, 1fr);
  grid-auto-flow: column;
  justify-content: end;
  gap: 5px;
}
.testimonials-v1 .user-name-star .stars span {
  line-height: 14px;
}
.testimonials-v1 .user-name-star .stars img {
  max-height: 18px;
}
.testimonials-v1 .scroll-control {
  position: relative;
}
.testimonials-v1 .scroll-control::before {
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
  height: 1px;
  background-color: var(--border-c);
  display: inline-block;
}
.testimonials-v1 .scroll-control .scroll-control-in {
  background-color: var(--white);
  margin: 0px auto;
  z-index: 1;
  width: 80px;
}
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-next,
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-prev {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0px;
  border: none;
  background-color: var(--border-c);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-next:hover, .testimonials-v1 .scroll-control .scroll-control-in .swiper-button-next:focus,
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-prev:hover,
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-prev:focus {
  background-color: var(--primary);
}
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-next::after,
.testimonials-v1 .scroll-control .scroll-control-in .swiper-button-prev::after {
  font-size: 12px;
  font-weight: bold;
  color: var(--white);
}

.testimonials-v2 .body-c {
  color: var(--body-tc);
}
.testimonials-v2 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v2 .testimonials-bg {
  background-color: var(--light-bg);
}
.testimonials-v2 .swiper {
  padding-bottom: 40px;
}
.testimonials-v2 .swiper .swiper-pagination-bullet:hover {
  background-color: var(--primary) !important;
  opacity: 0.7;
}
.testimonials-v2 .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
  width: 20px;
  border-radius: 8px;
  height: 8px;
}
.testimonials-v2 .testimonials-box {
  background-color: var(--white);
  height: 100%;
}
.testimonials-v2 .testimonials-box .user-img {
  width: 120px;
}
@media screen and (max-width: 568px) {
  .testimonials-v2 .testimonials-box .user-img {
    width: 80px;
    margin: 0px auto;
  }
}
.testimonials-v2 .testimonials-box .user-img .img-bg {
  background-color: var(--light-bg);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v2 .testimonials-box .user-img .img-bg img,
.testimonials-v2 .testimonials-box .user-img .img-bg svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v2 .testimonials-box .user-text {
  color: var(--heading-c);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 568px) {
  .testimonials-v2 .testimonials-box .user-text {
    text-align: center;
  }
}
.testimonials-v2 .testimonials-box .designation {
  color: var(--body-tc);
}
.testimonials-v2 .testimonials-box .testimonials-info {
  position: relative;
  padding: 0px 18px;
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 568px) {
  .testimonials-v2 .testimonials-box .testimonials-info {
    text-align: center;
  }
}
.testimonials-v2 .testimonials-box .testimonials-info::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}
.testimonials-v2 .testimonials-box .testimonials-info::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}
.testimonials-v2 .testimonials-box .star {
  margin-left: auto;
}
.testimonials-v2 .testimonials-box .date-star {
  border-top: 1px var(--border-c) solid;
  padding-top: var(--size-6);
}
.testimonials-v2 .testimonials-box .date-star .date {
  color: var(--body-tc);
  font-size: 14px;
}
.testimonials-v2 .testimonials-box .date-star .stars {
  display: grid;
  grid-auto-flow: repeat(5, 1fr);
  grid-auto-flow: column;
  justify-content: end;
  gap: 5px;
}
.testimonials-v2 .testimonials-box .date-star .stars span {
  line-height: 14px;
}
.testimonials-v2 .testimonials-box .date-star .stars img {
  max-height: 18px;
}

.testimonials-v3 .body-c {
  color: var(--body-tc);
}
.testimonials-v3 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v3 .swiper {
  padding-bottom: 40px;
}
.testimonials-v3 .swiper-pagination-bullet:hover {
  background-color: var(--primary) !important;
  opacity: 0.7;
}
.testimonials-v3 .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.testimonials-v3 .img-icon-wrapper {
  position: relative;
  z-index: 25;
  height: 50px;
}
.testimonials-v3 .img-icon-wrapper .user-img {
  z-index: 3;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-style: solid;
  border-color: var(--border-c);
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-v3 .img-icon-wrapper .user-img .img-bg {
  background-color: var(--light-bg);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v3 .img-icon-wrapper .user-img .img-bg img,
.testimonials-v3 .img-icon-wrapper .user-img .img-bg svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v3 .testimonials-box {
  border-top: 0px var(--border-c) solid;
  border: 1px var(--border-c) solid;
  margin-top: -50px;
  border-left: 0px;
  padding-top: 50px;
  border-right: 0px;
  height: 100%;
}
.testimonials-v3 .testimonials-box .user-text {
  color: var(--heading-c);
  font-family: var(--body-font-family);
}
.testimonials-v3 .testimonials-box .designation {
  color: var(--body-tc);
}
.testimonials-v3 .testimonials-box .testimonials-info-in {
  background-color: var(--white);
  position: relative;
  height: 100%;
  border: 1px var(--border-c) solid;
}
.testimonials-v3 .testimonials-box .testimonials-info {
  position: relative;
  padding: 0px 18px;
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.testimonials-v3 .testimonials-box .testimonials-info::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}
.testimonials-v3 .testimonials-box .testimonials-info::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-flex;
  content: "''";
  font-weight: bold;
  font-size: 18px;
}

.testimonials-v4 .body-c {
  color: var(--body-tc);
}
.testimonials-v4 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v4 .star {
  margin: auto;
}
.testimonials-v4 .testimonials-bg {
  background-color: var(--light-bg);
}
.testimonials-v4 .testimonials-box {
  height: 100%;
  padding: 0px 100px;
}
@media screen and (max-width: 568px) {
  .testimonials-v4 .testimonials-box {
    padding: 0px 40px;
  }
}
.testimonials-v4 .testimonials-box .user-img-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.testimonials-v4 .testimonials-box .user-img-name .img-bg {
  background-color: var(--light-bg);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
}
.testimonials-v4 .testimonials-box .user-img-name .img-bg img,
.testimonials-v4 .testimonials-box .user-img-name .img-bg svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v4 .testimonials-box .user-img-name .user-text {
  color: var(--heading-c);
  font-family: var(--body-font-family);
}
.testimonials-v4 .testimonials-box .user-img-name .designation {
  color: var(--body-tc);
}
.testimonials-v4 .testimonials-box .testimonials-info {
  position: relative;
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
.testimonials-v4 .testimonials-box .date-star .date {
  color: var(--body-tc);
  font-size: 14px;
}
.testimonials-v4 .testimonials-box .date-star .stars {
  display: grid;
  grid-auto-flow: repeat(5, 1fr);
  grid-auto-flow: column;
  justify-content: center;
  gap: 5px;
}
.testimonials-v4 .testimonials-box .date-star .stars span {
  line-height: 14px;
}
.testimonials-v4 .testimonials-box .date-star .stars img {
  max-height: 18px;
}
.testimonials-v4 .swiper-button-next,
.testimonials-v4 .swiper-button-prev {
  cursor: pointer;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.062745098);
  width: 44px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v4 .swiper-button-next:hover::after,
.testimonials-v4 .swiper-button-prev:hover::after {
  color: var(--primary);
}
.testimonials-v4 .swiper-button-next::after,
.testimonials-v4 .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: var(--body-tc);
}
@media screen and (max-width: 568px) {
  .testimonials-v4 .swiper-button-next {
    right: 0px;
  }
  .testimonials-v4 .swiper-button-prev {
    left: 0px;
  }
}

.testimonials-v5 {
  z-index: 2;
  position: relative;
}
.testimonials-v5 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v5 .heading-2 {
  color: var(--white);
}
.testimonials-v5 .testimonials-box {
  padding: 0px 100px;
  height: 100%;
}
@media screen and (max-width: 568px) {
  .testimonials-v5 .testimonials-box {
    padding: 0px 40px;
  }
}
.testimonials-v5 .testimonials-box .user-img-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.testimonials-v5 .testimonials-box .user-img-name .img-bg {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.062745098);
}
.testimonials-v5 .testimonials-box .user-img-name .img-bg img,
.testimonials-v5 .testimonials-box .user-img-name .img-bg svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v5 .testimonials-box .testimonials-info {
  position: relative;
  color: var(--white);
  font-family: var(--body-font-family);
}
.testimonials-v5 .testimonials-box .testimonials-info .user-text {
  color: var(--white);
  font-family: var(--body-font-family);
}
.testimonials-v5 .testimonials-box .testimonials-info .designation {
  color: var(--white);
  font-family: var(--body-font-family);
}
.testimonials-v5 .swiper-button-next,
.testimonials-v5 .swiper-button-prev {
  cursor: pointer;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.062745098);
  width: 44px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v5 .swiper-button-next:hover::after,
.testimonials-v5 .swiper-button-prev:hover::after {
  color: var(--primary);
}
.testimonials-v5 .swiper-button-next::after,
.testimonials-v5 .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: var(--body-tc);
}
@media screen and (max-width: 568px) {
  .testimonials-v5 .swiper-button-next {
    right: 0px;
  }
  .testimonials-v5 .swiper-button-prev {
    left: 0px;
  }
}

.testimonials-v6 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v6 .title {
  color: var(--heading-c);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .title {
    text-align: center;
  }
}
.testimonials-v6 .swiper {
  padding-bottom: 40px;
}
.testimonials-v6 .swiper .swiper-slide {
  width: 700px;
}
.testimonials-v6 .swiper .swiper-pagination-bullet:hover {
  background-color: var(--primary) !important;
  opacity: 0.7;
}
.testimonials-v6 .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
  width: 20px;
  border-radius: 8px;
  height: 8px;
}
.testimonials-v6 .testimonials-box {
  position: relative;
  background-color: var(--primary);
  height: 100%;
  border-radius: 20px;
  margin: 20px 0px;
  padding: 30px;
  color: var(--text-primary);
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .testimonials-box {
    margin: 20px;
  }
}
.testimonials-v6 .testimonials-box .company-name {
  color: var(--text-primary);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: var(--size-4);
  margin-bottom: 20px;
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  min-height: 100px;
  width: 100%;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .testimonials-box .testimonial-bottom-wrapper {
    min-height: 70px;
    width: 100%;
    padding: 10px;
  }
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img {
    width: 80px;
    margin: 0px auto;
  }
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img .img-bg {
  background-color: var(--light-bg);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img .img-bg img,
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img .img-bg svg {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-img .img-bg {
    margin-bottom: 10px;
  }
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-text {
  color: var(--text-primary);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 568px) {
  .testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .user-text {
    text-align: center;
  }
}
.testimonials-v6 .testimonials-box .testimonial-bottom-wrapper .designation {
  color: var(--text-primary);
  font-size: var(--size-4);
  font-weight: 400;
}
.testimonials-v6 .testimonials-box .testimonials-info {
  position: relative;
  color: var(--text-primary);
  font-family: var(--body-font-family);
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.testimonials-v6 .testimonials-box .testimonials-info blockquote {
  display: inline-block;
  margin: 0;
}
.testimonials-v6 .testimonials-box .testimonials-info blockquote::before {
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  color: var(--text-primary);
  content: open-quote;
}
.testimonials-v6 .testimonials-box .testimonials-info blockquote::after {
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  color: var(--text-primary);
  content: close-quote;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .testimonials-box .testimonials-info {
    text-align: center;
    padding-bottom: 100px;
  }
}
.testimonials-v6 .position-relative {
  position: relative;
}
.testimonials-v6 .swiper-button-next1,
.testimonials-v6 .swiper-button-prev1 {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .testimonials-v6 .swiper-button-next1,
  .testimonials-v6 .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.testimonials-v6 .swiper-button-next1 svg,
.testimonials-v6 .swiper-button-prev1 svg {
  width: 100%;
  height: 100%;
  background: var(--primary);
  border-radius: 50%;
  fill: var(--text-primary);
  padding: 12px;
}

.testimonials-v7 {
  position: relative;
}
.testimonials-v7 .position-relative {
  position: relative;
}
.testimonials-v7 .svg-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.testimonials-v7 .svg-bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.testimonials-v7 .svg-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -120px;
  left: 0;
}
.testimonials-v7 .svg-bg .st0 {
  opacity: 0.2;
}
.testimonials-v7 .svg-bg .st0 .st1 {
  fill: var(--white);
}
.testimonials-v7 .swiper {
  display: flex !important;
  align-items: stretch !important;
}
.testimonials-v7 .title {
  color: var(--text-primary);
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .title {
    text-align: center;
  }
}
.testimonials-v7 .swiper {
  padding-bottom: 40px;
}
.testimonials-v7 .swiper .swiper-pagination-bullet:hover {
  background-color: var(--primary) !important;
  opacity: 0.7;
}
.testimonials-v7 .swiper .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
  width: 20px;
  border-radius: 8px;
  height: 8px;
}
.testimonials-v7 .testimonials-box {
  position: relative;
  background-color: var(--tertiary-color);
  height: 100%;
  border-radius: 20px;
  margin: 20px 0px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box {
    margin: 20px;
  }
}
.testimonials-v7 .testimonials-box .star .rating span {
  color: var(--text-tertiary);
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .star {
    margin: auto;
  }
}
.testimonials-v7 .testimonials-box .user-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .user-img {
    width: 110px;
    margin: 0px auto;
  }
}
.testimonials-v7 .testimonials-box .user-img .img-bg {
  background-color: var(--secondary);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .user-img .img-bg {
    margin-right: 0px;
  }
}
.testimonials-v7 .testimonials-box .user-img .img-bg img,
.testimonials-v7 .testimonials-box .user-img .img-bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: var(--white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .user-img .img-bg {
    margin-bottom: 10px;
  }
}
.testimonials-v7 .testimonials-box .user-text {
  color: var(--text-tertiary);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .user-text {
    text-align: center;
  }
}
.testimonials-v7 .testimonials-box .designation {
  color: var(--text-tertiary);
  font-size: var(--size-3);
  font-weight: 400;
}
.testimonials-v7 .testimonials-box .testimonials-info {
  position: relative;
  color: var(--text-tertiary);
  font-family: var(--body-font-family);
  margin-bottom: 10px;
}
.testimonials-v7 .testimonials-box .testimonials-info blockquote {
  display: inline-block;
  margin: 0;
}
.testimonials-v7 .testimonials-box .testimonials-info blockquote::before {
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  color: var(--text-tertiary);
  content: open-quote;
}
.testimonials-v7 .testimonials-box .testimonials-info blockquote::after {
  vertical-align: bottom;
  position: relative;
  top: 0.2em;
  color: var(--text-tertiary);
  content: close-quote;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .testimonials-box .testimonials-info {
    text-align: center;
    padding-bottom: 50px;
  }
}
.testimonials-v7 .position-relative {
  position: relative;
}
.testimonials-v7 .swiper-button-next1,
.testimonials-v7 .swiper-button-prev1 {
  margin: 15px 5px 0px 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .testimonials-v7 .swiper-button-next1,
  .testimonials-v7 .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.testimonials-v7 .swiper-button-next1 svg,
.testimonials-v7 .swiper-button-prev1 svg {
  width: 100%;
  height: 100%;
  background: var(--text-primary);
  border-radius: 50%;
  fill: var(--primary);
  padding: 12px;
}

.spildy-testimonials .swiper-wrapper {
  height: auto !important;
}

.position-relative {
  position: relative;
}

.overlay-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.edit-icon-wrapper {
  width: 20px;
  height: 20px;
  line-height: 16px;
  position: absolute;
  top: 1px;
  right: 1px;
  opacity: 1;
  padding: 2px;
  border-style: solid;
  border-width: thin;
  border-color: #e0e0e0;
  border-radius: 2px;
  box-shadow: 2px 2px 6px #252525;
  background-color: #f8f9fa;
  display: flex;
  z-index: 50;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.edit-icon-wrapper svg {
  fill: #1d0eee;
  width: 14px;
  height: 14px;
  border-radius: unset !important;
}

.clients-v8 {
  z-index: 2;
  position: relative;
}
.clients-v8 .clients-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.clients-v8 .clients-bg::before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.clients-v8 .title {
  color: var(--white);
}
.clients-v8 .description {
  color: var(--white);
}
.clients-v8 .swiper-slide {
  height: 110px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: var(--white);
  padding: 16px;
}
.clients-v8 .swiper-slide img,
.clients-v8 .swiper-slide svg {
  max-height: 100%;
  max-width: 100%;
}
.clients-v8 .swiper-button-next,
.clients-v8 .swiper-button-prev {
  cursor: pointer;
  border-radius: 16px;
}
.clients-v8 .swiper-button-next:hover::after,
.clients-v8 .swiper-button-prev:hover::after {
  color: var(--primary);
}
.clients-v8 .swiper-button-next::after,
.clients-v8 .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
  color: var(--black);
}/*# sourceMappingURL=testimonials.css.map */ .spildy-footer .menu-rounded .menu-link {
  border-radius: 6px;
}

.footer-v1 {
  background-color: var(--heading-c);
  padding: 30px 0px;
}
.footer-v1 .copy-rights {
  font-size: var(--body-fs);
  color: var(--light-bg);
  font-family: var(--body-font-family);
}

.footer-v2 {
  background-color: var(--heading-c);
  display: flex;
  align-items: stretch;
  padding: 30px 0px;
}
.footer-v2 .copy-rights {
  font-size: var(--body-fs);
  color: var(--light-bg);
  text-align: right;
  font-family: var(--body-font-family);
}
@media screen and (max-width: 991px) {
  .footer-v2 .copy-rights {
    text-align: center;
    margin-top: 16px;
  }
}
.footer-v2 .menus ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer-v2 .menus ul {
    display: block;
  }
}
.footer-v2 .menus .menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  margin: 0px 20px 0px 0px;
  list-style-type: none;
}
.footer-v2 .menus .menu-item:last-child {
  margin-right: 0px;
}
.footer-v2 .menus .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px;
  flex: 0 0 100%;
  text-decoration: none;
  font-family: var(--body-font-family);
}
.footer-v2 .menus .menu-item .menu-link:hover, .footer-v2 .menus .menu-item .menu-link.active {
  transition: color 0.2s ease;
}
.footer-v2 .menus .menu-item .menu-link:hover .menu-title, .footer-v2 .menus .menu-item .menu-link.active .menu-title {
  text-decoration: underline;
}
.footer-v2 .menus .menu-item .menu-link .menu-title {
  color: var(--light-bg);
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.footer-v2 .menus .menu-item .menu-link .section-option-edit-link {
  right: 22px !important;
}
@media screen and (max-width: 991px) {
  .footer-v2 .menu-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-v2 .menu-wrapper {
    text-align: center;
  }
}

.footer-v3 {
  background-color: var(--white);
  display: flex;
  align-items: stretch;
  padding: 30px 0px;
}
.footer-v3 .footer-img-wrapper {
  min-width: 40px;
}
.footer-v3 .footer-img-wrapper .logo-img {
  width: auto;
  height: 100%;
  max-height: 45px;
}
.footer-v3 .copy-rights {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
}
@media screen and (max-width: 768px) {
  .footer-v3 .copy-rights {
    text-align: center;
  }
}

.footer-v4 {
  background-color: var(--white);
  padding: 30px 0px;
}
.footer-v4 .footer-img-wrapper {
  min-width: 40px;
}
.footer-v4 .footer-img-wrapper .logo-img {
  width: auto;
  height: 40px;
}
.footer-v4 .copy-rights {
  font-size: var(--body-fs);
  color: var(--body-tc);
  font-family: var(--body-font-family);
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .footer-v4 .copy-rights {
    text-align: center;
  }
}
.footer-v4 .menus ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer-v4 .menus ul {
    display: block;
  }
}
.footer-v4 .menus .menu-item {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  margin: 0px 0px 0px 24px;
  list-style-type: none;
}
.footer-v4 .menus .menu-item:last-child {
  margin-right: 0px;
}
.footer-v4 .menus .menu-item .menu-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0px;
  flex: 0 0 100%;
  text-decoration: none;
  font-family: var(--body-font-family);
}
.footer-v4 .menus .menu-item .menu-link:hover, .footer-v4 .menus .menu-item .menu-link.active {
  transition: color 0.2s ease;
}
.footer-v4 .menus .menu-item .menu-link:hover .menu-title, .footer-v4 .menus .menu-item .menu-link.active .menu-title {
  text-decoration: underline;
}
.footer-v4 .menus .menu-item .menu-link .menu-title {
  color: var(--body-tc);
  font-family: var(--body-font-family);
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.footer-v4 .menus .menu-item .menu-link .section-option-edit-link {
  right: 22px !important;
}
@media screen and (max-width: 991px) {
  .footer-v4 .menu-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-v4 .menu-wrapper {
    text-align: center;
  }
}

.footer-v5 {
  background-color: var(--primary);
  padding: 120px 0px;
  background-image: url(https://spaidy.blob.core.windows.net/assets/images/footer-v5-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: var(--text-primary);
  background-position: bottom center;
}
@media screen and (max-width: 991px) {
  .footer-v5 {
    padding: 50px 0px;
  }
}
.footer-v5 .footer-title {
  font-size: var(--size-8);
  line-height: initial;
  font-family: var(--heading-font-family);
  color: var(--text-primary);
  margin: 0px 0px 30px 0px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-v5 .footer-title {
    font-size: var(--size-6);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v5 .field-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.footer-v5 .field-wrapper .input-field {
  background: transparent;
  border-radius: 6px;
  padding-left: 40px;
  color: var(--text-primary);
  border: 1px solid var(--text-primary);
  font-family: var(--body-font-family);
}
.footer-v5 .field-wrapper .input-field:placeholder {
  color: var(--text-primary);
}
.footer-v5 .field-wrapper ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: var(--body-font-family);
  color: var(--text-primary);
}
.footer-v5 .field-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: var(--body-font-family);
  color: var(--text-primary);
}
.footer-v5 .field-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: var(--body-font-family);
  color: var(--text-primary);
}
.footer-v5 .field-wrapper .icon-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  z-index: 2;
}
.footer-v5 .field-wrapper .icon-position .mail-icon-wrapper {
  width: 18px;
  height: 18px;
}
.footer-v5 .primary-button {
  font-family: var(--body-font-family);
  cursor: pointer;
  color: var(--text-secondary);
  background-color: var(--secondary);
  font-size: var(--size-4);
  padding: 8px 20px;
  border-radius: 6px;
  min-height: 40px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  border: 2px solid var(--secondary);
  transition: 0.2s all ease-in;
  z-index: 3;
  position: relative;
}
.footer-v5 .primary-button:hover {
  background-color: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
}
.footer-v5 .social-media-link {
  margin-left: 10px;
}
.footer-v5 .social-media-link svg.social-icon-path {
  width: 30px;
  height: 30px;
  fill: var(--text-primary);
  transition: 0.2s all ease-in-out;
}
.footer-v5 .social-media-link svg.social-icon-path path {
  fill: var(--text-primary);
}
.footer-v5 .social-media-link svg.social-icon-path:hover {
  transform: scale(1.15);
}
.footer-v5 .divider {
  margin: 30px 0px;
  color: var(--text-primary);
}
.footer-v5 .flex-wrap {
  flex-wrap: wrap;
}
.footer-v5 .footer-img-wrapper {
  min-width: 45px;
}
.footer-v5 .footer-img-wrapper .logo-img {
  width: auto;
  height: 100%;
  max-height: 40px;
}
@media screen and (max-width: 991px) {
  .footer-v5 .footer-img-wrapper .logo-img {
    margin-bottom: 20px;
  }
}
.footer-v5 .anchor-link {
  color: var(--text-primary);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
}
.footer-v5 .anchor-link:hover {
  text-decoration: underline;
}
.footer-v5 .anchor-link .section-option-edit-link {
  right: 22px !important;
}
.footer-v5 .footer-img-wrapper .section-option-edit-link {
  right: 22px !important;
  top: 2px !important;
}

.footer-v6 {
  background-color: rgba(var(--primary-rgb), 0.1);
  padding: 120px 0px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer-v6 .phone-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.footer-v6 .phone-icon path {
  fill: var(--text-secondary);
}
@media screen and (max-width: 991px) {
  .footer-v6 {
    padding: 50px 0px;
  }
}
.footer-v6 .title {
  line-height: initial;
  color: var(--heading-light-color);
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 991px) {
  .footer-v6 .title {
    font-size: var(--size-8);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v6 .footer-title {
  font-family: var(--heading-font-family);
  color: var(--heading-light-color);
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-v6 .footer-title {
    font-size: var(--size-6);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v6 .description {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--body-light-color);
  margin: 0px 0px 20px 0px;
  font-weight: 500;
}
.footer-v6 .font-bold {
  font-weight: bold;
}
.footer-v6 .field-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.footer-v6 .field-wrapper .input-field {
  border-radius: 6px;
}
.footer-v6 .field-wrapper .button-arrow-wrapper {
  background-color: var(--secondary);
  width: 45px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  margin-left: 5px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.footer-v6 .field-wrapper .button-arrow-wrapper:hover {
  background-color: var(--secondary-hover);
}
.footer-v6 .field-wrapper .button-arrow-wrapper svg {
  fill: var(--text-secondary);
}
.footer-v6 .arrow-svg {
  fill: var(--secondary);
  width: 20px;
  height: 20px;
}
.footer-v6 .primary-button {
  font-family: var(--body-font-family);
  cursor: pointer;
  color: var(--text-secondary);
  background-color: var(--secondary);
  font-size: var(--size-4);
  padding: 12px 25px;
  border-radius: 30px;
  min-height: 45px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  text-transform: capitalize;
  border: 2px solid var(--secondary);
  transition: 0.2s all ease-in;
  z-index: 3;
  position: relative;
}
.footer-v6 .primary-button:hover {
  background-color: var(--secondary-hover);
  border: 2px solid var(--secondary-hover);
}
.footer-v6 .explore-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 25px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  position: relative;
}
.footer-v6 .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.footer-v6 .explore-button:hover {
  background-color: white;
  color: black;
}
.footer-v6 .explore-button:hover .arrow {
  transform: translate(10px, 10px, 10px);
  /* Moves the arrow to the right */
}
.footer-v6 .position-relative {
  position: relative;
}
.footer-v6 .icon-container {
  position: absolute;
  height: 40px;
  width: 40px;
  opacity: 0.8;
}
.footer-v6 .icon-container.footer-star-svg {
  top: 17%;
  right: 33%;
  transform: rotate(45deg);
  z-index: 5;
}
.footer-v6 .icon-container.footer-star-svg path {
  stroke: var(--primary);
}
@media screen and (max-width: 767px) {
  .footer-v6 .icon-container.footer-star-svg {
    top: 20px;
    right: 20px;
  }
}
.footer-v6 .up-down-footer-element {
  animation: up-down-footer-element 1s infinite alternate;
}
@keyframes up-down-footer-element {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.footer-v6 .social-media-link {
  margin-left: 10px;
}
.footer-v6 .social-media-link:first-child {
  margin-left: 0px;
}
.footer-v6 .social-media-link svg.social-icon-path {
  width: 30px;
  height: 30px;
  transition: 0.2s all ease-in-out;
}
.footer-v6 .social-media-link svg.social-icon-path:hover {
  transform: scale(1.15);
}
.footer-v6 .social-media-link svg.social-icon-path path {
  fill: var(--body-light-color);
}
.footer-v6 .divider {
  margin: 30px 0px;
  color: var(--body-light-color);
}
.footer-v6 .flex-wrap {
  flex-wrap: wrap;
}
.footer-v6 .footer-img-wrapper {
  min-width: 45px;
}
.footer-v6 .footer-img-wrapper .logo-img {
  width: auto;
  height: 100%;
  max-height: 40px;
}
@media screen and (max-width: 991px) {
  .footer-v6 .footer-img-wrapper .logo-img {
    margin-bottom: 20px;
  }
}
.footer-v6 .anchor-link {
  color: var(--body-light-color);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
}
.footer-v6 .anchor-link:hover {
  text-decoration: underline;
}
.footer-v6 .anchor-link .section-option-edit-link {
  right: 22px !important;
}

.footer-v7 {
  color: var(--text-primary);
}
.footer-v7 .footer-title {
  font-family: var(--heading-font-family);
  color: var(--text-primary);
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-v7 .footer-title {
    font-size: var(--size-6);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v7 .description {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--text-primary);
  margin: 0px 0px 20px 0px;
  font-weight: 500;
}
.footer-v7 .subscribe-box {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.footer-v7 .subscribe-box .field-wrapper {
  position: relative;
}
.footer-v7 .subscribe-box .field-wrapper .input-field {
  border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  height: 50px;
}
.footer-v7 .subscribe-box .field-wrapper .button-arrow-wrapper {
  background-color: var(--secondary);
  color: var(--text-secondary);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  border: none;
  padding: 0px 20px;
  cursor: pointer;
}
.footer-v7 .subscribe-box .field-wrapper .button-arrow-wrapper:hover {
  background-color: var(--secondary-hover);
}
.footer-v7 .divider {
  margin: 30px 0px;
  color: rgba(255, 255, 255, 0.2);
}
.footer-v7 .quick-links {
  margin: 0px;
  padding: 0px;
}
.footer-v7 .quick-links li {
  padding: 0px;
  margin: 0px 20px 0px 0px;
  list-style-type: none;
  display: inline-block;
}
.footer-v7 .quick-links li:last-child {
  padding-right: 0px;
}
.footer-v7 .quick-links .anchor-link {
  color: var(--text-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
}
.footer-v7 .quick-links .anchor-link svg {
  fill: var(--secondary);
}
.footer-v7 .quick-links .anchor-link:hover {
  text-decoration: underline;
}
.footer-v7 .quick-links .anchor-link:hover svg {
  fill: var(--secondary-hover);
}
.footer-v7 .quick-links .anchor-link .section-option-edit-link {
  right: 4px !important;
  top: 4px !important;
}
@media screen and (max-width: 991px) {
  .footer-v7 .social-media-links {
    margin-top: 16px;
  }
}
.footer-v7 .social-media-links .footer-v7-social-btn {
  height: var(--size-8);
  width: var(--size-8);
  font-size: var(--size-4);
  border-radius: var(--size-8);
  display: inline-flex;
  padding: 0 var(--size-2);
  text-decoration: none;
  line-height: 0;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  color: var(--white);
  margin-right: 10px;
}
.footer-v7 .social-media-links .footer-v7-social-btn:last-child {
  margin-right: 0px;
}
.footer-v7 .social-media-links .footer-v7-social-btn img,
.footer-v7 .social-media-links .footer-v7-social-btn svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v7 .social-media-links .footer-v7-social-btn img .sm-icon-fill,
.footer-v7 .social-media-links .footer-v7-social-btn svg .sm-icon-fill {
  fill: var(--text-primary);
}
.footer-v7 .social-media-links .footer-v7-social-btn:hover {
  background-color: var(--text-primary);
}
.footer-v7 .social-media-links .footer-v7-social-btn:hover img,
.footer-v7 .social-media-links .footer-v7-social-btn:hover svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v7 .social-media-links .footer-v7-social-btn:hover img .sm-icon-fill,
.footer-v7 .social-media-links .footer-v7-social-btn:hover svg .sm-icon-fill {
  fill: var(--heading-light-color);
}
.footer-v7 .copy-right-box {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-top: 30px;
}
.footer-v7 .copy-right-box .copy-rights {
  color: var(--text-primary);
}
@media screen and (max-width: 771px) {
  .footer-v7 .copy-right-box .copy-rights {
    margin-top: 16px;
  }
}
.footer-v7 .font-bold {
  font-weight: bold;
}

.footer-v8 {
  background-image: url(https://spaidy.blob.core.windows.net/assets/images/footer-v8-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.footer-v8 .title {
  line-height: initial;
  color: var(--heading-light-color);
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 991px) {
  .footer-v8 .title {
    font-size: var(--size-8);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v8 .text-top-smile {
  padding-right: 30px;
}
.footer-v8 .text-top-smile .smile-icon {
  position: absolute;
  right: 10px;
  top: -5px;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1280px) {
  .footer-v8 .text-top-smile .smile-icon {
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
  }
}
.footer-v8 .text-top-smile .smile-icon .svg-icon {
  fill: var(--primary);
  fill-rule: evenodd;
}
.footer-v8 .primary-button {
  font-family: var(--body-font-family);
  cursor: pointer;
  color: var(--white);
  background-color: var(--heading-light-color);
  font-size: var(--size-4);
  padding: 12px 25px;
  border-radius: 0px 30px 0px 30px;
  min-height: 45px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid var(--heading-light-color);
  transition: 0.2s all ease-in;
  z-index: 3;
  position: relative;
}
.footer-v8 .primary-button:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: var(--heading-light-color);
}
.footer-v8 .toll-free-number {
  font-family: var(--body-font-family);
  cursor: pointer;
  color: var(--heading-light-color);
  background-color: transparent;
  font-size: var(--size-4);
  min-height: 45px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-decoration: none;
  position: relative;
  margin-left: 30px;
}
.footer-v8 .toll-free-number::after {
  content: "";
  display: inline-block;
  width: 20%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--heading-light-color);
  transition: 0.2s all ease-in;
}
.footer-v8 .toll-free-number:hover::after {
  width: 100%;
}
.footer-v8 .social-media-link svg {
  width: 30px;
  height: 30px;
  transition: 0.2s all ease-in-out;
}
.footer-v8 .social-media-link svg:hover {
  transform: scale(1.15);
}
.footer-v8 .social-media-link svg path {
  fill: var(--body-light-color);
}
.footer-v8 .icon-container {
  position: absolute;
  height: 80px;
  width: 80px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .footer-v8 .icon-container {
    height: 40px;
    width: 40px;
  }
}
.footer-v8 .icon-container.footer-star-svg {
  top: 25%;
  left: 5%;
  z-index: 5;
}
.footer-v8 .icon-container.footer-star-svg .star-icon {
  fill: var(--secondary);
}
@media screen and (max-width: 767px) {
  .footer-v8 .icon-container.footer-star-svg {
    top: 20px;
    left: 20px;
  }
}
.footer-v8 .up-down-footer-v8-element {
  animation: up-down-footer-v8-element 1s infinite alternate;
}
@keyframes up-down-footer-v8-element {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 991px) {
  .footer-v8 .social-media-links {
    margin-top: 16px;
  }
}
.footer-v8 .footer-v8-social-btn {
  height: var(--size-8);
  width: var(--size-8);
  font-size: var(--size-4);
  display: inline-flex;
  padding: 0 var(--size-2);
  text-decoration: none;
  line-height: 0;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--heading-light-color);
  border: 1px var(--heading-light-color) solid;
  margin-right: 10px;
}
.footer-v8 .footer-v8-social-btn:last-child {
  margin-right: 0px;
}
.footer-v8 .footer-v8-social-btn img,
.footer-v8 .footer-v8-social-btn svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v8 .footer-v8-social-btn img .sm-icon-fill,
.footer-v8 .footer-v8-social-btn svg .sm-icon-fill {
  fill: var(--white);
}
.footer-v8 .footer-v8-social-btn:hover {
  background-color: var(--white);
}
.footer-v8 .footer-v8-social-btn:hover img,
.footer-v8 .footer-v8-social-btn:hover svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v8 .footer-v8-social-btn:hover img .sm-icon-fill,
.footer-v8 .footer-v8-social-btn:hover svg .sm-icon-fill {
  fill: var(--heading-light-color);
}
.footer-v8 .footer-title {
  font-family: var(--heading-font-family);
  color: var(--heading-light-color);
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-v8 .footer-title {
    font-size: var(--size-6);
    margin: 0px 0px 20px 0px;
  }
}
.footer-v8 .sub-title {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--heading-light-color);
  margin: 0px 0px 20px 0px;
  font-weight: 500;
}
.footer-v8 .description {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--body-light-color);
  margin: 0px 0px 20px 0px;
  font-weight: 500;
}
.footer-v8 .font-bold {
  font-weight: bold;
}
.footer-v8 .position-relative {
  position: relative;
}
.footer-v8 .contact-link {
  color: var(--body-light-color);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
  word-break: break-all;
}
.footer-v8 .contact-link.email:hover {
  text-decoration: underline;
}
.footer-v8 .anchor-link {
  color: var(--body-light-color);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
}
.footer-v8 .anchor-link:hover {
  text-decoration: underline;
}
.footer-v8 .anchor-link .section-option-edit-link {
  right: 22px !important;
}

.footer-v9 .contacts-info-box {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
}
.footer-v9 .footer-v9-social-btn {
  height: var(--size-8);
  width: var(--size-8);
  font-size: var(--size-4);
  border-radius: var(--size-8);
  display: inline-flex;
  padding: 0 var(--size-2);
  text-decoration: none;
  line-height: 0;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px var(--text-primary) solid;
  margin-right: 10px;
}
.footer-v9 .footer-v9-social-btn:last-child {
  margin-right: 0px;
}
.footer-v9 .footer-v9-social-btn img,
.footer-v9 .footer-v9-social-btn svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v9 .footer-v9-social-btn img .sm-icon-fill,
.footer-v9 .footer-v9-social-btn svg .sm-icon-fill {
  fill: var(--text-primary);
}
.footer-v9 .footer-v9-social-btn:hover {
  background-color: var(--text-primary);
}
.footer-v9 .footer-v9-social-btn:hover img,
.footer-v9 .footer-v9-social-btn:hover svg {
  max-width: 16px;
  max-height: 16px;
}
.footer-v9 .footer-v9-social-btn:hover img .sm-icon-fill,
.footer-v9 .footer-v9-social-btn:hover svg .sm-icon-fill {
  fill: var(--heading-light-color);
}
.footer-v9 .quick-links-copyrights {
  padding-top: 30px;
}
.footer-v9 .quick-links {
  margin: 0px;
  padding: 0px;
}
.footer-v9 .quick-links li {
  padding: 0px;
  margin: 0px 20px 0px 0px;
  list-style-type: none;
  display: inline-block;
}
.footer-v9 .quick-links li:last-child {
  padding-right: 0px;
}
.footer-v9 .quick-links .anchor-link {
  color: var(--text-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
}
.footer-v9 .quick-links .anchor-link svg {
  fill: var(--secondary);
}
.footer-v9 .quick-links .anchor-link:hover {
  text-decoration: underline;
}
.footer-v9 .quick-links .anchor-link:hover svg {
  fill: var(--secondary-hover);
}
.footer-v9 .quick-links .anchor-link .section-option-edit-link {
  right: 23px !important;
  top: 3px !important;
}
.footer-v9 .sub-title {
  color: var(--text-primary);
  margin: 0px 0px 20px 0px;
}
.footer-v9 .copy-rights {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--text-primary);
  margin: 30px 0px 0px;
  font-weight: 500;
}
.footer-v9 .address-txt {
  font-size: var(--size-4);
  line-height: initial;
  font-family: var(--body-font-family);
  color: var(--text-primary);
}
.footer-v9 .font-bold {
  font-weight: bold;
}
.footer-v9 .position-relative {
  position: relative;
}
.footer-v9 .contact-link {
  color: var(--text-primary);
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: var(--body-font-family);
  font-size: var(--size-4);
  line-height: initial;
  font-weight: 500;
  word-break: break-all;
}
.footer-v9 .contact-link.email:hover {
  text-decoration: underline;
}
.footer-v9 .company-name {
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}
.footer-v9 .company-name .small-text {
  color: rgba(0, 0, 0, 0.2);
}
.footer-v9 .company-name .big-text {
  overflow: hidden;
  height: 75px;
  font-size: 100px;
  line-height: 100px;
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .footer-v9 .company-name .big-text {
    height: 40px;
    font-size: 50px;
    line-height: 50px;
  }
}/*# sourceMappingURL=footer.css.map */