/* CSS Document */
html {
  font-size: 62.5%;
  font-size: 10px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif;
  color: #50545C;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  background-color: #F8F8F8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-y: auto;
}
body.scroll {
  overflow: hidden;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

html,
body {
  height: 100%;
}

main,
header,
section,
footer {
  width: 100%;
}

p {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 3rem;
}
@media (max-width: 1199px) {
  p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 1.5rem;
  }
}

p:last-of-type {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
  color: #0F145B;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-size: 8rem;
}
@media (max-width: 1399px) {
  h1,
.h1 {
    font-size: 7.2rem;
  }
}
@media (max-width: 1199px) {
  h1,
.h1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 575px) {
  h1,
.h1 {
    font-size: 4.3rem;
  }
}
@media (max-width: 479px) {
  h1,
.h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  font-size: 6rem;
}
@media (max-width: 1399px) {
  h2,
.h2 {
    font-size: 5.6rem;
  }
}
@media (max-width: 1199px) {
  h2,
.h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  h2,
.h2 {
    font-size: 4.4rem;
  }
}
@media (max-width: 575px) {
  h2,
.h2 {
    font-size: 3.9rem;
  }
}
@media (max-width: 479px) {
  h2,
.h2 {
    font-size: 3.7rem;
  }
}

h3,
.h3 {
  font-size: 4.5rem;
}
@media (max-width: 1399px) {
  h3,
.h3 {
    font-size: 4.3rem;
  }
}
@media (max-width: 1199px) {
  h3,
.h3 {
    font-size: 4.1rem;
  }
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 3.9rem;
  }
}
@media (max-width: 767px) {
  h3,
.h3 {
    font-size: 3.7rem;
  }
}
@media (max-width: 575px) {
  h3,
.h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 479px) {
  h3,
.h3 {
    font-size: 3.3rem;
  }
}

h4,
.h4 {
  font-size: 3.6rem;
}
@media (max-width: 1399px) {
  h4,
.h4 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1199px) {
  h4,
.h4 {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  h4,
.h4 {
    font-size: 3.1rem;
  }
}
@media (max-width: 767px) {
  h4,
.h4 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h4,
.h4 {
    font-size: 2.9rem;
  }
}
@media (max-width: 479px) {
  h4,
.h4 {
    font-size: 2.7rem;
  }
}

h5,
.h5 {
  font-size: 2.8rem;
}
@media (max-width: 1199px) {
  h5,
.h5 {
    font-size: 2.7rem;
  }
}
@media (max-width: 991px) {
  h5,
.h5 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  h5,
.h5 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  h5,
.h5 {
    font-size: 2.3rem;
  }
}
@media (max-width: 479px) {
  h5,
.h5 {
    font-size: 2.1rem;
  }
}

h6,
.h6 {
  font-size: 2.5rem;
}
@media (max-width: 1399px) {
  h6,
.h6 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1199px) {
  h6,
.h6 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  h6,
.h6 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  h6,
.h6 {
    font-size: 2.1rem;
  }
}
@media (max-width: 575px) {
  h6,
.h6 {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  h6,
.h6 {
    font-size: 1.8rem;
  }
}

.extrabold {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.lightfont {
  font-weight: 300;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input:focus,
textarea:focus,
select,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

ul,
ol {
  padding-left: 2rem;
  margin: 0 0 3rem;
}

a,
img,
button {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #82C55B;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit] {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  outline: none !important;
}

.clearfix {
  content: "";
  clear: both;
  display: block;
}

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

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

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

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

.d-flex {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.uppercase {
  text-transform: uppercase;
}

.position-relative {
  position: relative;
}

.font-50 {
  font-size: 5rem;
}
@media (max-width: 1399px) {
  .font-50 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1199px) {
  .font-50 {
    font-size: 4.6rem;
  }
}
@media (max-width: 991px) {
  .font-50 {
    font-size: 4.4rem;
  }
}
@media (max-width: 767px) {
  .font-50 {
    font-size: 4.2rem;
  }
}
@media (max-width: 575px) {
  .font-50 {
    font-size: 4rem;
  }
}
@media (max-width: 479px) {
  .font-50 {
    font-size: 3.8rem;
  }
}

.font-40 {
  font-size: 4rem;
}
@media (max-width: 1399px) {
  .font-40 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1199px) {
  .font-40 {
    font-size: 3.6rem;
  }
}
@media (max-width: 991px) {
  .font-40 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  .font-40 {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .font-40 {
    font-size: 3rem;
  }
}
@media (max-width: 479px) {
  .font-40 {
    font-size: 2.7rem;
  }
}

.font-30 {
  font-size: 3rem;
}

.color-green {
  color: #82C55B;
}

.color-black18 {
  color: #181818;
}

.btn {
  display: inline-block;
  outline: none;
  box-shadow: none;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  padding: 1.5rem 4.5rem;
  border-radius: 2.3rem;
  border: 0.1rem solid transparent;
  text-transform: uppercase;
}

.btn-sm {
  font-size: 1.4rem;
  padding: 0.85rem 2.9rem;
}

.btn-primary {
  background: #82C55B;
  color: #fff;
}
.btn-primary:hover {
  background: transparent;
  color: #82C55B;
  border-color: #82C55B;
}

.btn-text {
  border: 0;
  background: transparent;
  color: #82C55B;
  font-size: 2rem;
  font-weight: 700;
  padding: 0;
  text-transform: initial;
}
.btn-text .btn__circle {
  background-color: #82C55B;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.btn-text .btn__circle img {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn-text:hover {
  color: #0F145B;
}
.btn-text:hover .btn__circle {
  background-color: #0F145B;
}
.btn-text:hover .btn__circle > img {
  -moz-transform: rotate(320deg);
  -o-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);
}
@media (max-width: 767px) {
  .btn-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .btn-text {
    font-size: 1.6rem;
  }
  .btn-text .btn__circle {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.btn-outline {
  background: transparent;
  border-color: #82C55B;
  color: #82C55B;
}

.btn-grey {
  border-color: #82C55B;
  color: #4A4A4A;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #0F145B;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --bs-gutter-x: 0.9rem;
}

.container,
.container-fluid {
  --bs-gutter-x: 0.9rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
.container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
.container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
.container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-fluid {
    max-width: 1284px;
  }
}
@media (max-width: 767px) {
  .container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
  }
}

.container--small {
  max-width: 1006px;
  max-width: calc(100% - 15.6rem);
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .container--small {
    max-width: calc(100% - 12.6rem);
  }
}
@media (max-width: 1199px) {
  .container--small {
    max-width: calc(100% - 9rem);
  }
}
@media (max-width: 479px) {
  .container--small {
    max-width: calc(100% - 0.5rem);
  }
}
@media (max-width: 575px) {
  .container--small {
    max-width: 100%;
  }
}

.row {
  --bs-gutter-x: 0.9rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
@media (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

.g-0 {
  --bs-gutter-x: 0;
}

.g-5 {
  --bs-gutter-x: 1.8rem;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 0;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}
/* CSS Document */
.headerHeight {
  height: 121px;
}
@media (max-width: 767px) {
  .headerHeight {
    height: 63px;
  }
}

.navbar {
  padding: 2.8rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: transparent;
  background: white;
  background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navbar .navbar__Holder {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .navbar__Holder .navbar__logo {
  width: 22.4rem;
  display: block;
}
.navbar .navbar__Holder .navbar__logo img {
  width: 100%;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .navbar .navbar__Holder .navbar__logo {
    width: 20rem;
  }
}
@media (max-width: 991px) {
  .navbar .navbar__Holder .navbar__logo {
    width: 12rem;
  }
}
.navbar.navbar__fixed {
  padding: 1rem 0;
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
}
.navbar.navbar__fixed .navbar__Holder .navbar__logo {
  width: 15rem;
}
@media (max-width: 991px) {
  .navbar.navbar__fixed .navbar__Holder .navbar__logo {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 1rem 0;
  }
  .navbar .container {
    --bs-gutter-x: 1.5rem;
    max-width: 100%;
  }
  .navbar .navbar__Holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar .navbar__Holder .navbar__logo {
    width: 15rem;
  }
  .navbar.navbar__fixed {
    padding: 1rem 0;
  }
  .navbar.navbarActive {
    background: #fff;
  }
}

.navbar__inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .navbar__inner {
    display: block;
    background: #fff;
    padding: 0 1.5rem;
    height: calc(100vh - 5.4rem);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    -moz-transform: translate(0, -1rem);
    -o-transform: translate(0, -1rem);
    -ms-transform: translate(0, -1rem);
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .navbar__inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar__inner.toggle {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
  }
}

.navbar__menu {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 2rem;
}
.navbar__menu li {
  position: relative;
  margin: 0 0.5rem;
  padding: 0 2rem;
}
.navbar__menu li a {
  font-size: 1.6rem;
  color: #0F145B;
  display: block;
  padding: 0.7rem 0;
  font-weight: 500;
  position: relative;
}
.navbar__menu li a:hover {
  color: #82C55B;
}
.navbar__menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #82C55B;
}
@media (max-width: 767px) {
  .navbar__menu li a::after {
    max-width: 17px;
  }
}
@media (max-width: 1199px) {
  .navbar__menu li {
    margin: 0 0.3rem;
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .navbar__menu li {
    margin: 0 0.2rem;
    padding: 0 0.3rem;
  }
}
.navbar__menu li.active > a {
  color: #82C55B;
}
.navbar__menu li.active > a::after {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar__menu {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .navbar__menu {
    padding: 1rem 0 0.5rem;
    width: 100%;
    margin-left: 0;
  }
  .navbar__menu li a {
    padding: 0.7rem 0;
    font-size: 1.6rem;
  }
  .navbar__menu .commonButton {
    opacity: 0;
  }
}

/* Mobile Navigation */
.menuIcon {
  position: relative;
  width: 4rem;
  height: 2.5rem;
  display: none;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 767px) {
  .menuIcon {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menuIcon.active {
  z-index: 101;
}
.menuIcon.active span:nth-child(1) {
  -moz-transform: rotate(45deg) translate(10px, 4px);
  -o-transform: rotate(45deg) translate(10px, 4px);
  -ms-transform: rotate(45deg) translate(10px, 4px);
  -webkit-transform: rotate(45deg) translate(10px, 4px);
  transform: rotate(45deg) translate(10px, 4px);
}
.menuIcon.active span:nth-child(2) {
  opacity: 0;
}
.menuIcon.active span:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(8px, -5px);
  -o-transform: rotate(-45deg) translate(8px, -5px);
  -ms-transform: rotate(-45deg) translate(8px, -5px);
  -webkit-transform: rotate(-45deg) translate(8px, -5px);
  transform: rotate(-45deg) translate(8px, -5px);
}
.menuIcon span {
  position: relative;
  width: 100%;
  height: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  background: #0F145B;
  border-radius: 0.2rem;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menuIcon span:nth-child(2) {
  margin: 0.8rem 0;
  margin-left: auto;
  width: 80%;
}

/*Animate NavBar*/
@media (max-width: 767px) {
  .navbar__menu li {
    position: relative;
    opacity: 0;
  }
  .navbar__menu.navanimate > li {
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    animation: fadeInLeft 0.5s ease forwards;
  }
  .navbar__menu.navanimate > li:nth-of-type(1) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }
  .navbar__menu.navanimate > li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }
  .navbar__menu.navanimate > li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
  }
  .navbar__menu.navanimate > li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
  }
  .navbar__menu.navanimate > li:nth-of-type(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
  .navbar__menu.navanimate > li:nth-of-type(6) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
  }
  .navbar__menu .btn {
    position: relative;
    opacity: 0;
  }
  .navbar__menu.navanimate > .btn {
    -webkit-animation: fadeInLeft 0.5s ease forwards;
    animation: fadeInLeft 0.5s ease forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  @-webkit-keyframes fadeInLeft {
    0% {
      opacity: 0;
      right: 20%;
    }
    100% {
      opacity: 1;
      right: 0;
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      right: 20%;
    }
    100% {
      opacity: 1;
      right: 0;
    }
  }
}
.main {
  overflow-x: hidden;
}

.homebanner {
  width: 100%;
  height: 100%;
}
.homebanner .container {
  position: relative;
}
.homebanner .container .homebanner__rowTop {
  min-height: 83rem;
  margin-bottom: 8.6rem;
}
@media (max-width: 1199px) {
  .homebanner .container .homebanner__rowTop {
    min-height: 61rem;
    margin-bottom: 7.6rem;
  }
}
@media (max-width: 991px) {
  .homebanner .container .homebanner__rowTop {
    min-height: 56rem;
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767px) {
  .homebanner .container .homebanner__rowTop {
    min-height: auto;
  }
}
.homebanner .lineHoder {
  width: 2px;
  height: calc(100% - 25rem);
  position: absolute;
  top: auto;
  right: auto;
  bottom: -22rem;
  left: 6.6rem;
  z-index: 2;
}
.homebanner .lineHoder__bg {
  background: rgba(130, 197, 91, 0.25);
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .homebanner .lineHoder {
    left: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .homebanner .lineHoder {
    height: calc(100% - 18rem);
    bottom: -16rem;
    left: 4.3rem;
  }
}
@media (max-width: 991px) {
  .homebanner .lineHoder {
    display: none;
  }
}
.homebanner__cntntBox {
  padding: 14rem 0 0 0;
}
@media (max-width: 1199px) {
  .homebanner__cntntBox {
    padding: 6rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .homebanner__cntntBox {
    padding: 10rem 0 0 0;
  }
}

.homebannerHolder {
  position: absolute;
  top: -111px;
  right: -195px;
}
@media (max-width: 991px) {
  .homebannerHolder {
    top: 0;
    right: 0;
    position: relative;
  }
}
.homebannerHolder .homeBannerImg {
  width: 93.6rem;
  height: 93.6rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.homebannerHolder .homeBannerImg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.homebannerHolder .homeBannerImg img {
  width: 108.6rem;
  height: 108.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -12rem 6rem;
  object-position: -12rem 6rem;
}
@media (max-width: 1199px) {
  .homebannerHolder .homeBannerImg img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
  }
}
@media (max-width: 1399px) {
  .homebannerHolder .homeBannerImg {
    width: 83.6rem;
    height: 83.6rem;
  }
}
@media (max-width: 1199px) {
  .homebannerHolder .homeBannerImg {
    width: 70.6rem;
    height: 70.6rem;
  }
}
@media (max-width: 991px) {
  .homebannerHolder .homeBannerImg {
    width: 33.6rem;
    height: 33.6rem;
  }
}
@media (max-width: 379px) {
  .homebannerHolder .homeBannerImg {
    width: 29rem;
    height: 29rem;
  }
}
.homebannerHolder .circularGreenBox {
  width: 76.1rem;
  height: 76.1rem;
  position: absolute;
  bottom: 2px;
  left: -1rem;
  background: rgba(176, 255, 130, 0.3);
}
@media (max-width: 1399px) {
  .homebannerHolder .circularGreenBox {
    width: 61.1rem;
    height: 61.1rem;
  }
}
@media (max-width: 1199px) {
  .homebannerHolder .circularGreenBox {
    width: 50.1rem;
    height: 50.1rem;
    bottom: 3rem;
    left: 1rem;
  }
}
@media (max-width: 991px) {
  .homebannerHolder .circularGreenBox {
    width: 28.1rem;
    height: 28.1rem;
    bottom: 0px;
    left: -0.5rem;
  }
}

.supportingText {
  margin-bottom: 10.6rem;
}
@media (max-width: 767px) {
  .supportingText {
    margin-bottom: 4rem;
  }
}

.circularGreenBox {
  width: 44.8rem;
  height: 44.8rem;
  border-radius: 50%;
  background: rgba(176, 255, 130, 0.2);
  z-index: 1;
}
@media (max-width: 1399px) {
  .circularGreenBox {
    width: 40.8rem;
    height: 40.8rem;
  }
}
@media (max-width: 1199px) {
  .circularGreenBox {
    width: 36.8rem;
    height: 36.8rem;
  }
}
@media (max-width: 767px) {
  .circularGreenBox {
    width: 33rem;
    height: 33rem;
  }
}
@media (max-width: 479px) {
  .circularGreenBox {
    width: 30rem;
    height: 30rem;
  }
}

.homebanner__cntntBox .homebanner__title {
  padding-left: 5.2rem;
  margin-bottom: 3rem;
  line-height: 1;
}
@media (max-width: 1399px) {
  .homebanner__cntntBox .homebanner__title {
    padding-left: 3.2rem;
  }
}
@media (max-width: 991px) {
  .homebanner__cntntBox .homebanner__title {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .homebanner__cntntBox .homebanner__title {
    margin-bottom: 2rem;
  }
}
.homebanner__cntntBox .homebanner__para {
  padding-left: 12.8rem;
}
.homebanner__cntntBox .homebanner__para p {
  margin-bottom: 3.7rem;
  padding-right: 1.5rem;
}
@media (max-width: 1399px) {
  .homebanner__cntntBox .homebanner__para {
    padding-left: 8.8rem;
  }
}
@media (max-width: 1199px) {
  .homebanner__cntntBox .homebanner__para {
    padding-left: 5.8rem;
  }
}
@media (max-width: 991px) {
  .homebanner__cntntBox .homebanner__para {
    padding-left: 0;
  }
}

.simpleIdeaBox__imgHolder {
  width: calc(100% + 8.7rem);
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: -8.7rem;
}
@media (max-width: 767px) {
  .simpleIdeaBox__imgHolder {
    width: 100%;
    left: 0;
  }
}
.simpleIdeaBox__imgHolder .circularGreenBox {
  position: absolute;
  top: 2rem;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  background: rgba(176, 255, 130, 0.3);
}
@media (max-width: 991px) {
  .simpleIdeaBox__imgHolder .circularGreenBox {
    top: 17%;
  }
}
@media (max-width: 767px) {
  .simpleIdeaBox__imgHolder .circularGreenBox {
    width: 45vw;
    height: 45vw;
  }
}
.simpleIdeaBox__heading {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: -12.7rem;
}
@media (max-width: 991px) {
  .simpleIdeaBox__heading {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
  }
}
@media (max-width: 991px) {
  .simpleIdeaBox__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.storiesUpdate {
  padding: 8rem 0 9.4rem;
  background: #0F145B;
  background: -o-radial-gradient(left bottom, ellipse, #725087 0%, #0F145B 32%, #0F145B 62%, #0F145B 100%);
  background: radial-gradient(ellipse at left bottom, #725087 0%, #0F145B 32%, #0F145B 62%, #0F145B 100%);
}
.storiesUpdate__headingHolder {
  margin-bottom: 6.3rem;
}
@media (max-width: 991px) {
  .storiesUpdate__headingHolder {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .storiesUpdate__headingHolder {
    margin-bottom: 3rem;
  }
}
.storiesUpdate__title {
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .storiesUpdate {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .storiesUpdate {
    padding: 4rem 0;
  }
}

.storiesBox {
  display: block;
}
.storiesBox:hover {
  -moz-transform: translate(0, -1.5rem);
  -o-transform: translate(0, -1.5rem);
  -ms-transform: translate(0, -1.5rem);
  -webkit-transform: translate(0, -1.5rem);
  transform: translate(0, -1.5rem);
}
.storiesBox__img {
  border-radius: 1rem;
  overflow: hidden;
}
.storiesBox__img img {
  display: block;
  width: 100%;
}
.storiesBox__cntnt {
  padding: 2rem 0 0 4rem;
  position: relative;
}
@media (max-width: 991px) {
  .storiesBox__cntnt {
    padding: 1rem 0 0 3rem;
  }
}
.storiesBox__cntnt p {
  width: 100%;
  max-width: 39.3rem;
  color: #fff;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .storiesBox__cntnt p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.storiesBox__line {
  width: 2px;
  height: 11.5rem;
  background: #82C55B;
  position: absolute;
  left: 1.3rem;
  top: -3.1rem;
}
@media (max-width: 991px) {
  .storiesBox__line {
    height: 9.5rem;
  }
}
@media (max-width: 767px) {
  .storiesBox {
    margin-bottom: 3rem;
  }
}

.weneedSupport {
  margin: 20rem 0 0;
}
.weneedSupport__heading {
  text-align: right;
  padding: 0 3rem;
  max-width: 39rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .weneedSupport__heading {
    text-align: left;
    margin: 0 0 2rem 0;
    padding: 0;
  }
}
.weneedSupport__right p {
  margin-bottom: 4rem;
}
.weneedSupport__buttons .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .weneedSupport {
    margin: 15rem 0 0;
  }
}
@media (max-width: 1199px) {
  .weneedSupport {
    margin: 10rem 0 0;
  }
}
@media (max-width: 991px) {
  .weneedSupport {
    margin: 5rem 0 0;
  }
}
@media (max-width: 767px) {
  .weneedSupport {
    margin: 4rem 0 0;
  }
}

.quioteBox {
  margin-bottom: 16.1rem;
}
@media (max-width: 991px) {
  .quioteBox {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .quioteBox {
    margin-bottom: 4rem;
    padding-top: 4rem;
  }
}
.quioteBox .circularGreenBox {
  position: relative;
  left: -30.8rem;
  z-index: 2;
  width: 50.7rem;
  height: 50.7rem;
}
@media (max-width: 1399px) {
  .quioteBox .circularGreenBox {
    left: -20.8rem;
    width: 46.7rem;
    height: 46.7rem;
  }
}
@media (max-width: 1199px) {
  .quioteBox .circularGreenBox {
    left: -16.7rem;
    width: 40.7rem;
    height: 40.7rem;
  }
}
@media (max-width: 991px) {
  .quioteBox .circularGreenBox {
    width: 30.7rem;
    height: 30.7rem;
  }
}
@media (max-width: 767px) {
  .quioteBox .circularGreenBox {
    left: -21.7rem;
  }
}
.quioteBox__row {
  margin-top: -21rem;
  z-index: 2;
  position: relative;
}
.quioteBox .quioteBox__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.6rem;
  flex: 0 0 24.6rem;
  max-width: 24.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .quioteBox .quioteBox__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.6rem;
    flex: 0 0 14.6rem;
    max-width: 14.6rem;
  }
}
@media (max-width: 767px) {
  .quioteBox .quioteBox__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-width: 8rem;
  }
}
@media (max-width: 379px) {
  .quioteBox .quioteBox__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4rem;
    flex: 0 0 4rem;
    max-width: 4rem;
  }
}
.quioteBox .quioteBox__left img {
  display: block;
  margin: 0 auto;
  width: 16rem;
}
@media (max-width: 991px) {
  .quioteBox .quioteBox__left img {
    width: 12rem;
  }
}
.quioteBox .quioteBox__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 24.6rem);
  flex: 0 0 calc(100% - 24.6rem);
  max-width: calc(100% - 24.6rem);
  padding-top: 2.5rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .quioteBox .quioteBox__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 14.6rem);
    flex: 0 0 calc(100% - 14.6rem);
    max-width: calc(100% - 14.6rem);
  }
}
@media (max-width: 767px) {
  .quioteBox .quioteBox__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 8rem);
    flex: 0 0 calc(100% - 8rem);
    max-width: calc(100% - 8rem);
  }
}
@media (max-width: 379px) {
  .quioteBox .quioteBox__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 4rem);
    flex: 0 0 calc(100% - 4rem);
    max-width: calc(100% - 4rem);
    padding-top: 1.5rem;
    padding-left: 1rem;
  }
}
.quioteBox__heading {
  font-size: 5rem;
  margin-bottom: 5.7rem;
  color: #50545C;
}
@media (max-width: 1399px) {
  .quioteBox__heading {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .quioteBox__heading {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .quioteBox__heading {
    font-size: 3rem;
    margin-bottom: 3.7rem;
  }
}
@media (max-width: 379px) {
  .quioteBox__heading {
    font-size: 2.5rem;
  }
}
.quioteBox__name {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #50545C;
}
.quioteBox__name span {
  width: 11.9rem;
  height: 0.2rem;
  background: #50545C;
  margin-right: 2rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .quioteBox__name span {
    width: 5rem;
    margin-right: 1rem;
  }
}

.innerpageMain {
  padding: 9rem 0 7.8rem;
}
@media (max-width: 1399px) {
  .innerpageMain {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 1199px) {
  .innerpageMain {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .innerpageMain {
    padding: 4rem 0;
  }
}
.innerpageMain__top {
  padding: 0 5.2rem;
}
@media (max-width: 991px) {
  .innerpageMain__top {
    padding: 0 2.2rem;
  }
}
@media (max-width: 575px) {
  .innerpageMain__top {
    padding: 0;
  }
}
.innerpageMain__bottom {
  position: relative;
}
.innerpageMain__bottom .circularGreenBox {
  width: 50.7rem;
  height: 50.7rem;
  position: absolute;
  top: 13rem;
  right: -14rem;
  bottom: auto;
  left: auto;
  z-index: 0;
}
@media (max-width: 991px) {
  .innerpageMain__bottom .circularGreenBox {
    width: 30.7rem;
    height: 30.7rem;
  }
}
@media (max-width: 767px) {
  .innerpageMain__bottom .circularGreenBox {
    width: 40vw;
    height: 40vw;
    right: -13vw;
  }
}
.innerpageMain__bottom .lineHoder {
  width: 2px;
  height: calc(100% - 1.1rem);
  position: absolute;
  top: 1.1rem;
  right: auto;
  bottom: auto;
  left: 0.8rem;
  z-index: 2;
}
.innerpageMain__bottom .lineHoder__bg {
  background: rgba(130, 197, 91, 0.25);
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .innerpageMain__bottom .lineHoder {
    left: 0;
    display: none;
  }
}
.innerpageMain__titleLight {
  color: #50545C;
  line-height: 1.2;
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .innerpageMain__titleLight {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .innerpageMain__titleLight {
    margin-bottom: 3rem;
  }
}
.innerpageMain__titleLarge {
  margin-bottom: 3.7rem;
}
@media (max-width: 991px) {
  .innerpageMain__titleLarge {
    margin-bottom: 2rem;
  }
}
.innerpageMain__titleSmall {
  color: #82C55B;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .innerpageMain.innerpageMain--stories .innerpageMain__titleLight {
    margin-bottom: 0rem;
  }
}

.fullWidthImg {
  width: 100%;
}
.fullWidthImg img {
  width: 100%;
  display: block;
}

.storiesUpdate--about {
  color: #fff;
}
.storiesUpdate--about .storiesUpdate__subheading {
  color: #fff;
  margin-bottom: 5rem;
}
.storiesUpdate--about .storiesUpdate__cntnt {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.9rem;
  -moz-column-gap: 2.9rem;
  column-gap: 2.9rem;
}
@media (max-width: 479px) {
  .storiesUpdate--about .storiesUpdate__cntnt {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.iframeWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 6rem;
}
.iframeWrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 767px) {
  .iframeWrapper {
    margin-bottom: 3rem;
  }
}

.blogArticalOuter .left {
  float: left;
  margin-right: 6rem;
  margin-bottom: 1rem;
}
.blogArticalOuter .right {
  float: right;
  margin-left: 6rem;
  margin-bottom: 1rem;
}

.aboutBlogBoxSection {
  padding-top: 9rem;
  margin-bottom: 1rem;
}
.aboutBlogBoxSection .container {
  position: relative;
}
.aboutBlogBoxSection .container .circularGreenBox {
  width: 50.7rem;
  height: 50.7rem;
  position: absolute;
  top: 10%;
  right: auto;
  bottom: auto;
  left: -24%;
  z-index: -1;
}
@media (max-width: 991px) {
  .aboutBlogBoxSection .container .circularGreenBox {
    width: 30.7rem;
    height: 30.7rem;
    top: 7%;
    left: -14%;
  }
}
@media (max-width: 767px) {
  .aboutBlogBoxSection .container .circularGreenBox {
    width: 40vw;
    height: 40vw;
    left: -13vw;
  }
}
@media (max-width: 991px) {
  .aboutBlogBoxSection {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .aboutBlogBoxSection {
    padding-top: 4rem;
  }
}

.commonTitleSmall {
  margin-bottom: 3rem;
}

.aboutListingBox {
  padding: 2.7rem 6rem 5rem;
}
.aboutListingBox a:not(.btn):hover {
  color: #82C55B;
}
.aboutListingBox .btn-text {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .aboutListingBox .btn-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .aboutListingBox {
    padding: 0rem 0rem 3rem;
  }
}

.workTherapyGroup {
  padding: 0 0 4rem 0;
}
@media (max-width: 767px) {
  .workTherapyGroup {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .aboutBlogBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.aboutBlogBox__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .aboutBlogBox__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
.aboutBlogBox__imgHolder {
  overflow: hidden;
  max-width: calc(100% - 6rem);
  border-radius: 10px;
}
.aboutBlogBox__imgHolder img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .aboutBlogBox__imgHolder {
    max-width: calc(100% - 2rem);
  }
}
@media (max-width: 767px) {
  .aboutBlogBox__imgHolder {
    max-width: 100%;
  }
}
.aboutBlogBox__cntnt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.aboutBlogBox__cntnt > .btn {
  font-weight: 400;
  text-transform: initial;
  text-decoration: underline;
  text-decoration-color: #82C55B;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .aboutBlogBox__cntnt > .btn {
    margin-top: 3rem;
  }
}
@media (max-width: 479px) {
  .aboutBlogBox__cntnt > .btn {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .aboutBlogBox__cntnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .aboutBlogBox__cntnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.aboutBlogBox__title {
  color: #181818;
  margin-bottom: 2rem;
}
.aboutBlogBox + .aboutBlogBox {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .aboutBlogBox + .aboutBlogBox {
    padding-top: 3rem;
  }
}
.aboutBlogBox:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.aboutBlogBox:nth-child(2n+1) .aboutBlogBox__imgHolder {
  margin-left: auto;
}

.blogBoxHoldr {
  margin-bottom: 6rem;
}
.blogBoxHoldr__img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  max-width: calc(100% - 2rem);
}
.blogBoxHoldr__img a {
  display: block;
}
.blogBoxHoldr__img img {
  display: block;
  width: 100%;
}
.blogBoxHoldr__img:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .blogBoxHoldr__img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blogBoxHoldr__img {
    margin-bottom: 1.5rem;
  }
}
.blogBoxHoldr__title {
  margin-bottom: 2.5rem;
}
.blogBoxHoldr__title:hover {
  color: #82C55B;
}
@media (max-width: 991px) {
  .blogBoxHoldr__title {
    margin-bottom: 1.5rem;
  }
}
.blogBoxHoldr__cntnt {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .blogBoxHoldr__cntnt {
    padding-left: 0rem;
  }
}
.blogBoxHoldr__cntnt .btn-text {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .blogBoxHoldr__cntnt .btn-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blogBoxHoldr {
    margin-bottom: 3rem;
  }
}

.storyDetailBlog {
  padding: 11.1rem 0 9.7rem;
}
.storyDetailBlog .container--small {
  position: relative;
}
.storyDetailBlog .container--small .circularGreenBox {
  width: 50.7rem;
  height: 50.7rem;
  position: absolute;
  top: -6rem;
  right: -24rem;
  bottom: auto;
  left: auto;
  z-index: 0;
}
@media (max-width: 991px) {
  .storyDetailBlog .container--small .circularGreenBox {
    width: 30.7rem;
    height: 30.7rem;
    top: -4rem;
    right: -14rem;
  }
}
@media (max-width: 767px) {
  .storyDetailBlog .container--small .circularGreenBox {
    width: 45vw;
    height: 45vw;
    right: -13vw;
    top: 2vw;
  }
}
@media (max-width: 767px) {
  .storyDetailBlog {
    padding: 4rem 0;
  }
}

.contactForm {
  max-width: 73.3rem;
  width: 100%;
}

.formHolder {
  margin-bottom: 1.2rem;
}

.formControl {
  width: 100%;
  display: inline-block;
  height: auto;
  border: 0;
  border-bottom: 1px solid #979797;
  padding: 0.5rem 0 2.4rem;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #50545C;
  background: transparent;
  border-radius: 0;
}

.formControl::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 200;
  color: #50545C;
  opacity: 1;
  /* Firefox */
}

.formControl:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 200;
  color: #50545C;
}

.formControl::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 200;
  color: #50545C;
}

.submitBtn {
  padding-top: 2rem;
}

textarea.formControl {
  resize: vertical;
}

.innerpageMain--contact .innerpageMain__bottom .lineHoder {
  height: 50%;
}

.leaderShipHeading {
  margin-bottom: 5rem;
}

.leaderShipListSection {
  padding: 2rem 0 2rem;
}
.leaderShipListSection.ourBoardmembers {
  background: #EAEAEA;
  padding: 10rem 0 5rem;
}
@media (max-width: 991px) {
  .leaderShipListSection.ourBoardmembers {
    padding: 5rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .leaderShipListSection.ourBoardmembers {
    padding: 4rem 0 3rem;
  }
}

.leaderShipBox {
  margin-bottom: 8rem;
}
.leaderShipBox__cntnt {
  position: relative;
  padding-left: 2rem;
}
.leaderShipBox__cntnt h4 {
  color: #181818;
}
.leaderShipBox__cntnt:after {
  content: "";
  width: 0.2rem;
  height: calc(100% - 1.1rem);
  background: #82C55B;
  position: absolute;
  top: 0.7rem;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 991px) {
  .leaderShipBox {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .leaderShipBox {
    margin-bottom: 4rem;
  }
}

.swiperArrowsHoder {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}
.swiperArrowsHoder__btn {
  padding: 2.7rem 3rem;
  background: #fff;
  cursor: pointer;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.swiperArrowsHoder__btn img {
  width: 1.8rem;
  height: auto;
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.swiperArrowsHoder__btn.swiper-button-disabled {
  background: #E8E8E8;
  pointer-events: none;
}
.swiperArrowsHoder__btn.swiper-button-disabled img {
  opacity: 0.5;
}
.swiperArrowsHoder__btn.swiper-button-disabled.swiper-button-lock {
  display: none;
}
.swiperArrowsHoder__btn:last-child::before {
  content: "";
  width: 0.1rem;
  height: 3.6rem;
  background: #DDDDDD;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}
@media (max-width: 575px) {
  .swiperArrowsHoder__btn {
    padding: 1.7rem 2rem;
  }
}

.blogArrow {
  padding: 40px 0 60px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .blogArrow {
    padding: 20px 0 40px;
  }
}
.blogArrow__button {
  display: inline-block;
  padding: 10px;
  margin: 0 50px;
  cursor: pointer;
  background-color: transparent;
}
.blogArrow__button svg {
  display: block;
}
.blogArrow__button svg path {
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.blogArrow__button:hover img {
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.blogArrow__button:first-of-type:hover img {
  -moz-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}

.footer {
  background: #080C46;
}
.footer__top {
  padding: 5.5rem 0 6.5rem;
}
@media (max-width: 991px) {
  .footer__top {
    padding: 4.5rem 0;
  }
}
.footer__bottom {
  background: #060938;
  font-size: 1.4rem;
  color: #fff;
  padding: 3.8rem 0 3.4rem;
}
@media (max-width: 991px) {
  .footer__bottom {
    padding: 1rem 0;
  }
}
@media (max-width: 479px) {
  .footer__bottom {
    font-size: 1.2rem;
  }
}
.footer__navRow {
  padding-bottom: 6.2rem;
}
@media (max-width: 991px) {
  .footer__navRow {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .footer__navRow {
    display: block;
    padding-bottom: 3rem;
  }
}
.footer__btmRow {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 3.3rem;
}
@media (max-width: 767px) {
  .footer__btmRow {
    padding-top: 3rem;
  }
}
.footer__holder {
  max-width: 59.5%;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .footer__holder {
    max-width: 66.5%;
  }
}
@media (max-width: 1199px) {
  .footer__holder {
    max-width: 70.8%;
  }
}
@media (max-width: 991px) {
  .footer__holder {
    max-width: calc(100% - 178px);
  }
}
@media (max-width: 767px) {
  .footer__holder {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .footer__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
  }
}

.footerMenu {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 210px);
  flex: 0 0 calc(100% - 210px);
  max-width: calc(100% - 210px);
}
@media (max-width: 991px) {
  .footerMenu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
@media (max-width: 767px) {
  .footerMenu {
    max-width: 100%;
    display: block;
  }
}
.footerMenu__list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.footerMenu__list li a {
  color: #fff;
  font-size: 1.4rem;
}
.footerMenu__list li a:hover {
  color: #82C55B;
}
.footerMenu__list li + li {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .footerMenu__list li + li {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
  .footerMenu__list li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 479px) {
  .footerMenu__list li + li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footerMenu__list {
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 479px) {
  .footerMenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footerMenu__btn {
  margin-left: 6rem;
}
@media (max-width: 991px) {
  .footerMenu__btn {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .footerMenu__btn {
    margin: 2rem 0 0 0;
  }
}

.footerdetailBox {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
}
.footerdetailBox__heading {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.19);
  text-transform: uppercase;
}
.footerdetailBox a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.footerdetailBox a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: wavy;
}
.footerdetailBox address {
  font-style: normal;
}
.footerdetailBox__social {
  padding: 0.5rem 0 0 0;
  margin: 0;
}
.footerdetailBox__social li {
  list-style: none;
}
.footerdetailBox__social li a {
  display: block;
}
.footerdetailBox__social li a img {
  width: auto;
  height: 18px;
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.footerdetailBox__social li a:hover img {
  opacity: 0.25;
}
.footerdetailBox__social li + li {
  margin-left: 2.8rem;
}
@media (max-width: 767px) {
  .footerdetailBox__social li + li {
    margin-left: 2.4rem;
  }
}
@media (max-width: 479px) {
  .footerdetailBox + .footerdetailBox {
    margin-top: 1.5rem;
  }
}

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