.single-pagehub__contact {
  background-color: #FFD200;
  height: auto;
  padding: 60px 0 40px;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .single-pagehub__contact {
    height: 356px;
  }
}
.single-pagehub__contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact .container {
    flex-direction: row;
  }
}
.single-pagehub__contact-left {
  width: 100%;
  font-family: "presicav";
  font-weight: 900;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact-left {
    font-size: 30px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__contact-left {
    font-size: 50px;
    width: auto;
  }
}
.single-pagehub__contact-middle {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact-middle {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  .single-pagehub__contact-middle {
    width: auto;
  }
}
.single-pagehub__contact-middle img {
  position: relative;
  height: 300px;
  margin-top: 30px;
  margin-bottom: -50px;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact-middle img {
    margin-top: 0;
    top: -50px;
    margin-bottom: -50px;
    height: auto;
  }
}
.single-pagehub__contact-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact-right {
    width: auto;
  }
}
.single-pagehub__contact-right a {
  font-family: "presicav";
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D1017;
  transition: all ease-in-out 0.3s;
  background: #0D1017;
  color: #FFD200;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
.single-pagehub__contact-right a:hover {
  transition: all ease-in-out 0.3s;
  background: #FFD200;
  color: #0D1017;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__contact-right a {
    width: auto;
  }
}

.single-pagehub__header {
  padding: 50px 0;
  background: #0D1017;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header {
    padding: 60px 0;
  }
}
.single-pagehub__header .container {
  position: relative;
}
.single-pagehub__header-arrow {
  position: absolute;
  right: -50px;
  bottom: 0;
}
.single-pagehub__header-title {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-title {
    margin-bottom: 80px;
  }
}
.single-pagehub__header-title h1 {
  font-family: "presicav";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -3%;
  color: #fff;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-title h1 {
    padding: 60px 0;
    font-size: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-title h1 {
    font-size: 70px;
  }
}
.single-pagehub__header-content {
  background: #191D24;
  padding: 40px;
  box-sizing: border-box;
}
.single-pagehub__header-content-count {
  font-size: 48px;
  font-family: "presicav";
  font-weight: bold;
  letter-spacing: -2%;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-content-count {
    font-size: 64px;
  }
}
.single-pagehub__header-content-small-count {
  font-size: 18px;
  font-family: "presicav";
  font-weight: 900;
  line-height: 42px;
}
.single-pagehub__header-content-categories {
  font-size: 18px;
  font-family: "presicav";
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 20px;
}
.single-pagehub__header-content-categories-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.single-pagehub__header-content-categories-list-item {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 42px;
  padding-right: 20px;
  padding-left: 20px;
  gap: 10px;
  opacity: 1;
  border-radius: 99px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #ccc;
  background: rgba(31, 34, 40, 0.8);
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-content-categories-list-item {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.single-pagehub__header-content-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-content-row {
    flex-direction: row;
    align-items: stretch;
    align-items: center;
    margin-bottom: 40px;
  }
}
.single-pagehub__header-content-row:last-child {
  margin-bottom: 0;
}
.single-pagehub__header-content-row-bg {
  background-color: #25292F;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-content-row-bg {
    padding: 40px 20px;
  }
}
.single-pagehub__header-content-row-gap {
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-content-row-gap {
    gap: 50px;
  }
}
.single-pagehub__header-content-row-left {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-content-row-left {
    width: 33%;
  }
}
.single-pagehub__header-content-row-left-small {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-content-row-left-small {
    width: 30.2%;
  }
}
.single-pagehub__header-content-row-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-content-row-right {
    width: 66.2%;
  }
}
.single-pagehub__header-content-row-right-description {
  font-size: 14px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .single-pagehub__header-content-row-right-description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-pagehub__header-content-row-right-description {
    font-size: 20px;
    line-height: 30px;
  }
}
.single-pagehub__header-content-row-right-description p {
  margin-bottom: 10px;
}
.single-pagehub__header-content-row-right-description p:last-child {
  margin-bottom: 0;
}
.single-pagehub__header-content-row-right-description p strong, .single-pagehub__header-content-row-right-description p b {
  font-weight: bold;
}

.pageHub__section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .pageHub__section {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__section {
    padding: 100px 0;
  }
}
.pageHub__section-light {
  background: #fff;
}
.pageHub__section-lightdark {
  background: #F5F5F5;
}
.pageHub__section-dark {
  background: #0D1017;
}
.pageHub__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .pageHub__header {
    gap: 25px;
  }
}
.pageHub__header-border {
  background: #FFD200;
  width: 80px;
  height: 4px;
  display: inline-block;
}
.pageHub__header-title {
  font-family: "presicav";
  font-weight: 900;
  font-style: Heavy;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .pageHub__header-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__header-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .pageHub__header-title {
    font-size: 32px;
  }
}
.pageHub__header-title-white {
  color: #fff;
}
.pageHub__header-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #868990;
}
@media only screen and (min-width: 768px) {
  .pageHub__header-description {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__header-description {
    font-size: 18px;
    line-height: 100%;
  }
}
.pageHub__top {
  width: 100%;
  min-height: 947px;
  background-image: url("../img/background__hub-top-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 553px;
}
@media only screen and (min-width: 768px) {
  .pageHub__top {
    padding-top: 0;
    min-height: 649px;
    background-size: auto;
    background-image: url("../img/background__hub-top.jpg");
    background-position: 70% center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__top {
    background-position: 65% center;
    min-height: 749px;
  }
}
@media only screen and (min-width: 1280px) {
  .pageHub__top {
    background-position: top center;
    min-height: 849px;
  }
}
.pageHub__top-content {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pageHub__top-content {
    width: 680px;
  }
}
.pageHub__top-content-title {
  font-family: "presicav";
  font-weight: 900;
  font-style: Heavy;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -5%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pageHub__top-content-title {
    width: 680px;
    font-size: 60px;
    line-height: 70px;
    text-shadow: 1px 1px 2px black;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__top-content-title {
    text-shadow: none;
  }
}
.pageHub__top-content-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .pageHub__top-content-description {
    font-size: 18px;
  }
}
.pageHub__top-content-link a {
  font-family: "presicav";
  font-weight: 900;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  background: #FFD200;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D1017;
  transition: all ease-in-out 0.3s;
}
.pageHub__top-content-link a:hover {
  transition: all ease-in-out 0.3s;
  background: #0D1017;
  color: #FFD200;
}
@media only screen and (min-width: 768px) {
  .pageHub__top-content-link a {
    width: 170px;
  }
}
.pageHub__features-content {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pageHub__features-content {
    margin-top: 75px;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__features-content {
    margin-top: 100px;
    gap: 40px;
  }
}
.pageHub__features-content-box {
  background: #F5F5F5;
  padding-bottom: 20px;
  max-width: 100%;
  display: flex;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pageHub__features-content-box {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1280px) {
  .pageHub__features-content-box {
    width: 325px;
    height: auto;
    padding-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 40px;
  }
}
.pageHub__features-content-box-icon {
  text-align: center;
  margin-bottom: 16px;
}
.pageHub__features-content-box-icon img {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .pageHub__features-content-box-icon img {
    width: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .pageHub__features-content-box-icon {
    margin-bottom: 43px;
  }
}
.pageHub__features-content-box-title {
  font-family: "presicav";
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .pageHub__features-content-box-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.pageHub__features-content-box-description {
  color: #868990;
}
.pageHub__providers-boxs {
  margin-top: 50px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .pageHub__providers-boxs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__providers-boxs {
    margin-top: 100px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .pageHub__providers-boxs {
    grid-template-columns: repeat(5, 1fr);
  }
}
.pageHub__providers-boxs-box {
  max-width: 100%;
  aspect-ratio: 1/1;
  transition: 0.5s ease-in-out all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  background: #1D2026;
}
@media only screen and (min-width: 1470px) {
  .pageHub__providers-boxs-box {
    height: 272px;
    max-width: 272px;
  }
}
.pageHub__providers-boxs-box img {
  max-width: 90%;
  transition: 0.5s ease-in-out all;
}
.pageHub__providers-boxs-box:hover {
  background: #282b31;
}
.pageHub__providers-boxs-box:hover img {
  max-width: 100%;
  transition: 0.5s ease-in-out all;
}
.pageHub__markets-boxs {
  margin-top: 50px;
  display: grid;
  row-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px) {
  .pageHub__markets-boxs {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__markets-boxs {
    margin-top: 100px;
    row-gap: 42px;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .pageHub__markets-boxs {
    grid-template-columns: repeat(8, 1fr);
  }
}
.pageHub__markets-boxs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "presicav";
  font-weight: 700;
  font-style: Bold;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .pageHub__markets-boxs-box {
    font-size: 12.03px;
    gap: 20px;
  }
}
.pageHub__markets-boxs-box-flag {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pageHub__markets-boxs-box-flag {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__markets-boxs-box-flag {
    width: 100px;
    height: 100px;
  }
}
.pageHub__markets-boxs-box-flag img {
  max-width: 100%;
}
.pageHub__advanteges-content {
  margin-top: 30px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content {
    margin-top: 50px;
    row-gap: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__advanteges-content {
    margin-top: 80px;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 0;
  }
}
.pageHub__advanteges-content-box {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid rgba(13, 16, 23, 0.1019607843);
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageHub__advanteges-content-box {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1420px) {
  .pageHub__advanteges-content-box {
    max-width: 690px;
  }
}
.pageHub__advanteges-content-box:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .pageHub__advanteges-content-box.last {
    border-bottom: 0;
  }
}
.pageHub__advanteges-content-box-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-icon {
    width: auto;
  }
}
.pageHub__advanteges-content-box-icon-image {
  background: #F5F5F5;
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pageHub__advanteges-content-box-icon-image img {
  max-width: 25px;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-icon-image img {
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-icon-image {
    width: 100px;
    height: 100px;
  }
}
.pageHub__advanteges-content-box-icon-title {
  font-family: "presicav";
  font-weight: 900;
  font-style: Heavy;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-icon-title {
    display: none;
  }
}
.pageHub__advanteges-content-box-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-content {
    font-size: 16px;
    line-height: 26px;
  }
}
.pageHub__advanteges-content-box-content-title {
  font-family: "presicav";
  font-weight: 900;
  font-style: Heavy;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: bottom;
  display: none;
}
@media only screen and (min-width: 768px) {
  .pageHub__advanteges-content-box-content-title {
    display: block;
  }
}
.pageHub__advanteges-content-box-content-description {
  color: #868990;
}/*# sourceMappingURL=hub.css.map */