/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
/*colors*/
body {
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat" !important;
  color: #000000;
}

p {
  font-size: 16px;
}

p.text-description {
  font-size: 24px;
}

p.font-14 {
  font-size: 14px;
}

.text-blue {
  color: #3CB0C9;
}

.btn {
  width: 313px;
  height: 62px;
  border-radius: 30px !important;
  text-transform: uppercase;
  text-align: center;
}

.btn.btn-primary {
  background-color: #0A8FCD;
  border-color: #0A8FCD;
  margin-bottom: 20px;
}

.btn.btn-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../images/right.svg");
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.btn.btn-outline-primary {
  color: #3CB0C9;
  border-color: #3CB0C9;
  font-weight: bold;
  height: 45px;
  width: 227px;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary :focus {
  color: #FFFFFF;
}

.btn.btn-outline-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-weight: bold;
  height: 40px;
  width: 227px;
}

.btn.green {
  background-color: #1EB100;
  border-color: #1EB100;
}

.btn.blue {
  background-color: #0476BB;
  border-color: #0476BB;
}

.btn.gray {
  background-color: #929292;
  border-color: #929292;
}

.btn.btn-world {
  height: 43px;
  width: 170px;
  text-transform: capitalize;
  text-align: center;
  padding-left: 20px;
}

h1 {
  letter-spacing: 1.4px;
  font-size: 42px;
}

h2 {
  font-size: 32px;
  letter-spacing: 1.38px;
}

h3 {
  font-size: 20px;
  letter-spacing: 1.5px;
}

.input {
  height: 50px;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #979797;
  border-radius: 5px;
}

.input:focus, .input:active {
  box-shadow: none !important;
  border-color: transparent !important;
}

.input#input-header {
  width: 293px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

b.blue,
span.blue {
  color: #0A8FCD;
}

b.black {
  color: #000000;
}

b.green {
  color: #75C1A4;
  font-weight: normal;
}

.icon-plus {
  background-image: url("../images/plus.png");
  background-position: right center;
  background-size: 16px;
  background-repeat: no-repeat;
}

.icon-close {
  background-image: url("../images/close.png");
  background-position: right center;
  background-size: 11px;
  background-repeat: no-repeat;
}

header {
  background-image: url("../images/bg-header.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  color: #FFFFFF;
  height: fit-content;
}

header a {
  color: #FFFFFF;
}

header .navbar {
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  background: #212121;
  z-index: 999;
}

header .navbar img {
  width: 228px;
}

header .navbar .nav-item a {
  text-transform: uppercase;
  color: #FFFFFF;
}

header .navbar .nav-item.active a, header .navbar .nav-item:hover a {
  color: #F6A950;
}

header .header-content {
  padding-top: 60px;
}

header .access-wrapper {
  width: 70%;
}

header .access-wrapper .register {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.466667px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
}

header.bg-legal {
  background-image: url("../images/bg-legal-header.png");
  height: 420px;
}

header.bg-legal h1 {
  margin-top: 4rem;
}

header.bg-contact {
  background-image: url("../images/bg-contact.png");
  background-color: #F8F8F8;
  height: 1175px;
  overflow: hidden;
}

header.bg-contact .navbar {
  background: #262626;
}

header.bg-contact .icon-lock {
  font-size: 12px;
  background-image: url("../images/Lock.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

header.bg-contact .required {
  color: #979797;
  font-size: 12px;
  margin-left: 15px;
}

header.bg-contact input {
  border: 1px solid #C4C4C4;
  height: 50px;
  width: 320px;
  border-radius: 5px;
  color: #979797;
}

header.bg-contact input::placeholder {
  color: #979797;
}

header.bg-contact .btn-contact {
  height: 50px;
}

.bg-color-gray {
  background-color: #F8F8F8;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#implementation {
  padding-top: 100px;
}
section img {
  width: 100%;
  margin-top: 70px;
}

section .openbank-logo {
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../images/openbank-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

section .dots {
  background-image: url(../images/Dots.png);
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

section .card {
  width: 17%;
  text-align: center;
  height: fit-content;
  border: none;
}

section#cloud_native.bg-gray{
  padding-top: 50px;
  padding-bottom: 150px;
}

section#cloud_native .title{
  padding-top: 70px;
}

section .card.cloud-native {
  text-align: left;
}

section .card.card-border-blue {
  border: 1px solid #3CB0C9;
  border-radius: 20px;
  width: 60%;
  margin: auto;
}

section .card.card-border-blue .card-body {
  flex-wrap: wrap;
}

section .card.card-border-blue .card-body img {
  width: fit-content;
  margin-top: 0;
  margin-bottom: 10px;
}

section .card.benefit-card {
  width: 80%;
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.06);
  text-align: left;
  padding: 24px 40px;
}

section .card.cloud-native {
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 9px 9px 9px #ededed;
  -webkit-box-shadow: 9px 9px 9px #ededed;
  -moz-box-shadow: 9px 9px 9px #ededed;
}

section .card.benefit-card img {
  width: 64px;
  height: 64px;
  margin: 0 24px 0 0;
}

section .card.benefit-card .list {
  list-style: none;
  padding-left: 0;
}

section .card.benefit-card .list li {
  margin-bottom: 40px;
  padding-left: 50px;  
}

section .card.benefit-card .list li::before {
  content: "";
  background: url(../images/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  width: 30px;
  display: inline-flex;
  height: 30px;
  vertical-align: text-top;
  margin-left: -50px;
  position: absolute;
}

section .card .card-img-top {
  width: 100px;
  margin: auto;
}

section .card .card-body {
  padding: 1rem 0;
}

section .card .card-body .card-title {
  font-weight: bold;
}

section .card.cloud-native .card-body .card-title {
  text-align: center;
}

section .card.cloud-native .card-img-top{
  height: 100px;
  margin: auto;
  width: auto;
}

section.perspectivas img {
  width: 70%;
  float: right;
  margin-top: 0;
}

section.perspectivas .text-perspectivas {
  margin-top: 16%;
  width: 65%;
}

section.perspectivas .text-perspectivas h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

section.open-banking .list-number {
  list-style: none;
  padding-left: 0;
}

section.open-banking .list-number li {
  padding-left: 50px;
  font-size: 16px;
  height: 157px;
}

section.open-banking .list-number li::before {
  content: "";
  background: url("../images/left-1.png");
  background-size: 33px !important;
  background-repeat: no-repeat !important;
  margin-right: 20px;
  width: 38px;
  display: inline-flex;
  height: 100%;
  vertical-align: text-top;
  margin-left: -50px;
  position: absolute;
}

section.open-banking .list-number li:nth-of-type(1) {
  width: 68%;
}

section.open-banking .list-number li:nth-of-type(2)::before {
  background: url("../images/left-2.png");
}

section.open-banking .list-number li:nth-of-type(3)::before {
  background: url("../images/left-3.png");
}

section.bg-gray {
  background-image: url("../images/bg-gray-1.png");
  height: 100%;
  padding-top: 0px;
  padding-bottom: 130px;
  background-size: cover;
  background-repeat: no-repeat;
}

section.bg-gray .padding-top {
  padding-top: 20%;
}

section.future-wrapper .text-blue {
  text-transform: uppercase;
}

section.future-wrapper .card {
  margin: 0 25px;
  width: 25%;
}

section.future-wrapper .card p, section.future-wrapper .card h5 {
  font-size: 18px;
}

section.future-wrapper .card img {
  width: 86px;
}

section.future-wrapper .card:nth-of-type(3) > img {
  width: 68px;
}

section .evolution {
  width: 100%;
  height: 380px;
  background-image: url("../images/Evolution2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

section.open-finance-wrapper .image-wrapper {
  position: relative;
  height: 100%;
  width: 80%;
  float: right;
}

section.open-finance-wrapper .image-wrapper img {
  width: 100%;
}

section.open-finance-wrapper .image-wrapper .icon-play {
  position: absolute;
  width: 100%;
  min-height: 240px;
  display: block;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-size: 100px;
  cursor: pointer;
  background-position: center;
}

section.open-finance-wrapper .video-wrapper {
  float: right;
  width: 80%;
}

section.open-finance-wrapper img {
  width: 50%;
  margin-top: 0px;
}

section.open-finance-wrapper img.step-2 {
  padding-left: 70px;
}

section.open-finance-wrapper .f-right {
  float: right;
  padding-right: 30px;
}

section.open-finance-wrapper img.f-right {
  float: none;
  padding-right: 30px;
}

section.open-finance-wrapper .f-right.step {
  padding-right: 70px;
}

section.open-finance-wrapper .description-wrapper {
  width: 70%;
}

section.open-finance-wrapper .description-wrapper h2 {
  font-size: 24px;
}

section.open-finance-wrapper .description-wrapper .list-group-numbered {
  padding-left: 5px;
}

section.open-finance-wrapper .description-wrapper .list-group-numbered li {
  margin-bottom: 15px;
}

section.open-finance-wrapper .description-wrapper.left-1 {
  background-image: url(../images/left-1.png);
  background-size: 38px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: -30px;
  padding-left: 70px;
}

section.open-finance-wrapper .description-wrapper.left-2 {
  background-image: url(../images/left-2.png);
  background-size: 38px;
  background-position: right top;
  background-repeat: no-repeat;
  margin-right: -30px;
  padding-right: 70px;
}

section.open-finance-wrapper .description-wrapper.left-3 {
  background-image: url(../images/left-3.png);
  background-size: 38px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: -30px;
  padding-left: 70px;
}

section.open-finance-wrapper .table-apis {
  font-size: 20px;
}

section.open-finance-wrapper .table-apis tr {
  border-bottom: 1px solid #3CB0C9;
}

section.open-finance-wrapper .table-apis tr th, section.open-finance-wrapper .table-apis tr td {
  padding: 20px 0;
}

section.bg-gray-left {
  background-image: url("../images/bg-gray-second.png");
  height: 100%;
  padding-top: 170px;
  padding-bottom: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

section.bg-gray-left img {
  margin-top: 13rem;
  margin-bottom: 15rem;
}

section.bg-gray-left .data-wrapper {
  padding-right: 25%;
}

section.bg-black {
  background: linear-gradient(0deg, #000000, #000000), linear-gradient(127.39deg, #4FA685 4.68%, #3CB0C9 79.56%);
  color: #FFFFFF;
  opacity: 0.78;
  mix-blend-mode: normal;
}

section.bg-black .wrapper-text {
  width: 60%;
}

section.bg-black img {
  width: fit-content;
  margin-left: 10%;
}

section .world-wrapper {
  position: relative;
}

section .world-wrapper h2 {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

section .world-wrapper .p-absolute {
  position: absolute;
  bottom: -15%;
}

section .world-wrapper .world-buttons {
  margin: 0 15px;
}

section .world-wrapper li {
  font-size: 16px;
}

section.tabs-wrapper {
  padding-top: 100px;
}

section.tabs-wrapper .nav-tabs {
  border: 1px solid #3CB0C9;
  color: #3CB0C9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

section.tabs-wrapper .nav-tabs .nav-link {
  font-size: 20px;
  font-weight: bold;
  color: #3CB0C9;
}

section.tabs-wrapper .nav-tabs .nav-link.active {
  background-color: #3CB0C9;
  color: #FFFFFF;
}

section.tabs-wrapper .nav-tabs .nav-link#argentina-tab {
  border-top-left-radius: 5px;
}

section.tabs-wrapper .nav-tabs .nav-link#peru-tab {
  border-top-right-radius: 5px;
}

section.tabs-wrapper .tab-content {
  border: 1px solid #3CB0C9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 48px;
}

section.tabs-wrapper .tab-content li {
  font-size: 16px;
}

section .documents-wrapper .image-box {
  height: 216px;
}

section .documents-wrapper .card {
  text-align: left;
  min-height: 485px;
  width: 75%;
}

section .documents-wrapper .card .card-title {
  height: 50px;
  vertical-align: top;
}

section .documents-wrapper .card .card-img-top {
  margin: 0;
  width: fit-content;
}

section .documents-wrapper .card .btn {
  padding-top: 8px;
}

section .api-box-general:nth-child(odd) .apis-wrapper {
  float: right;
}

section .apis-wrapper {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
  width: 80%;
}

section .apis-wrapper img {
  width: fit-content;
  margin: 0px 65px;
}

section .apis-wrapper p {
  font-size: 18px;
}

section .apis-wrapper p.title {
  font-size: 24px;
}

section.bg-sandbox {
  background-image: url("../images/bg-gray-semi.png");
  background-position: top;
  background-size: cover;
}

section .sdk-wrapper {
  flex-wrap: wrap;
}
section .sdk-wrapper .card {
  width: 22%;
  background: transparent;
  margin-bottom: 50px;
}

section .banks-wrapper {
  flex-wrap: wrap;
}

section .banks-wrapper .image-box {
  width: 27%;
  margin-bottom: 50px;
  text-align: center;
}

section .banks-wrapper .image-box img {
  width: 80%;
}

section.bg-gray-legal {
  background-image: url("../images/bg-legal-gray.png");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background-color: #F8F8F8;
  padding-top: 64px;
}

footer hr {
  background-color: #3CB0C9;
}

footer .list-footer {
  list-style: none;
  padding-left: 0;
}

footer .list-footer li {
  padding-left: 15px;
  margin-bottom: 10px;
}

footer .list-footer li::before {
  content: "";
  background: url(../images/li-type.png);
  background-size: 5px;
  background-repeat: no-repeat !important;
  background-position: center;
  width: 10px;
  display: inline-flex;
  height: 20px;
  margin-left: -15px;
  position: absolute;
}

footer a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

footer .font-14 {
  margin-bottom: 10px;
}

footer img {
  width: fit-content;
  margin-bottom: 30px;
}

.help-1 img {
  height: 720px;
}

.help-2 {
  text-align: center;
  margin-top: 45px;
}

.help-2 img {
  width: 720px;
  margin: auto;
}

.implementation img {
  margin-top: 0;
}

.identity-management-access img {
  height: 350px;
}

.api-management img {
  height: 300px;
}

.order-element-1 {
  order: 1;
}

.order-element-2 {
  order: 2;
}

.order-element-3 {
  order: 4;
}

.order-element-4 {
  order: 3;
}

.order-element-5 {
  order: 5;
}

.order-element-6 {
  order: 6;
}

.order-element-7 {
  order: 7;
}

.order-element-8 {
  order: 8;
}

.order-element-9 {
  order: 9;
}

section#implementation-two .order-element-1 {
  order: 2;
  margin-top: 30px;
}

section#implementation-two .order-element-2 {
  order: 1;
}

section.perspectivas .order-element-1 {
  order: 2;
}

section.perspectivas .order-element-2 {
  order: 1;
}

.element-help-2 {
  display: none;
}

.element-help-2-mobile {
  display: block;
}

.help-2 img.element-help-2-mobile {
  width: auto !important;
  height: 450px;
  margin: auto;
}

.bineta,
.implementation img.bineta,
.bg-gray-left img.bineta {
  width: 15px;
  margin-right: 12px;
}

.bg-gray-left img.bineta,
section#implementation-two.bg-gray-left img {
  margin-top: 0;
  margin-bottom: 0;
}

section#implementation-two img {
  margin-top: 0;
}

section#implementation-two img.phases {
  height: 320px;
}

.maximize p.info {
  padding-top: 80px;
}

.maximize img.auhtentication {
  height: 400px;
  margin-top: 0;
}

section.benefits .card.benefit-card {
  width: 100%;
}

section#nosotros,
section#open-bank,
section#nova-tesobe {
  padding-top: 0;
}

.list li,
.list-small li {
  list-style:none;
  margin-bottom: 10px;
}

ul.list-small {
  position: relative;
}

.list-small li::before {
  content: "";
  background: url(../images/bineta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  width: 15px;
  display: inline-flex;
  height: 15px;
  vertical-align: text-top;
  position: absolute;
  left: 11px;
  margin-top: 3px;
}

section .list li::before {
  content: "";
  background: url(../images/bineta.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  width: 20px;
  display: inline-flex;
  height: 20px;
  vertical-align: text-top;
  margin-left: -25px;
  position: absolute;
}

section#implementation {
  margin-bottom: 0;
  padding-bottom: 0;
}

section#implementation-two .list li {
  margin-bottom: 10px;
}

.show-mobile {
  display: block;
}

.show-min-tablet {
  display: block;
}

.show-desktop {
  display: none;
}

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

.text-end{
  text-align: left !important;
}

h1,
h2,
h3
.title h1,
.title h2,
.title h3,
.title h1.text-end, 
.title h2.text-end,
.title h3.text-end {
  text-align: center !important;
}

.btn {
  width: 100% !important;
}

@media (min-width: 768px) {
  section.open-finance-wrapper img.f-right {
    float: right;
    padding-right: 30px;
  }

  .btn {
    width: auto !important;
  }

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

  section#nosotros, 
  section#open-bank, 
  section#nova-tesobe {
    padding-top: 80px;
  }

  .show-mobile {
  display: none;
  }

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

  h1,
  h2,
  h3,
  .title h1,
  .title h2,
  .title h3 {
    text-align: left !important;
  }

  .text-end,  
  .title h1.text-end, 
  .title h2.text-end,
  .title h3.text-end {
    text-align: right !important;
  }

  .title h1.text-center,
  .title h2.text-center,
  .title h3.text-center {
    text-align: center !important;
  }

  .order-element-3 {
    order: 3;
  }

  .order-element-4 {
    order: 4;
  }
  
  section.perspectivas .order-element-1 {
    order: 1;
  }

  section.perspectivas .order-element-2 {
    order: 2;
  }

  .element-help-2 {
    display: block;
  }

  .element-help-2-mobile {
    display: none;
  }

  section#implementation-two img.phases {
    height: 420px;
  }

  section .card.cloud-native {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  section#implementation-two .order-element-1 {
    order: 1;
    margin-top: 0;
  }

  section#implementation-two .order-element-2 {
    order: 2;
  }

  .show-desktop {
    display: block;
  }

  .show-min-tablet {
    display: none;
  }
  
  section .card.cloud-native .card-img-top {
    height: 160px;
  }
}


@media (max-width: 575.98px) {
  .flex-xs-column {
    flex-direction: column;
  }

  section .world-wrapper .p-absolute {
    flex-direction: column;
    position: relative;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 24px;
  }

  .input#input-header {
    width: 215px;
  }

  header .navbar .navbar-collapse {
    background: #212121;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0px;
    padding: 15px;
  }

  .flex-medium-column {
    flex-direction: column;
  }

  .no-padding-mobile {
    padding-left: 15px;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section .card {
    width: 100%;
    margin-top: 10px;
  }
  section .card.benefit-card {
    width: 100%;
    margin-bottom: 30px;
  }
  section .card.card-border-blue .card-body img {
    width: 100%;
    padding: 15px;
  }
  section .dots {
    transform: rotate(90deg);
    margin: auto;
  }
  section.perspectivas {
    width: 100%;
  }
  section.perspectivas .text-perspectivas, section.perspectivas img {
    width: 100%;
  }
  section.open-banking .list-number li {
    margin: 30px;
    height: auto;
  }
  section.open-banking .list-number li:nth-of-type(1) {
    width: auto;
  }
  section.future-wrapper .card {
    width: 100%;
    margin: 0;
  }
  section.open-finance-wrapper .image-wrapper, section.open-finance-wrapper img {
    width: fit-content;
  }
  section.open-finance-wrapper .image-wrapper .icon-play, section.open-finance-wrapper img .icon-play {
    min-height: 174px;
  }
  section.open-finance-wrapper .image-wrapper.step-2, section.open-finance-wrapper img.step-2 {
    padding-left: 0px;
  }
  section.open-finance-wrapper .description-wrapper {
    width: 100%;
  }
  section.open-finance-wrapper .description-wrapper.left-1, section.open-finance-wrapper .description-wrapper.left-3 {
    margin-left: 0px;
  }
  section.open-finance-wrapper .description-wrapper.left-2 {
    background-position: left top;
    padding-right: 0;
    padding-left: 70px;
    margin-right: 0;
  }
  section.open-finance-wrapper .description-wrapper.left-2 .text-end {
    text-align: left !important;
  }
  section.bg-gray-left .data-wrapper {
    padding-right: 10%;
  }
  section .world-wrapper .p-absolute {
    position: relative;
  }
  section .world-wrapper .world-buttons {
    width: auto;
  }
  section.tabs-wrapper .nav-tabs {
    display: flow-root;
  }
  section .documents-wrapper .card {
    width: 100%;
  }
  section .documents-wrapper .image-box, section .documents-wrapper .card-body {
    text-align: center;
  }
  section .banks-wrapper .image-box {
    width: fit-content;
    margin-bottom: 15px;
  }
  section .evolution {
    height: 170px;
  }
  section .apis-wrapper {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  section .apis-wrapper img {
    margin: auto;
  }
  section .api-box-general:nth-child(odd) .apis-wrapper {
    float: none;
  }
  section .sdk-wrapper .card {
    width: 50%;
  }
  section.bg-black img {
    margin-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 12px;
  }

  header {
    background-size: contain;
    background-position: bottom;
    background-color: #212121;
    height: fit-content;
  }
  header.bg-legal {
    height: auto;
    background-size: 100% 100%;
  }
  header.bg-legal h1 {
    margin-top: 20px;
    margin-bottom: 75px !important;
  }
  header .header-content {
    padding-top: 0px;
    margin-top: 55px;
    padding-top: 10px;
  }
  header .navbar img {
    width: 150px;
  }
  header.bg-contact {
    height: fit-content;
    background-color: #0a0a0a;
  }
  header .access-wrapper .register {
    margin-left: 30px;
  }
}
.gform {
  overflow: hidden;
  width: 100%;
  scrollbar-width: none;
  margin-bottom: 60px;
}

.videoplayer {
  position: relative;
}

.videoplayer img {
  position: absolute;
  z-index: 10;
}

.videoplayer video {
  position: absolute;
  z-index: 1;
}



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

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