@charset "UTF-8";
/*normalize.css 8.0.1*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*simpleLightbox 2.1.0*/
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}
.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}
.slbWrap {
  position: absolute;
  text-align: center;
}
.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}
.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}
.slbContent {
  position: relative;
}
.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}
.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}
.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}
.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}
.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}
.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}
.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}
.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}
.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}
.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.slbLoading .slbCloseBtn {
  display: none;
}
.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}
.slbLoading .slbArrows {
  display: none;
}
.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}
.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}
.slbArrow.next {
  right: 0;
}
.slbArrow.next:before {
  border-left-color: #fff;
}
.slbArrow.prev {
  left: 0;
}
.slbArrow.prev:before {
  border-right-color: #fff;
}
.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}
.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}
@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Splide 2.4.4 */
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: trasform;
}
.splide.is-active .splide__list {
  display: flex;
}
.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.splide {
  visibility: hidden;
}
.splide, .splide__slide {
  position: relative;
  outline: none;
}
.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.splide--fade > .splide__track > .splide__list {
  display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
  display: block;
}
.splide--ttb > .splide__pagination {
  width: auto;
}
.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__arrow:focus {
  outline: none;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transfrom 0.2s linear;
  border: none;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus {
  outline: none;
}
.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}
.btn {
  display: inline-block;
  clear: both;
  width: auto;
  height: 50px;
  border: 2px solid #ec2639;
  border-radius: 0;
  line-height: 50px;
  color: #14233e;
  background-color: #fff;
  padding: 0 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: VTFLeague;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
}
.btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
  background-color: #ec2639;
}
.btn.btn-white {
  color: #ec2639;
  background-color: #fff;
  border: none;
}
.btn.btn-white:hover {
  color: #fff;
  background-color: #ec2639;
}
.btn.btn-red {
  color: #fff;
  background-color: #ec2639;
  border: none;
}
.btn.btn-red:hover {
  color: #ec2639;
  background-color: #fff;
}
.btn.btn-ghost {
  color: #fff;
  background-color: transparent;
  border: 2px solid #ec2639;
}
.btn.btn-ghost:hover {
  background-color: #ec2639;
}
.btn.btn-text {
  color: #14233e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.88px;
  border: none;
  padding: 0;
  display: inline;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: transparent;
}
.btn.btn-text:after {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: icomoon;
  content: "";
  color: #ec2639;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 3px 5px;
  vertical-align: middle;
}
.btn.btn-text:hover {
  color: #ec2639;
  background-color: transparent;
}
.btn.btn-text:hover:after {
  -moz-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
html, body {
  min-height: 100%;
  color: #14233e;
  font: 16px/28px muli;
  box-sizing: border-box;
  line-height: 0;
  overflow-x: hidden;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.row {
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  position: relative;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.full {
  width: 100%;
  min-width: 0;
  max-width: 1440px;
  position: relative;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  max-width: 2000px;
}
::selection {
  color: #fff;
  background: #ec2639;
}
::-moz-selection {
  color: #fff;
  background: #ec2639;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
a:hover {
  color: #14233e;
}
a:focus, a:focus-within, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: 0;
}
p a {
  text-decoration: underline;
}
div {
  position: relative;
}
@font-face {
  font-family: "VTFLeague";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/VTFLeague-Bold.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jz2ywk");
  src: url("../fonts/icomoon.eot?jz2ywk#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?jz2ywk") format("woff2"), url("../fonts/icomoon.ttf?jz2ywk") format("truetype"), url("../fonts/icomoon.woff?jz2ywk") format("woff"), url("../fonts/icomoon.svg?jz2ywk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow span, .icon-email span, .icon-phone span, .icon-results span {
  display: none;
}
.icon-personalized span:nth-child(4), .icon-personalized span:nth-child(5) {
  display: none;
}
.icon-share:before {
  content: "";
  color: #ec2639;
}
.icon-in:before {
  content: "";
  color: #fff;
}
.icon-arrow:before {
  content: "";
  color: #ec2639;
}
.icon-cacpro:before {
  content: "";
}
.icon-commitment span:before {
  color: #ec2639;
}
.icon-commitment span:nth-child(1):before {
  content: "";
  color: #f5333f;
}
.icon-commitment span:nth-child(2):before {
  content: "";
  margin-left: -1.0107421875em;
}
.icon-commitment span:nth-child(3):before {
  content: "";
  margin-left: -1.0107421875em;
}
.icon-commitment span:nth-child(4):before {
  content: "";
  margin-left: -1.0107421875em;
}
.icon-commitment span:nth-child(5):before {
  content: "";
  margin-left: -1.0107421875em;
}
.icon-email:before {
  content: "";
  color: #f5333f;
}
.icon-email:after {
  content: "";
  margin-left: -1.0107421875em;
  color: #ec2639;
}
.icon-personalized span:nth-child(1):before {
  content: "";
  color: #f5333f;
}
.icon-personalized span:nth-child(2):before {
  content: "";
  margin-left: -1.0107421875em;
  color: #ec2639;
}
.icon-personalized span:nth-child(3):before {
  content: "";
  margin-left: -1.0107421875em;
  color: #ec2639;
}
.icon-phone:before {
  content: "";
  color: #f5333f;
}
.icon-phone:after {
  content: "";
  margin-left: -1.0107421875em;
  color: #ec2639;
}
.icon-quote:before {
  content: "";
  color: #f5333f;
}
.icon-results:before {
  content: "";
  color: #f5333f;
}
.icon-results:after {
  content: "";
  position: absolute;
  margin-left: -1.0107421875em;
  color: #ec2639;
}
/*IMPLEMENT ARROW:
            border: 4px solid transparent;
            border-top-color: #BBB;
            border-bottom: none;
*/
.gform_confirmation_message {
  text-align: center;
  color: #14233e;
  font-size: 18px;
  font-weight: 300;
}
.gform_wrapper {
  padding: 0;
  border: none;
  border-radius: 0;
}
.gform_wrapper form ::placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form ::-webkit-input-placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form ::-ms-input-placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form :-ms-input-placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form ::-moz-placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form :-moz-placeholder {
  color: #14233e;
  opacity: 1;
}
.gform_wrapper form :focus {
  outline: 0px none transparent;
}
.gform_wrapper form ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.gform_wrapper form .validation_error {
  text-align: center;
  color: #ff6666;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.gform_wrapper form .validation_message {
  display: none;
}
.gform_wrapper form .gform_body ul, .gform_wrapper form .gform_body ul ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error {
  margin: 0 0 30px 0;
  padding: 0;
  /*
                    &.gf_left_half, &.gf_right_half {
                        &:not(:last-child) {
                            width: calc(50% - 15px);
                            float: left;
                            clear: none;
                            &:nth-child(even) {
                                float: right;
                            }
                        }
                    }
                    */
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  display: inline-block;
  color: #14233e;
  font-family: muli;
  font-size: 0;
  line-height: 0;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label .gfield_required {
  color: inherit;
  padding: 0 0 0 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio), .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) {
  height: 40px;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #faf3f3;
  padding: 0;
  position: relative;
  /*Types, for reference:
                        input[type="email"],
                        input[type="date"],
                        input[type="datetime"],
                        input[type="datetime-local"],
                        input[type="month"],
                        input[type="number"],
                        input[type="password"],
                        input[type="search"],
                        input[type="tel"],
                        input[type="text"],
                        input[type="time"],
                        input[type="week"],
                        input[type="url"],
                        input[type="file"],
                        select, textarea
                        */
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_textarea, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_textarea {
  height: auto;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_textarea textarea, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_textarea textarea {
  height: 40px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_select:before, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_select:before {
  position: absolute;
  display: block;
  content: "";
  height: 10px;
  background-color: #000;
  width: 2px;
  top: 20px;
  right: 26px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_select:after, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio).ginput_container_select:after {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 20px;
  width: 18px;
  height: 12px;
  z-index: 0;
  height: 10px;
  background-color: #000;
  width: 2px;
  top: 20px;
  right: 20px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea {
  background-color: #faf3f3;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  color: #14233e;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: 0;
  padding: 0;
  z-index: 1;
  background-color: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select::-ms-expand, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select::-ms-expand {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select[multiple="multiple"], .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) select[multiple="multiple"] {
  background-color: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) textarea {
  line-height: 1.2;
  padding: 10px 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio {
  margin-top: -17px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio:after, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox:after, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio:after {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  float: none;
  clear: both;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li {
  height: 20px;
  margin-top: 17px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=checkbox], .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input[type=radio], .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li input[type=checkbox], .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li input[type=radio], .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li input[type=checkbox], .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li input[type=radio], .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li input[type=checkbox], .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li input[type=radio] {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li label {
  color: #14233e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-transform: none;
  vertical-align: unset;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li label:before, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li label:before, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li label:before {
  position: absolute;
  display: block;
  content: "";
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #fff;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li label {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li label:after, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li label:after {
  position: absolute;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 2.2222222222px;
  left: 6.6666666667px;
  display: block;
  transform: rotate(45deg);
  height: 75%;
  width: 8px;
  border-bottom: 2px solid #14233e;
  border-right: 2px solid #14233e;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox li input:checked + label:after, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox .gfield_checkbox li input:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li label:before, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li label:before {
  border-radius: 50%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio li input:checked + label:before, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container_radio .gfield_radio li input:checked + label:before {
  background: #14233e;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: #ff6666;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .ginput_container {
  border-bottom-color: #ec2639 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error select, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error textarea {
  border-color: #ff6666;
  background-color: #f8f1f1;
}
.gform_wrapper form .gform_footer {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.gform_wrapper form .gform_footer .gform_button {
  outline: none;
  display: inline-block;
  clear: both;
  width: auto;
  height: 50px;
  border: 2px solid #ec2639;
  border-radius: 0;
  line-height: 50px;
  color: #14233e;
  background-color: #14233e;
  padding: 0 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: VTFLeague;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
  color: #14233e;
  background-color: transparent;
  border: 2px solid #ec2639;
  margin: 60px auto 0;
}
.gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #ec2639;
}
@media (max-width: 900px) {
  .gform_wrapper form .gform_footer .gform_button {
    margin-top: 24px;
  }
}
.gform_wrapper form .gform_footer .gform_save_link {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.gform_body ul:after {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  float: none;
  clear: both;
}
.validation_error, .gform_confirmation_message {
  line-height: 1.4;
}
.post-password-form label {
  font-size: 0;
}
.post-password-form input[type="submit"] {
  border: none;
  outline: none;
  display: inline-block;
  clear: both;
  width: 200px;
  height: 50px;
  border: 1px solid #14233e;
  border-radius: 0;
  line-height: 50px;
  color: #14233e;
  background-color: #fff;
  padding: 30px;
}
.post-password-form input[type="password"] {
  color: #14233e;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 28px;
  width: 100%;
  outline: none;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #faf3f3;
  padding: 0;
  position: relative;
}
input[type="submit"]:hover {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: none;
  border-radius: 0;
  background: #faf3f3;
  position: relative;
  z-index: 1;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #14233e;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 40px;
  line-height: 40px;
  background-color: #faf3f3;
  color: #14233e;
  text-align: center;
  font: 0/0 a;
  *font: 0.45 Lucida Sans Unicode, Arial Unicode MS, Arial;
  /*
        &:after {
            content: " ";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-top-color: $inputColor;
            border-bottom: none;
        }*/
}
.selectric:before {
  position: absolute;
  display: block;
  content: "";
  height: 10px;
  background-color: #000;
  width: 2px;
  top: 20px;
  right: 26px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.selectric:after {
  position: absolute;
  display: block;
  content: "";
  top: 20px;
  right: 20px;
  width: 18px;
  height: 12px;
  z-index: 0;
  height: 10px;
  background-color: #000;
  width: 2px;
  top: 20px;
  right: 20px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.selectric-focus .selectric {
  border-color: #faf3f3;
}
.selectric-hover .selectric {
  border-color: #faf3f3;
}
.selectric-hover .selectric .button {
  color: #14233e;
}
.selectric-hover .selectric .button:after {
  border-top-color: #faf3f3;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #faf3f3;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: NaN a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #faf3f3;
  border: 1px solid #979797;
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 40px;
  min-height: 40px;
  text-align: left;
}
.selectric-items li {
  display: block;
  padding: 0 0 0 14px;
  border-top: 1px solid #eee;
  color: #14233e;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #14233e;
  color: #faf3f3;
}
.selectric-items li.highlighted {
  background: #14233e;
  color: #faf3f3;
}
.selectric-items li:hover {
  background: #14233e;
  color: #faf3f3;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
@media (min-width: 768px) {
  .anm8 {
    opacity: 0;
    animation-duration: 800ms;
    animation-fill-mode: both;
  }
  .anm8.d1 {
    animation-delay: 200ms;
    animation-duration: 1s;
  }
  .anm8.d2 {
    animation-delay: 400ms;
    animation-duration: 1s;
  }
  .anm8.d3 {
    animation-delay: 600ms;
    animation-duration: 1s;
  }
  .anm8.d4 {
    animation-delay: 800ms;
    animation-duration: 1s;
  }
  .anm8.d5 {
    animation-delay: 1000ms;
    animation-duration: 1s;
  }
  .anm8.d6 {
    animation-delay: 1200ms;
    animation-duration: 1s;
  }
  .anm8.d7 {
    animation-delay: 1400ms;
    animation-duration: 1s;
  }
  .anm8.d8 {
    animation-delay: 1600ms;
    animation-duration: 1s;
  }
  .anm8.d9 {
    animation-delay: 1800ms;
    animation-duration: 1s;
  }
  .anm8.d10 {
    animation-delay: 2000ms;
    animation-duration: 1s;
  }
  .anm8.d11 {
    animation-delay: 2200ms;
    animation-duration: 1s;
  }
  .anm8.d12 {
    animation-delay: 2400ms;
    animation-duration: 1s;
  }
  .anm8.d13 {
    animation-delay: 2600ms;
    animation-duration: 1s;
  }
  .anm8.d14 {
    animation-delay: 2800ms;
    animation-duration: 1s;
  }
  .anm8.d15 {
    animation-delay: 3000ms;
    animation-duration: 1s;
  }
  .anm8.d16 {
    animation-delay: 3200ms;
    animation-duration: 1s;
  }
  .anm8.d17 {
    animation-delay: 3400ms;
    animation-duration: 1s;
  }
  .anm8.d18 {
    animation-delay: 3600ms;
    animation-duration: 1s;
  }
  .anm8.d19 {
    animation-delay: 3800ms;
    animation-duration: 1s;
  }
  .anm8.d20 {
    animation-delay: 4000ms;
    animation-duration: 1s;
  }
  @keyframes fUp {
    from {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fIn {
    from {
      opacity: 0;
      transform: translate3d(-30px, 0, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .fUp {
    animation-name: fUp;
  }
  .fIn {
    animation-name: fIn;
  }
}
header {
  width: 100%;
  min-height: 114px;
  height: 114px;
  background-color: #14233e;
  z-index: 3;
  position: relative;
}
header #header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  header #header {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  header #header {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  header #header {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  header #header {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  header #header {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  header #header {
    padding-right: 12px;
    padding-left: 12px;
  }
}
header.sticky {
  position: fixed;
  top: 0;
}
header .logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-image: url(../images/logo-white.svg);
  display: block;
  float: left;
  width: 252px;
  height: 55px;
  margin-top: 29.5px;
}
header .menu {
  clear: none;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: transparent;
}
header .menu li {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
header .menu li a {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: block;
  height: 114px;
  font-family: VTFLeague;
  font-size: 16px;
  font-weight: bold;
  line-height: 114px;
  color: #fff;
  padding: 0 16px;
  text-transform: uppercase;
}
@media (max-width: 1380px) {
  header .menu li a {
    padding: 0 15px;
  }
}
@media (max-width: 1320px) {
  header .menu li a {
    padding: 0 14px;
  }
}
@media (max-width: 1260px) {
  header .menu li a {
    padding: 0 13px;
  }
}
@media (max-width: 1200px) {
  header .menu li a {
    padding: 0 12px;
  }
}
header .menu li:last-child a {
  padding-right: 0;
}
header .menu li:hover, header .menu li.current-menu-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
header .menu li:hover a, header .menu li.current-menu-item a {
  color: #fff;
}
header.open {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  position: fixed;
}
header.open:before {
  position: absolute;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: relative;
  top: 100px;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
header.open .menu {
  padding: 280px 0 120px;
  height: auto;
  clear: both;
  float: none;
  text-align: center;
}
header.open .menu li {
  display: block;
  clear: both;
}
header.open .menu li a {
  display: block;
  height: auto;
  padding: 0;
  font-size: 20px;
  letter-spacing: 1.25px;
  line-height: 56px;
}
header.open .menu li:hover a, header.open .menu li.current-menu-item a {
  color: #fff;
}
header.open .menu li.menu-item {
  opacity: 0 !important;
  -moz-transform: translate(20%);
  -o-transform: translate(20%);
  -ms-transform: translate(20%);
  -webkit-transform: translate(20%);
  transform: translate(20%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.open .menu li.menu-item.in {
  opacity: 1 !important;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}
header:not(.open).scrolled {
  opacity: 0;
}
header:not(.open).sticky {
  animation: fadeIn 0.3s 0.1s ease-in-out forwards;
}
header #toggle, header label {
  display: none;
}
#hero {
  height: 350px;
  width: 100%;
  background-color: #14233e;
}
#hero > div {
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  #hero > div {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #hero > div {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #hero > div {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #hero > div {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #hero > div {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #hero > div {
    padding-left: 12px;
  }
}
#hero > div > div {
  height: 100%;
  width: 100%;
  z-index: 1;
}
#hero > div > div .bg {
  height: 100%;
  width: calc(100% - 70px);
  float: right;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#hero > div > div .bg:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  background-color: #14233e;
}
#hero > div > div .title {
  padding-left: 135px;
  margin-left: calc(-1 * 135px);
  padding-right: 50px;
  padding-top: 55px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: "1300px") {
  #hero > div > div .title {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #hero > div > div .title {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #hero > div > div .title {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #hero > div > div .title {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #hero > div > div .title {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #hero > div > div .title {
    padding-left: 12px;
  }
}
@media (max-width: "1300px") {
  #hero > div > div .title {
    margin-left: calc(-1 * 80px);
  }
}
@media (max-width: "1200px") {
  #hero > div > div .title {
    margin-left: calc(-1 * 60px);
  }
}
@media (max-width: "1100px") {
  #hero > div > div .title {
    margin-left: calc(-1 * 50px);
  }
}
@media (max-width: 1024px) {
  #hero > div > div .title {
    margin-left: calc(-1 * 40px);
  }
}
@media (max-width: "768px") {
  #hero > div > div .title {
    margin-left: calc(-1 * 25px);
  }
}
@media (max-width: "480px") {
  #hero > div > div .title {
    margin-left: calc(-1 * 12px);
  }
}
#hero > div > div .title h1 {
  font-family: muli;
  color: #14233e;
  font-size: 50px;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: muli;
  font-size: 50px;
  color: #14233e;
  text-align: right;
  margin: 0;
}
.home header {
  background-color: transparent;
}
.home header.open {
  background-color: #14233e;
}
.home header #header:after {
  position: absolute;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: relative;
  top: 114px;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.home header.open {
  background-color: #14233e;
}
.home header.open #header:after {
  display: none;
}
.home #hero {
  height: 800px;
  margin-top: -114px;
}
.home #hero:before {
  z-index: 1;
  background-color: #14233e;
}
.home #hero > div > div {
  height: 100%;
  width: 100%;
}
.home #hero > div > div .bg {
  width: 650px;
  height: 650px;
  top: auto;
  bottom: 0;
  background-position: center top;
}
.home #hero > div > div .bg:before {
  display: none;
}
.home #hero > div > div #hero-content {
  display: table;
  height: calc(100% - 114px);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
}
.home #hero > div > div #hero-content > div {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}
.home #hero > div > div #hero-content > div h1, .home #hero > div > div #hero-content > div h2, .home #hero > div > div #hero-content > div h3, .home #hero > div > div #hero-content > div h4, .home #hero > div > div #hero-content > div h5, .home #hero > div > div #hero-content > div h6, .home #hero > div > div #hero-content > div p {
  color: #fff;
}
.home #hero > div > div #hero-content > div h1 {
  margin-bottom: 30px;
}
.home #hero > div > div #hero-content > div .btn {
  color: #fff;
  background-color: transparent;
}
.home #hero > div > div #hero-content > div .btn:hover {
  background-color: #ec2639;
}
@media (max-width: 1024px) {
  header {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 100px;
    height: 100px;
  }
  header.open {
    height: 100vh;
  }
  header .logo {
    width: 180px;
    height: 40px;
    margin-top: 30px;
    position: relative;
    z-index: 3;
  }
  header .menu {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    clear: both;
    height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
  }
  header label {
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    height: 20px;
    width: 24px;
    padding: 0;
    margin-top: 40px;
    user-select: none;
    z-index: 3;
  }
  header label span {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    position: relative;
  }
  header label span:before {
    position: absolute;
    display: block;
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/menu.svg);
    height: 20px;
    width: 24px;
  }
  header #toggle:checked ~ label span {
    background: transparent;
  }
  header #toggle:checked ~ label span:before {
    background-image: url(../images/icons/close.svg);
  }
  header:not(.open) .menu li.menu-item {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  header #header {
    padding: 0 60px;
  }
  .home #hero {
    height: auto;
  }
  .home #hero > div > div #hero-content {
    padding-top: 85px;
  }
  .home #hero > div > div .bg {
    width: 100%;
    position: relative;
    float: none;
    height: 500px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 0 !important;
  }
}
@media (max-width: 900px) {
  #hero {
    height: auto;
  }
  #hero:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 28.2666666667%;
  }
  #hero > div {
    padding-left: 0;
    position: absolute;
    top: 0;
  }
  #hero > div > div .bg {
    height: 100%;
    width: 100%;
    float: unset;
  }
  #hero > div > div .title {
    margin-left: 0;
    padding-right: 40px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  #hero > div > div .title h1 {
    font-size: 36px;
    margin: 0;
  }
  .home header {
    background-color: #14233e;
  }
  .home header #header:after {
    top: 100px;
  }
  .home #hero {
    height: auto;
    margin-top: 0;
  }
  .home #hero:before {
    display: none;
  }
  .home #hero > div {
    position: relative;
  }
  .home #hero > div > div #hero-content {
    padding-right: 135px;
    padding-left: 135px;
    display: block;
    height: auto;
    padding-bottom: 50px;
  }
  .home #hero > div > div #hero-content h1 {
    font-size: 40px;
  }
  .home #hero > div > div #hero-content h2 {
    font-size: 32px;
  }
  .home #hero > div > div #hero-content h3 {
    font-size: 28px;
  }
  .home #hero > div > div #hero-content h4 {
    font-size: 24px;
  }
  .home #hero > div > div #hero-content h5 {
    font-size: 20px;
  }
  .home #hero > div > div #hero-content h6 {
    font-size: 18px;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  #hero > div {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  #hero > div > div .title {
    margin-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .home #hero > div > div #hero-content {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .home #hero > div > div #hero-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .home #hero > div > div #hero-content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .home #hero > div > div #hero-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .home #hero > div > div #hero-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .home #hero > div > div #hero-content {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  #hero > div > div .title {
    padding-right: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  #hero > div > div .title {
    padding-right: 20px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  #hero > div > div .title h1 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    color: #14233e;
    text-align: right;
    margin: 0;
  }
  .home #hero > div > div .bg {
    height: 350px;
  }
  .home #hero > div > div #hero-content h1 {
    font-size: 24px;
  }
  .home #hero > div > div #hero-content h2 {
    font-size: 22px;
  }
  .home #hero > div > div #hero-content h3 {
    font-size: 20px;
  }
  .home #hero > div > div #hero-content h4 {
    font-size: 18px;
  }
  .home #hero > div > div #hero-content h5 {
    font-size: 16px;
  }
  .home #hero > div > div #hero-content h6 {
    font-size: 14px;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    position: fixed;
  }
}
#hero.sub > div > div .title {
  padding-top: 33px;
}
#hero.sub > div > div .title h6.subtitle {
  font-family: VTFLeague;
  font-size: 18px;
  font-weight: bold;
  color: #ec2639;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  #hero.sub {
    margin-bottom: 30px;
  }
  #hero.sub > div > div .title {
    padding-top: 19px;
    bottom: -30px;
  }
  #hero.sub > div > div .title h6.subtitle {
    margin: 0 0 5px;
  }
}
#cta {
  background-color: #14233e;
}
#cta > div {
  width: 100%;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
}
@media (max-width: "1300px") {
  #cta > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #cta > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #cta > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #cta > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #cta > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #cta > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#cta > div > b {
  display: inline-block;
  height: 100%;
  width: 10px;
  vertical-align: middle;
}
#cta > div span, #cta > div select {
  font-family: muli;
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  font-family: muli;
  vertical-align: middle;
}
#cta > div > div {
  height: 45px;
  width: 100%;
  text-align: center;
  margin: 42px auto 0;
  white-space: nowrap;
}
#cta > div > div span {
  font-size: 32px;
  line-height: 50px;
  vertical-align: bottom;
  padding: 0 8px;
}
#cta > div > div.selectric-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
}
#cta > div > div.selectric-wrapper .selectric {
  background-color: transparent;
}
#cta > div > div.selectric-wrapper .selectric:before, #cta > div > div.selectric-wrapper .selectric:after {
  display: none;
}
#cta > div > div.selectric-wrapper .selectric span {
  color: #fff;
  font-size: 40px;
  line-height: 46px;
  font-style: normal;
  padding: 0;
}
#cta > div > div.selectric-wrapper .selectric .label {
  margin: 0;
  height: 48px;
}
#cta > div > div.selectric-wrapper .selectric .label:before {
  content: "";
  display: block;
  position: absolute;
  top: 46px;
  height: 2px;
  width: 100%;
  background-color: #ec2639;
  z-index: -1;
}
#cta > div > div.selectric-wrapper .selectric-items li {
  color: #14233e;
  text-align: left;
  padding: 10px 5px;
  line-height: 32px;
  font-size: 30px;
  min-height: 32px;
}
#cta > div > div.selectric-wrapper .selectric-items li.highlighted, #cta > div > div.selectric-wrapper .selectric-items li:hover {
  color: #ec2639;
  background: #faf3f3;
}
footer {
  padding-right: 135px;
  padding-left: 135px;
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 37px;
  background-color: #14233e;
}
@media (max-width: "1300px") {
  footer {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  footer {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  footer {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  footer {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  footer {
    padding-right: 12px;
    padding-left: 12px;
  }
}
footer #footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
footer #footer:before {
  position: absolute;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: relative;
  top: -37px;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
footer #footer span > b {
  font-weight: normal;
  display: inline-block;
  margin: 0 8px;
}
footer #footer span:last-child {
  float: right;
}
footer #footer #copyright {
  float: left;
}
footer #footer .icon-in {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-left: 30px;
  font-size: 18px;
  vertical-align: middle;
}
footer #footer .icon-in:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
footer a {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}
footer a b {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 22px;
  padding-left: 5px;
  vertical-align: text-bottom;
}
footer a:hover {
  color: #fff;
}
footer a:hover b {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 900px) {
  #cta > div {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  #cta > div > b {
    display: block;
    height: 1px;
    width: 100%;
    font-size: 0;
    clear: both;
  }
  #cta > div span, #cta > div select {
    font-size: 24px;
    line-height: 28px;
  }
  #cta > div > div {
    height: 48px;
    margin: 34px auto 0;
  }
  #cta > div > div span {
    font-size: 32px;
    line-height: 50px;
    vertical-align: bottom;
    padding: 0 8px;
  }
  #cta > div > div.selectric-wrapper .selectric {
    background-color: #14233e;
  }
  #cta > div > div.selectric-wrapper .selectric span {
    font-size: 24px;
    line-height: 46px;
  }
  #cta > div > div.selectric-wrapper .selectric .label:before {
    top: 36px;
  }
  #cta > div > div.selectric-wrapper .selectric-items li {
    padding: 10px 5px;
    line-height: 24px;
    font-size: 18px;
    min-height: 24px;
  }
  footer #footer:before {
    top: -30px;
  }
  footer #footer span {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer #footer span > b {
    display: block;
    margin: 0;
    height: 1px;
    width: 100%;
    clear: both;
    font-size: 0;
  }
  footer #footer span:last-child {
    padding-top: 16px;
    float: unset;
  }
  footer #footer .icon-in {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  footer #footer #copyright {
    float: unset;
  }
}
#single-body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 80px;
  padding-bottom: 100px;
  line-height: 1.2;
}
@media (max-width: "1300px") {
  #single-body {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #single-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #single-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #single-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #single-body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #single-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#single-body .gallery img {
  height: auto;
  width: 100%;
}
#single-body p img {
  max-width: 100%;
  height: auto;
}
#single-body iframe {
  max-width: 100%;
}
#single-body .embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
#single-body .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
/* Defaults */
.gywisyw {
  line-height: 1;
}
.gywisyw > *:first-child {
  margin-top: 0;
}
.gywisyw > *:last-child {
  margin-bottom: 0;
}
.gywisyw h1 {
  font-family: muli;
  font-size: 50px;
  color: #14233e;
  line-height: 1.4;
  font-weight: normal;
}
.gywisyw h2 {
  font-family: muli;
  font-size: 40px;
  color: #14233e;
  line-height: 1.3;
  font-weight: normal;
}
.gywisyw h3 {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  color: #14233e;
  font-weight: normal;
}
.gywisyw h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 1.3;
  font-weight: normal;
}
.gywisyw h5 {
  font-family: muli;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #14233e;
  font-weight: normal;
}
.gywisyw h6 {
  font-family: VTFLeague;
  font-size: 18px;
  font-weight: bold;
  color: #ec2639;
  line-height: 1.2;
  font-weight: normal;
}
.gywisyw p {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
}
.gywisyw p a {
  color: #ec2639;
}
.gywisyw ul li, .gywisyw ol li {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
}
#content ul li, #content ol li {
  color: #ec2639;
}
#content ul li span, #content ol li span {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
  color: #14233e;
}
#content ol li span {
  margin: 0 0 0 10px;
}
#content ul li {
  list-style-type: none;
}
#content ul li:before {
  display: inline-block;
  vertical-align: top;
  background-color: #ec2639;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  content: "";
  margin: 11px 0 0 -18px;
}
#content .gform_wrapper ul li:before {
  display: none;
}
#content blockquote {
  padding: 60px 0;
  margin: 50px 0;
  border-top: 1px solid #d0d3d8;
  border-bottom: 1px solid #d0d3d8;
  position: relative;
}
#content blockquote:before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  font-size: 92px;
  height: 92px;
  width: 92px;
  top: 34px;
  left: 0;
  font-family: icomoon;
  content: "";
  color: #f5333f;
}
#content blockquote p {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  color: #14233e;
  padding-left: 100px;
  margin: 0;
}
#content blockquote p cite {
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #14233e;
  font-style: normal;
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #content blockquote {
    padding: 26px 0 50px;
  }
  #content blockquote:before {
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }
  #content blockquote p {
    padding-left: 0;
  }
  #content blockquote p cite {
    margin-top: 20px;
  }
}
.contact #footer:before {
  display: none;
}
.contact #contact-body {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  line-height: 1;
}
@media (max-width: "1300px") {
  .contact #contact-body {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .contact #contact-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .contact #contact-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .contact #contact-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .contact #contact-body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .contact #contact-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.contact #contact-body > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .contact #contact-body > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .contact #contact-body > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .contact #contact-body > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .contact #contact-body > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .contact #contact-body > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .contact #contact-body > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.contact #contact-body:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: 175px;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .contact #contact-body:after {
    display: none;
  }
}
.contact #contact-body > div {
  padding-top: 114px;
  padding-bottom: 127px;
}
.contact #contact-body > div h2 {
  font-family: muli;
  font-size: 40px;
  text-align: center;
  color: #14233e;
  font-weight: normal;
  line-height: 50px;
  white-space: pre-line;
  margin: 0;
}
.contact #contact-body > div #tiles {
  text-align: center;
}
.contact #contact-body > div #tiles > div {
  display: inline-block;
  width: 50%;
  max-width: 340px;
  margin: 0 15px;
}
.contact #contact-body > div #tiles > div div {
  font-size: 90px;
  margin: 77px auto 20px;
}
.contact #contact-body > div #tiles > div a {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
  color: #14233e;
  font-size: 22px;
}
.contact #contact-form {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #faf3f3;
  padding-top: 100px;
  padding-bottom: 78px;
}
@media (max-width: "1300px") {
  .contact #contact-form {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .contact #contact-form {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .contact #contact-form {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .contact #contact-form {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .contact #contact-form {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .contact #contact-form {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.contact #contact-form #contact-cta {
  background-color: #faf3f3;
}
.contact #contact-form #contact-cta > div {
  width: 100%;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-bottom: 80px;
  text-align: center;
  color: #14233e;
}
@media (max-width: "1300px") {
  .contact #contact-form #contact-cta > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .contact #contact-form #contact-cta > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .contact #contact-form #contact-cta > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .contact #contact-form #contact-cta > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .contact #contact-form #contact-cta > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .contact #contact-form #contact-cta > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.contact #contact-form #contact-cta > div > b {
  display: inline-block;
  height: 100%;
  width: 10px;
  vertical-align: middle;
}
.contact #contact-form #contact-cta > div span, .contact #contact-form #contact-cta > div select {
  font-family: muli;
  font-size: 40px;
  text-align: center;
  color: #14233e;
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  font-family: muli;
  vertical-align: middle;
}
.contact #contact-form #contact-cta > div > div {
  height: 45px;
  width: 100%;
  text-align: center;
  margin: 42px auto 0;
  white-space: nowrap;
}
.contact #contact-form #contact-cta > div > div span {
  font-size: 32px;
  line-height: 50px;
  vertical-align: bottom;
  padding: 0 8px;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric {
  background-color: transparent;
  border: none;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric:before, .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric:after {
  display: none;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric span {
  color: #14233e;
  font-size: 40px;
  line-height: 46px;
  font-style: normal;
  padding: 0;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric .label {
  margin: 0;
  height: 48px;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric .label:before {
  content: "";
  display: block;
  position: absolute;
  top: 46px;
  height: 2px;
  width: 100%;
  background-color: #ec2639;
  z-index: -1;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric-items li {
  color: #14233e;
  text-align: left;
  padding: 10px 5px;
  line-height: 32px;
  font-size: 30px;
  min-height: 32px;
}
.contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric-items li.highlighted, .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric-items li:hover {
  color: #ec2639;
  background: #faf3f3;
}
.contact #contact-form #actual-form {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.contact #contact-form #actual-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  border-top-color: #faf3f3;
  border-right-color: #faf3f3;
  border-left-color: #faf3f3;
}
.contact #contact-form #actual-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha {
  border: none;
}
@media (max-width: 900px) {
  .contact #contact-body > div {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .contact #contact-body > div h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
    color: #14233e;
  }
  .contact #contact-body > div #tiles > div {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact #contact-body > div #tiles > div div {
    margin-top: 32px;
  }
  .contact #contact-form {
    padding-top: 0;
  }
  .contact #contact-form #contact-cta > div {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .contact #contact-form #contact-cta > div > b {
    display: block;
    height: 1px;
    width: 100%;
    font-size: 0;
    clear: both;
  }
  .contact #contact-form #contact-cta > div span, .contact #contact-form #contact-cta > div select {
    font-size: 24px;
    line-height: 28px;
  }
  .contact #contact-form #contact-cta > div > div {
    height: 48px;
    margin: 34px auto 0;
  }
  .contact #contact-form #contact-cta > div > div span {
    font-size: 32px;
    line-height: 50px;
    vertical-align: bottom;
    padding: 0 8px;
  }
  .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric {
    background-color: #faf3f3;
  }
  .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric span {
    font-size: 24px;
    line-height: 46px;
  }
  .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric .label:before {
    top: 36px;
  }
  .contact #contact-form #contact-cta > div > div.selectric-wrapper .selectric-items li {
    padding: 10px 5px;
    line-height: 24px;
    font-size: 18px;
    min-height: 24px;
  }
}
.selectric-items ul li:before {
  display: none !important;
}
.how-we-help #intro > div {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: "1300px") {
  .how-we-help #intro > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #intro > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #intro > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #intro > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #intro > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #intro > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help #intro > div .content {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  color: #14233e;
}
.how-we-help #section1 {
  background-color: #faf3f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
.how-we-help #section1 > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  font-size: 0;
}
@media (max-width: "1300px") {
  .how-we-help #section1 > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #section1 > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #section1 > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #section1 > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #section1 > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #section1 > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help #section1 > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
}
.how-we-help #section1 > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.how-we-help #section1 > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.7674418605%;
}
.how-we-help #section1 > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.how-we-help #section1 > div > div.gywisyw {
  padding-left: 100px;
  width: 58%;
}
@media (max-width: "1300px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 12px;
  }
}
.how-we-help #section1 > div > div.gywisyw h3:first-child {
  margin-bottom: 30px;
}
.how-we-help #how {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
}
@media (max-width: "1300px") {
  .how-we-help #how {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #how {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #how {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #how {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #how {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #how {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help #how > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .how-we-help #how > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #how > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #how > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #how > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #how > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #how > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help #how:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: 420px;
  width: 50%;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .how-we-help #how:after {
    display: none;
  }
}
.how-we-help #how:after {
  bottom: unset;
  top: 0;
}
.how-we-help #how > div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (max-width: "1300px") {
  .how-we-help #how > div {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #how > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #how > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #how > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #how > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #how > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.how-we-help #how > div #tiles {
  font-size: 0;
}
.how-we-help #how > div #tiles > div {
  display: inline-block;
  width: 50%;
  margin: 0 0 50px;
}
.how-we-help #how > div #tiles > div > div {
  display: inline-block;
  vertical-align: middle;
}
.how-we-help #how > div #tiles > div .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
}
.how-we-help #how > div #tiles > div .img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.how-we-help #how > div #tiles > div .content {
  width: calc(100% - 200px);
  padding: 0 30px;
}
.how-we-help #how > div #tiles > div .content h5 {
  font-family: muli;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #14233e;
  margin: 0;
}
.how-we-help #how > div #tiles > div .content p {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
  margin: 6px 0 16px;
}
.how-we-help #outro > div {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 60px;
  padding-bottom: 140px;
  text-align: center;
}
@media (max-width: "1300px") {
  .how-we-help #outro > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help #outro > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help #outro > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help #outro > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help #outro > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help #outro > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help #outro > div .content {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  color: #14233e;
}
@media (max-width: 1024px) {
  .how-we-help #intro > div {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 65px;
  }
  .how-we-help #outro > div {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) and (max-width: "1300px") {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "1200px") {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "1100px") {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "768px") {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "480px") {
  .how-we-help #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .how-we-help #intro > div {
    padding-top: 74px;
    padding-bottom: 65px;
  }
  .how-we-help #intro > div .content h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
    color: #14233e;
  }
  .how-we-help #section1 > div > div {
    display: block;
    width: 100%;
  }
  .how-we-help #section1 > div > div.img {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
    width: 100%;
    margin-top: 36px;
  }
  .how-we-help #how > div #tiles > div {
    display: block;
    width: 100%;
  }
  .how-we-help #outro > div {
    padding-top: 0;
    padding-bottom: 65px;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .how-we-help #section1 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .how-we-help #how > div {
    padding-bottom: 30px;
  }
  .how-we-help #how > div #tiles > div > div {
    display: block;
    width: 100%;
  }
  .how-we-help #how > div #tiles > div .img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .how-we-help #how > div #tiles > div .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .how-we-help #how > div #tiles > div .img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .how-we-help #how > div #tiles > div .content {
    padding: 0;
    width: 100%;
    padding-top: 30px;
  }
}
.how-we-help.page-child #intro > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: "1300px") {
  .how-we-help.page-child #intro > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help.page-child #intro > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help.page-child #intro > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help.page-child #intro > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help.page-child #intro > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help.page-child #intro > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help.page-child #intro > div .content {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
  color: #14233e;
}
.how-we-help.page-child #service-body {
  background-color: #faf3f3;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 0;
}
.how-we-help.page-child #service-body > div {
  text-align: justify;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
.how-we-help.page-child #service-body > div:before, .how-we-help.page-child #service-body > div:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
}
.how-we-help.page-child #service-body > div > * {
  display: inline-block;
}
@media (max-width: "1300px") {
  .how-we-help.page-child #service-body > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help.page-child #service-body > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help.page-child #service-body > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help.page-child #service-body > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help.page-child #service-body > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help.page-child #service-body > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help.page-child #service-body > div#columns {
  padding-bottom: 50px;
}
.how-we-help.page-child #service-body > div > div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.how-we-help.page-child #service-body > div > div:first-child {
  width: 42%;
  max-width: 430px;
}
.how-we-help.page-child #service-body > div > div:last-child {
  width: 49%;
  max-width: 500px;
}
.how-we-help.page-child #service-body > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.how-we-help.page-child #service-body > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.how-we-help.page-child #service-body > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.how-we-help.page-child #service-body > div > div.gywisyw h2 {
  letter-spacing: 0.1px;
}
.how-we-help.page-child #testimonial {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  .how-we-help.page-child #testimonial {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help.page-child #testimonial {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help.page-child #testimonial {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help.page-child #testimonial {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help.page-child #testimonial {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help.page-child #testimonial {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help.page-child #testimonial > div {
  padding: 100px;
  text-align: left;
}
.how-we-help.page-child #testimonial > div .icon-quote {
  position: absolute;
  font-size: 92px;
  top: -24px;
  left: -99px;
}
.how-we-help.page-child #testimonial > div .content {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  color: #14233e;
  margin: 0 0 20px;
}
.how-we-help.page-child #testimonial > div h6 {
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #14233e;
  text-align: left;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.how-we-help.page-child #service-cta {
  background-color: #ec2639;
}
.how-we-help.page-child #service-cta > div {
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  text-align: justify;
  padding-top: 41px;
  padding-bottom: 41px;
}
@media (max-width: "1300px") {
  .how-we-help.page-child #service-cta > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .how-we-help.page-child #service-cta > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .how-we-help.page-child #service-cta > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .how-we-help.page-child #service-cta > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .how-we-help.page-child #service-cta > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .how-we-help.page-child #service-cta > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.how-we-help.page-child #service-cta > div:before, .how-we-help.page-child #service-cta > div:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
}
.how-we-help.page-child #service-cta > div > * {
  display: inline-block;
}
.how-we-help.page-child #service-cta > div .content {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  max-width: calc(100% - 240px);
}
.how-we-help.page-child #service-cta > div .content p {
  margin: 0;
  text-align: left;
}
.how-we-help.page-child #service-cta > div .btn {
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.how-we-help.page-child #service-cta > div .btn:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-color: #fff;
  color: #ec2639;
}
@media (max-width: 1024px) {
  .how-we-help.page-child #intro > div {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .how-we-help.page-child #service-body {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 900px) {
  .how-we-help.page-child #intro > div {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .how-we-help.page-child #intro > div .content h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    text-align: center;
    color: #14233e;
  }
  .how-we-help.page-child #service-body {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  .how-we-help.page-child #service-body > div#columns {
    padding-bottom: 65px;
  }
  .how-we-help.page-child #service-body > div > div {
    display: block;
  }
  .how-we-help.page-child #service-body > div > div:first-child {
    width: 100%;
    max-width: unset;
  }
  .how-we-help.page-child #service-body > div > div:last-child {
    width: 100%;
    max-width: unset;
  }
  .how-we-help.page-child #service-body > div > div.img {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .how-we-help.page-child #service-body > div > div.gywisyw h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    color: #14233e;
    margin-bottom: 20px;
  }
  .how-we-help.page-child #testimonial > div {
    padding: 77px 0;
  }
  .how-we-help.page-child #testimonial > div .icon-quote {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 15px;
  }
  .how-we-help.page-child #testimonial > div h6 {
    margin-top: 26px;
  }
  .how-we-help.page-child #service-cta > div {
    padding-top: 47px;
    padding-bottom: 51px;
    text-align: left;
  }
  .how-we-help.page-child #service-cta > div .content {
    display: block;
    width: 100%;
    max-width: unset;
  }
  .how-we-help.page-child #service-cta > div .btn {
    margin-top: 30px;
  }
}
.blog #filters, .category #filters, .archive #filters {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  margin-top: 100px;
  line-height: normal;
}
@media (max-width: "1300px") {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #filters, .category #filters, .archive #filters {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.blog #filters > div, .category #filters > div, .archive #filters > div {
  border-bottom: 1px solid #d0d3d8;
}
.blog #filters > div a, .category #filters > div a, .archive #filters > div a {
  -webkit-transition: none 0.4s ease-in-out;
  -moz-transition: none 0.4s ease-in-out;
  -ms-transition: none 0.4s ease-in-out;
  -o-transition: none 0.4s ease-in-out;
  transition: none 0.4s ease-in-out;
  display: inline-block;
  padding: 14px 0 16px;
  margin: 0 20px;
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  color: #14233e;
  text-transform: uppercase;
  position: relative;
}
.blog #filters > div a:first-child, .category #filters > div a:first-child, .archive #filters > div a:first-child {
  margin: 0 20px 0 0;
}
.blog #filters > div a:after, .category #filters > div a:after, .archive #filters > div a:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ec2639;
}
.blog #filters > div a:hover, .blog #filters > div a.current, .category #filters > div a:hover, .category #filters > div a.current, .archive #filters > div a:hover, .archive #filters > div a.current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.blog #filters > div a:hover:after, .blog #filters > div a.current:after, .category #filters > div a:hover:after, .category #filters > div a.current:after, .archive #filters > div a:hover:after, .archive #filters > div a.current:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.blog #filters > div .cat-filter, .category #filters > div .cat-filter, .archive #filters > div .cat-filter {
  display: none;
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  color: #14233e;
  text-transform: uppercase;
}
.blog #filters > div .cat-filter .selectric-wrapper .selectric-items, .category #filters > div .cat-filter .selectric-wrapper .selectric-items, .archive #filters > div .cat-filter .selectric-wrapper .selectric-items {
  background: #fff;
}
.blog #filters > div .cat-filter .selectric-wrapper ul li:before, .category #filters > div .cat-filter .selectric-wrapper ul li:before, .archive #filters > div .cat-filter .selectric-wrapper ul li:before {
  display: none;
}
.blog #filters > div .cat-filter .selectric, .category #filters > div .cat-filter .selectric, .archive #filters > div .cat-filter .selectric {
  background-color: #fff;
}
.blog #filters > div .cat-filter .selectric:before, .category #filters > div .cat-filter .selectric:before, .archive #filters > div .cat-filter .selectric:before {
  display: none;
}
.blog #filters > div .cat-filter .selectric:after, .category #filters > div .cat-filter .selectric:after, .archive #filters > div .cat-filter .selectric:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ec2639 transparent transparent transparent;
  height: 0;
  right: 0;
}
@media (max-width: 900px) {
  .blog #filters, .category #filters, .archive #filters {
    margin-top: 28px;
  }
  .blog #filters > div a, .category #filters > div a, .archive #filters > div a {
    display: none;
  }
  .blog #filters > div .cat-filter, .category #filters > div .cat-filter, .archive #filters > div .cat-filter {
    display: block;
  }
}
.blog #posts #sticky, .category #posts #sticky, .archive #posts #sticky {
  background-color: #fff;
  padding-top: 70px;
}
.blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  font-size: 0;
}
@media (max-width: "1300px") {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #posts #sticky > div, .category #posts #sticky > div, .archive #posts #sticky > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.blog #posts #sticky > div > div, .category #posts #sticky > div > div, .archive #posts #sticky > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
}
.blog #posts #sticky > div > div.img, .category #posts #sticky > div > div.img, .archive #posts #sticky > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #14233e;
}
.blog #posts #sticky > div > div.img:before, .category #posts #sticky > div > div.img:before, .archive #posts #sticky > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.blog #posts #sticky > div > div.img > div, .category #posts #sticky > div > div.img > div, .archive #posts #sticky > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog #posts #sticky > div > div.img a, .category #posts #sticky > div > div.img a, .archive #posts #sticky > div > div.img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
  padding-left: 100px;
  width: 58%;
  line-height: 1;
}
@media (max-width: "1300px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 12px;
  }
}
.blog #posts #sticky > div > div.content span, .category #posts #sticky > div > div.content span, .archive #posts #sticky > div > div.content span {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
}
.blog #posts #sticky > div > div.content h4, .category #posts #sticky > div > div.content h4, .archive #posts #sticky > div > div.content h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 1.25;
  margin: 10px 0 20px;
}
.blog #posts #sticky > div > div.content p, .category #posts #sticky > div > div.content p, .archive #posts #sticky > div > div.content p {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
  margin: 0 0 20px;
}
.blog #posts #sticky > div > div.content .btn-text, .category #posts #sticky > div > div.content .btn-text, .archive #posts #sticky > div > div.content .btn-text {
  margin: 0;
}
.blog #posts #recent, .category #posts #recent, .archive #posts #recent {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
}
@media (max-width: "1300px") {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #posts #recent, .category #posts #recent, .archive #posts #recent {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.blog #posts #recent:after, .category #posts #recent:after, .archive #posts #recent:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: calc(100% - 150px);
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .blog #posts #recent:after, .category #posts #recent:after, .archive #posts #recent:after {
    display: none;
  }
}
.blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: "1300px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "1200px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "1100px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "768px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "480px") {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1300px) {
  .blog #posts #recent > div, .category #posts #recent > div, .archive #posts #recent > div {
    max-width: 100%;
  }
}
.blog #posts #recent > div > div, .category #posts #recent > div > div, .archive #posts #recent > div > div {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 77px;
  font-size: 0;
}
@media (max-width: 1300px) {
  .blog #posts #recent > div > div, .category #posts #recent > div > div, .archive #posts #recent > div > div {
    max-width: 100%;
  }
}
.blog #posts #recent > div > div > div, .category #posts #recent > div > div > div, .archive #posts #recent > div > div > div {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
.blog #posts #recent > div > div > div > div, .category #posts #recent > div > div > div > div, .archive #posts #recent > div > div > div > div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px);
}
.blog #posts #recent > div > div > div > div.img, .category #posts #recent > div > div > div > div.img, .archive #posts #recent > div > div > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #14233e;
  width: 200px;
  height: 200px;
}
.blog #posts #recent > div > div > div > div.img a, .category #posts #recent > div > div > div > div.img a, .archive #posts #recent > div > div > div > div.img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
}
@media (max-width: "1300px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "1200px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "1100px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "768px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.blog #posts #recent > div > div > div > div.content span, .category #posts #recent > div > div > div > div.content span, .archive #posts #recent > div > div > div > div.content span {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
}
.blog #posts #recent > div > div > div > div.content h4, .category #posts #recent > div > div > div > div.content h4, .archive #posts #recent > div > div > div > div.content h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 1.5;
  margin: 5px 0 16px;
}
.blog #posts #recent > div > div > div > div.content .btn-text, .category #posts #recent > div > div > div > div.content .btn-text, .archive #posts #recent > div > div > div > div.content .btn-text {
  margin: 0;
}
@media (max-width: 900px) {
  .blog #posts #sticky, .category #posts #sticky, .archive #posts #sticky {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .blog #posts #sticky > div > div, .category #posts #sticky > div > div, .archive #posts #sticky > div > div {
    display: block;
    width: 100%;
  }
  .blog #posts #sticky > div > div.img, .category #posts #sticky > div > div.img, .archive #posts #sticky > div > div.img {
    position: relative;
    width: 100%;
  }
  .blog #posts #sticky > div > div.img:before, .category #posts #sticky > div > div.img:before, .archive #posts #sticky > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .blog #posts #sticky > div > div.img > div, .category #posts #sticky > div > div.img > div, .archive #posts #sticky > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
    width: 100%;
    margin-top: 32px;
  }
  .blog #posts #sticky > div > div.content h4, .category #posts #sticky > div > div.content h4, .archive #posts #sticky > div > div.content h4 {
    margin: 10px 0;
  }
  .blog #posts #recent > div > div, .category #posts #recent > div > div, .archive #posts #recent > div > div {
    padding-top: 30px;
  }
  .blog #posts #recent > div > div > div, .category #posts #recent > div > div > div, .archive #posts #recent > div > div > div {
    display: block;
    width: 100%;
    margin-bottom: 53px;
  }
  .blog #posts #recent > div > div > div > div, .category #posts #recent > div > div > div > div, .archive #posts #recent > div > div > div > div {
    display: block;
    width: 100%;
  }
  .blog #posts #recent > div > div > div > div.img, .category #posts #recent > div > div > div > div.img, .archive #posts #recent > div > div > div > div.img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .blog #posts #recent > div > div > div > div.img:before, .category #posts #recent > div > div > div > div.img:before, .archive #posts #recent > div > div > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .blog #posts #recent > div > div > div > div.img > div, .category #posts #recent > div > div > div > div.img > div, .archive #posts #recent > div > div > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  .blog #posts #recent > div > div > div > div.content h4, .category #posts #recent > div > div > div > div.content h4, .archive #posts #recent > div > div > div > div.content h4 {
    font-family: muli;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #14233e;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .blog #posts #sticky > div > div.content, .category #posts #sticky > div > div.content, .archive #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .blog #posts #recent > div > div > div > div.content, .category #posts #recent > div > div > div > div.content, .archive #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .blog #posts #recent > div > div > div > div, .category #posts #recent > div > div > div > div, .archive #posts #recent > div > div > div > div {
    display: block;
    width: 100%;
  }
  .blog #posts #recent > div > div > div > div.img, .category #posts #recent > div > div > div > div.img, .archive #posts #recent > div > div > div > div.img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .blog #posts #recent > div > div > div > div.img:before, .category #posts #recent > div > div > div > div.img:before, .archive #posts #recent > div > div > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .blog #posts #recent > div > div > div > div.img > div, .category #posts #recent > div > div > div > div.img > div, .archive #posts #recent > div > div > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.pagination {
  margin-top: 37px;
  text-align: center;
  font-family: muli;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #14233e;
}
.pagination .page-numbers {
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #14233e;
  padding: 0 8px;
}
.pagination .page-numbers.hover, .pagination .page-numbers.current {
  color: #ec2639;
}
.pagination .screen-reader-text {
  display: none;
}
.blog #subscribe, .category #subscribe, .archive #subscribe, .single-post #subscribe {
  background-color: #faf3f3;
}
.blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 74px;
  padding-bottom: 74px;
  line-height: normal;
}
@media (max-width: "1300px") {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.blog #subscribe > div h3, .category #subscribe > div h3, .archive #subscribe > div h3, .single-post #subscribe > div h3 {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  color: #14233e;
  font-weight: normal;
  margin: 0 0 30px;
}
.blog #subscribe > div img.gform_ajax_spinner, .category #subscribe > div img.gform_ajax_spinner, .archive #subscribe > div img.gform_ajax_spinner, .single-post #subscribe > div img.gform_ajax_spinner {
  display: none;
}
.blog #subscribe > div .gform_wrapper .gform_body, .category #subscribe > div .gform_wrapper .gform_body, .archive #subscribe > div .gform_wrapper .gform_body, .single-post #subscribe > div .gform_wrapper .gform_body {
  display: inline-block;
  width: calc(100% - 185px);
}
.blog #subscribe > div .gform_wrapper .gform_body ul, .category #subscribe > div .gform_wrapper .gform_body ul, .archive #subscribe > div .gform_wrapper .gform_body ul, .single-post #subscribe > div .gform_wrapper .gform_body ul {
  width: 100%;
  margin-bottom: 0;
}
.blog #subscribe > div .gform_wrapper .gform_body ul li, .category #subscribe > div .gform_wrapper .gform_body ul li, .archive #subscribe > div .gform_wrapper .gform_body ul li, .single-post #subscribe > div .gform_wrapper .gform_body ul li {
  display: inline-block;
  height: 50px;
  font-size: 0;
  width: 50%;
}
.blog #subscribe > div .gform_wrapper .gform_body ul li span, .category #subscribe > div .gform_wrapper .gform_body ul li span, .archive #subscribe > div .gform_wrapper .gform_body ul li span, .single-post #subscribe > div .gform_wrapper .gform_body ul li span {
  display: inline;
}
.blog #subscribe > div .gform_wrapper .gform_body ul li:before, .category #subscribe > div .gform_wrapper .gform_body ul li:before, .archive #subscribe > div .gform_wrapper .gform_body ul li:before, .single-post #subscribe > div .gform_wrapper .gform_body ul li:before {
  display: none;
}
.blog #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .category #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .archive #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .single-post #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
  padding-right: 30px;
}
.blog #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio), .category #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio), .archive #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio), .single-post #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_checkbox):not(.ginput_container_radio) {
  height: 50px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.blog #subscribe > div .gform_wrapper .gform_footer, .category #subscribe > div .gform_wrapper .gform_footer, .archive #subscribe > div .gform_wrapper .gform_footer, .single-post #subscribe > div .gform_wrapper .gform_footer {
  display: inline-block;
}
.blog #subscribe > div .gform_wrapper .gform_footer .gform_button, .category #subscribe > div .gform_wrapper .gform_footer .gform_button, .archive #subscribe > div .gform_wrapper .gform_footer .gform_button, .single-post #subscribe > div .gform_wrapper .gform_footer .gform_button {
  margin: 0;
  padding: 0;
  width: 175px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog #subscribe > div, .category #subscribe > div, .archive #subscribe > div, .single-post #subscribe > div {
    padding-top: 64px;
    padding-bottom: 69px;
  }
  .blog #subscribe > div .gform_wrapper .gform_body, .category #subscribe > div .gform_wrapper .gform_body, .archive #subscribe > div .gform_wrapper .gform_body, .single-post #subscribe > div .gform_wrapper .gform_body {
    display: block;
    width: 100%;
  }
  .blog #subscribe > div .gform_wrapper .gform_body ul li, .category #subscribe > div .gform_wrapper .gform_body ul li, .archive #subscribe > div .gform_wrapper .gform_body ul li, .single-post #subscribe > div .gform_wrapper .gform_body ul li {
    display: block;
    width: 100%;
  }
  .blog #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .category #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .archive #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield, .single-post #subscribe > div .gform_wrapper .gform_body .gform_fields .gfield {
    margin: 0 0 30px;
    padding-right: 0;
  }
  .blog #subscribe > div .gform_wrapper .gform_footer, .category #subscribe > div .gform_wrapper .gform_footer, .archive #subscribe > div .gform_wrapper .gform_footer, .single-post #subscribe > div .gform_wrapper .gform_footer {
    display: block;
    text-align: left;
  }
  .blog #subscribe > div .gform_wrapper .gform_footer .gform_button, .category #subscribe > div .gform_wrapper .gform_footer .gform_button, .archive #subscribe > div .gform_wrapper .gform_footer .gform_button, .single-post #subscribe > div .gform_wrapper .gform_footer .gform_button {
    margin: 0;
  }
}
.single-post:before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #14233e;
}
@media (max-width: 636px) {
  .single-post:before {
    height: auto;
    padding-top: 55%;
  }
}
.single-post.thumbless:before {
  height: 0;
}
.single-post #single-body {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  line-height: normal;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: "1300px") {
  .single-post #single-body {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .single-post #single-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .single-post #single-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .single-post #single-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .single-post #single-body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .single-post #single-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.single-post #single-body div {
  position: inherit;
}
.single-post #single-body #featured {
  text-align: center;
}
.single-post #single-body #featured img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.single-post #single-body #body-content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 60px;
}
.single-post #single-body #body-content .meta {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
}
.single-post #single-body #body-content .title {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  margin: 10px 0 20px;
  line-height: 30px;
}
.single-post #single-body #body-content .gywisyw h5, .single-post #single-body #body-content .gywisyw h6 {
  font-weight: bold;
  margin: 0;
}
.single-post #single-body #body-content .cta-shortcode {
  background-color: #14233e;
  padding: 55px 36px;
  margin: 50px 0;
  text-align: center;
}
.single-post #single-body #body-content .cta-shortcode > div {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: normal;
  color: #fff;
}
.single-post #single-body #body-content .cta-shortcode > div:before {
  position: absolute;
  display: block;
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../images/logo-seal.svg);
  height: 60px;
  width: 60px;
  margin: 0 auto 20px;
}
.single-post #single-body #body-content .cta-shortcode .btn {
  margin: 30px auto 0;
}
.single-post #links {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
}
@media (max-width: "1300px") {
  .single-post #links {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .single-post #links {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .single-post #links {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .single-post #links {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .single-post #links {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .single-post #links {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.single-post #links > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .single-post #links > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .single-post #links > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .single-post #links > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .single-post #links > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .single-post #links > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .single-post #links > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.single-post #links:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: 175px;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .single-post #links:after {
    display: none;
  }
}
.single-post #links:after {
  bottom: -1px;
}
.single-post #links > div {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  .single-post #links > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .single-post #links > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .single-post #links > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .single-post #links > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .single-post #links > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .single-post #links > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 924px) {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: "1300px") {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: "1200px") {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: "1100px") {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: 1024px) {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: "768px") {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 924px) and (max-width: "480px") {
  .single-post #links > div {
    padding-right: 0;
    padding-left: 0;
  }
}
.single-post #links > div > div {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 100px;
}
.single-post #links > div > div:before, .single-post #links > div > div:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
}
.single-post #links > div > div > * {
  display: inline-block;
}
.single-post #links > div > div:before {
  background-color: #d0d3d8;
}
.single-post #links > div > div a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 50px;
  font-family: VTFLeague !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.88px;
  color: #14233e;
  text-transform: uppercase;
}
.single-post #links > div > div a.icon-arrow:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  font-family: icomoon;
}
.single-post #links > div > div a.icon-share:before {
  display: none;
}
.single-post #links > div > div a.icon-share:after {
  content: "";
  color: #ec2639;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-family: icomoon;
}
.single-post #links > div > div a:hover {
  color: #ec2639;
}
.single-post #links > div > div a:hover.icon-arrow:before {
  -moz-transform: scaleX(-1) translate(5px, 0);
  -o-transform: scaleX(-1) translate(5px, 0);
  -ms-transform: scaleX(-1) translate(5px, 0);
  -webkit-transform: scaleX(-1) translate(5px, 0);
  transform: scaleX(-1) translate(5px, 0);
}
@media (max-width: 767px) {
  .single-post #single-body {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding-right: 135px;
    padding-left: 135px;
    line-height: normal;
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-post #single-body #featured {
    text-align: center;
  }
  .single-post #single-body #featured img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .single-post #single-body #body-content {
    padding-bottom: 30px;
  }
  .single-post #links > div > div {
    padding-bottom: 80px;
  }
  .single-post #links > div > div a {
    margin-top: 60px;
  }
}
@media (max-width: 767px) and (max-width: "1300px") {
  .single-post #single-body {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) and (max-width: "1200px") {
  .single-post #single-body {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) and (max-width: "1100px") {
  .single-post #single-body {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  .single-post #single-body {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) and (max-width: "768px") {
  .single-post #single-body {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) and (max-width: "480px") {
  .single-post #single-body {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.single-post #overlay {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
.single-post #overlay > a {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 20px;
  right: 20px;
}
.single-post #overlay > a span {
  color: white;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-post #overlay > a span:before, .single-post #overlay > a span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  background: white;
}
.single-post #overlay > a span:before {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-post #overlay > a span:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.single-post #sharing {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 10000000001;
  line-height: 2;
}
.single-post #sharing h3, .single-post #sharing h4 {
  color: white;
}
.single-post #sharing span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.single-post #sharing span a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  color: #ec2639;
}
.single-post #sharing span a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.8;
}
.single-post #sharing span a:before, .single-post #sharing span a:after {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .single-post #sharing {
    width: 100%;
    padding: 0 20px;
  }
}
#who-body > div > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  #who-body > div > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #who-body > div > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #who-body > div > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #who-body > div > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #who-body > div > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #who-body > div > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#who-body #intro {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  font-size: 0;
}
#who-body #intro > div > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#who-body #intro > div > div:first-child {
  padding-right: 40px;
}
#who-body #intro > div > div:last-child {
  max-width: 470px;
}
#who-body #intro > div > div h2 {
  font-weight: normal;
}
#who-body #section1 {
  background-color: #faf3f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
#who-body #section1 > div {
  font-size: 0;
}
#who-body #section1 > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
}
#who-body #section1 > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#who-body #section1 > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 88.3720930233%;
}
#who-body #section1 > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#who-body #section1 > div > div.gywisyw {
  padding-left: 100px;
  width: 58%;
}
@media (max-width: "1300px") {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #who-body #section1 > div > div.gywisyw {
    padding-left: 12px;
  }
}
#who-body #section1 > div > div.gywisyw h3:first-child {
  margin-bottom: 30px;
}
#who-body #section2 {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}
#who-body #section2 > div {
  direction: rtl;
  font-size: 0;
}
#who-body #section2 > div > div {
  direction: ltr;
  display: inline-block;
  vertical-align: middle;
  width: 42%;
}
#who-body #section2 > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#who-body #section2 > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 88.3720930233%;
}
#who-body #section2 > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#who-body #section2 > div > div.gywisyw {
  padding-right: 100px;
  width: 58%;
}
@media (max-width: "1300px") {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 80px;
  }
}
@media (max-width: "1200px") {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 60px;
  }
}
@media (max-width: "1100px") {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 40px;
  }
}
@media (max-width: "768px") {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  #who-body #section2 > div > div.gywisyw {
    padding-right: 12px;
  }
}
#who-body #section2 > div > div.gywisyw h3:first-child {
  margin-bottom: 30px;
}
#who-body #message {
  background-color: #faf3f3;
  padding-top: 70px;
  padding-bottom: 80px;
}
#who-body #message .content {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
}
#who-body #message .content p:first-of-type {
  margin-top: 0;
}
#who-body #message .content p:last-of-type {
  margin-bottom: 0;
}
#who-body #message .credit {
  font-size: 0;
  margin-top: 50px;
}
#who-body #message .credit .avatar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 80px;
  border-width: 0;
  border-color: #faf3f3;
  border-style: solid;
  box-shadow: 0 0 0 0 #faf3f3 inset, 0 0 0 0 #faf3f3;
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
}
#who-body #message .credit .signature {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  margin-top: 10px;
  margin-left: 23px;
  width: calc(100% - 105px);
}
@media (max-width: 900px) {
  #who-body #intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #who-body #intro > div > div {
    display: block;
    width: 100%;
  }
  #who-body #intro > div > div:first-child {
    padding-right: unset;
  }
  #who-body #intro > div > div:last-child {
    max-width: 100%;
  }
  #who-body #intro > div > div h2 {
    margin-bottom: 20px;
  }
  #who-body #section1 > div > div, #who-body #section2 > div > div {
    display: block;
    width: 100%;
  }
  #who-body #section1 > div > div.img, #who-body #section2 > div > div.img {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  #who-body #section1 > div > div.gywisyw, #who-body #section2 > div > div.gywisyw {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  #who-body #intro {
    padding-top: 64px;
    padding-bottom: 66px;
  }
  #who-body #intro > div > div h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    color: #14233e;
  }
  #who-body #message {
    padding-bottom: 70px;
  }
}
#why-body > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 64px;
  padding-bottom: 50px;
}
@media (max-width: "1300px") {
  #why-body > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  #why-body > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  #why-body > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  #why-body > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  #why-body > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  #why-body > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#why-body > div > div {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d0d3d8;
}
#why-body > div > div:last-child {
  border-bottom: none;
}
#why-body > div > div > div {
  padding: 50px 0;
  display: table-cell;
  vertical-align: middle;
}
#why-body > div > div > div.icon {
  padding-right: 80px;
  font-size: 247px;
}
@media (max-width: "1300px") {
  #why-body > div > div > div.icon {
    padding-right: 80px;
  }
}
@media (max-width: "1200px") {
  #why-body > div > div > div.icon {
    padding-right: 60px;
  }
}
@media (max-width: "1100px") {
  #why-body > div > div > div.icon {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  #why-body > div > div > div.icon {
    padding-right: 40px;
  }
}
@media (max-width: "768px") {
  #why-body > div > div > div.icon {
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  #why-body > div > div > div.icon {
    padding-right: 12px;
  }
}
#why-body > div > div > div h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 34px;
  margin: 0;
}
#why-body > div > div > div p {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 35px;
  }
  #why-body > div > div {
    padding-right: 135px;
    padding-left: 135px;
    display: block;
  }
  #why-body > div > div > div {
    display: block;
  }
  #why-body > div > div > div.icon {
    padding-bottom: 0;
    font-size: 180px;
  }
}
@media (max-width: 767px) and (max-width: "1300px") {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: "1200px") {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: "1100px") {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: "768px") {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: "480px") {
  #why-body > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) and (max-width: "1300px") {
  #why-body > div > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) and (max-width: "1200px") {
  #why-body > div > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 767px) and (max-width: "1100px") {
  #why-body > div > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) and (max-width: 1024px) {
  #why-body > div > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) and (max-width: "768px") {
  #why-body > div > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) and (max-width: "480px") {
  #why-body > div > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  #why-body > div > div > div {
    padding-top: 30px;
  }
  #why-body > div > div > div.icon {
    padding-top: 50px;
    font-size: 110px;
  }
}
.home #intro {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 70px;
  font-size: 0;
}
.home #intro > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
}
@media (max-width: "1300px") {
  .home #intro > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #intro > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #intro > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #intro > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #intro > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #intro > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #intro > div h6 {
  font-family: VTFLeague;
  font-size: 18px;
  font-weight: bold;
  color: #ec2639;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 20px;
}
.home #intro > div > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.home #intro > div > div:first-of-type {
  padding-right: 40px;
}
.home #intro > div > div:last-of-type {
  max-width: 480px;
}
.home #how {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
}
@media (max-width: "1300px") {
  .home #how {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #how {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #how {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #how {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #how {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #how {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #how > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .home #how > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #how > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #how > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #how > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #how > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #how > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #how:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: 420px;
  width: 50%;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .home #how:after {
    display: none;
  }
}
.home #how > div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 70px;
  padding-bottom: 20px;
}
@media (max-width: "1300px") {
  .home #how > div {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: "1200px") {
  .home #how > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: "1100px") {
  .home #how > div {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .home #how > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: "768px") {
  .home #how > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  .home #how > div {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home #how > div #tiles {
  font-size: 0;
}
.home #how > div #tiles > div {
  display: inline-block;
  width: 50%;
  margin: 0 0 50px;
}
.home #how > div #tiles > div > div {
  display: inline-block;
  vertical-align: middle;
}
.home #how > div #tiles > div .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
}
.home #how > div #tiles > div .img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home #how > div #tiles > div .content {
  width: calc(100% - 200px);
  padding: 0 30px;
}
.home #how > div #tiles > div .content h5 {
  font-family: muli;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #14233e;
  margin: 0;
}
.home #how > div #tiles > div .content p {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
  margin: 6px 0 16px;
}
.home #who {
  background-color: #faf3f3;
  padding-top: 130px;
}
.home #who > div {
  background-color: #14233e;
  padding-top: 36px;
}
.home #who > div:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #faf3f3;
  height: 36px;
  width: 100%;
  z-index: 1;
  top: 0;
}
.home #who > div > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  height: 584px;
}
@media (max-width: "1300px") {
  .home #who > div > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #who > div > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #who > div > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #who > div > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #who > div > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #who > div > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #who > div > div .content {
  display: table;
  height: 100%;
  text-align: center;
}
.home #who > div > div .content .gywisyw {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.home #who > div > div .content .gywisyw h1, .home #who > div > div .content .gywisyw h2, .home #who > div > div .content .gywisyw h3, .home #who > div > div .content .gywisyw h4, .home #who > div > div .content .gywisyw h5, .home #who > div > div .content .gywisyw h6, .home #who > div > div .content .gywisyw p {
  color: #fff;
  margin: 0;
}
.home #who > div > div .content .gywisyw p {
  margin: 20px 0 30px;
}
.home #who > div > div .content .gywisyw .btn {
  color: #fff;
  background-color: transparent;
}
.home #who > div > div .content .gywisyw .btn:hover {
  background-color: #ec2639;
}
.home #who > div > div .bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 621px;
  width: 693px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.home #who > div > div .bg:after {
  position: absolute;
  display: block;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/seal.png);
  height: 155px;
  width: 155px;
  right: 30px;
  bottom: 40px;
}
.home #testimonial > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
@media (max-width: "1300px") {
  .home #testimonial > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #testimonial > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #testimonial > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #testimonial > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #testimonial > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #testimonial > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #testimonial > div span {
  font-size: 92px;
}
.home #testimonial > div .content {
  font-family: muli;
  font-size: 24px;
  line-height: 1.42;
  text-align: center;
  color: #14233e;
  margin: 20px auto;
}
.home #testimonial > div h6 {
  font-family: VTFLeague;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.88px;
  text-align: center;
  color: #14233e;
  text-transform: uppercase;
}
.home #posts #sticky {
  background-color: #faf3f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home #posts #sticky > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 135px;
  padding-left: 135px;
  font-size: 0;
}
@media (max-width: "1300px") {
  .home #posts #sticky > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #posts #sticky > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #posts #sticky > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #posts #sticky > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #posts #sticky > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #posts #sticky > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #posts #sticky > div > div {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
}
.home #posts #sticky > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.home #posts #sticky > div > div.img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.home #posts #sticky > div > div.img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home #posts #sticky > div > div.img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home #posts #sticky > div > div.content {
  padding-left: 100px;
  width: 58%;
  line-height: 1;
}
@media (max-width: "1300px") {
  .home #posts #sticky > div > div.content {
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #posts #sticky > div > div.content {
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #posts #sticky > div > div.content {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #posts #sticky > div > div.content {
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #posts #sticky > div > div.content {
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #posts #sticky > div > div.content {
    padding-left: 12px;
  }
}
.home #posts #sticky > div > div.content span {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
}
.home #posts #sticky > div > div.content h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 1.25;
  margin: 10px 0 20px;
}
.home #posts #sticky > div > div.content p {
  font-family: muli;
  font-size: 18px;
  line-height: 1.56;
  color: #14233e;
  margin: 0 0 20px;
}
.home #posts #sticky > div > div.content .btn-text {
  margin: 0;
}
.home #posts #recent {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
}
@media (max-width: "1300px") {
  .home #posts #recent {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #posts #recent {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #posts #recent {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #posts #recent {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #posts #recent {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #posts #recent {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #posts #recent > div {
  padding-right: 135px;
  padding-left: 135px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: "1300px") {
  .home #posts #recent > div {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: "1200px") {
  .home #posts #recent > div {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: "1100px") {
  .home #posts #recent > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .home #posts #recent > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: "768px") {
  .home #posts #recent > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: "480px") {
  .home #posts #recent > div {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.home #posts #recent:after {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  background-color: #faf3f3;
  height: 170px;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .home #posts #recent:after {
    display: none;
  }
}
.home #posts #recent:after {
  bottom: unset;
  top: 0;
}
.home #posts #recent > div {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: "1300px") {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "1200px") {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "1100px") {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "768px") {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: "480px") {
  .home #posts #recent > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1300px) {
  .home #posts #recent > div {
    max-width: 100%;
  }
}
.home #posts #recent > div > div {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 76px;
  font-size: 0;
}
@media (max-width: 1300px) {
  .home #posts #recent > div > div {
    max-width: 100%;
  }
}
.home #posts #recent > div > div > div {
  display: inline-block;
  width: 50%;
  margin-bottom: 70px;
}
.home #posts #recent > div > div > div > div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px);
}
.home #posts #recent > div > div > div > div.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
}
.home #posts #recent > div > div > div > div.img a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home #posts #recent > div > div > div > div.content {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
}
@media (max-width: "1300px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "1200px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "1100px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: "768px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: "480px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home #posts #recent > div > div > div > div.content span {
  font-family: muli;
  font-size: 16px;
  line-height: 1.75;
  color: #14233e;
}
.home #posts #recent > div > div > div > div.content h4 {
  font-family: muli;
  font-size: 24px;
  font-weight: bold;
  color: #14233e;
  line-height: 1.5;
  margin: 5px 0 16px;
}
.home #posts #recent > div > div > div > div.content .btn-text {
  margin: 0;
}
@media (max-width: 1024px) {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .home #testimonial > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) and (max-width: "1300px") {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "1200px") {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "1100px") {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "768px") {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) and (max-width: "480px") {
  .home #how > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .home #intro {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .home #intro > div > div {
    display: block;
    width: 100%;
  }
  .home #intro > div > div:first-child {
    padding-right: unset;
  }
  .home #intro > div > div:last-child {
    max-width: 100%;
  }
  .home #intro > div > div h2 {
    margin-bottom: 20px;
  }
  .home #how > div {
    padding-top: 50px;
  }
  .home #how > div #tiles > div {
    display: block;
    width: 100%;
  }
  .home #who {
    padding-top: 60px;
  }
  .home #who > div {
    padding-top: 70px;
  }
  .home #who > div:before, .home #who > div:after {
    display: none;
  }
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
    height: auto;
  }
  .home #who > div > div .content {
    padding-right: 135px;
    padding-left: 135px;
    padding-bottom: 64px;
    display: block;
    height: auto;
    width: 100%;
    max-width: unset;
  }
  .home #who > div > div .bg {
    position: relative;
    width: 100%;
    background-position: bottom right;
  }
  .home #testimonial > div {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .home #posts #sticky > div > div {
    display: block;
    width: 100%;
  }
  .home #posts #sticky > div > div.img {
    position: relative;
    width: 100%;
  }
  .home #posts #sticky > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .home #posts #sticky > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home #posts #sticky > div > div.content {
    padding-left: 0;
    width: 100%;
    margin-top: 32px;
  }
  .home #posts #sticky > div > div.content h4 {
    margin: 10px 0;
  }
  .home #posts #recent > div > div {
    padding-bottom: 15px;
  }
  .home #posts #recent > div > div > div {
    display: block;
    width: 100%;
    margin-bottom: 53px;
  }
  .home #posts #recent > div > div > div > div {
    display: block;
    width: 100%;
  }
  .home #posts #recent > div > div > div > div.img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .home #posts #recent > div > div > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .home #posts #recent > div > div > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  .home #posts #recent > div > div > div > div.content h4 {
    font-family: muli;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #14233e;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .home #who > div > div .content {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .home #who > div > div .content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .home #who > div > div .content {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .home #who > div > div .content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .home #who > div > div .content {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .home #who > div > div .content {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 900px) and (max-width: 693px) {
  .home #who > div > div .bg {
    height: auto;
  }
  .home #who > div > div .bg:after {
    height: 84px;
    width: 84px;
    right: 15px;
    bottom: 21px;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .home #posts #sticky > div > div.content {
    padding-left: 0;
  }
}
@media (max-width: 900px) and (max-width: "1300px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "1200px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "1100px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: 1024px) {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "768px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: "480px") {
  .home #posts #recent > div > div > div > div.content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .home #intro {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .home #intro > div > div h2 {
    font-size: 24px;
  }
  .home #how > div {
    padding-bottom: 30px;
  }
  .home #how > div #tiles > div > div {
    display: block;
    width: 100%;
  }
  .home #how > div #tiles > div .img {
    position: relative;
    height: auto;
    width: 100%;
  }
  .home #how > div #tiles > div .img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .home #how > div #tiles > div .img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .home #how > div #tiles > div .content {
    padding: 0;
    width: 100%;
    padding-top: 30px;
  }
  .home #who {
    padding-top: 60px;
  }
  .home #who > div {
    padding-top: 70px;
  }
  .home #who > div:before, .home #who > div:after {
    display: none;
  }
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
    height: auto;
  }
  .home #who > div > div .content .gywisyw h2 {
    font-family: muli;
    font-size: 24px;
    line-height: 1.42;
    color: #fff;
  }
  .home #posts #recent > div > div > div > div {
    display: block;
    width: 100%;
  }
  .home #posts #recent > div > div > div > div.img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .home #posts #recent > div > div > div > div.img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 57.1428571429%;
  }
  .home #posts #recent > div > div > div > div.img > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 480px) and (max-width: "1300px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) and (max-width: "1200px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) and (max-width: "1100px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) and (max-width: "768px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) and (max-width: "480px") {
  .home #who > div > div {
    padding-right: 0;
    padding-left: 0;
  }
}
