*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 175px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #4459C5;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

main {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

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

p {
  color: var(--text);
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgb(256 256 256 / .6);
  --color: #000;
  --font: 300;
  --borderbefore: rgb(256 256 256 / .6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--theme);
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid var(--theme);
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group textarea ~ label {
  background: var(--sectionbackground);
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.79) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.164) 24.5%, rgba(40, 39, 39, 0.42) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #FBC740;
  color: #000;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%);
}
.banner.thanks.home-banner .bg .banner-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 540px) {
  .banner.thanks.home-banner .bg .banner-wrapper {
    transform: translate(-50%, -170%);
  }
}
.banner.thanks.home-banner .bg .banner-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner.thanks.home-banner .bg .banner-wrapper .content figure {
  width: 80px;
}
.banner.thanks.home-banner .bg .banner-wrapper .content figure svg {
  width: 60px;
  height: 60px;
}
.banner.thanks.home-banner .bg .banner-wrapper .content figure svg path {
  fill: var(--white);
}
.banner.thanks.home-banner .bg .banner-wrapper .content a {
  padding: 10px 12px;
  display: inline-block;
  margin-top: 40px;
}
.banner.thanks.home-banner .bg .banner-wrapper .content h1 {
  color: var(--white);
  margin: 0 0 24px 0;
}
@media (max-width: 675px) {
  .banner.thanks.home-banner .bg .banner-wrapper .content h1 {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .banner.thanks.home-banner .bg .banner-wrapper .content h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 420px) {
  .banner.thanks.home-banner .bg .banner-wrapper .content h1 {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
}
.banner.thanks.home-banner .bg .banner-wrapper .content p {
  color: var(--white);
  text-align: center;
}
@media (max-width: 540px) {
  .banner.thanks.home-banner .bg {
    height: 50vh;
  }
}/*# sourceMappingURL=thanks.css.map */