/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-application-tile {
  display: block;
  position: relative;
  background: #F5F5F5;
  padding-bottom: 245px;
  padding-bottom: calc(125px + (245 - 125) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-application-tile {
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 1920px) {
  .block-application-tile {
    padding-bottom: 245px;
  }
}
.block-application-tile .application-box {
  display: block;
  position: relative;
}
.block-application-tile .application-box__inner {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
@media (max-width: 991.98px) {
  .block-application-tile .application-box__inner {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
.block-application-tile__text {
  display: none !important;
  position: relative;
  color: white;
  margin: 0 0 37px 0;
  font-weight: 500;
  font-size: 64px;
  font-size: calc(36px + (64 - 36) * (100vw - 767px) / (1920 - 767));
  line-height: 76.8px;
  line-height: calc(43px + (76.8 - 43) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-application-tile__text {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-application-tile__text {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .block-application-tile__text {
    line-height: 43px;
  }
}
@media screen and (min-width: 1920px) {
  .block-application-tile__text {
    line-height: 76.8px;
  }
}
@media (max-width: 991.98px) {
  .block-application-tile__text {
    margin-bottom: 32px;
  }
}
.block-application-tile .fz-button-rounded {
  padding: 22px;
  border-color: transparent;
  background-color: #35ED54;
  color: #17383A;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  height: 68px;
  border-radius: 68px;
  min-width: 322px;
}
.block-application-tile .fz-button-rounded:hover {
  background-color: #17383A;
  color: white;
}
@media (max-width: 991.98px) {
  .block-application-tile .fz-button-rounded {
    padding: 14px 22px;
    height: 52px;
    border-radius: 52px;
    width: 100%;
    min-width: auto;
    max-width: 318px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.block-application-tile__image {
  display: none;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}
.block-application-tile__image--desktop {
  display: none;
}
.block-application-tile__image--mobile {
  display: none;
}
.block-application-tile + .block-contact-footer--small {
  background-color: #D9FFE5;
}

/*# sourceMappingURL=block_application-tile.css.map*/