

:root{
  --total-header-height: 82px;
  
  
}





.body-wrapper {
    --total-header-height: 90px;
}

.img {
    border: 0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

/* Components */
.hero-section {
  --hero-overlay: #000000;
  --hero-centered: 675px;
  --hero-columns: px;
  --arrow-background: #ffffff;
  --arrow-color: #545453
}

.social-media {
  --social-color: #545453;
  --social-hover-color: #213964;
  --dark-social-color: #ffffff;
  --dark--social-hover-color: #ffffff;

@media (min-width: 800px) {
    .module-wrapper {
        margin-bottom: var(--margin-bottom, 0);
        margin-top: var(--margin-top, 0);
        padding: var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);
    }
}