/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-header .g-grid {
  display: flex;
  align-items: center;
}
.blue-bg {
  color: #ffffff;
  background: #2e5c8a;
  position: relative;
  overflow: hidden;
}
.blue-bg::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  top: -100px;
  right: -80px;
  background: rgba(255, 255, 255, 0.07);
  animation: orb1 9s ease-in-out infinite;
  pointer-events: none;
}
.blue-bg::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  bottom: -80px;
  left: -60px;
  background: rgba(255, 255, 255, 0.05);
  animation: orb2 11s ease-in-out infinite;
  pointer-events: none;
}
.top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.25rem;
  font-weight: 400;
  margin: 1.525rem 0;
}
.g-simplecontent .g-simplecontent-item-leading-content {
  margin-bottom: 1.625rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.top-banner .g-simplecontent {
  padding: 20px 0;
}
.g-menu-item-title {
  text-transform: uppercase;
}
.itemid-101 #g-container-main {
  display: none;
}
#g-extension {
  position: relative;
  overflow: hidden;
}
#g-extension::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  top: -90px;
  right: -70px;
  background: rgba(46, 92, 138, 0.11);
  animation: orb1 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
#g-extension::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  bottom: -80px;
  left: -60px;
  background: rgba(0, 38, 62, 0.07);
  animation: orb2 11s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
#g-extension .g-container {
  position: relative;
  z-index: 1;
}
#g-extension .g-infolist-item-desc {
  min-height: 60px;
}
.g-infolist-item {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 38, 62, 0.09);
  border-radius: 20px;
  padding: 34px 26px 28px;
  text-align: center;
}
.g-infolist-title {
  text-align: center;
}
.g-infolist-title::after {
  display: block;
  content: "◆ ◆ ◆";
  font-size: 15px;
  letter-spacing: 8px;
  color: #2E5C8A;
  margin: 10px auto 0;
  text-indent: 8px;
}
#g-bottom .g-simplecontent {
  text-align: center;
}
.g-simplecontent-item-readmore {
  background: #fff;
  color: #1C3855;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.g-simplecontent-item-readmore:hover {
  background: #1C3855;
  color: #fff;
}
#g-footer {
  text-align: left;
  color: #121212;
}
#g-footer h3.g-title {
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  line-height: 1.4;
  color: #2E5C8A;
  text-transform: uppercase;
  margin: 0 0 0.625rem 0;
  padding-bottom: 0.1rem;
}
#g-footer a.button {
  display: block;
  color: #fff;
  font-weight: 900;
  min-width: 300px;
}
#g-footer .g-infolist-item.g-infolist-with-icon {
  display: flex;
  align-items: center;
}
#g-footer .g-infolist-item.g-infolist-with-icon .g-infolist-item-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #2E5C8A;
  color: #fff;
  font-size: 18px;
}
#g-footer .g-infolist-item.g-infolist-with-icon .g-infolist-item-text {
  flex: 1;
  text-align: left;
}
#g-footer .g-infolist-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #2E5C8A;
  border-radius: 0;
}
.footer-a {
  margin-top: -25px;
}
.g-menu-item-246 {
  top: 9px !important;
}
#g-copyright .g-block {
  text-align: center !important;
}
#g-copyright .g-content {
  margin: 0;
  padding: 0;
}
#g-copyright p {
  margin: 5px;
}
.box1.moduletable {
  padding: 25px;
  border: 1px solid #D8E4F1;
  color: #ffffff;
  background: linear-gradient(to bottom, #2e5c8a, #6c9dce);
}
.box1.moduletable a {
  color: #fff;
}
.box1.moduletable .g-title {
  text-transform: uppercase;
  color: #fff !important;
  border-bottom: 1px solid #2E5C8A;
  padding-bottom: 10px;
}
.box1 strong {
  color: #fff !important;
}
#module-simplecontent-537-particle .button {
  background: #1C3855 !important;
  margin-top: 10px;
  width: 100%;
}
#module-simplecontent-537-particle .button:hover {
  background: #000000 !important;
  margin-top: 10px;
  width: 100%;
}
.g-imagegrid-3cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.g-imagegrid-item {
  overflow: hidden;
  border-radius: 8px;
}
.g-imagegrid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.g-sublevel li.active {
  background: #D8E4F1;
}
#g-header .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  background: #D8E4F1;
  color: #2e5c8a;
  padding-left: 20px;
}
.g-article-header {
  padding: 0 0 35px 0;
  border-bottom: none;
}
.item-page h1 {
  font-size: 1.5rem;
}
.g-pricingtable {
  background: linear-gradient(to bottom, #ffff, #D8E4F1);
}
.g-pricingtable-plan a {
  font-size: 2rem;
}
.g-pricingtable-cta .button {
  width: 100%;
}
@media (max-width: 900px) {
  .g-logo {
    height: 90px !important;
  }
  .g-logo img {
    width: 150px;
    height: auto;
  }
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #0f1f2f;
  background: #000;
  color: #fff;
}
@media (min-width: 980px) and (max-width: 1280px) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    color: #666666;
    padding: 36px 7px;
  }
  .g-menu-item-subtitle {
    display: none;
  }
  .g-menu-item-246 {
    top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .g-logo {
    display: relative;
    margin-bottom: -50px;
  }
}
/*# sourceMappingURL=custom_179.css.map */