.button {
  font-size: clamp(0.8rem, 0.79vw, 1rem);
  font-weight: 700;
  background: white;
  color: #204694;
  padding: 9px 22px;
  border-radius: 3.3px;
  transition: all 0.3s;
}
.button:hover {
  background: #204694;
  color: white;
  text-decoration: none;
}
.container-lg {
  max-width: 1800px;
  width: 90%;
}
.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.img-container img {
  max-height: 220px;
}
@media screen and (max-width: 768px) {
  .img-container {
    height: auto;
  }
  .img-container img {
    max-height: none;
    max-width: 300px;
  }
}
.menu-alt {
  background-image: url(../img/cube-menu-sm.png);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .menu-alt .square {
    width: 440px;
    margin-top: -75px;
  }
  .menu-alt .square .row-2 .col-alt-1 {
    margin-left: -60px;
  }
  .menu-alt .square .row-2 .col-alt-1 img {
    height: 85px;
    width: auto;
    max-width: none;
  }
  .menu-alt .square .row-2 .col-alt-2 {
    margin-right: -40px;
  }
  .menu-alt .square .row-2 .col-alt-2 img {
    max-height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .menu-alt .square {
    margin-top: -55px;
  }
  .menu-alt .square .row-1 .col-lg img {
    max-width: 350px;
  }
  .menu-alt .square .row-2 .col-alt-2 img {
    max-width: 150px;
  }
}
@media screen and (max-width: 450px) {
  .menu-alt .square {
    margin-top: -10px;
  }
  .menu-alt .square .row-1 .col-lg img {
    max-width: 300px;
  }
  .menu-alt .square .row-2 .col-alt-2 img {
    max-width: 120px;
  }
}
.shape-mgas {
  background-image: url('../img/shape.png');
  background-position: center 50px;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 20px;
  min-height: 950px;
}
.shape-mgas .row .text-center h1 {
  font-size: clamp(1.5rem, 2.4vw, 3rem);
}
.shape-mgas .row .text-center h2 {
  font-size: clamp(1rem, 1.35vw, 1.6rem);
}
.shape-mgas .row .text-center p {
  font-size: clamp(0.8rem, 0.79vw, 1rem);
  height: auto !important;
}
.shape-mgas .row .text-center .img-container img {
  padding-bottom: 0 !important;
}
.shape-mgas .row .col-md-6 {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .shape-mgas .row .col-md-6 {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 640px) {
  .shape-mgas .row .col-md-6 {
    max-width: 380px;
    flex: 0 0 100%;
    margin-bottom: 80px;
  }
}
.shape-mgas .row .col-md-6 .text-center .img-container {
  height: auto;
  margin-bottom: 20px;
}
.shape-mgas .row .col-md-6 .text-center .img-container img {
  max-width: none;
  height: 70px;
}
@media screen and (max-width: 1200px) {
  .shape-mgas .row .col-md-6 .text-center .img-container img {
    height: 60px;
  }
}
.shape-mgas .row .col-lg-8 {
  max-width: 410px;
}
.shape-mgas .row .col-lg-8 .text-center .img-container {
  height: auto;
  margin-bottom: 10px;
}
.shape-mgas .row .col-lg-8 .text-center .img-container img {
  height: 80px;
}
.shape-mgas .row.bottom {
  margin-top: 60px;
}
@media screen and (max-width: 1865px) {
  .shape-mgas .row.bottom {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1600px) {
  .shape-mgas .row.bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .shape-mgas .row.bottom {
    margin-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .shape-mgas .row.bottom {
    margin-top: 0;
  }
}
.shape-mgas .row.top-row {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .shape-mgas .row.top-row {
    margin-top: 40px;
  }
}
footer .copyright .bottom-link {
  color: white;
  font-weight: 500;
  text-decoration: none;
  margin-right: 20px;
}
/*# sourceMappingURL=custom.css.map */