@-webkit-keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}
@-webkit-keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom_text {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@font-face {
  font-family: "EncodeSansSemiExpanded-Bold";
  src: url("../../fonts/EncodeSansSemiExpanded-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.otf");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/MONTSERRAT-REGULAR_1.OTF");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../../fonts/Montserrat-Light.otf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Helvetica";
  src: url("../../fonts/Helvetica.ttf");
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../../fonts/Helvetica-Bold.ttf");
}
body, html {
  height: 100%;
  overflow: initial;
}

body {
  overflow-x: hidden;
  background: #f2f2f2;
  position: relative;
  font-family: "Montserrat-Regular";
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
}

.pad0 {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

.mt30 {
  margin-top: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

section {
  position: relative;
  z-index: 1;
}

.nav .dropdown-submenu .dropdown-item {
  color: #0a0a0a !important;
}
.nav .dropdown-submenu .dropdown-item:hover {
  color: #ec0085 !important;
}
.nav .dropdown-submenu .dropdown-item a {
  color: #000 !important;
}

.title-gradient {
  font-size: 2.5rem;
  font-family: "EncodeSansSemiExpanded-Bold";
  background: -webkit-linear-gradient(to right, #ac39fd, #f50278 70%);
  background: linear-gradient(to right, #ac39fd, #f50278 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
@media (max-width: 768px) {
  .title-gradient {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
  }
}

.wrapper-container {
  padding: 5rem 0;
  position: relative;
  background-image: linear-gradient(to bottom, #16004a, #3d0248 40%, #3e0248 70%, #2f0149);
}
.wrapper-container .ribbon-top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-container .ribbon-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#header_social {
  position: relative;
  padding: 3rem 0 3rem 0;
}
#header_social .content {
  padding-left: 2rem;
  padding-top: 2rem;
  color: #fff;
}
@media (max-width: 768px) {
  #header_social .content {
    padding-left: 0;
    padding-top: 1rem;
  }
}
#header_social .content .title-gradient {
  margin: 0 0 2rem;
}
#header_social .content .wrapper-icon {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1900px) {
  #header_social .content .wrapper-icon {
    align-items: center;
  }
}
#header_social .content .wrapper-icon figure {
  width: 37%;
  margin-right: 1rem;
}
#header_social .content .wrapper-icon figure img {
  width: 100%;
}
#header_social .content .wrapper-icon .description-icon {
  width: 100%;
  padding-right: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #header_social .content .wrapper-icon .description-icon {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #header_social .content .wrapper-icon .description-icon {
    padding-right: 2rem;
  }
}
#header_social .content .wrapper-icon .description-icon .name-icon {
  font-family: "Helvetica-Bold";
  font-size: 18px;
  text-transform: uppercase;
  color: #e61088;
}
#header_social .content .wrapper-icon .description-icon .text-icon {
  font-family: "Helvetica";
  font-size: 14px;
}

#provide {
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  #provide {
    padding: 2rem 0;
  }
}
#provide .title-gradient {
  text-align: center;
  margin: 0 auto 2rem;
}
#provide .description {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 16px;
  color: #ebe9ec;
  font-family: "Helvetica";
}
#provide .description span {
  font-family: "Montserrat-Regular";
  color: #ffffff;
}
@media (max-width: 768px) {
  #provide .description {
    margin-bottom: 2rem;
  }
}
#provide .tablinks {
  width: 100%;
  cursor: pointer;
  padding: 0;
  background: #5a3068;
  margin-bottom: 2rem;
  border: none;
}
#provide .tablinks.active {
  background-color: #e61088;
}
#provide .mt10 {
  margin-top: -10rem;
}
#provide .img_social {
  position: relative;
  font-family: "Helvetica";
  font-size: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  #provide .img_social {
    font-size: 10px;
  }
}
#provide .img_social .text_social1 {
  position: absolute;
  top: 20%;
  right: 30%;
}
@media (max-width: 768px) {
  #provide .img_social .text_social1 {
    right: 7%;
    text-align: left;
    top: 16%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #provide .img_social .text_social1 {
    right: 21%;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  #provide .img_social .text_social1 {
    right: 23%;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  #provide .img_social .text_social1 {
    right: 28%;
  }
}
#provide .img_social .text_social2 {
  position: absolute;
  top: 44%;
  left: 28%;
}
@media (max-width: 768px) {
  #provide .img_social .text_social2 {
    left: 0;
    text-align: right;
    top: 40%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #provide .img_social .text_social2 {
    left: 17%;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  #provide .img_social .text_social2 {
    left: 19%;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  #provide .img_social .text_social2 {
    left: 24%;
  }
}
#provide .img_social .text_social3 {
  position: absolute;
  bottom: 28%;
  right: 30%;
}
@media (max-width: 768px) {
  #provide .img_social .text_social3 {
    right: 3%;
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #provide .img_social .text_social3 {
    right: 19%;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  #provide .img_social .text_social3 {
    right: 21%;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  #provide .img_social .text_social3 {
    right: 26%;
  }
}
#provide .img_social .text_social4 {
  position: absolute;
  bottom: 5%;
  left: 32%;
}
@media (max-width: 768px) {
  #provide .img_social .text_social4 {
    left: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #provide .img_social .text_social4 {
    left: 21%;
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  #provide .img_social .text_social4 {
    left: 24%;
  }
}
@media (min-width: 1501px) and (max-width: 1650px) {
  #provide .img_social .text_social4 {
    left: 29%;
  }
}
#provide .img_strategy {
  position: relative;
  font-size: 16px;
  font-family: "Helvetica";
  color: #fff;
  text-align: justify;
}
@media (max-width: 321px) {
  #provide .img_strategy {
    font-size: 1rem;
  }
}
@media (min-width: 1401px) and (max-width: 1650px) {
  #provide .img_strategy {
    font-size: 1rem;
  }
}
#provide .img_strategy .text_social1 {
  position: absolute;
  top: 13%;
  left: 2%;
}
@media (max-width: 768px) {
  #provide .img_strategy .text_social1 {
    top: 3%;
    left: 10%;
    width: 80%;
    text-align: justify;
  }
}
#provide .img_strategy .text_social2 {
  position: absolute;
  top: 13%;
  left: 27%;
}
@media (max-width: 768px) {
  #provide .img_strategy .text_social2 {
    top: 26%;
    left: 10%;
    width: 80%;
    text-align: justify;
  }
}
#provide .img_strategy .text_social3 {
  position: absolute;
  top: 13%;
  left: 52%;
}
@media (max-width: 768px) {
  #provide .img_strategy .text_social3 {
    top: 54%;
    left: 10%;
    width: 80%;
    text-align: justify;
  }
}
#provide .img_strategy .text_social4 {
  position: absolute;
  top: 13%;
  left: 77%;
}
@media (max-width: 768px) {
  #provide .img_strategy .text_social4 {
    top: 83%;
    left: 10%;
    width: 80%;
    text-align: justify;
  }
}
#provide .tabcontent {
  text-align: center;
  display: none;
}
@media (max-width: 768px) {
  #provide .social {
    display: none;
  }
}
#provide .item-provide {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background 1s;
  /* For Safari 3.0 to 6.0 */
  transition: background 1s;
}
#provide .item-provide:hover {
  background-color: #e61088;
}
#provide .item-provide figure {
  width: 40%;
  margin-bottom: 0;
  position: relative;
}
#provide .item-provide figure .icon {
  position: absolute;
  right: -14%;
  top: 35%;
  height: 30%;
}
#provide .item-provide figure img.thumb-item {
  width: 100%;
}
#provide .item-provide .description-item {
  width: 100%;
}
#provide .item-provide .description-item .provide-name {
  margin: 0;
  font-family: "Helvetica";
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  #provide .item-provide .description-item .provide-name {
    font-size: 1rem;
  }
}

#social-media {
  text-align: center;
  padding: 2rem 0;
}
#social-media .title-gradient {
  margin: 0 auto 2rem;
}
#social-media .description {
  margin-bottom: 2rem;
}
#social-media .social {
  width: 80%;
}

#why-social {
  text-align: center;
  padding: 2rem 0;
}
#why-social .title-gradient {
  margin: 0 auto 2rem;
}
#why-social figure.box {
  width: 45%;
}
#why-social figure.box.left {
  margin: 4rem 4rem 0 auto;
}
@media (max-width: 768px) {
  #why-social figure.box.left {
    margin: 2rem auto 1rem;
  }
}
#why-social figure.box.right {
  margin: 4rem auto 0 4rem;
}
@media (max-width: 768px) {
  #why-social figure.box.right {
    margin: 1rem auto;
  }
}
#why-social figure.box img {
  width: 100%;
  margin-bottom: 2rem;
}
#why-social figure.box .name-box {
  text-align: center;
}
#why-social .text_why {
  font-family: "Helvetica";
  font-size: 120%;
}
@media (max-width: 321px) {
  #why-social .text_why {
    font-size: 100%;
  }
}
#why-social .top_why {
  margin-bottom: -3rem;
  color: #fff;
}
#why-social .bt_why {
  margin-top: -2rem;
  color: #fff;
}

#case-study {
  padding: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  #case-study {
    padding: 2rem 0;
  }
}
#case-study .title-gradient {
  margin: 0 auto 2rem;
  text-align: center;
}
#case-study .wrapper-case {
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  #case-study .wrapper-case {
    padding: 2rem 0;
  }
}
#case-study .wrapper-case #thumbs-slider {
  margin-top: 2rem;
}
#case-study .wrapper-case #thumbs-slider .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 17px;
  cursor: pointer;
  padding-left: 10px;
}
#case-study .wrapper-case #thumbs-slider .swiper-slide img {
  width: auto;
}
#case-study .wrapper-case #thumbs-slider .swiper-slide-active {
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 17px;
}
#case-study .wrapper-case #thumbs-slider .swiper-slide-active::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-right: solid 10px #ac39fd;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  clear: both;
}
#case-study .wrapper-case .swiper-case-next {
  top: 45%;
  right: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#case-study .wrapper-case .swiper-case-prev {
  top: 45%;
  left: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#case-study .wrapper-case .swiper-wrapper .item-slide {
  padding: 4rem;
}
@media (max-width: 768px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide {
    padding: 2rem 3rem;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .my-auto {
  position: relative;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content {
  padding-right: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
@media (max-width: 768px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content {
    padding: 1rem 10%;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text {
  color: #11004a;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text .case-name {
  font-family: "Helvetica-Bold";
  margin: 1rem 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text .case-name {
    margin: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text .case-name {
    text-align: center;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text .case-detail {
  font-family: "Helvetica";
  font-size: 14px;
}
@media (min-width: 1900px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .my-auto .case-content .text .case-detail {
    font-size: 1.2rem;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb {
  padding: 1rem 10%;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text {
  color: #11004a;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text .case-name {
  font-family: "Helvetica-Bold";
  margin: 1rem 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text .case-name {
    margin: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text .case-name {
    text-align: center;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text .case-detail {
  font-family: "Helvetica";
  font-size: 14px;
}
@media (min-width: 1900px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .case-content-mb .text .case-detail {
    font-size: 1.2rem;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .wrapper-image-case {
  width: 100%;
}
@media (max-width: 768px) {
  #case-study .wrapper-case .swiper-wrapper .item-slide .wrapper-image-case {
    width: 80%;
    margin-left: 10%;
  }
}
#case-study .wrapper-case .swiper-wrapper .item-slide .wrapper-image-case .image-case {
  width: 100%;
  margin-bottom: 1rem;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .wrapper-image-case .video-case {
  width: 100%;
  height: 250px;
  border: 4px solid #ffffff;
}
#case-study .wrapper-case .swiper-wrapper .item-slide .wrapper-image-case .video-case:focus {
  outline: none;
}
#case-study .img_logomb {
  width: 50%;
  margin-left: 25%;
}

#form_ft {
  padding: 3rem 0;
}
#form_ft .title-gradient {
  margin: 1rem auto;
}
#form_ft .form-control {
  padding: 0.5rem 1rem;
  height: 3rem;
  border-radius: 0;
  border: none;
}
#form_ft .field-register {
  background: #e61088;
  text-transform: uppercase;
  font-family: "EncodeSansSemiExpanded-Bold";
  padding: 7px 30px;
  margin-top: 1rem;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-left: 35%;
  width: 30%;
  font-size: 120%;
  transition: background-color 0.5s ease;
}
@media (max-width: 768px) {
  #form_ft .field-register {
    width: 60%;
    margin-left: 20%;
  }
}
#form_ft .field-register:hover {
  background: #fff;
  color: #e61088;
}
@media (max-width: 576px) {
  #form_ft {
    padding: 2rem;
  }
}

@keyframes textclip {
  to {
    background-position: -200% center;
  }
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes change-text-color {
  0% {
    background-position: 0 100%;
    transform: scale(1);
  }
  100% {
    background-position: 100% 0;
    transform: scale(1.1);
  }
}
@keyframes shadow-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0px #e80a89d9;
    box-shadow: 0 0 0 0px #e80a89d9;
  }
  100% {
    -moz-box-shadow: 0 0 0 10px #e80a8921;
    box-shadow: 0 0 0 10px #e80a8921;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px #e80a89d9;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px #e80a8921;
  }
}
@keyframes circle-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(300px);
  }
}
@keyframes slow-move {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(200px);
  }
}
@keyframes slow-move2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200px);
  }
}
@-webkit-keyframes glowing {
  0% {
    -webkit-box-shadow: 0 0 3px #e80a89;
  }
  50% {
    -webkit-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    -webkit-box-shadow: 0 0 3px #e80a89;
  }
}
@-moz-keyframes glowing {
  0% {
    -moz-box-shadow: 0 0 3px #e80a89;
  }
  50% {
    -moz-box-shadow: 0 0 10px #0094FF;
  }
  100% {
    -moz-box-shadow: 0 0 3px #e80a89;
  }
}
@-o-keyframes glowing {
  0% {
    box-shadow: 0 0 3px #e80a89;
  }
  50% {
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    box-shadow: 0 0 3px #e80a89;
  }
}
@keyframes glowing {
  0% {
    box-shadow: 0 0 3px #e80a89;
  }
  50% {
    box-shadow: 0 0 10px #0094FF;
  }
  100% {
    box-shadow: 0 0 3px #e80a89;
  }
}
@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes orbit {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
#thanks {
  position: relative;
}
#thanks .text_thanks {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 99;
  text-align: center;
}
@media (max-width: 768px) {
  #thanks .text_thanks {
    top: 5%;
    width: 98%;
    left: 1%;
    padding: 1rem 0;
    transform: translateY(0%);
  }
}
#thanks .text_thanks .rgb {
  background: rgba(13, 30, 48, 0.85);
  padding: 2rem;
  border-radius: 20px;
}
#thanks .text_thanks .logo {
  width: 40%;
  margin: 0.5rem auto;
}
#thanks .text_thanks .text_tk {
  color: #62dde9;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
  font-size: 400%;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .text_tk {
    font-size: 250%;
  }
}
#thanks .text_thanks p {
  color: #fff;
  font-family: "Montserrat-Light";
}
#thanks .text_thanks .backtohome {
  color: #1a2b3a;
  padding: 8px 20px;
  background: #62dde9;
  font-family: "EncodeSansSemiExpanded-Bold";
  text-transform: uppercase;
  width: 30%;
  margin: 0.5rem auto;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .backtohome {
    width: 60%;
  }
}
#thanks .text_thanks .backtohome a {
  color: #1a2b3a;
  text-decoration: none;
}
#thanks .text_thanks .backtohome:hover {
  background: #fff;
}
#thanks .text_thanks .backtohome:hover a {
  color: #e80a89;
}
#thanks .text_thanks .tieude {
  font-family: "EncodeSansSemiExpanded-Bold";
  margin-top: 5rem;
  color: #62dde9;
  font-size: 140%;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #thanks .text_thanks .tieude {
    margin-top: 30px;
  }
}
#thanks .text_thanks .icon img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.modal .modal-dialog {
  max-width: 70%;
}
.modal .modal-dialog .modal-content {
  margin-top: 2rem;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10%;
  top: 10%;
  width: 30px;
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat-Light";
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #e80a89;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  #header .header_form {
    left: 7%;
  }
}

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