:root {
  --horzSpaceSmall: 56px;
  --horzSpaceLarge: 188px;
}
@media (max-width: 1599px) {
  :root {
    --horzSpaceLarge: 140px;
  }
}
@media (max-width: 1279px) {
  :root {
    --horzSpaceSmall: 40px;
    --horzSpaceLarge: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --horzSpaceSmall: 30px;
    --horzSpaceLarge: 60px;
  }
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1279px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 35px;
}
@media (max-width: 1279px) {
  :root {
    --spaceUnit: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 35px;
  }
}
:root {
  --spaceTotal: 50px;
}
@media (max-width: 1279px) {
  :root {
    --spaceTotal: 50px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 50px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #00205B;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #001742;
}
.button:active {
  background-color: #00050e;
}
.section--three .subcontent {
  width: 50%;
}
@media (max-width: 1279px) {
  .cb-page-layout3 .section--one .subcontent,
  .cb-page-layout4 .section--one .subcontent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 3;
  }
  .cb-page-layout3 .section--one .subcontent.subcontent--2,
  .cb-page-layout4 .section--one .subcontent.subcontent--2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    z-index: 4;
  }
}
@media (max-width: 1279px) {
  .wrapper {
    font-size: 20px;
    line-height: 1.5;
  }
  h1 {
    font-size: 40px;
    line-height: 1.25;
  }
  h3 {
    font-size: 50px;
    line-height: 1.2;
  }
}

h3.smaller {
  font-size: 60px;
}