body * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #1968cf;
}

h1, .h1 {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 600;
}
@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 45px;
  line-height: 1.35em;
}

h3, .h3 {
  font-size: 35px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 26px;
  line-height: 1.2em;
}

h5, .h5 {
  font-size: 23px;
  line-height: 1.2em;
}

h6, .h6 {
  font-size: 19px;
  line-height: 1.2em;
}

w-80 {
  width: 80%;
}

w-90 {
  width: 90%;
}

.color-6 {
  color: rgb(118, 113, 113);
}

.text-primary {
  color: #F31705 !important;
}

.text-license {
  color: #1968cf !important;
}

.text-gray {
  color: #8e8d8d;
}

.text-dark-gray {
  color: #545151;
}

.simple-text.color-3 > p {
  color: #696969;
}

.simple-text > p {
  font-size: 17px;
  line-height: 24px;
  font-family: "Krub", sans-serif;
}

.simple-text > ul {
  font-size: 17px;
  line-height: 24px;
  font-family: "Krub", sans-serif;
}

.bg-dark-gray {
  background-color: #373737;
}

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

.bg-image-right {
  background-position: center center;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  height: 100%;
}
@media (max-width: 991px) {
  .bg-image-right {
    display: none;
  }
}

ins {
  margin-left: 15px;
  text-decoration: none;
}

p:has(> span.indent) {
  /* Styles for the parent <p> */
  margin-left: 1.5em;
}

.mb-6 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb-6 {
    margin-bottom: 40px;
  }
}

.mb-7 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-7 {
    margin-bottom: 50px;
  }
}

.btn {
  border-radius: 26px;
  padding: 6px 30px;
  font-weight: 900;
  border-width: 0px;
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #F31705;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: none;
  color: #F31705;
  border-color: #F31705;
  border-width: 1px;
  padding: 5px 29px;
}
.btn.btn-secondary {
  background-color: #1968cf;
  border-color: #1968cf;
  color: #fff;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: #1968cf;
  border-color: #1968cf;
  color: #fff;
}
.btn.btn-hollow {
  background-color: #fff;
  border-color: #212529;
  border-width: 1px;
  color: #212529;
}
.btn.btn-hollow:hover, .btn.btn-hollow:active, .btn.btn-hollow:focus {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn.btn-outline-white {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:active, .btn.btn-outline-white:focus {
  background-color: #fff;
  border-color: #fff;
  color: #1968cf;
}
.btn.btn-lg {
  padding: 10px 34px;
  border-radius: 50px;
}
.btn.btn-lg:hover, .btn.btn-lg:active, .btn.btn-lg:focus {
  padding: 9px 33px !important;
}
.btn.btn-link {
  padding-left: 12px;
  padding-right: 12px;
}
.btn .btn-icon {
  width: 20px;
  position: relative;
  top: 0px;
}

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

.fs-5_5 {
  font-size: 1.125em;
}

.top-padding-dynamic {
  padding-top: 80px;
}

@media (min-width: 480px) {
  .top-padding-dynamic {
    padding-top: 85px;
  }
}
@media (min-width: 991px) {
  .top-padding-dynamic {
    padding-top: 90px;
  }
}
@media (min-width: 1199px) {
  .top-padding-dynamic {
    padding-top: 55px;
  }
}
.section {
  margin-bottom: 100px;
}
.section.w-top-padding {
  padding-top: 160px;
}
.section.w-top-padding-xs {
  padding-top: 80px;
}
.section.w-top-padding-small {
  padding-top: 120px;
}
.section.flush-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.section .section-title {
  margin-bottom: 20px;
}
.section.w-large-padding {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .section.w-large-padding {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .section.w-large-padding {
    padding: 60px 0;
  }
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.narrow-page .simple-text p {
  font-size: 15px !important;
  font-family: "Lato", sans-serif;
  color: black !important;
  line-height: 27px !important;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .narrow-page {
    padding: 0 20% 0 20% !important;
  }
}

.list-subchild-unstyled ul {
  padding-left: 0;
  list-style-type: none;
}

ul.list-style-1 li, .list-style-1 ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}
ul.list-style-1 li::before, .list-style-1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F31705;
}

.color-bullets ul li::marker {
  color: #F31705;
}

.color-bullets-license ul li {
  font-size: 17px;
}

.color-bullets-license ul li::marker {
  color: #1968cf;
}

.spaced-list li {
  margin-bottom: 12px;
}

.separator {
  width: 70px;
  height: 2px;
  background: #F31705;
  margin: 0 auto;
  position: relative;
}

.separator.text-license {
  background: #1968cf;
}

.logo-symbol {
  width: 89px;
  height: 89px;
}

.small-icon {
  width: 25px;
  height: 25px;
}

.medium-icon {
  width: 50px;
  height: 50px;
}

.img-invert {
  filter: invert(55%);
}

#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  padding: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header.basic-header {
  background-color: #000;
}
.header .header-inner {
  position: relative;
  height: inherit;
  max-width: 1730px;
  margin: 0 auto;
  backface-visibility: hidden;
  padding-left: 60px;
  padding-right: 60px;
}
.header .header-inner #logo {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 274px;
  height: auto;
  z-index: 100;
  font-size: 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
@media (max-width: 1299px) {
  .header .header-inner #logo {
    width: 160px;
    top: 21px;
  }
}
.header .header-inner #logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 1299px) {
  .header .header-inner #logo img {
    filter: invert(100%);
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  .header .header-inner #logo img {
    width: 80%;
  }
}
.header .header-inner .top-mobile-menu {
  position: relative;
}
@media (max-width: 1299px) {
  .header .header-inner .top-mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    padding: 0px 15px;
    z-index: 102;
    background: #000000;
  }
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block {
    display: block;
    width: 100%;
    left: 100%;
    position: fixed;
    top: 0;
    max-height: 100%;
    background: #000;
    text-align: center;
    padding: 15px 15px 40px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    z-index: 101;
    overflow: auto;
    margin-top: 75px;
    min-height: calc(100% - 75px);
  }
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block.open-menu {
    left: 0;
  }
}
.header .header-inner .toggle-block.open-menu .mob-menu-banner {
  left: 0;
}
@media (min-width: 1300px) {
  .header .header-inner .toggle-block .nav-wrapp {
    position: relative;
    right: 0;
    top: 6px;
    left: 0;
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .header .header-inner .toggle-block .nav-wrapp {
    top: 13px;
  }
}
@media (min-width: 1300px) {
  .header .header-inner .toggle-block .nav-wrapp nav {
    margin-right: auto !important;
    padding-left: 175px;
    padding-right: 230px;
    text-align: right;
  }
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp nav {
    text-align: center;
    margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
  }
}
.header .header-inner .toggle-block .nav-wrapp nav ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  padding: 28px 0px;
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp nav ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .header .header-inner .toggle-block .nav-wrapp nav ul li {
    margin-right: 25px;
  }
}
.header .header-inner .toggle-block .nav-wrapp nav ul li:last-child {
  margin-right: 0;
}
.header .header-inner .toggle-block .nav-wrapp nav ul li a {
  line-height: 18px;
  font-size: 14px;
  color: black;
  font-weight: 600;
  display: block;
}
.header .header-inner .toggle-block .nav-wrapp nav ul li a:hover {
  color: #F31705;
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp nav ul li a {
    display: block;
    line-height: 50px;
    font-size: 20px;
    visibility: visible;
    color: #fff;
  }
}
.header .header-inner .toggle-block .nav-wrapp nav ul li a.active {
  color: #F31705;
}
.header .header-inner .toggle-block .nav-wrapp .header-right {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  backface-visibility: hidden;
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp .header-right {
    position: relative;
    display: block !important;
    top: -20px;
    right: 0;
    transform: none;
  }
}
.header .header-inner .toggle-block .nav-wrapp .header-right .btn {
  font-size: 0.8em;
  min-width: 140px !important;
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp .header-right .btn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 260px;
  }
}
.header .header-inner .toggle-block .nav-wrapp .header-right .header-login-icon {
  align-items: center;
  margin-left: 23px;
  color: black;
}
.header .header-inner .toggle-block .nav-wrapp .header-right .header-login-icon:visited {
  color: black;
}
.header .header-inner .toggle-block .nav-wrapp .header-right .header-login-icon:hover {
  color: #F31705;
}
@media (max-width: 1299px) {
  .header .header-inner .toggle-block .nav-wrapp .mob-menu-banner {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    padding: 55px 10px;
    overflow: hidden;
  }
}
.header .mobile-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 1299px) {
  .header .mobile-button {
    display: block;
  }
}
.header .mobile-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
}
.header .mobile-button:before, .header .mobile-button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-top: 7px;
}
.header .mobile-button:before {
  margin-top: -7px;
}
.header .mobile-button.active:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.header .mobile-button.active span {
  -webkit-transform: translateX(25px);
  transform: translateX(25px);
  opacity: 0;
}
.header .mobile-button.active:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.header.fixed {
  height: 78px !important;
}
.header.scroll {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #000;
}
.header.scroll .header-inner .top-mobile-menu #logo {
  width: 160px;
  top: 21px;
}
.header.scroll .header-inner .top-mobile-menu #logo img {
  filter: invert(100%);
}
.header.scroll .header-inner .toggle-block .nav-wrapp {
  top: 3px !important;
}
.header.scroll .header-inner .toggle-block .nav-wrapp nav ul li a {
  color: #fff;
}
.header.scroll .header-inner .toggle-block .nav-wrapp .header-right .header-login-icon {
  color: #fff;
}
.header.scroll .header-inner .toggle-block .nav-wrapp .header-right .header-login-icon:visited {
  color: #fff;
}

.home-page section {
  padding-left: 40px;
  padding-right: 40px;
}

.home-banner {
  padding-top: 140px;
  max-width: 1730px;
  padding-bottom: 54px;
  margin: auto;
}
.home-banner .banner-info {
  padding-top: 3em;
}
@media (max-width: 991px) {
  .home-banner .banner-info {
    padding-top: 0;
    margin-bottom: 3em;
  }
}
.home-banner .banner-info .title {
  text-shadow: none;
  width: 100%;
  font-size: 60px;
  color: black;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .home-banner .banner-info .title {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .home-banner .banner-info .title {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .home-banner .banner-info .title {
    font-size: 50px;
  }
}
@media (max-width: 395px) {
  .home-banner .banner-info .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .home-banner .banner-info .title {
    font-size: 50px;
  }
}
@media (min-width: 1495px) {
  .home-banner .artist-row:first-child {
    padding-right: 150px;
  }
}
@media (min-width: 1495px) {
  .home-banner .artist-row:nth-child(2) {
    padding-right: 90px;
  }
}
@media (min-width: 1495px) {
  .home-banner .artist-row:nth-child(3) {
    padding-right: 30px;
  }
}
@media (min-width: 1495px) {
  .home-banner .artist-row:nth-child(4), .home-banner .artist-row:nth-child(5) {
    padding-left: 55px;
  }
}
.home-banner .artist-row .artist_circle:not(:first-child) {
  margin-left: 10px;
}
@media (min-width: 991px) and (max-width: 1300px) {
  .home-banner .artist-row .artist_circle:nth-child(3) {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .home-banner .artist-row .artist_circle:nth-child(3) {
    display: none !important;
  }
}
.home-banner .artist-row .artist_circle span {
  font-size: 10px;
  display: block;
  text-align: center;
}
.home-banner .performer-disclaimer {
  font-size: 10px;
  margin: 17px;
  width: 495px;
}
@media (max-width: 1300px) {
  .home-banner .performer-disclaimer {
    width: 390px;
  }
}
@media (max-width: 991px) {
  .home-banner .performer-disclaimer {
    width: 495px;
  }
}
@media (max-width: 768px) {
  .home-banner .performer-disclaimer {
    width: 410px;
  }
}
@media (max-width: 575px) {
  .home-banner .performer-disclaimer {
    width: 329px;
  }
}

#home-page-tagline {
  min-height: 180px;
}
@media (min-width: 575px) {
  #home-page-tagline {
    min-height: 100px;
  }
}
@media (min-width: 768px) {
  #home-page-tagline {
    min-height: 130px;
  }
}
@media (min-width: 991px) {
  #home-page-tagline {
    min-height: 100px;
  }
}
@media (min-width: 1300px) {
  #home-page-tagline {
    min-height: 150px;
  }
}

.circular {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .circular {
    width: 75px;
    height: 75px;
  }
}

.fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2.2s, opacity 2.2s linear;
}

.fadein {
  visibility: visible;
  opacity: 1;
  transition: opacity 3s linear;
}

.map-wrapper-overflow {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
  max-width: 1140px;
  margin: 0 auto;
}
.map-wrapper-overflow #map-wrapper {
  max-width: 1140px;
  margin: 0 0 0 10%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .map-wrapper-overflow #map-wrapper {
    margin: 0 0 0 5%;
  }
}
.map-wrapper-overflow #map-wrapper img {
  width: 97%;
  height: auto;
  display: block;
}
.map-wrapper-overflow #map-wrapper .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}
.map-wrapper-overflow #map-wrapper .image-hover.active {
  opacity: 1;
}
.map-wrapper-overflow #map-wrapper .image-map {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.map-wrapper-overflow #map-wrapper * {
  cursor: default;
}

.card.card-testimonial {
  background: rgb(236, 238, 241);
  border: none;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.card.card-testimonial .card-img-top {
  border-radius: 0;
  margin-bottom: 20px;
}
.card.card-testimonial .card-bottom {
  height: 100%;
  display: flex;
  align-items: end;
}
.card.card-testimonial .testimonial-quote {
  font-size: 1.05rem;
}

.partners-logo {
  max-width: 100%;
  max-height: 95px;
}

.tou-page .title {
  font-weight: 600;
  font-size: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  background: #000;
  backface-visibility: hidden;
}

.footer-top, .footer-bottom {
  position: relative;
  font-size: 0;
}

.footer-top {
  padding: 55px 0 10px;
}
.footer-top > * {
  font-size: 15px;
  color: #fff;
}
.footer-top .footer-logo {
  position: relative;
  display: inline-block;
  width: 160px;
  height: auto;
  margin-bottom: 27px;
}
.footer-top .footer-logo img {
  width: 100%;
  height: auto;
}
.footer-top .footer-text {
  position: relative;
  margin-bottom: 30px;
}
.footer-top .footer-text p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.footer-title {
  color: #1968cf;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.62px;
  margin-bottom: 12px;
  white-space: nowrap;
}

.footer-link a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
}
.footer-link a.active {
  color: #1968cf;
}

.social-icons {
  font-size: 0;
}
.social-icons ul {
  display: inline-block;
  vertical-align: middle;
}
.social-icons ul li {
  display: inline-block;
  font-size: 0;
  margin-right: 22px;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons ul li a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background: #1968cf;
  border-radius: 50%;
}
.social-icons .social {
  display: inline-block;
  width: 22px;
  height: auto;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-icons .social img {
  width: 100%;
}

.footer-bottom {
  padding: 10px 0 40px;
}
.footer-bottom .copyright {
  position: relative;
  text-align: left;
}
.footer-bottom .copyright p {
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
}

img.lazy {
  min-height: 1px;
}

/*media*/
@media (min-width: 1200px) {
  .social-icons ul li a:hover {
    background: #fff;
  }
  .footer-link a:hover {
    color: #1968cf;
  }
}
@media (max-width: 991px) {
  .footer-top {
    padding: 30px 0 10px;
  }
  .footer-bottom {
    padding: 10px 0 15px;
  }
  .footer-item {
    text-align: center;
    position: relative;
  }
  .social-icons {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-bottom .copyright {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-top .footer-logo {
    margin-bottom: 20px;
  }
  .footer-top .footer-text {
    margin-bottom: 20px;
  }
  .footer-top .footer-text p {
    line-height: 20px;
  }
  .footer-link a {
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
  }
  .social-icons {
    margin-bottom: 20px;
  }
}
.popup-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.popup-wrapper.active {
  left: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.popup-wrapper .bg-popup-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  opacity: 0;
}
.popup-wrapper.active .bg-popup-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}
.popup-content.active {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-container {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  max-width: 590px;
  background: #fefeff;
  z-index: 1;
  overflow: hidden;
}
.popup-container .button-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.button-close span {
  height: 30px;
  width: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-close span:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 14px;
  left: -5px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1B2126;
  border-radius: 4px;
}
.button-close span:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 14px;
  left: -5px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #1B2126;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-align {
  overflow: hidden;
  padding: 60px 75px;
}

.popup-form .input-field-wrapp {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .popup-container .button-close:hover span:after, .popup-container .button-close:hover span:before {
    background: #F31705;
  }
  .popup-container .button-close.color-2:hover span:after, .popup-container .button-close.color-2:hover span:before {
    background: #1968cf;
  }
}
@media (max-width: 1500px) {
  .popup-form .input-field-wrapp {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .popup-container .button-close {
    top: 0;
    right: 0;
  }
  .popup-align {
    padding: 40px 15px 30px;
  }
}
.faq-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}

.faq-box {
  background: rgb(236, 238, 241);
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.faq-closed.faq-box {
  min-height: 76px;
  max-height: 76px;
}

@media (max-width: 768px) {
  .faq-closed.faq-box {
    height: unset;
    align-content: center;
    max-height: 120px !important;
  }
}
@media (max-width: 1400px) {
  .faq-closed.faq-box {
    height: unset;
    align-content: center;
    max-height: 100px !important;
  }
}
.faq-header {
  align-self: start;
  width: 95%;
  cursor: pointer;
}

.faq-text {
  display: block;
  margin-top: 20px;
  color: #545151;
  display: block;
  background: white;
  padding: 15px;
  border-radius: 10px;
}

.faq-closed .faq-text {
  display: none;
}

.faq-toggle-button {
  display: block;
  margin-top: 10px;
  position: absolute;
  top: 8px;
  right: 15px;
  width: 18px;
  height: 18px;
}

.faq-closed .faq-toggle-button {
  transform: rotate(180deg);
}

.profile-img {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px rgba(244, 239, 239, 0.9215686275);
  margin: auto;
  display: block;
}

.partner-logo {
  max-height: 100px;
}

.join-item {
  position: relative;
  background: #f7fafc;
  margin: 0 15px;
  border-radius: 6px;
  box-shadow: 1px 2px 10px #d4d0d0;
}
@media (max-width: 767px) {
  .join-item .btn.btn-lg {
    display: block;
    min-width: 156px;
    padding: 12px 15px 13px;
    border-radius: 21px;
    font-size: 13px;
    line-height: 13px;
  }
}
.join-item .top-img {
  position: relative;
  height: 260px;
  width: 100%;
}

.join-content {
  position: relative;
  padding: 40px 20px 50px 20px;
}
.join-content .top-content {
  position: relative;
  margin-bottom: 20px;
}
.join-content .title {
  color: #1B2126;
  margin-bottom: 25px;
  font-weight: 700;
}
.join-content .join-price {
  color: #373737;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 15px;
}
.join-content .button {
  margin-bottom: 15px;
}
.join-content .login-text {
  font-size: 15px;
  line-height: 20px;
  color: #ABABAB;
}
.join-content .login-text a {
  color: #F31705;
}
.join-content .joil-list {
  padding-left: 10px;
}

.join-list ul {
  font-size: 0;
}
.join-list ul li {
  position: relative;
  padding-left: 33px;
  color: #1B2126;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .join-list ul li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.join-list ul li:last-child {
  margin-bottom: 0;
}
.join-list ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 5px;
  border-left: 2px solid #1B2126;
  border-bottom: 2px solid #1B2126;
  transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
}
.join-list ul li b {
  font-weight: 900;
}
.join-list ul li .or {
  display: block;
  margin: 10px auto;
  text-align: center;
}

/*tooltip*/
.custom-tooltip {
  cursor: pointer;
  font-size: 0;
  display: inline;
  margin-left: 10px;
  position: absolute;
  top: 7px;
}
@media (max-width: 1199px) {
  .custom-tooltip {
    right: 0;
  }
}
@media (max-width: 767px) {
  .custom-tooltip {
    display: none;
  }
}
.custom-tooltip .info {
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 18px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  color: #777;
  letter-spacing: 1px;
  font-weight: 700;
}
.custom-tooltip:hover .tooltip-inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(14px);
  transform: translateY(14px);
}
.custom-tooltip .tooltip-inner {
  cursor: pointer;
  position: absolute;
  top: 12px;
  line-height: 15px;
  background: #212121;
  display: inline-block;
  min-width: 160px;
  max-width: 160px;
  padding: 8px 7px 9px;
  -webkit-transform: translateY(34px);
  transform: translateY(34px);
  z-index: 111;
  pointer-events: none;
  color: #D9D9D9;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
@media (max-width: 1199px) {
  .custom-tooltip .tooltip-inner {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    left: -150px;
    min-width: 170px;
    max-width: 170px;
    pointer-events: all;
  }
}
.custom-tooltip .tooltip-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent transparent #212121 transparent;
}
@media (max-width: 1199px) {
  .custom-tooltip .tooltip-inner:before {
    left: auto;
    right: 9px;
    border-color: transparent black transparent transparent;
    border-width: 11px 11px 0 0;
  }
}

.blog .blog-menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.blog .blog-menu-wrapper .blog-menu {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
}
.blog .blog-menu-wrapper .blog-menu a {
  color: #1B2126;
  padding: 10px 14px;
  white-space: nowrap;
}
.blog .blog-menu-wrapper .blog-menu a.active {
  color: #1968cf;
  border-bottom: 1px solid #1968cf;
}
.blog .blog-menu-wrapper .search {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.blog .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog .heading-wrapper .heading {
  font-weight: 600;
}
.blog .heading-wrapper .view-more {
  white-space: nowrap;
  text-decoration: underline;
}
.blog .blog-latest .blog-wrapper .blog-image {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .blog .blog-latest .blog-wrapper .blog-image {
    margin-bottom: 20px;
    max-width: 370px !important;
    height: auto !important;
  }
}
.blog .blog-latest .blog-wrapper .blog-details .blog-title {
  font-size: 28px;
}
@media (max-width: 1200px) {
  .blog .blog-latest .blog-wrapper .blog-details .blog-title {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .blog .blog-wrapper {
    margin-bottom: 30px;
  }
}
.blog .blog-wrapper .blog-image {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .blog .blog-wrapper .blog-image {
    max-width: 370px !important;
  }
}
.blog .blog-wrapper .blog-details .blog-category {
  font-size: 14px;
  color: #949494;
  margin-bottom: 20px;
}
.blog .blog-wrapper .blog-details .blog-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1B2126;
}
@media (max-width: 992px) {
  .blog .blog-wrapper .blog-details .blog-title {
    font-size: 18px;
  }
}
.blog .blog-wrapper .blog-details .summary {
  margin-bottom: 26px;
  color: #949494;
}
@media (max-width: 1200px) {
  .blog .blog-wrapper .blog-details .summary {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .blog-content img {
    max-width: 370px;
    height: auto;
  }
}

.fw-bold {
  font-weight: 600;
}

.author-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.author-wrapper img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.author-wrapper .author-name {
  font-size: 14px;
}
.author-wrapper .published {
  font-size: 14px;
  color: #949494;
}

.blog-details .section-title {
  text-align: start;
}
.blog-details .blog-main-image img {
  max-width: 1000px;
}
.blog-details .take-away-section {
  background-color: #e3edff;
  padding: 30px;
  border-radius: 16px;
}
.blog-details .take-away-section .heading {
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-details .take-away-section ul {
  list-style: disc;
  padding-left: 30px;
}
.blog-details .take-away-section ul li {
  margin-bottom: 20px;
}
.blog-details .recent-blog .heading {
  font-weight: 600;
  margin-bottom: 24px;
}
.blog-details .recent-blog .recent-blog-item {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-details .recent-blog .recent-blog-item .blog-category {
  font-size: 14px;
  color: #949494;
  margin-bottom: 14px;
}
.blog-details .recent-blog .recent-blog-item .blog-title {
  color: #1968cf;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .users-section {
    padding-top: 100px;
  }
}

.users-header-container {
  max-width: 1730px;
  padding: 0 60px;
}
@media (max-width: 991px) {
  .users-header-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .users-header-container {
    padding: 0 20px;
  }
}

.protection-section {
  position: relative;
  background: #3979e6;
  color: white;
  height: 660px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .protection-section {
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .protection-section {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .protection-section .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .protection-section .col-lg-5.col-md-6 {
    margin-left: 0;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .protection-section .container-fluid {
    position: relative;
    z-index: 2;
  }
}

.protection-block {
  padding: 30px 0;
  max-width: 500px;
  display: table-cell;
  vertical-align: middle;
  height: 660px;
  width: 10000px;
}
@media (max-width: 991px) {
  .protection-block {
    display: block;
    height: auto;
    width: 100%;
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .protection-block {
    padding: 50px 20px;
    max-width: 100%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .protection-block .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .protection-block .btn {
    display: block;
    text-align: center;
  }
}

.bg-license-genres {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .bg-license-genres {
    position: relative;
    width: 100% !important;
    height: 440px;
    order: -1;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .bg-license-genres {
    height: 330px;
  }
}

.protection-section .shape {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.protection-section .shape img {
  display: block;
}
@media (max-width: 991px) {
  .protection-section .shape {
    right: -50px;
    top: 50%;
    transform: translateY(-30%);
  }
  .protection-section .shape img {
    max-width: 350px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .protection-section .shape {
    right: -30px;
  }
  .protection-section .shape img {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .examples-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.licensing-block {
  position: relative;
  background: rgb(236, 238, 241);
  display: block;
  padding: 40px 15px;
  text-align: center;
  border-radius: 10px;
}

.licensing-block .title {
  margin-bottom: 45px;
}

.tab-wrapper {
  position: relative;
}

.tab-wrapper .tabs-content {
  position: relative;
}

.tab-wrapper .tab-nav-wrapper {
  margin-bottom: 60px;
}

.partners-section .tab-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
}

.section.partners-section .tabs-content .partner-item {
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  max-width: 240px;
  margin: 0 auto;
}

.partners-section .tab-info .partner-item img {
  max-width: 100%;
  max-height: 95px;
}

.partners-section-flex .tab-info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section.partners-section .tabs-content .partner-item {
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  max-width: 240px;
  margin: 0 auto;
}

.partner-item {
  position: relative;
  text-align: center;
}

@media (max-width: 450px) {
  #JotFormIFrame-JotFormIFrame-223256395228157 {
    height: 4300px !important;
  }
}
/* License Page */
.quote-byline-block {
  text-align: center;
}

.quote-item {
  display: block;
}

@media (min-width: 767px) {
  .quote-byline-block {
    text-align: center;
  }
  .quote-item {
    display: inline-block;
    margin-left: 10px;
  }
  .quote-item-text {
    position: relative;
    top: 20px;
    text-align: left;
  }
}
.it {
  font-style: italic;
}

.license-phone-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100px;
  color: white;
  font-size: 15px;
  font-weight: 600;
}

.license-phone-header-wrapper {
  float: right;
  padding: 25px 30px 25px 0;
}

.contact-phone {
  margin-right: 3px;
}

.contact-phone img {
  margin-bottom: 6px;
}

.mobile-contact-icon {
  left: 20px;
  top: 28px;
  position: fixed;
  z-index: 1000;
}

@media (min-width: 1300px) {
  .mobile-contact-icon {
    display: none;
  }
}
/*404*/
.not-found {
  font-size: 240px;
  line-height: 1em;
  color: #F31705;
}

#team {
  scroll-margin-top: 100px;
}

/*contact-section*/
.contact-section {
  position: relative;
  overflow: hidden;
}

.contact-block {
  position: relative;
}

.contact-block:before {
  content: "";
  position: absolute;
  top: -1000px;
  bottom: -1000px;
  right: 0;
  width: 2px;
  background: #DDDDDD;
}
@media (max-width: 767px) {
  .contact-block:before {
    display: none;
  }
}

.contact-block a {
  display: inline-block;
  color: #373737;
  font-size: 17px;
  line-height: 25px;
  text-decoration: underline;
  font-family: "Krub", sans-serif;
}

.contact-form .input-field-wrapp {
  margin-bottom: 25px;
}

.press-wrapper {
  padding: 5%;
}

.input-field-wrapp {
  position: relative;
  font-size: 0;
}

.input-field-wrapp > div {
  display: block;
  color: #868686;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

.input-field {
  position: relative;
  width: 100%;
  height: 47px;
  line-height: inherit;
  font-size: 17px;
  color: #393939;
  border: 1px solid #696969;
  padding: 0 15px;
  font-weight: 400;
}

.input-field:invalid, .input-field-wrapp.fail .input-field {
  outline: none;
  box-shadow: none;
}

.input-field-wrapp.fail .input-field {
  border-color: red;
}

.input-field:focus {
  border-color: #1968cf;
}

.input-field.disabled {
  background: #f4f4f4;
  pointer-events: none;
}

.input-field-wrapp textarea.input-field {
  resize: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  height: 170px;
  line-height: 22px;
  padding: 15px;
}

.input-field-wrapp.color-2 .input-field:focus {
  border-color: #1968cf;
}

.input-field input[type=file] {
  display: none;
}

.input-field-wrapp.type-2 input::-webkit-input-placeholder {
  color: #DBDBDB;
}

.input-field-wrapp.type-2 input::-moz-placeholder {
  color: #DBDBDB;
}

.input-field-wrapp.type-2 input:-moz-placeholder {
  color: #DBDBDB;
}

.input-field-wrapp.type-2 input:-ms-input-placeholder {
  color: #DBDBDB;
}

.sumoselect-wrapp {
  position: relative;
  font-size: 17px;
  line-height: 10px;
  text-transform: inherit;
  display: block;
  outline: none;
}

.sumoselect-wrapp .SumoSelect {
  max-width: 100%;
  width: 100%;
  text-align: left;
  outline: none;
}

.SelectBox, .SumoSelect > .CaptionCont > span, .SumoSelect > .CaptionCont > label {
  cursor: pointer;
  color: #393939;
  font-size: 17px;
}

.SumoSelect > .CaptionCont {
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 17px;
  color: #393939;
  border: none;
  border: 1px solid #696969;
  padding: 0 40px 0 15px;
  border-radius: 0;
  outline: none;
  background: transparent;
}

.SelectBox {
  padding: 0;
  padding-right: 40px;
}

.SumoSelect > .CaptionCont > span {
  padding-right: 0;
  padding: 0;
  font-size: 17px;
  color: #393939;
  line-height: 45px;
  padding-top: 0;
}

.SumoSelect > .CaptionCont > label > i {
  right: 0;
}

.SumoSelect.open > .optWrapper {
  top: 47px;
  border-color: transparent;
}

.sumoselect-wrapp .SumoSelect.open > .optWrapper {
  top: 47px;
  border-color: transparent;
  border-radius: 0;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.sumoselect-wrapp .SumoSelect > .optWrapper > .options {
  border-radius: 0;
  max-height: 170px;
  background: #fff;
  padding: 10px 15px;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  color: #334052;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-bottom: none;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
  color: #A5A5A5;
  font-style: normal;
}

.filter-inner .SumoSelect > .CaptionCont > span.placeholder {
  font-size: 17px;
  color: #A5A5A5;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
  display: none;
}

.sumoselect-wrapp .SumoSelect > .CaptionCont > label {
  width: 20px;
  right: 10px;
}

.sumoselect-wrapp .SumoSelect > .CaptionCont > label > i {
  background-image: none;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.sumoselect-wrapp .SumoSelect > .CaptionCont > label > i:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 1px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fb6340;
  border-bottom: 1px solid #fb6340;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.sumoselect-wrapp.style-2 .SumoSelect > .CaptionCont > label > i:before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sumoselect-wrapp .SumoSelect.open .CaptionCont > label > i:before {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1200px) {
  .SumoSelect:focus > .CaptionCont {
    box-shadow: none;
    border-color: #fb6340;
  }
  .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: none;
    border-color: #fb6340;
  }
  .SumoSelect > .optWrapper > .options li.opt:hover {
    background: transparent;
    color: #fb6340;
  }
}
@media (max-width: 1199px) {
  .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: none;
    border-color: #696969;
  }
}
.SelectBox {
  width: 100% !important;
  min-height: 47px !important;
  color: #757575 !important;
  border: 1px solid #696969 !important;
  border-radius: 0 !important;
  padding-left: 15px !important;
}

.tou-page h3 {
  font-size: 30px;
}

.tou-page .full-width {
  width: 96% !important;
  height: 100% !important;
}

/*# sourceMappingURL=styles.css.32b57a65ceea.map */
