body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, 0.74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  border: 1px solid #323883;
  background-color: #fff;
  color: #000;
}

.button.full-width:hover {
  background-color: #323883;
  color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  padding: 63px 40px;
  background-color: transparent;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.section.about {
  background-image: url('../images/painter.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section._23 {
  display: none;
}

.call-to-action-section {
  padding: 44px 40px;
  background-color: #323883;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 38px;
  font-weight: 400;
}

.align-right {
  padding-top: 40px;
  text-align: right;
}

.hero-heading {
  width: auto;
  margin-top: 15px;
  margin-bottom: 19px;
  color: #000;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #fff;
}

.hero-heading._2 {
  display: none;
}

.hero-subheading {
  margin-bottom: 25px;
  color: #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  margin-top: 0px;
  border-color: #000;
  background-color: #323883;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.hollow-button.white:hover {
  border-color: #2d3e4f;
  background-color: #fff;
  color: #000;
}

.hollow-button.white._2:hover {
  background-color: #fff;
  color: #000;
}

.hollow-button.red {
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #323883;
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered._23 {
  font-size: 38px;
  text-shadow: 1px 1px 2px #000;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 30px;
  text-align: justify;
  text-shadow: 1px 1px 6px #000;
}

.section-subheading.center._2 {
  color: #333;
  text-align: center;
  text-shadow: none;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 1px solid #323883;
  border-radius: 3px;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 27px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: #323883;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  position: relative;
  top: 7%;
  margin-bottom: 155px;
  text-align: center;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 329px;
  height: 100%;
  background-color: #323883;
}

.nav-link {
  display: block;
  padding: 20px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #000;
}

.nav-menu {
  float: none;
}

.logo-link {
  display: block;
  margin-top: 216px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  height: 100%;
  background-color: #f3f3f3;
  background-image: url('../images/1st-image-van8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.banner._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
}

.content {
  height: 100%;
}

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

.paragraph-form {
  margin-bottom: 0px;
}

.div-about {
  padding: 10px;
  border-radius: 10px;
  background-color: rgba(24, 25, 26, 0.39);
}

.image-mobile {
  display: none;
}

.logo-img {
  display: block;
}

.div-class {
  margin-top: 0px;
}

.row-hide1 {
  display: none;
}

.row-hide2 {
  margin-bottom: 10px;
}

.row-hide3 {
  display: none;
}

.col-img {
  height: 155px;
  background-image: url('../images/12745405.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.col-img:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745405.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745405.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._2 {
  background-image: url('../images/12745413.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col-img._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745413.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745413.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._3 {
  background-image: url('../images/12745415.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col-img._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745415.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745415.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._4 {
  background-image: url('../images/12745407.jpg');
  background-size: cover;
}

.col-img._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745407.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745407.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._5 {
  background-image: url('../images/12745408.jpg');
  background-size: cover;
}

.col-img._5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745408.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745408.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._6 {
  background-image: url('../images/12745406.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.col-img._6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745406.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745406.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._7 {
  background-image: url('../images/12745411.jpg');
  background-size: cover;
}

.col-img._7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745411.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745411.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._8 {
  background-image: url('../images/12745412.jpg');
  background-size: cover;
}

.col-img._8:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745412.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745412.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._9 {
  background-image: url('../images/12745414.jpg');
  background-size: cover;
}

.col-img._9:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745414.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745414.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._10 {
  background-image: url('../images/12745403.jpg');
  background-size: cover;
}

.col-img._10:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745403.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745403.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._11 {
  background-image: url('../images/12745416.jpg');
  background-size: cover;
}

.col-img._11:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745416.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745416.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._12 {
  background-image: url('../images/12745417.jpg');
  background-size: cover;
}

.col-img._12:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12745417.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12745417.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._13 {
  background-image: url('../images/20170630_143355.jpg');
}

.col-img._13:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/20170630_143355.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20170630_143355.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._14 {
  background-image: url('../images/20170630_154030.jpg');
}

.col-img._14:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/20170630_154030.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20170630_154030.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.col-img._15 {
  background-image: url('../images/20170719_094404.jpg');
}

.col-img._15:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/20170719_094404.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/20170719_094404.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.row-2 {
  margin-top: 15px;
}

.modal1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.div-frame {
  position: relative;
  display: block;
  width: 970px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #fff;
}

.div-frame._23 {
  width: 419px;
  height: 581px;
}

.div-image {
  height: 480px;
  background-image: url('../images/12745405.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image._2 {
  background-image: url('../images/12745413.jpg');
}

.div-image._3 {
  background-image: url('../images/12745415.jpg');
}

.div-image._4 {
  background-image: url('../images/12745407.jpg');
}

.div-image._5 {
  background-image: url('../images/12745408.jpg');
}

.div-image._6 {
  width: 400px;
  height: 560px;
  background-image: url('../images/12745406.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-image._7 {
  height: 560px;
  background-image: url('../images/12745411.jpg');
}

.div-image._8 {
  background-image: url('../images/12745412.jpg');
  background-size: cover;
}

.div-image._9 {
  background-image: url('../images/12745414.jpg');
}

.div-image._10 {
  background-image: url('../images/12745403.jpg');
}

.div-image._11 {
  background-image: url('../images/12745416.jpg');
}

.div-image._12 {
  background-image: url('../images/12745417.jpg');
}

.div-modal {
  display: block;
  padding-top: 0px;
}

.icon-css {
  position: fixed;
  top: 0px;
  right: 0px;
  float: none;
}

.modal2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.div-icon {
  position: absolute;
  top: -18px;
  right: -17px;
  display: inline-block;
  cursor: pointer;
}

.modal5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal8 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal9 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal10 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal11 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.modal12 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  background-color: rgba(0, 0, 0, 0.78);
}

.div-heading {
  width: 80%;
  margin-left: 140px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  position: relative;
  top: 45%;
  padding-top: 0px;
  text-align: center;
}

.link-block-2 {
  display: none;
}

.link-block-3 {
  position: fixed;
}

.row-3 {
  margin-bottom: 10px;
}

.row-4 {
  margin-bottom: 10px;
}

.link-block-4 {
  display: none;
}

.image {
  display: block;
}

.link-2 {
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.link-3 {
  color: rgba(0, 0, 0, 0.74);
  text-decoration: none;
}

.tsg-copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333;
  text-align: center;
}

.text-block {
  font-family: Oswald, sans-serif;
  color: #d4d0d0;
  font-size: 15px;
  text-align: center;
}

.link-block-5 {
  text-align: center;
  text-decoration: none;
}

.text-span {
  color: #3c84f9;
}

.text-span-2 {
  color: #ffc700;
}

.facebook {
  display: none;
}

.modal13 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  margin-top: 30px;
}

.row-5 {
  margin-bottom: 10px;
}

.row-6 {
  margin-bottom: 10px;
}

.row-7 {
  margin-bottom: 10px;
}

.old-gallery {
  display: none;
}

.row-8 {
  margin-bottom: 10px;
}

.row-9 {
  margin-bottom: 10px;
}

.row-10 {
  margin-bottom: 10px;
}

.section-2 {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: #e9e9e9;
}

.text-block-2 {
  margin-bottom: 5px;
}

.link-block-6 {
  display: none;
}

.text-span-3 {
  color: #3c84f9;
}

.text-span-4 {
  color: #ffc700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-3 {
  text-align: center;
}

.heading {
  margin-bottom: 125px;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 400;
  letter-spacing: 20px;
}

.heading-2 {
  margin-bottom: 26px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000003, 0.6000000000000003);
  -ms-transform: scale(0.6000000000000003, 0.6000000000000003);
  transform: scale(0.6000000000000003, 0.6000000000000003);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #323883;
  }

  .hero-heading {
    width: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .hollow-button.white._2 {
    font-size: 16px;
  }

  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }

  .hero-title-wrapper {
    left: 0px;
    top: 8%;
    margin-bottom: 270px;
  }

  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    display: none;
    width: 100%;
    height: auto;
    float: none;
  }

  .left-navigation._2 {
    position: fixed;
    display: block;
  }

  .nav-link {
    padding-left: 13px;
    background-color: #323883;
    text-align: left;
  }

  .nav-link.w--current {
    background-color: #323883;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
  }

  .social-footer {
    position: absolute;
    display: inline-block;
  }

  .banner {
    height: 500px;
    margin-top: 45px;
  }

  .image-mobile {
    display: block;
    margin-top: -15px;
  }

  .logo-img {
    display: none;
  }

  .div-class {
    margin-top: 0px;
  }

  .modal1 {
    display: none;
  }

  .div-frame {
    width: 739px;
  }

  .div-image {
    display: block;
    width: 716px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-image._7 {
    width: 398px;
  }

  .modal2 {
    display: none;
  }

  .modal7 {
    display: none;
  }

  .div-heading {
    width: 80%;
    margin-left: 76px;
  }

  .div-block {
    top: 15%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }

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

  .hero-heading {
    font-size: 25px;
    text-shadow: 1px 1px 6px #fff;
  }

  .section-title-group {
    text-align: center;
  }

  .hero-title-wrapper {
    left: 0px;
    top: 7%;
  }

  .left-navigation {
    display: block;
  }

  .left-navigation._2 {
    display: none;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    margin-top: 0px;
    background-position: 50% 50%;
  }

  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }

  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row-hide {
    display: none;
  }

  .row-hide1 {
    display: block;
    margin-top: 20px;
  }

  .row-hide2 {
    display: none;
  }

  .row-hide3 {
    display: block;
    margin-top: 20px;
  }

  .row-hide4 {
    display: none;
  }

  .col-img {
    margin-bottom: 14px;
  }

  .modal1 {
    display: none;
    overflow: scroll;
  }

  .div-frame {
    overflow: visible;
    width: 566px;
  }

  .div-image {
    width: 548px;
  }

  .div-image._7 {
    width: 399px;
  }

  .modal2 {
    overflow: scroll;
  }

  .modal3 {
    overflow: scroll;
  }

  .modal5 {
    overflow: scroll;
  }

  .modal4 {
    overflow: scroll;
  }

  .modal6 {
    overflow: scroll;
  }

  .modal7 {
    display: none;
    overflow: scroll;
  }

  .modal8 {
    overflow: scroll;
  }

  .modal9 {
    overflow: scroll;
  }

  .modal10 {
    overflow: scroll;
  }

  .modal11 {
    overflow: scroll;
  }

  .modal12 {
    overflow: scroll;
  }

  .div-heading {
    width: auto;
    margin-left: 0px;
  }

  .column {
    margin-bottom: 10px;
  }

  .column-2 {
    margin-bottom: 10px;
  }

  .column-3 {
    margin-bottom: 10px;
  }

  .column-4 {
    margin-bottom: 10px;
  }

  .link-block {
    position: fixed;
    right: 0px;
    bottom: 0px;
  }

  .link-block-2 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: block;
  }

  .link-block-4 {
    position: fixed;
    right: 0px;
    bottom: 0px;
    display: block;
  }

  .section-2 {
    padding-right: 2%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 479px) {
  .call-to-action-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .call-to-action-heading {
    line-height: 40px;
  }

  .hero-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .section-heading.centered {
    font-size: 32px;
    line-height: 40px;
  }

  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }

  .hero-title-wrapper {
    top: 7%;
    margin-bottom: 290px;
  }

  .banner {
    height: 450px;
    background-position: 54% 50%;
  }

  .modal1 {
    display: none;
    padding-top: 40%;
  }

  .div-frame {
    width: 322px;
    height: 279px;
  }

  .div-frame._23 {
    width: 320px;
    height: 367px;
  }

  .div-image {
    width: 300px;
    height: 257px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-image._6 {
    width: 298px;
    height: 347px;
  }

  .div-image._7 {
    width: 301px;
    height: 345px;
  }

  .modal2 {
    padding-top: 40%;
  }

  .modal3 {
    padding-top: 40%;
  }

  .modal5 {
    padding-top: 40%;
  }

  .modal4 {
    padding-top: 40%;
  }

  .modal6 {
    display: none;
    padding-top: 40%;
  }

  .modal7 {
    display: none;
    padding-top: 40%;
  }

  .modal8 {
    display: none;
    padding-top: 40%;
  }

  .modal9 {
    display: none;
    padding-top: 40%;
  }

  .modal10 {
    padding-top: 40%;
  }

  .modal11 {
    padding-top: 40%;
  }

  .modal12 {
    padding-top: 40%;
  }

  .div-block {
    position: static;
    top: 0%;
  }
}

