* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  width: 100%;
}

html {
  font-size: 10px !important;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px !important;
  }
}

body {
  line-height: 1.4;
}

.hide {
  display: none;
}

@media (min-width: 576px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
}
.form-control {
  border: 1px solid #DFE7F7;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  padding: 14px 15px 14px;
  background: #F9FBFE;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
}

.form-group {
  margin-bottom: 15px;
}

.btn {
  padding: 1rem 3rem;
  border-radius: 5rem;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  position: relative;
  display: inline-block;
  transition: .3s all;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  line-height: 1.2;
  border: transparent;
}
.btn.btn-blue {
  border: 1px solid transparent;
  background: #2A5FCB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-blue:hover {
  color: #2A5FCB;
  background: transparent;
  border-color: #2A5FCB;
}
.btn.btn-orange {
  background: #FF5313;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-orange:hover {
  color: #FF5313;
  background: transparent;
  border-color: #FF5313;
}
.btn.btn-red {
  background: #DA3A0E;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-red:hover {
  color: #DA3A0E;
  background: transparent;
  border-color: #DA3A0E;
}
.btn.btn-green {
  background: #27AE60;
  color: #fff;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-green:hover {
  color: #27AE60;
  background: transparent;
  border-color: #27AE60;
}
.btn.btn-border {
  color: #9E9E9E;
  background: transparent;
  border: 1px solid #9E9E9E;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-border:hover {
  color: #fff;
  background: #2A5FCB;
  border-color: #2A5FCB;
}
.btn.btn-disabled {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover {
  cursor: not-allowed !important;
}
.btn.btn-disabled:hover:before, .btn.btn-disabled:hover:after {
  display: none !important;
}

.s-title {
  margin-bottom: 6rem;
  padding: 0;
  font-weight: 600;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #3E3E3E;
}

.icon svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

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

.overflow-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.view-all {
  color: #9E9E9E;
  text-decoration: none;
  border-bottom: 1px solid;
  display: inline-block;
}
.view-all:hover {
  text-decoration: none;
  border-color: transparent;
}

.title-link {
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .title-link {
    margin-bottom: 40px;
  }
}
.title-link .s-title {
  margin-bottom: 0;
}
.title-link a svg {
  height: 22px;
}

.ai-center, .title-link, .title-link a, .zoom {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.jc-center, .zoom {
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.d-flex, .title-link, .title-link a, .licenses-row, .licenses-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.d-flex.row, .row.title-link, .title-link a.row, .row.licenses-row, .row.licenses-item {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.d-flex.row:before, .row.title-link:before, .title-link a.row:before, .row.licenses-row:before, .row.licenses-item:before, .d-flex.row:after, .row.title-link:after, .title-link a.row:after, .row.licenses-row:after, .row.licenses-item:after {
  display: none;
}

.img-shadow {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.15));
}

.box-shadow {
  box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -webkit-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 4rem rgba(62, 62, 62, 0.1);
}

.box-shadow-small {
  -webkit-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  -moz-box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
  box-shadow: 0 0 3rem rgba(62, 62, 62, 0.1);
}

.trans, .title-link a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.vue-lb-modal-thumbnail-active {
  box-shadow: inset 0 0 0 2px #2A5FCB !important;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.tab-collapsed {
  width: 100%;
  height: 65vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.tab-collapsed:after {
  content: '';
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 10rem;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #f9fbfe 30px, rgba(255, 255, 255, 0) 100%);
}
.tab-collapsed .view-all {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
}

@media (min-width: 1199.98px) {
  .s-title {
    font-size: 32px;
  }
}
.us-none {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.img-adaptive {
  overflow: hidden;
  max-width: none;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-adaptive img {
  max-width: 100%;
}
.img-adaptive img {
  height: 100%;
  position: absolute;
  max-width: 130%;
  width: auto;
  top: 0;
  left: 0;
}

.main-page {
  background: #fff;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 25px 0 0 0;
}
@media (max-width: 575.98px) {
  .main-page {
    padding: 45px 0 0;
  }
}
.main-page p {
  color: #3E3E3E;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page .title {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-page h1 {
    padding: 0;
  }
}
.main-page h3, .main-page h4 {
  padding: 0;
}
.main-page .page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 3.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .main-page .page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

.no-scroll {
  overflow-y: hidden;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm {
    display: block !important;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .s-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .responsive-table {
    max-width: 100%;
    overflow-x: scroll;
  }
}
.licenses-page {
  color: #3E3E3E;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  background: #F9FBFE;
  padding: 12px 0 16rem 0;
}
@media (max-width: 575.98px) {
  .licenses-page {
    padding: 45px 0 75px;
  }
}
.licenses-page p {
  color: #3E3E3E;
}
@media (min-width: 320px) and (max-width: 767px) {
  .licenses-page .title {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .licenses-page h1 {
    padding: 0;
  }
}
.licenses-page h3, .licenses-page h4 {
  padding: 0;
}
.licenses-page .page-title {
  margin-bottom: 7.5rem;
}
@media (max-width: 575.98px) {
  .licenses-page .page-title {
    text-align: center;
  }
}

.breadcrumbs {
  background: #F9FBFE;
}

.page-title {
  font-size: 3.8rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 7.5rem;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 45px;
  }
}

.zoom {
  position: relative;
  display: flex;
  max-width: fit-content;
}
.zoom:after {
  content: '';
  width: 8rem;
  height: 8rem;
  background: #fff;
  border-radius: 50%;
  z-index: 10;
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 4rem);
  transition: .2s all;
  overflow: hidden;
  opacity: 0;
}
.zoom:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(42, 95, 203, 0.7);
  overflow: hidden;
  opacity: 0;
}
.zoom svg {
  width: 4rem;
  height: 4rem;
  z-index: 15;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  transition: .2s all;
  overflow: hidden;
  opacity: 0;
}
.zoom:hover {
  cursor: pointer;
}
.zoom:hover:after, .zoom:hover:before, .zoom:hover svg {
  overflow: visible;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .zoom {
    width: 100%;
  }
}

.licenses-row {
  flex-wrap: wrap;
}

.licenses-item {
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin-bottom: 7.5rem;
}
@media (max-width: 575.98px) {
  .licenses-item {
    text-align: center;
    margin-bottom: 90px;
  }
}
.licenses-item:last-child {
  margin-bottom: 0;
}
.licenses-item .img {
  flex: 0 0 28%;
  max-width: 260px;
  margin-right: 9rem;
}
@media (max-width: 991.98px) {
  .licenses-item .img {
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 3rem;
  }
}
@media (max-width: 575.98px) {
  .licenses-item .img {
    flex: 0 0 100%;
    max-width: 200px;
    padding: 0;
    margin: 0 auto 30px;
  }
}
.licenses-item .img img {
  width: 100%;
}
.licenses-item .text {
  flex: 0 0 60%;
  max-width: 60%;
  padding-top: 4.5rem;
}
@media (max-width: 991.98px) {
  .licenses-item .text {
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .licenses-item .text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.licenses-item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .licenses-item .title br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .licenses-item .title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.licenses-item .desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
  color: rgba(62, 62, 62, 0.7);
}
@media (max-width: 991.98px) {
  .licenses-item .desc br {
    display: none;
  }
}
.licenses-item .desc p {
  line-height: 1.8;
}
.licenses-item .desc p:last-child {
  margin-bottom: 0;
}
.licenses-item .s-link {
  font-weight: 400;
  color: #2A5FCB;
  text-decoration: underline;
}
.licenses-item .s-link:hover {
  text-decoration: none;
}

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