/* Veri Yedekleme - Oritorius */
html, body {
  font-family: "Satoshi";
  color: #000;
  height: 100%;
  scroll-behavior: smooth;
}
html img, body img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
html a, body a {
  text-decoration: none;
}

/* Header */
.vy-navbar {
  background-color: #fff;
  padding: 14px 0;
}
@media (max-width: 992px) {
  .vy-navbar {
    padding: 15px 0;
  }
}
.vy-navbar .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vy-navbar .logo .img-logo {
  height: 38px;
}
@media (max-width: 1200px) {
  .vy-navbar .logo .img-logo {
    height: 30px;
  }
}
@media (max-width: 576px) {
  .vy-navbar .logo .img-logo {
    height: 26px;
  }
}
.vy-navbar .vy-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .vy-navbar .vy-nav-list {
    display: none;
    position: absolute;
    top: 75px;
    height: calc(100% - 75px);
    z-index: 99;
    background-color: #004865;
    width: 100%;
    left: 0;
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .vy-navbar .vy-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: flex !important;
  }
}
.vy-navbar .vy-nav-list .vy-nav-link {
  color: #000;
  margin: 0 12px;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .vy-navbar .vy-nav-list .vy-nav-link {
    margin: 0 8px;
  }
}
@media (max-width: 992px) {
  .vy-navbar .vy-nav-list .vy-nav-link {
    padding: 12px;
    color: #fff;
  }
}
.vy-navbar .vy-nav-list .vy-nav-link:hover {
  opacity: 0.7;
}
.vy-navbar .vy-nav-list .vy-nav-link.button {
  background-color: #004865;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .vy-navbar .vy-nav-list .vy-nav-link.button {
    padding: 12px;
    margin-top: 6px;
    background-color: #005d83;
  }
}
.vy-navbar .mobile-menu-toggle {
  background-color: #004865;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  min-width: 45px;
}
@media (min-width: 992px) {
  .vy-navbar .mobile-menu-toggle {
    display: none;
  }
}
.vy-navbar .mobile-menu-toggle.actived i::before {
  content: "\eb99";
  font-size: 28px;
}

/* Slider Home */
.vy-swiper-home .swiper-slide {
  height: auto;
}
.vy-swiper-home .vy-swiper-home-item {
  background-color: #004865;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .vy-swiper-home .vy-swiper-home-item {
    height: 100%;
    padding: 40px 0;
  }
}
.vy-swiper-home .vy-swiper-home-item .content {
  color: #fff;
}
.vy-swiper-home .vy-swiper-home-item .content .title {
  font-size: 50px;
}
@media (max-width: 1200px) {
  .vy-swiper-home .vy-swiper-home-item .content .title {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  .vy-swiper-home .vy-swiper-home-item .content .title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .vy-swiper-home .vy-swiper-home-item .content .title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .vy-swiper-home .vy-swiper-home-item .content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.vy-swiper-home .vy-swiper-home-item .content .btn {
  height: 44px;
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .vy-swiper-home .vy-swiper-home-item .content .btn {
    margin-top: 4px;
  }
}
.vy-swiper-home .vy-swiper-home-item .img-slider {
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .vy-swiper-home .vy-swiper-home-item .img-slider {
    margin-top: 20px;
  }
}
.vy-swiper-home .swiper-pagination span {
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.2s;
}

/* Home Brands */
.vy-home-brands {
  background-color: #fafafa;
  padding: 20px;
}
@media (max-width: 992px) {
  .vy-home-brands {
    display: none;
  }
}
.vy-home-brands .grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vy-home-brands .grid .item img {
  display: block;
  margin: auto;
  height: 35px;
  object-fit: contain;
  filter: grayscale(1);
  transition: 0.2s;
}
.vy-home-brands .grid .item img:hover {
  filter: grayscale(0);
}
@media (max-width: 1200px) {
  .vy-home-brands .grid .item img {
    height: 28px;
  }
}

/* Services */
.vy-services-item {
  background-color: #FAFAFA;
  border: 1px solid #efefef;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}
@media (min-width: 992px) {
  .vy-services-item.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vy-services-item.flex .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .vy-services-item.flex .left .img {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .vy-services-item.flex .left p {
    margin-bottom: 0;
  }
}
.vy-services-item .img {
  height: 100px;
  margin-bottom: 20px;
}
.vy-services-item .title {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .vy-services-item .title {
    font-size: 17px;
    line-height: 25px;
  }
}
.vy-services-item p {
  font-size: 15px;
  line-height: 24px;
  color: #5A5A5A;
}

/* Why Us */
.vy-section-why-us {
  background-color: #004865;
  color: #fff;
}

.vy-why-item {
  text-align: center;
  margin: 24px 0;
}
.vy-why-item .icon {
  height: 80px;
  width: 80px;
  background-color: #fff;
  color: #004865;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 42px;
  position: relative;
  z-index: 2;
  margin: 0 auto 35px auto;
}
.vy-why-item .icon::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background-color: #fff;
  opacity: 0.06;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 18px;
}
.vy-why-item .title {
  font-size: 22px;
}
.vy-why-item p {
  opacity: 0.8;
  max-width: 360px;
  margin: auto;
}

/* Feature Left */
.vy-feature-left {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .vy-feature-left .row:not(.normal) .col-lg-5 {
    width: 36%;
  }
}
@media (min-width: 992px) {
  .vy-feature-left .row:not(.normal) .col-lg-7 {
    width: 64%;
  }
}
.vy-feature-left .video-area {
  padding-bottom: 56.25%;
  position: relative;
}
.vy-feature-left .video-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vy-feature-left .img .img-cover {
  border-radius: 100%;
}
@media (max-width: 992px) {
  .vy-feature-left .img .img-cover {
    max-width: 60%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .vy-feature-left .img .img-cover {
    max-width: 100%;
  }
}
.vy-feature-left .content {
  padding-left: 60px;
}
@media (max-width: 992px) {
  .vy-feature-left .content {
    padding-left: 0 !important;
    padding-top: 30px;
  }
}
.vy-feature-left .content .title {
  font-size: 46px;
}
@media (max-width: 1200px) {
  .vy-feature-left .content .title {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .vy-feature-left .content .title {
    font-size: 32px;
  }
}
.vy-feature-left .content p, .vy-feature-left .content ol li {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1200px) {
  .vy-feature-left .content p, .vy-feature-left .content ol li {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .vy-feature-left .content p, .vy-feature-left .content ol li {
    font-size: 15px;
    line-height: 22px;
  }
}
.vy-feature-left .content ol li {
  margin-bottom: 10px;
}
.vy-feature-left.sap-hana .title {
  font-size: 40px;
}
@media (max-width: 1200px) {
  .vy-feature-left.sap-hana .title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .vy-feature-left.sap-hana .title {
    font-size: 20px;
  }
}

/* Veeam Page */
.vy-section-veeam1 {
  overflow: hidden;
}
@media (max-width: 576px) {
  .vy-section-veeam1 {
    padding-bottom: 0 !important;
  }
}
.vy-section-veeam1 .img-cube {
  position: absolute;
  right: 0;
  top: -70px;
  right: -370px;
  height: 300px;
}
@media (min-width: 768px) {
  .vy-section-veeam1 .text-mobile {
    display: none;
  }
}

.vy-page-section-title {
  font-size: 50px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .vy-page-section-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.vy-feature-item {
  margin-bottom: 30px;
  margin-top: 10px;
}
.vy-feature-item .icon {
  background-color: #004865;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  margin-bottom: 14px;
}
.vy-feature-item .img {
  height: 90px;
  margin-bottom: 14px;
}
.vy-feature-item .title {
  font-size: 20px;
  font-weight: 500;
}
.vy-feature-item p {
  font-size: 15px;
  line-height: 24px;
}

/* Cloud Server Page */
.vy-server-three {
  padding: 20px 0 80px 0;
}
@media (max-width: 992px) {
  .vy-server-three {
    padding: 20px 0 40px 0;
  }
}

.vy-server-three-item {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  padding: 35px;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 992px) {
  .vy-server-three-item {
    height: auto;
    margin-top: 20px;
  }
}
.vy-server-three-item .icon {
  height: 90px;
  margin-bottom: 20px;
}
.vy-server-three-item .title {
  font-size: 20px;
}
.vy-server-three-item p {
  font-size: 15px;
  line-height: 24px;
  color: #5A5A5A;
  margin-bottom: 0;
}

.vy-section-hdd {
  background-color: rgba(0, 72, 101, 0.1);
}
@media (max-width: 992px) {
  .vy-section-hdd .content {
    padding: 0 0 20px 0 !important;
  }
}
.vy-section-hdd .title {
  color: #004865;
}
.vy-section-hdd .grid-hdd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  max-width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .vy-section-hdd .grid-hdd {
    max-width: 100%;
  }
}
.vy-section-hdd .grid-hdd .item {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vy-section-hdd .grid-hdd .item .name {
  font-size: 15px;
}
.vy-section-hdd .grid-hdd .item i {
  font-size: 24px;
  color: #004865;
}

/* SAP HANA Backup Page */
.vy-section-sap-hana-features {
  padding: 0 0 60px 0;
  margin-top: 76px;
}
.vy-section-sap-hana-features .vy-sap-features {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #EFEFEF;
  border-radius: 16px;
}
.vy-section-sap-hana-features .vy-sap-features .vy-feature-item {
  margin: 0;
}
@media (max-width: 1200px) {
  .vy-section-sap-hana-features .vy-sap-features .vy-feature-item {
    margin: 12px 0;
  }
}
.vy-section-sap-hana-features .vy-sap-features .vy-feature-item .title {
  font-size: 18px;
}

.vy-contact-shortcut {
  background-color: #005E83;
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  overflow: hidden;
  top: -76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .vy-contact-shortcut {
    display: block;
  }
}
.vy-contact-shortcut .left {
  font-size: 24px;
  max-width: 520px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .vy-contact-shortcut .left {
    font-size: 20px;
  }
}
.vy-contact-shortcut .icon-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
  font-size: 300px;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.06);
}
.vy-contact-shortcut .btn {
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .vy-contact-shortcut .btn {
    margin-top: 20px;
  }
}

.vy-section-sap-hana-grid .vy-section-head {
  position: sticky;
  top: 20px;
}
.vy-section-sap-hana-grid .vy-section-head .title {
  font-size: 34px;
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  .vy-section-sap-hana-grid .vy-section-head .title {
    font-size: 30px;
  }
}

.vy-feature-item-blue {
  margin-bottom: 24px;
  background-color: rgba(0, 72, 101, 0.08);
  padding: 30px;
  border-radius: 8px;
  color: #004865;
}
.vy-feature-item-blue .icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
  font-size: 80px;
}
.vy-feature-item-blue .img {
  height: 90px;
  margin-bottom: 14px;
}
.vy-feature-item-blue .title {
  font-size: 18px;
  font-weight: 500;
}
.vy-feature-item-blue p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

/* About Page */
.vy-about-page-head {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .vy-about-page-head {
    padding: 30px 0;
  }
}
.vy-about-page-head .title {
  font-size: 60px;
  line-height: 74px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .vy-about-page-head .title {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .vy-about-page-head .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 576px) {
  .vy-about-page-head .title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 14px;
  }
}
.vy-about-page-head .action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .vy-about-page-head .action {
    display: block;
  }
}
.vy-about-page-head .action .btn {
  border-radius: 200px !important;
  font-size: 20px;
  height: 46px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .vy-about-page-head .action .btn {
    font-size: 17px;
  }
}
.vy-about-page-head .action .btn i {
  font-size: 30px;
}
.vy-about-page-head .text {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 780px;
}
@media (max-width: 992px) {
  .vy-about-page-head .text {
    font-size: 16px;
  }
}
.vy-about-page-head .text::before {
  content: "";
  display: block;
  width: 100px;
  min-width: 100px;
  position: relative;
  top: 10px;
  margin-right: 20px;
  height: 3px;
  background-color: #EBEBEB;
}
@media (max-width: 576px) {
  .vy-about-page-head .text::before {
    display: none;
  }
}

.vy-swiper-about .img-brand {
  border-radius: 8px;
}

/* Bitdefender Page */
.vy-bitdefender-tabs .tabs li a {
  background-color: #f8f8f8;
  color: #000;
  display: block;
  padding: 14px 18px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-weight: 500;
  border: 3px solid #f8f8f8;
  transition: 0.2s;
}
.vy-bitdefender-tabs .tabs li a.active, .vy-bitdefender-tabs .tabs li a:hover {
  border-color: #004865;
  color: #004865;
  font-weight: 600;
}
.vy-bitdefender-tabs .tabs-contents .tabs-content:not(.active) {
  display: none;
}
.vy-bitdefender-tabs .tabs-contents .tabs-content img {
  border-radius: 8px;
}

/* Contact Section */
.vy-contact-section {
  background-color: #fafafa;
  padding: 60px 0;
}
.vy-contact-section.page {
  margin-top: -10px;
}
.vy-contact-section .content .link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: inline-flex;
  margin-bottom: 20px;
  color: #000;
  transition: 0.2s;
}
.vy-contact-section .content .link:hover {
  transform: translateX(5px);
}
.vy-contact-section .content .link .icon {
  font-size: 38px;
  color: #004865;
  margin-right: 12px;
}
.vy-contact-section .content .link .key {
  font-weight: 500;
}
.vy-contact-section .form .btn {
  height: 58px;
  font-size: 18px;
  font-weight: 400;
}
.vy-contact-section .form .btn i {
  font-size: 28px;
}

/* Footer Brands */
.vy-brands {
  padding: 60px 0;
}
.vy-brands .vy-swiper-brands .swiper-wrapper {
  align-items: center;
}
.vy-brands .img-brand {
  max-height: 40px;
  display: block;
  margin: auto;
}
.vy-brands .vy-brands-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #004865;
  color: #004865;
  border-radius: 8px;
  background-color: #fff;
  z-index: 3;
  font-size: 24px;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .vy-brands .vy-brands-btn {
    padding: 0 12px;
  }
}
.vy-brands .vy-brands-btn:hover {
  background-color: #004865;
  color: #fff;
}
.vy-brands .vy-brands-btn.vy-brands-prev {
  left: -60px;
}
@media (max-width: 1260px) {
  .vy-brands .vy-brands-btn.vy-brands-prev {
    left: 0;
  }
}
@media (max-width: 576px) {
  .vy-brands .vy-brands-btn.vy-brands-prev {
    left: 10px;
  }
}
.vy-brands .vy-brands-btn.vy-brands-next {
  right: -60px;
}
@media (max-width: 1260px) {
  .vy-brands .vy-brands-btn.vy-brands-next {
    right: 0;
  }
}
@media (max-width: 576px) {
  .vy-brands .vy-brands-btn.vy-brands-next {
    right: 10px;
  }
}

/* Footer */
.vy-footer {
  background-color: #004865;
  color: #fff;
  padding: 80px 0 40px 0;
}
@media (max-width: 576px) {
  .vy-footer {
    padding: 30px 0;
  }
}
.vy-footer .vy-footer-content {
  max-width: 360px;
}
@media (max-width: 992px) {
  .vy-footer .vy-footer-content {
    max-width: 100%;
  }
}
.vy-footer .vy-footer-content .img-logo {
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .vy-footer .vy-footer-content .img-logo {
    max-height: 40px;
  }
}
.vy-footer .vy-footer-content p {
  color: #EAEAEA;
}
@media (max-width: 992px) {
  .vy-footer .vy-footer-links-content {
    margin: 12px 0;
  }
}
.vy-footer .vy-footer-links-content .footer-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.vy-footer .vy-footer-links-content ul li a {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 15px;
}
.vy-footer .contact-link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: inline-flex;
  margin-bottom: 20px;
  color: #fff;
  transition: 0.2s;
  font-size: 15px;
}
.vy-footer .contact-link:hover {
  transform: translateX(5px);
}
.vy-footer .contact-link .icon {
  font-size: 24px;
  color: #F68728;
  margin-right: 12px;
}
.vy-footer .contact-link .key {
  font-weight: 500;
}
.vy-footer .right-area {
  position: relative;
}
.vy-footer .right-area .vy-footer-links-content {
  position: relative;
  z-index: 2;
}
.vy-footer .right-area::before {
  position: absolute;
  content: "";
  top: -80px;
  right: calc((100vw - 1284px) / 2 * -1);
  width: calc((100vw - 320px) / 2);
  background: #003E57;
  height: calc(100% + 160px);
  z-index: 1;
}
@media (max-width: 1400px) {
  .vy-footer .right-area::before {
    right: calc((100vw - 1140px) / 2 * -1);
  }
}
@media (max-width: 1200px) {
  .vy-footer .right-area::before {
    right: calc((100vw - 960px) / 2 * -1);
    width: calc((100vw - 270px) / 2);
  }
}
@media (max-width: 992px) {
  .vy-footer .right-area::before {
    display: none;
  }
}

/* General */
/* Section */
.vy-section {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .vy-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .vy-section {
    padding: 50px 0;
  }
}

.vy-section-head {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.vy-section-head .title {
  font-size: 42px;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  .vy-section-head .title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .vy-section-head .title {
    font-size: 36px;
  }
}
.vy-section-head .desc {
  font-size: 18px;
  color: #5A5A5A;
}
@media (max-width: 768px) {
  .vy-section-head .desc {
    font-size: 15px;
  }
}

/* Page Head */
.vy-page-head {
  padding: 50px 0;
  background-color: #F8F8F8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .vy-page-head {
    padding: 30px 0;
  }
}
.vy-page-head .content .title {
  font-size: 44px;
}
@media (max-width: 1200px) {
  .vy-page-head .content .title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .vy-page-head .content .title {
    font-size: 32px;
  }
}
.vy-page-head .content p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .vy-page-head .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.vy-page-head .img-banner {
  display: block;
  margin: auto;
}
@media (max-width: 992px) {
  .vy-page-head .img-banner {
    margin: 20px auto 0 auto;
  }
}

.vy-largetext-page {
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .vy-largetext-page {
    font-size: 36px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .vy-largetext-page {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  .vy-largetext-page {
    font-size: 22px;
    line-height: 32px;
  }
}

/* General */
@media (min-width: 1400px) {
  .container {
    max-width: 1284px;
  }
}

.fw-medium {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.list-inline li {
  display: inline-block;
}

.btn {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 5px 20px;
  transition: 0.2s;
  border-radius: 8px !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 15px;
}
.btn .icon {
  font-size: 22px;
}
.btn .icon.icon-left {
  margin-right: 4px;
}
.btn .icon.icon-right {
  margin-left: 4px;
}
.btn.btn-primary {
  background-color: #004865;
  border-color: #004865;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #006c9a;
  border-color: #006c9a;
}
.btn.btn-outline-primary {
  border-color: #004865;
  color: #004865;
}
.btn.btn-outline-primary:hover {
  background-color: #004865;
  border-color: #004865;
}
.btn.btn-border {
  background-color: #fff;
  border-color: #E7E9EA;
  color: #000;
}
.btn.btn-border:hover, .btn.btn-border:focus {
  background-color: #f7f7f7;
  color: #000;
}

.form-control, .form-select {
  min-height: 42px;
  border-color: #efefef;
  box-shadow: none !important;
}

.form-select {
  cursor: pointer;
}

form label {
  font-size: 15px;
  color: var(--text-gray);
  margin-bottom: 4px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
}

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