/* __custom_splitBanner.css */
.splitBanner {
  display: flex;
}
.splitBanner.widthFull {
  flex-wrap: wrap;
}
.box1 .inside,
.box2 .inside {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.box1 .container,
.box2 .container {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  padding: 3rem;
  flex-direction: column;
}
.box1 {
  margin-right: 1.5%;
  margin-bottom: 3%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box2 {
  margin-bottom: 3%;
  margin-left: 1.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.widthFull .box1,
.widthFull .box2 {
  width: 100%;
  margin-right: 0;
  margin-bottom: 3%;
  margin-left: 0;
}
.width5050 .box1,
.width5050 .box2 {
  width: 48.5%;
}
.width6633 .box1,
.width3366 .box2 {
  width: 64.6666%;
}
.width3366 .box1,
.width6633 .box2 {
  width: 32.3333%;
}
.nogabs .box1,
.nogabs .box2 {
  margin: 0;
}
.width5050.nogabs .box1,
.width5050.nogabs .box2 {
  width: 50%;
}
.width6633.nogabs .box1,
.width3366.nogabs .box2 {
  width: 66.666%;
}
.width3366.nogabs .box1,
.width6633.nogabs .box2 {
  width: 33.333%;
}
.height25 .box1,
.height25 .box2 {
  min-height: calc(87.5rem * 0.1665);
}
.height33 .box1,
.height33 .box2 {
  min-height: calc(87.5rem * 0.1665);
}
.height50 .box1,
.height50 .box2 {
  min-height: calc(87.5rem * 0.23);
}
.height66 .box1,
.height66 .box2 {
  min-height: calc(87.5rem * 0.333);
}
.height75 .box1,
.height75 .box2 {
  min-height: calc(87.5rem * 0.375);
}
.fullHeight .box1,
.fullHeight .box2 {
  min-height: calc(87.5rem * 0.485);
}
.fullHeight.nogabs .box1,
.fullHeight.nogabs .box2 {
  min-height: calc(87.5rem * 0.5);
}
.widthFull.height25 .box1,
.widthFull.height25 .box2 {
  min-height: calc(87.5rem * 0.25);
}
.widthFull.height33 .box1,
.widthFull.height33 .box2 {
  min-height: calc(87.5rem * 0.333);
}
.widthFull.height50 .box1,
.widthFull.height50 .box2 {
  min-height: calc(87.5rem * 0.5);
}
.widthFull.height66 .box1,
.widthFull.height66 .box2 {
  min-height: calc(87.5rem * 0.666);
}
.widthFull.height75 .box1,
.widthFull.height75 .box2 {
  min-height: calc(87.5rem * 0.75);
}
.widthFull.fullHeight .box1,
.widthFull.fullHeight .box2 {
  min-height: calc(87.5rem);
}
.box1 .container.hLeft,
.box2 .container.hLeft {
  text-align: left;
  align-items: flex-start;
}
.box1 .container.hCenter,
.box2 .container.hCenter {
  text-align: center;
  align-items: center;
}
.box1 .container.hRight,
.box2 .container.hRight {
  text-align: right;
  align-items: flex-end;
}
.box1 .conatiner.vTop,
.box2 .container.vTop {
  justify-content: flex-start;
}
.box1 .container.vCenter,
.box2 .container.vCenter {
  justify-content: center;
}
.box1 .container.vBottom,
.box2 .container.vBottom {
  justify-content: flex-end;
}

.box1 h2, .box2 h2 {
  font-size: var(--font_size11) !important;
}

.box1 h2.preHeadline, .box2 h2.preHeadline {
  margin-bottom: 1rem;
  line-height: 1.1em;
  font-size: var(--font_size8) !important;
  text-transform: uppercase !important;
  font-family: 'SourceSansPro600', Arial, Helvetica, sans-serif !important;
}



@media (max-width: 1457px) {
  .box1 .container,
  .box2 .container {
    padding: 2rem;
  }
  .height33 .box1,
  .height33 .box2 {
    min-height: calc(90vw * 0.1665);
  }
  .height50 .box1,
  .height50 .box2 {
    min-height: calc(90vw * 0.23);
  }
  .height66 .box1,
  .height66 .box2 {
    min-height: calc(90vw * 0.333);
  }
  .height75 .box1,
  .height75 .box2 {
    min-height: calc(90vw * 0.375);
  }
  .fullHeight .box1,
  .fullHeight .box2 {
    min-height: calc(90vw * 0.479);
  }
  .fullHeight.nogabs .box1,
  .fullHeight.nogabs .box2 {
    min-height: calc(90vw * 0.5);
  }
  .widthFull.height33 .box1,
  .widthFull.height33 .box2 {
    min-height: calc(90vw * 0.333);
  }
  .widthFull.height50 .box1,
  .widthFull.height50 .box2 {
    min-height: calc(90vw * 0.5);
  }
  .widthFull.height66 .box1,
  .widthFull.height66 .box2 {
    min-height: calc(90vw * 0.666);
  }
  .widthFull.height75 .box1,
  .widthFull.height75 .box2 {
    min-height: calc(90vw * 0.75);
  }
  .widthFull.fullHeight .box1,
  .widthFull.fullHeight .box2 {
    min-height: calc(90vw);
  }

}

@media (max-width: 1097px) {
}

@media (max-width: 827px) {
  .splitBanner {
    flex-wrap: wrap;
  }
  .box1,
  .box2 {
    margin: 0 0 3% 0;
  }
  .imageBox2 {
    order: -1;
  }
  .width5050 .box1,
  .width5050 .box2,
  .width6633 .box1,
  .width3366 .box2,
  .width3366 .box1,
  .width6633 .box2,
  .width5050.nogabs .box1,
  .width5050.nogabs .box2,
  .width6633.nogabs .box1,
  .width3366.nogabs .box2,
  .width3366.nogabs .box1,
  .width6633.nogabs .box2 {
    width: 100%;
  }
  .height33 .box1,
  .height33 .box2,
  .widthFull.height33 .box1,
  .widthFull.height33 .box2 {
    min-height: calc(90vw * 0.333);
  }
  .height50 .box1,
  .height50 .box2,
  .widthFull.height50 .box1,
  .widthFull.height50 .box2 {
    min-height: calc(90vw * 0.5);
  }
  .height66 .box1,
  .height66 .box2,
  .widthFull.height66 .box1,
  .widthFull.height66 .box2 {
    min-height: calc(90vw * 0.666);
  }
  .height75 .box1,
  .height75 .box2,
  .widthFull.height75 .box1,
  .widthFull.height75 .box2 {
    min-height: calc(90vw * 0.666);
  }
  .fullHeight.nogabs .box1,
  .fullHeight.nogabs .box2,
  .widthFull.fullHeight .box1,
  .widthFull.fullHeight .box2 {
    min-height: calc(90vw * 0.666);
  }
   .splitBanner.changeOrder .box2 {
    order: -1;
  }
}

@media (max-width: 657px) {
 
}
