:root {
  --black: #303030;
  --white: #fafafa;
  --color1: #2e407f;
  --color3: #d11f22;
  --color4: #252b32;
  --dark: #151925;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Quattrocento Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

h1 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fjalla One, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

p {
  letter-spacing: -.5px;
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

li {
  margin-bottom: 0;
}

label {
  opacity: .75;
  margin-bottom: 0;
  display: block;
}

.sect {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/dark-denim-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  padding: 90px 50px;
  position: relative;
  overflow: hidden;
}

.sect.cta {
  color: #fff;
  background-color: #071238;
  background-image: linear-gradient(#2e407f36, #2e407f36), url('../images/dark-denim-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: visible;
}

.sect.cta.wide {
  margin-left: auto;
  margin-right: auto;
}

.sect.dimmer {
  background-color: #1a1a1a;
}

.sect.cta-block {
  color: #fff;
  background-color: #333;
  padding-top: 125px;
  padding-bottom: 125px;
}

.sect.sect-dim {
  background-color: var(--white);
}

.sect.sect-classes {
  color: #fff;
  background-color: #444;
  border: 20px solid #222;
  padding: 0;
  font-weight: 300;
}

.sect.classes {
  color: #fff;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 12px;
  line-height: 25px;
}

.sect.sect-form {
  padding-top: 60px;
  padding-bottom: 20px;
}

.sect.sect-yr {
  padding: 50px 120px;
}

.sect.sect-ba {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sect.sect-offer {
  padding-top: 50px;
  padding-bottom: 0;
}

.btn {
  background-color: var(--white);
  color: var(--color1);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  min-width: 120px;
  padding: 12px 25px 11px;
  font-family: Fjalla One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  transition: opacity .2s;
}

.btn:hover {
  opacity: .9;
}

.btn.btn2 {
  background-color: var(--color1);
}

.btn.btn-subs {
  width: 35%;
}

.btn.btn-nav {
  margin-top: 14px;
  margin-left: 10px;
}

.btn.btn-nav.w--current {
  color: var(--black);
}

.btn.btn-d {
  background-color: var(--color1);
  color: var(--white);
}

.title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
}

.btn-sp {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.navlink {
  color: #fff;
  padding: 0 17px;
  font-size: 14px;
  line-height: 70px;
  text-decoration: none;
  display: inline-block;
}

.navlink.w--current {
  color: #fff;
}

.navlink.smlink {
  opacity: .75;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  line-height: 40px;
}

.msg {
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.msg.msg-area {
  min-height: 100px;
  margin-bottom: 25px;
  padding-top: 15px;
}

.msg.nsg-subs {
  float: left;
  width: 65%;
  min-height: 52px;
  margin-bottom: 0;
}

.swatch {
  float: left;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  margin-right: 2%;
  font-size: 20px;
  line-height: 50px;
  box-shadow: 0 7px 13px #00000026;
}

.swatch.bg1 {
  background-color: var(--color1);
}

.swatch.bg2 {
  background-color: var(--color3);
}

.swatch.bg3 {
  background-color: var(--color4);
  color: #222;
}

.swatch.bg-f {
  background-color: #eee;
}

.p-sm {
  font-size: 12px;
  line-height: 19px;
}

.nav-logo {
  height: 100%;
}

.logo {
  height: 70px;
  padding: 15px;
  transition: opacity .2s;
}

.logo:hover {
  opacity: .8;
}

.navs {
  background-color: #0000;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--dark);
  color: #fff;
  width: 100%;
  padding: 40px 50px;
}

.foot-logo {
  height: 40px;
}

.fff {
  color: #fff;
}

.p-lrg {
  font-size: 1.3em;
  line-height: 1.4em;
}

.ctr {
  text-align: center;
}

.top25 {
  text-align: left;
  margin-top: 25px;
}

.bot25 {
  margin-bottom: 25px;
}

.bot50 {
  margin-bottom: 50px;
}

.bot75 {
  margin-bottom: 75px;
}

.bot100 {
  float: left;
  margin-bottom: 100px;
}

.dim {
  opacity: .5;
}

.col50 {
  width: 50%;
  display: inline-block;
}

.col50.col-form {
  padding-right: 10px;
}

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

.form {
  border: 2px solid #fff;
  width: 400px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 40px;
}

.hero {
  color: var(--white);
  background-color: #032775;
  background-image: url('../images/dark-denim-3.png');
  background-position: 0 0;
  background-size: auto 500px;
  width: 100%;
  padding: 130px 50px 100px;
  font-size: 22px;
  position: relative;
  overflow: hidden;
}

.link {
  color: var(--color4);
}

.success {
  background-color: #0000;
}

.fa-soc {
  opacity: .75;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.row {
  width: 100%;
  display: block;
}

.img {
  width: 100%;
}

.img.opac {
  opacity: .5;
}

.img.imgup {
  margin-top: -182px;
}

.img.imgps {
  outline-color: var(--white);
  outline-offset: 0px;
  outline-width: 12px;
  outline-style: solid;
  box-shadow: 0 10px 30px #0003;
}

.flex-ctr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.arrow {
  font-size: 30px;
}

.arrow.aro-crc {
  background-color: var(--black);
  border: 2px solid #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 22px;
}

.slidenav {
  transform-style: preserve-3d;
  font-size: 16px;
  transform: scale3d(1, .2, 1);
}

.slide, .mask {
  height: auto;
}

.cta-img {
  float: right;
  text-align: center;
  background-image: url('../images/3x2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.col.col-form {
  background-color: #111;
  padding: 40px 50px;
}

.col.col-bg {
  background-image: url('../images/3x2.jpg');
  background-position: 50%;
  background-size: cover;
}

.header {
  width: 100%;
  padding: 125px 25px 75px;
}

.header.page-full {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.error {
  color: #111;
}

.card {
  width: 50%;
  margin-bottom: 0;
  padding: 10px;
}

.card-goto {
  color: #333;
  background-color: #fff;
  border-radius: 7px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 0 6px 8px #0003;
}

.div-block {
  padding: 15px 20px;
}

.img-box {
  position: relative;
}

.overlay {
  opacity: 0;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  opacity: 1;
  padding-top: 0;
}

.overlay-ico {
  height: 50px;
}

.select {
  height: 50px;
  display: inline-block;
}

.sizes {
  height: 32px;
}

.text-block {
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  padding-left: 20px;
  font-size: 13px;
}

.sizes-row {
  background-color: #444;
  padding: 8px;
  display: inline-block;
}

.coltall {
  height: 430px;
  padding: 50px;
  font-size: 10px;
  line-height: 18px;
  overflow: scroll;
}

.coltall.col2 {
  background-color: #ffffff0d;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.align-l {
  text-align: left;
}

.caps {
  text-transform: uppercase;
}

.wide {
  max-width: 1400px;
}

.wide.wide-pad {
  padding-left: 50px;
  padding-right: 50px;
}

.wide.wide-less {
  max-width: 1200px;
}

.list {
  display: block;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.fa {
  font-family: Fontawesome, sans-serif;
}

.bot0 {
  margin-bottom: 0;
}

.rel {
  z-index: 1;
  position: relative;
}

.ind {
  opacity: .6;
  padding-left: 10px;
  font-size: .7em;
  line-height: 2em;
}

.dne {
  color: #f55151;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.inline {
  display: inline-block;
}

.p-max {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-pic {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.bot10 {
  margin-bottom: 10px;
}

.cards {
  color: #fff;
  background-color: #333;
  background-image: url('../images/3x2.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.img-sp {
  z-index: -1;
  opacity: 0;
  width: 100%;
  position: relative;
}

.card-info {
  background-image: linear-gradient(to top, #000000bf, #fff0);
  width: 100%;
  padding: 30px 20px 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-subs {
  border: 2px solid #fff;
}

.tri {
  border-top: 50px solid var(--color4);
  border-left: 50px solid #0000;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pagi {
  text-align: center;
  background-color: #111;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.pagi.paged {
  background-color: #0000;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: 25px;
  margin-right: 25px;
}

.fa-aro {
  padding-left: 3px;
  padding-right: 3px;
  font-family: Fontawesome, sans-serif;
  line-height: 20px;
}

.checkbox, .radio {
  margin-bottom: 0;
  margin-right: 13px;
  line-height: 26px;
  display: inline-block;
}

.ul-listsq {
  list-style-type: square;
}

.radiobtn {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.check {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 6px;
}

.bot15 {
  margin-bottom: 15px;
}

.blog-h {
  color: var(--black);
}

.contained {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row2col {
  column-count: 2;
}

.logorow {
  text-align: center;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footname {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.footlink {
  opacity: .5;
  color: #fff;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.footlink:hover {
  opacity: .75;
}

.footlink.w--current {
  color: #fff;
}

.col-linebot {
  border-bottom: 1px solid #333;
}

.col0 {
  padding-left: 0;
  padding-right: 0;
}

.ul-flex {
  flex-wrap: wrap;
  display: flex;
}

.col-left {
  padding-right: 75px;
}

.rowrel {
  width: 100%;
  display: block;
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.nav {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.list-2 {
  flex-flow: wrap;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  width: 33.3333%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.icons {
  height: 60px;
  margin-bottom: 25px;
}

.formarea {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  width: 440px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 17px;
  line-height: 24px;
  box-shadow: 0 0 20px #0000001a;
}

.frame-yr {
  background-color: #fff;
}

.cont {
  z-index: 2;
  max-width: 650px;
  position: relative;
}

.botline {
  background-color: #fff;
  height: 6px;
  position: absolute;
  inset: auto 0% 20px;
}

.ahch1 {
  font-size: 2.2em;
}

.ftllkn {
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.ftllkn.w--current {
  color: #fff;
}

.ftllkn.smlink {
  opacity: .75;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  line-height: 40px;
}

.sectzx {
  color: var(--white);
  background-color: #032775;
  background-image: url('../images/dark-denim-3.png');
  background-position: 0 0;
  background-size: auto 500px;
  width: 100%;
  padding: 100px 50px 50px;
  position: relative;
}

.sectzx.wide {
  padding-top: 50px;
  padding-bottom: 40px;
}

.row-pic {
  width: 100%;
  margin-bottom: 75px;
}

.pic-r {
  float: right;
  width: 50%;
  position: static;
}

.columns {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.red {
  color: var(--color3);
}

.boxy {
  border-bottom: 6px solid var(--white);
  background-color: #0003;
  min-height: 190px;
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
}

.text-block-2 {
  color: var(--color1);
  margin-bottom: 4px;
  font-family: Fjalla One, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

.div-block-2 {
  aspect-ratio: 1;
  color: var(--color3);
  text-transform: uppercase;
  background-color: #fff;
  background-image: radial-gradient(circle, #eee, #fff);
  border: 6px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  font-size: 20px;
  line-height: 19px;
  display: flex;
}

.bot-foot {
  background-color: var(--dark);
  position: absolute;
  inset: 160px 0% 0%;
}

.div-block-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-2 {
  font-size: 1.4em;
}

.heading-2.h22 {
  margin-bottom: 40px;
  font-size: .9em;
}

.blu {
  color: #47b9ff;
}

.nd {
  font-size: .7em;
  line-height: .9em;
}

.oran {
  color: #eb7f37;
}

.flex-bot {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.sect-foot {
  color: var(--white);
  text-align: center;
  background-color: #032775;
  background-image: linear-gradient(#fff0, #0003), url('../images/dark-denim-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto 500px;
  width: 100%;
  padding: 20px 50px 10px;
  position: relative;
}

.div-block-4 {
  background-color: var(--color1);
  background-image: linear-gradient(#0003, #0003);
  border: 6px solid #fff;
  border-radius: 400px;
  width: 130px;
  height: 130px;
  margin: -50px auto 40px;
}

.image {
  height: 60px;
}

.bot40 {
  margin-bottom: 40px;
}

.divi {
  opacity: .2;
  background-color: #fff;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divi.divi-ft {
  margin-top: 40px;
  margin-bottom: 10px;
}

.divi.top0 {
  margin-top: 0;
}

.divi.top0.bot50 {
  margin-bottom: 50px;
}

.puller-bot {
  color: var(--white);
  background-color: #032775;
  background-image: url('../images/dark-denim-3.png');
  background-position: 0 0;
  background-size: auto 500px;
  width: 100%;
  height: 180px;
  padding: 40px 50px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.tiles {
  aspect-ratio: 16 / 9;
  background-image: url('../images/1922164b13aed7548512.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  border: 15px solid #fff;
  width: 100%;
  position: relative;
}

.tiles.tiles23 {
  background-image: url('../images/192216511e3ed7548513.jpeg');
  background-position: 50%;
  background-size: cover;
  border-color: #eee;
}

.tiles.tile1 {
  background-position: 50% 43%;
}

.text-block-3 {
  color: var(--color1);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 8px 20px 6px;
  font-family: Fjalla One, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  position: absolute;
  inset: auto 20px 20px auto;
}

.text-block-3.red {
  color: var(--color3);
}

.flex-line {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.flex-line.bot20 {
  margin-bottom: 20px;
}

.green {
  color: #64f05a;
}

.purpl {
  color: #a98dc9;
}

.creme {
  color: #fcf8f0;
}

.image-2 {
  height: 120px;
  margin-bottom: 20px;
}

html.w-mod-js [data-ix="loadfade"] {
  opacity: 0;
  transform: translate(0, 40px);
}

@media screen and (max-width: 991px) {
  .sect.sect-about {
    padding-top: 50px;
  }

  .btn.btn-nav {
    margin-top: 0;
    margin-left: 0;
  }

  .navlink {
    text-align: center;
    line-height: 60px;
    display: block;
  }

  .menu {
    padding: 26px 12px;
  }

  .menu-line {
    background-color: #8d8d8d;
    width: 30px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .navlist {
    background-color: #000;
    display: none;
  }

  .wide {
    max-width: 100%;
  }

  .wide.wide-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2 {
    flex-flow: wrap;
  }

  .list-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .frame-yr {
    margin-top: 40px;
  }

  .ftllkn {
    text-align: center;
    line-height: 60px;
    display: block;
  }

  .flex-bot {
    flex-flow: column-reverse wrap;
  }

  .text-block-3 {
    letter-spacing: 3px;
    font-size: .9em;
    line-height: 1.2em;
    bottom: 10px;
    right: 10px;
  }

  .flex-line {
    flex-flow: column;
  }

  .flex-about {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sect.cta {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sect.sect-yr {
    padding-left: 0;
    padding-right: 0;
  }

  .sect.sect-ba {
    padding: 0;
  }

  .sect.sect-ig {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    text-align: center;
  }

  .flex-ctr {
    flex-direction: column;
  }

  .flex-ctr.flip-sm {
    flex-direction: column-reverse;
  }

  .col {
    padding-left: 0;
    padding-right: 0;
  }

  .block-sm {
    display: block;
  }

  .hide-sm {
    display: none;
  }

  .ctr-sm {
    text-align: center;
  }

  .col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .bot25-sm {
    margin-bottom: 25px;
  }

  .bot50-sm {
    margin-bottom: 50px;
  }

  .list-item {
    padding-left: 0;
    padding-right: 0;
  }

  .sectzx {
    height: auto;
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }

  h1 {
    letter-spacing: .03em;
    font-size: 2em;
  }

  h2 {
    font-size: 2.1em;
  }

  .sect {
    padding: 75px 20px;
  }

  .sect.sect-form {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sect.sect-offer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-sp {
    display: block;
  }

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

  .ctr {
    text-align: center;
  }

  .hero {
    text-align: center;
    padding: 110px 10px 50px;
  }

  .block-xs {
    display: block;
  }

  .hide-xs {
    display: none;
  }

  .ctr-xs {
    text-align: center;
  }

  .bot25-xs {
    margin-bottom: 25px;
  }

  .bot50-xs {
    margin-bottom: 50px;
  }

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

  .sectzx {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .boxy {
    padding: 20px;
  }

  .flex-line {
    text-align: center;
  }

  .flex-line.bot20 {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}