@font-face {
  font-family: "HelveticaNeueLTPro";
  src: url("../fonts/HelveticaNeueLTPro-Md.eot");
  src: url("../fonts/HelveticaNeueLTPro-Md.eot?#iefix") format("embedded-opentype"),url("../fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro") format("svg"),url("../fonts/HelveticaNeueLTPro-Md.ttf") format("truetype"),url("../fonts/HelveticaNeueLTPro-Md.woff") format("woff"),url("../fonts/HelveticaNeueLTPro-Md.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FuturaLT";
  src: url("../fonts/FuturaLT-Bold.eot");
  src: url("../fonts/FuturaLT-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/FuturaLT-Bold.svg#FuturaLT") format("svg"),url("../fonts/FuturaLT-Bold.ttf") format("truetype"),url("../fonts/FuturaLT-Bold.woff") format("woff"),url("../fonts/FuturaLT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "FuturaLT";
  src: url("../fonts/FuturaLT-Heavy.eot");
  src: url("../fonts/FuturaLT-Heavy.eot?#iefix") format("embedded-opentype"),url("../fonts/FuturaLT-Heavy.svg#FuturaLT") format("svg"),url("../fonts/FuturaLT-Heavy.ttf") format("truetype"),url("../fonts/FuturaLT-Heavy.woff") format("woff"),url("../fonts/FuturaLT-Heavy.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body,
html,
html body {
  min-height: 100%;
}

html body {
  min-width: 180px;
  max-width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  z-index: 1;
  position: relative;
}

html {
  cursor: default;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
button,
form,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  outline: 0;
  border: none;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
}

a {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

small,
sub,
sup {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul {
  list-style: none;
}

audio[controls],
canvas,
video {
  display: inline-block;
  display: inline;
}

audio {
  display: none;
  zoom: 1;
}

audio[controls] {
  display: inline-block;
}

a img,
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: visible;
}

fieldset {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font-family: inherit;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  overflow: visible;
  -webkit-appearance: button;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  outline: 0;
  min-height: 180px;
}

textarea:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border: 0;
}

td {
  padding: 0 10px 0 0;
  text-align: left;
}

td.td-left,
th.td-left {
  text-align: left;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.bold,
.strong,
strong {
  font-weight: 700;
}

.italic,
em {
  font-style: italic;
}

small {
  font-size: .85em;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover {
  color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
  display: block;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  background: #fff;
  color: #323232;
  font: normal normal 16px/22px "FuturaLT",sans-serif;
  font-weight: 700;
  overflow: hidden;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-size: 1em;
  line-height: 1.05em;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  display: block;
}

a {
  -webkit-transition-duration: .21s;
          transition-duration: .21s;
  text-decoration: none;
}

a {
  color: #596d76;
}

a:hover {
  color: #7e949e;
}

hr {
  border: none;
  height: 1px;
  clear: both;
  margin: 0;
}

.content-section hr {
  background-color: #d4d4d4;
  margin: 1.6em 0 !important;
}

main {
  display: block;
}

address {
  font-style: normal;
}

picture {
  display: inline-block;
  position: relative;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

svg {
  width: 100%;
  height: auto;
  display: inline-block;
}

i {
  vertical-align: middle;
}

::-moz-selection {
  background: rgba(107,130,141,.42);
}

::selection {
  background: rgba(107,130,141,.42);
}

::-moz-selection {
  background: rgba(107,130,141,.42);
}

.section-container {
  padding: 50px 0;
  position: relative;
}

.section-container:after {
  content: "";
  clear: both;
  display: table;
}

.container {
  margin: 0 4.5%;
  max-width: 1200px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: auto;
  position: relative;
}

.fa,
.fas,
.fab,
.far,
.fal {
  vertical-align: middle;
}

.ib {
  display: inline-block;
}

.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normalcase,
.no-caps {
  text-transform: none !important;
}

.small-caps {
  font-variant: small-caps;
}

.rel {
  position: relative;
}

.w100 {
  font-weight: 100 !important;
}

.w200 {
  font-weight: 200 !important;
}

.w300 {
  font-weight: 300 !important;
}

.w400 {
  font-weight: 400 !important;
}

.w500 {
  font-weight: 500 !important;
}

.w600 {
  font-weight: 600 !important;
}

.w700 {
  font-weight: 700 !important;
}

.w900 {
  font-weight: 900 !important;
}

.w800 {
  font-weight: 800 !important;
}

.w900 {
  font-weight: 900 !important;
}

.em {
  font-style: italic !important;
}

.anchor:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  height: 5.4em;
  margin-top: -5.4em;
}

.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes arrowAni {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arrowAni {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes arrows {
  0%, 100% {
    opacity: 1;
    top: 0;
  }

  50% {
    top: 1em;
    opacity: .8;
    margin: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes arrows {
  0%, 100% {
    opacity: 1;
    top: 0;
  }

  50% {
    top: 1em;
    opacity: .8;
    margin: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.arrows {
  -webkit-animation-name: arrows;
          animation-name: arrows;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes slideInLeft {
  0% {
    left: -2em;
  }

  100% {
    left: 0;
  }
}

@keyframes slideInLeft {
  0% {
    left: -2em;
  }

  100% {
    left: 0;
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes calloutIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes calloutIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.calloutIn {
  -webkit-animation-name: calloutIn;
          animation-name: calloutIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    top: -2em;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    top: -2em;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    top: 0;
  }
}

.fadeInDown {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    opacity: 0;
    -webkit-transform-origin: 0% center;
            transform-origin: 0% center;
  }

  20%, 80% {
    opacity: 1;
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 110% center;
            transform-origin: 110% center;
  }
}

@keyframes bgIn {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    opacity: 0;
    -webkit-transform-origin: 0% center;
            transform-origin: 0% center;
  }

  20%, 80% {
    opacity: 1;
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 110% center;
            transform-origin: 110% center;
  }
}

@-webkit-keyframes navIn1 {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes navIn1 {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes navIn2 {
  0% {
    opacity: 0;
    left: -10%;
    top: -5px;
  }

  80% {
    left: 0;
    top: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes navIn2 {
  0% {
    opacity: 0;
    left: -10%;
    top: -5px;
  }

  80% {
    left: 0;
    top: 0;
  }

  100% {
    opacity: 1;
  }
}

#hd .hd-main {
  display: block;
  z-index: 9000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  text-align: center;
  -ms-overflow-style: none;
  pointer-events: none;
}

#hd .hd-main::-webkit-scrollbar {
  display: none;
}

#hd .hd-main .nav-toggle {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1100;
  left: 0;
  height: 36px;
  margin: 0;
  width: 100%;
  -webkit-transition: .12s;
  transition: .12s;
  pointer-events: all;
}

#hd .hd-main .nav-toggle:after,
#hd .hd-main .nav-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: -2px;
  right: -1px;
  background: rgba(255,255,255,.93);
  z-index: -1;
  -webkit-transition: .65s;
  transition: .65s;
}

#hd .hd-main .nav-toggle:before {
  background: rgba(74,99,111,.4);
  z-index: -2;
}

#hd .hd-main .nav-toggle .label {
  display: inline-block;
  font-size: .75em;
  line-height: 36px;
  position: relative;
  padding-right: .5em;
  color: #788286;
  font-weight: 600;
  top: .05em;
  vertical-align: middle;
  -webkit-transition: .15s;
  transition: .15s;
  letter-spacing: .08em;
}

#hd .hd-main .nav-toggle .nav-icon {
  height: 0.75em;
  width: 1.8125em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  top: 0em;
}

#hd .hd-main .nav-toggle .nav-icon span {
  display: block;
  position: absolute;
  height: .23em;
  background: #596d76;
  right: 0;
  -webkit-transition: width .18s;
  transition: width .18s;
  width: 100%;
  top: 0;
  border-radius: 1px;
}

#hd .hd-main .nav-toggle .nav-icon span:nth-child(2) {
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  display: none;
}

#hd .hd-main .nav-toggle .nav-icon span:nth-child(3) {
  bottom: 0;
  top: auto;
}

#hd .hd-main.open .nav-toggle {
  height: 39px;
}

#hd .hd-main.open .nav-toggle:after {
  background: rgba(255,255,255,.88);
}

#hd .hd-main.open .nav-toggle:before {
  background: rgba(255,255,255,0);
}

#hd .hd-main.open .nav-toggle .label {
  color: rgba(50,50,50,.9);
  line-height: 39px;
}

#hd .hd-main.open .nav-icon span {
  background: rgba(89,109,118,.9);
}

#hd .hd-main.open .nav-icon span:nth-child(1) {
  width: 60%;
}

#hd .hd-main.open .nav-icon span:nth-child(2) {
  width: 80%;
}

#hd .hd-main .nav-bg {
  background: rgba(75,85,89,.995);
  position: absolute;
  top: -230px;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0;
  max-height: 100%;
  overflow-x: hidden;
  pointer-events: none;
  -webkit-transition: .6s;
  transition: .6s;
}

#hd .hd-main .nav-bg::-webkit-scrollbar {
  display: none;
}

#hd .hd-main .navtitle {
  color: #788286;
  margin-bottom: .65em;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: 1.05em;
}

#hd .hd-main .div {
  margin: 1.5em 0;
  background: rgba(255,255,255,.2);
  height: .2em;
}

#hd .hd-main .topcol {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 68px 20px 32px;
  max-width: 320px;
}

#hd .hd-main .topcol ul {
  margin: 0;
  padding: 0;
}

#hd .hd-main .topcol ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  opacity: 0;
}

#hd .hd-main .topcol ul li div,
#hd .hd-main .topcol ul li a {
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  line-height: 1.15em;
  padding: .25em 0;
  padding: 6px 0;
  -webkit-transition: .44s;
  transition: .44s;
  display: inline-block;
  position: relative;
  width: auto;
  letter-spacing: .08em;
}

#hd .hd-main .topcol ul li div:hover,
#hd .hd-main .topcol ul li a:hover {
  color: rgba(255,255,255,.7);
}

#hd .hd-main.open .social-icons a i {
  opacity: 0;
  -webkit-animation: socialsIn .4s 1 forwards;
          animation: socialsIn .4s 1 forwards;
}

#hd .hd-main.open .social-icons a:nth-of-type(1) i {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

#hd .hd-main.open .social-icons a:nth-of-type(2) i {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}

#hd .hd-main.open .social-icons a:nth-of-type(3) i {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}

#hd .hd-main.open .social-icons a:nth-of-type(4) i {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

#hd .hd-main.open .social-icons a:nth-of-type(5) i {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

#hd .hd-main.open .social-icons a:nth-of-type(6) i {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}

#hd .hd-main.open .nav-bg {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

#hd .hd-main.open nav ul li {
  -webkit-animation: navIn1 .36s 1 forwards;
          animation: navIn1 .36s 1 forwards;
}

#hd .hd-main.open nav ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#hd .hd-main.open nav ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

#hd .hd-main.open nav ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

#hd .hd-main.open nav ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

#hd .hd-main.open nav ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

#hd .hd-main.open nav ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

#hd .hd-main.open nav ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}

#hd .hd-main.open nav ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

#hd .hd-main.open nav ul li:nth-of-type(9) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}

#hd .hd-main.open nav ul li:nth-of-type(10) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}

#hd .hd-main.open nav ul li ul li {
  -webkit-animation: none;
          animation: none;
}

body {
  font-size: 16px;
  font-size: min(max(1px, 2.8vw), 16px);
  font-size: clamp(1px,2.8vw,16px);
  padding: 9.9em 0;
}

.font1 {
  font-family: "HelveticaNeueLTPro",sans-serif;
  font-weight: 400;
}

[data-p] {
  opacity: 0;
  -webkit-transition: .7s;
  transition: .7s;
}

[data-p].active {
  opacity: 1;
}

.downarrows {
  opacity: 0;
  text-align: center;
  z-index: 10;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  bottom: .5%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  font-size: 18.5px;
  font-size: min(max(16px, 1.5vw), 18.5px);
  font-size: clamp(16px,1.5vw,18.5px);
}

.pagetop .downarrows {
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 6%;
}

#factcheck .downarrows {
  position: fixed;
  opacity: 0;
  bottom: -10%;
}

#factcheck.entering.active .downarrows {
  opacity: 1;
  bottom: 6%;
}

.downarrows .mouse svg {
  width: 2.8em;
  opacity: .92;
}

.downarrows .mouse svg path {
  fill: rgba(89,109,118,.3);
}

.downarrows .down {
  padding: 0 0 0.625em;
  display: inline-block;
  position: relative;
}

.downarrows .down span {
  display: block;
  margin: 0.4375em 0;
  -webkit-transition: .35s;
  transition: .35s;
  position: relative;
  top: 0;
  -webkit-animation: 2.7s ease infinite both arrows;
          animation: 2.7s ease infinite both arrows;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.downarrows .down span:nth-of-type(2) {
  -webkit-animation-delay: 2.02s;
          animation-delay: 2.02s;
}

.downarrows .down svg {
  -webkit-transition: .3s;
  transition: .3s;
  width: 1.75em;
}

.downarrows .down svg path {
  fill: rgba(89,109,118,.24);
}

.downarrows .down:hover span {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  top: 10px;
  opacity: .8;
}

.container {
  position: relative;
  top: 0;
}

.progressBar {
  position: fixed;
  top: 0;
  right: 0;
  height: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 99, 111, 0.22)), to(rgba(74, 99, 111, 0.25)));
  background: -webkit-linear-gradient(top, rgba(74, 99, 111, 0.22), rgba(74, 99, 111, 0.25));
  background: linear-gradient(to bottom, rgba(74, 99, 111, 0.22), rgba(74, 99, 111, 0.25));
  width: .45vw;
  width: .8em;
  width: min(max(0.4em, 1.12vw), 0.8em);
  width: clamp(.4em,1.12vw,.8em);
  z-index: 100;
  -webkit-transition: height .2s ease-out;
  transition: height .2s ease-out;
  z-index: 1000;
}

.end-dot {
  display: inline-block;
  width: 1px;
  height: 1px;
  padding: .21em;
  line-height: 1em;
  background: rgba(120,130,134,.9);
  border-radius: 999em;
  margin: 0 0.0625em;
  margin-bottom: .36em;
  vertical-align: middle;
}

#splash,
#factcheck {
  opacity: 0;
}

#splash .innercont,
#factcheck .innercont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#splash.exiting,
#factcheck.exiting {
  opacity: 0;
}

#splash.exiting .innercont,
#factcheck.exiting .innercont {
  position: absolute;
  bottom: 1.5em;
  top: auto;
}

#splash.active,
#factcheck.active {
  opacity: 1;
}

#hd {
  z-index: 1000;
  text-align: center;
  padding: 66px 18px 33px;
  padding-left: 0px;
  padding-right: 0px;
}

#hd .container {
  font-size: 1.7em;
}

#hd .hd-main {
  -webkit-transition: .22s;
  transition: .22s;
  opacity: 0;
  top: -1.5em;
}

.blog #hd .hd-main,
.single #hd .hd-main,
.scrollingup #hd .hd-main,
.startpage #hd .hd-main {
  opacity: 1;
  top: 0;
}

#hd .container {
  max-width: 100%;
}

#hd .logo {
  display: inline-block;
  position: relative;
  line-height: 1em;
  letter-spacing: .028em;
  color: rgba(50,50,50,.88);
  text-transform: uppercase;
  font-size: 1.5em;
}

#hd .logo .line {
  width: .6em;
  height: .14em;
  display: inline-block;
  background: rgba(50,50,50,.88);
  margin: 0 -0.35em 0em .1em;
}

#hd .logo .label {
  display: inline-block;
}

#hd .logo .icon {
  display: inline-block;
  margin: 0 .1em 0 0;
}

#hd .logo .icon .circle {
  width: .81em;
  height: .81em;
  border-radius: 999em;
  background: rgba(89,109,118,.5);
  display: inline-block;
  margin: 0 -0.14em;
}

#hd .logo .icon .circle.circle2 {
  background: rgba(133,98,89,.5);
}

#splash {
  background: #dadfe1;
  overflow: hidden;
  z-index: 7;
  padding: 0 20px;
  height: 600vh;
}

#splash .container {
  height: 100vh;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  top: 0;
}

#splash header {
  position: absolute;
  top: -webkit-calc(50% - 7.5em);
  top: calc(50% - 7.5em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#splash h1 {
  color: #323232;
}

#splash h1 .top {
  color: #788286;
  font-size: 3.4375em;
  line-height: 1em;
  display: block;
  margin-bottom: .55em;
  position: relative;
  left: -0.04em;
}

#splash h1 .main {
  display: block;
  text-transform: uppercase;
  font-size: 8.125em;
  line-height: .9em;
  letter-spacing: .038em;
  position: relative;
  left: -0.04em;
}

#splash h1 .sub {
  font-size: 2.875em;
  line-height: 1.08em;
  display: block;
  margin-top: .85em;
}

#splash .featured {
  position: absolute;
  top: -webkit-calc(50% + 12em);
  top: calc(50% + 12em);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#splash .featured .subtitle {
  letter-spacing: 0em;
  font-size: 2.375em;
  line-height: 1em;
  display: block;
  margin: 2.2em 0 .2em;
}

#splash .featured .list {
  position: relative;
  left: -0.92em;
}

#splash .featured .list li {
  margin: .6em 0;
}

#splash .featured .list li .inner {
  background: #596d76;
  font-size: 3.71875em;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .12em;
  position: relative;
  display: inline-block;
  padding: .23em .31em;
  left: -9em;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
}

#splash .featured .list li .inner span {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  position: relative;
}

#splash .featured .list li .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.08);
  z-index: 1;
  -webkit-transition: 1.9s;
  transition: 1.9s;
  opacity: 0;
}

#splash .featured .list .slick-slide.slick-active .inner,
#splash .featured .list .slick-slide.slick-cloned .inner {
  left: 0;
  opacity: 1;
}

#splash .featured .list .slick-slide.slick-active .inner span,
#splash .featured .list .slick-slide.slick-cloned .inner span {
  opacity: 1;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(1),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(1) {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(2),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(3),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(3) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(4),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(5),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(5) {
  -webkit-transition-delay: 0.275s;
          transition-delay: 0.275s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(6),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(7),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(7) {
  -webkit-transition-delay: 0.325s;
          transition-delay: 0.325s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(8),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(8) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(9),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(9) {
  -webkit-transition-delay: 0.375s;
          transition-delay: 0.375s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(10),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(10) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(11),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(11) {
  -webkit-transition-delay: 0.425s;
          transition-delay: 0.425s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(12),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(12) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(13),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(13) {
  -webkit-transition-delay: 0.475s;
          transition-delay: 0.475s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(14),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(14) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(15),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(15) {
  -webkit-transition-delay: 0.525s;
          transition-delay: 0.525s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(16),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(16) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(17),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(17) {
  -webkit-transition-delay: 0.575s;
          transition-delay: 0.575s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(18),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(18) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(19),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(19) {
  -webkit-transition-delay: 0.625s;
          transition-delay: 0.625s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(20),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(20) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(21),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(21) {
  -webkit-transition-delay: 0.675s;
          transition-delay: 0.675s;
}

#splash .featured .list .slick-slide.slick-active .inner span:nth-of-type(22),
#splash .featured .list .slick-slide.slick-cloned .inner span:nth-of-type(22) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#splash .featured .list .slick-slide.slick-active .inner:after,
#splash .featured .list .slick-slide.slick-cloned .inner:after {
  -webkit-animation: .8s ease 1 both bgIn;
          animation: .8s ease 1 both bgIn;
}

#about {
  z-index: 40;
  background: #495256;
  color: #fff;
  overflow: hidden;
}

#about .cont {
  margin: 5em 0;
}

#about header {
  position: relative;
  margin-bottom: 3em;
}

#about header .line {
  position: absolute;
  height: .8em;
  width: 50vw;
  left: -4vw;
  background: rgba(255,255,255,.12);
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

#about header .line-outer {
  position: absolute;
  top: -webkit-calc(50% - .5em);
  top: calc(50% - .5em);
  z-index: -1;
  left: 0;
}

#about h2 {
  letter-spacing: .038em;
  font-size: 4.4em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 -0.35em;
  background: #495256;
  padding: 0 .35em;
  display: inline-block;
  position: relative;
  z-index: 2;
}

#about p {
  font-size: 1.57em;
  font-weight: 400;
  line-height: 1.48em;
}

#gallery {
  background: #fff;
  z-index: 10;
}

#gallery .container {
  max-width: 100%;
  margin: 0;
}

#gallery header {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0;
}

#gallery h2 {
  letter-spacing: .038em;
  font-size: 5.0625em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 -0.25em;
  background: #fff;
  position: relative;
  z-index: 10;
}

#gallery h2 .sub {
  color: #b9b4b2;
  letter-spacing: .11em;
  font-size: .55em;
  line-height: 1em;
  display: block;
  margin-bottom: .15em;
}

#gallery .inner {
  position: relative;
  text-align: right;
}

#gallery .info {
  text-align: left;
  font-size: 1.15em;
}

#gallery .info .col {
  margin: 1.5em 0;
  display: inline-block;
}

#gallery .info .label {
  font-size: 1.1em;
  letter-spacing: .11em;
  margin: 0 0 1.2em;
  color: #a69f9d;
  text-transform: uppercase;
}

#gallery .info .label:first-of-type {
  margin-top: 0;
}

#gallery .info .title {
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: .02em;
}

#gallery .info .delivery {
  letter-spacing: .02em;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}

#gallery .info .text {
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.25em;
}

#gallery .photos .photo {
  text-align: center;
  display: block;
  width: 100%;
  white-space: normal;
  position: relative;
  padding: 44.1%;
  overflow: hidden;
}

#gallery .photos .photo picture {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#gallery .photos .photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

#gallery .photos .photo.desk {
  top: 1.2em;
}

body.no-webp #gallery .photos .photo.desk:after {
  background: url("../images/desk-bg.png") center top/contain no-repeat;
}

body.webp #gallery .photos .photo.desk:after {
  background: url("../images/desk-bg.webp") center top/contain no-repeat;
}

#gallery .photos .photo.desk picture {
  max-width: 96%;
  max-height: 96%;
  top: 34.3%;
}

#gallery .photos .photo.laptop {
  top: 4.2em;
}

body.no-webp #gallery .photos .photo.laptop:after {
  background: url("../images/laptop-bg.png") center top/contain no-repeat;
}

body.webp #gallery .photos .photo.laptop:after {
  background: url("../images/laptop-bg.webp") center top/contain no-repeat;
}

#gallery .photos .photo.laptop picture {
  max-width: 77%;
  max-height: 77%;
  top: 31.5%;
}

body.no-webp #gallery .photos .photo.tab:after {
  background: url("../images/tablet-bg.png") center top/contain no-repeat;
}

body.webp #gallery .photos .photo.tab:after {
  background: url("../images/tablet-bg.webp") center top/contain no-repeat;
}

#gallery .photos .photo.tab picture {
  max-width: 55%;
  max-height: 90%;
  top: 51.6%;
}

body.no-webp #gallery .photos .photo.mobile:after {
  background: url("../images/mobile-bg.png") center top/contain no-repeat;
}

body.webp #gallery .photos .photo.mobile:after {
  background: url("../images/mobile-bg.webp") center top/contain no-repeat;
}

#gallery .photos .photo.mobile picture {
  max-width: 39%;
  max-height: 99%;
  top: 55.4%;
}

#gallery .controls {
  font-size: 1.125em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: #969696;
  text-align: center;
}

#gallery .controls div {
  display: inline-block !important;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  width: 11.8em;
  background: none;
  display: inline-block;
  padding: 0.625em 0;
  background: rgba(89,109,118,.03);
  position: relative;
}

#gallery .controls div span {
  color: #856259;
}

#gallery .controls div:nth-of-type(2) span {
  color: #4a636f;
}

#gallery .controls div:after,
#gallery .controls div:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 1;
  -webkit-transition: .21s;
  transition: .21s;
  height: 13%;
  bottom: 87%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#gallery .controls div:before {
  opacity: 0;
  height: 50%;
  bottom: 50%;
}

#gallery .controls div:hover:before {
  height: 100%;
  bottom: 0;
  opacity: .2;
}

#gallery .controls div:hover:after {
  opacity: 0;
  bottom: 100%;
}

#gallery .slick-dots {
  text-align: center;
  margin: .8em 0 0;
}

#gallery .slick-dots li {
  display: inline-block;
}

#gallery .slick-dots button {
  background: #d9d9d9;
  text-indent: -999em;
  border-radius: 999em;
  height: 1px;
  width: 1px;
  border: none;
  padding: 0.4375em;
  margin: 0 0.3125em;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: rgba(255,255,255,0);
}

#gallery .slick-dots button:hover {
  background: rgba(74,99,111,.7);
}

#gallery .slick-dots .slick-active button {
  background: rgba(74,99,111,.85);
}

#factcheck {
  z-index: 8;
  text-align: center;
  height: 550vh;
  overflow: hidden;
}

#factcheck .title1 [data-p] {
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

#factcheck .title1 [data-p]:nth-of-type(1) {
  left: -1em;
}

#factcheck .title1 [data-p]:nth-of-type(1).active {
  left: 0;
}

#factcheck .title1 [data-p]:nth-of-type(2) {
  right: -1em;
}

#factcheck .title1 [data-p]:nth-of-type(2).active {
  right: 0;
}

#factcheck .container {
  max-width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
}

#factcheck .innercont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#factcheck h2 {
  font-size: 4.2em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  position: absolute;
  top: -webkit-calc(50% - 20vh);
  top: calc(50% - 20vh);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#factcheck h2 .color {
  font-size: 1.15em;
  color: #575f64;
}

#factcheck h2 .line {
  margin: .3em 0;
  display: block;
}

#factcheck h2 .line:nth-of-type(2) .color {
  color: #714f4f;
}

#factcheck h2 .line:nth-of-type(3) .color {
  color: #7a6c4d;
}

#factcheck h3 {
  font-size: 9.6em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .01em;
  position: absolute;
  top: -webkit-calc(50% + 17vh);
  top: calc(50% + 17vh);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#factcheck h3 span {
  display: block;
}

#factcheck h3 .btm {
  font-size: .545em;
  line-height: 1em;
}

#factcheck p {
  font-size: 2.5em;
  color: #6a6a6a;
  margin-top: 3em;
  position: absolute;
  top: -webkit-calc(50% + 28vh);
  top: calc(50% + 28vh);
  font-size: 2.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#services-BACKUP {
  background: #575f64;
  z-index: 1000;
  text-align: center;
  color: #202020;
  overflow: hidden;
}

#services-BACKUP .container {
  max-width: 100%;
}

#services-BACKUP h2 {
  font-size: 4.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .028em;
  margin-bottom: .7em;
}

#services-BACKUP h2 .sub {
  font-size: .59em;
  line-height: 1em;
  color: #fff;
  display: block;
  letter-spacing: .095em;
}

#services-BACKUP h2 .line {
  margin: .3em 0;
  display: block;
}

#services-BACKUP h2 .line:nth-of-type(2) span {
  color: #714f4f;
}

#services-BACKUP h2 .line:nth-of-type(3) span {
  color: #7a6c4d;
}

#services-BACKUP h3 {
  font-size: 2em;
  line-height: 1.1em;
  letter-spacing: .035em;
  margin-bottom: 1.5em;
  position: relative;
  left: -0.5em;
  display: inline-block;
}

#services-BACKUP .arrow {
  width: .8em;
  position: absolute;
  top: .6em;
  right: -1.1em;
}

#services-BACKUP .arrow.active svg path {
  -webkit-animation: arrowAni 1.1s forwards 1 ease-out;
          animation: arrowAni 1.1s forwards 1 ease-out;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#services-BACKUP .arrow svg path {
  fill: transparent;
  stroke: rgba(32,32,32,.9);
  stroke-width: .22em;
  stroke-linecap: round;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

#services-BACKUP .callouts {
  color: #fff;
  font-size: .7em;
}

#services-BACKUP .callout {
  display: block;
  position: relative;
  margin: 1.75em 0;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
}

#services-BACKUP .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

#services-BACKUP .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

#services-BACKUP .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

#services-BACKUP .callout:nth-of-type(4n) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

#services-BACKUP .callout:nth-of-type(5n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#services-BACKUP .callout:nth-of-type(6n) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

#services-BACKUP .callout:nth-of-type(7n) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

#services-BACKUP .callout:nth-of-type(8n) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

#services-BACKUP .callout:nth-of-type(9n) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

#services-BACKUP .callout .hover {
  color: #fff;
  z-index: 100;
}

#services-BACKUP .callout .hover .btm {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#services-BACKUP .callout .hover ul {
  margin-bottom: .8em;
}

#services-BACKUP .callout .hover li {
  list-style: none;
  line-height: 1.15em;
  font-size: 1.55em;
  font-weight: 500;
  letter-spacing: .05em;
  opacity: 0;
  position: relative;
  top: -0.5em;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  margin: .55em 0;
}

#services-BACKUP .callout .hover .textcont {
  line-height: 1.38em;
  font-size: 1.45em;
  margin-top: .2em;
  font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  opacity: 0;
  left: 0;
  top: -2em;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#services-BACKUP .callout .hover .top {
  margin-bottom: 1.5em;
}

#services-BACKUP .callout .hover .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  padding: .7em;
  margin: -0.7em;
}

#services-BACKUP .callout .hover .close:hover svg {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  opacity: .45;
}

#services-BACKUP .callout .hover .close svg {
  opacity: .23;
  width: 3.3em;
  -webkit-transition: .24s;
  transition: .24s;
}

#services-BACKUP .callout .hover .close svg path {
  fill: #fff !important;
}

#services-BACKUP .callout .hover .title {
  font-size: 3.3em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: .97em;
  letter-spacing: .08em;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  left: -1em;
  top: 0;
  max-width: 87%;
  padding: .145em 0;
}

#services-BACKUP .callout .hover .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(58,64,69,.9);
  z-index: -1;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 -0.3em;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#services-BACKUP .callout.active {
  z-index: 100;
}

#services-BACKUP .callout.active .hover {
  opacity: 1;
  pointer-events: all;
}

#services-BACKUP .callout.active .hover .textcont {
  top: 0;
  opacity: 1;
}

#services-BACKUP .callout.active .hover .close {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#services-BACKUP .callout.active .hover .title {
  left: 0;
  opacity: 1;
}

#services-BACKUP .callout.active .hover .title:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#services-BACKUP .callout.active .hover li {
  -webkit-animation: navIn1 .36s 1 forwards;
          animation: navIn1 .36s 1 forwards;
}

#services-BACKUP .callout.active .hover li:nth-of-type(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#services-BACKUP .callout.active .hover li:nth-of-type(2) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

#services-BACKUP .callout.active .hover li:nth-of-type(3) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

#services-BACKUP .callout.active .hover li:nth-of-type(4) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

#services-BACKUP .callout.active .hover li:nth-of-type(5) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

#services-BACKUP .callout.active .hover li:nth-of-type(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

#services-BACKUP .callout .btnouter {
  display: inline-block;
  position: relative;
  padding: 0 .5em;
  cursor: pointer;
}

#services-BACKUP .callout .btnouter:hover .btn {
  opacity: 1;
}

#services-BACKUP .callout .btnouter:hover .btn:after {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#services-BACKUP .callout .btnouter:hover .btn:before {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#services-BACKUP .callout .btnouter:hover .btn span {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

#services-BACKUP .callout .btntitle {
  text-transform: uppercase;
  letter-spacing: .034em;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 3.7em;
}

#services-BACKUP .callout .btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 10;
  font-size: 2.25em;
  letter-spacing: .12em;
  color: #fff;
  opacity: 0;
  -webkit-transition: .38s;
  transition: .38s;
  cursor: pointer;
  z-index: -1;
}

#services-BACKUP .callout .btn:after,
#services-BACKUP .callout .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(120,130,134,.9);
  z-index: -1;
  -webkit-transition: .36s;
  transition: .36s;
  -webkit-transform: scale(0.4, 1);
          transform: scale(0.4, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  margin: -0.3em -0.25em;
}

#services-BACKUP .callout .btn:before {
  background: rgba(120,130,134,.75);
  z-index: -2;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#services-BACKUP .callout .btn span {
  display: none;
}

#services {
  background: #575f64;
  z-index: 1000;
  text-align: center;
  color: #202020;
  overflow: hidden;
}

#services .container {
  max-width: 100%;
}

#services h2 {
  font-size: 4.8em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .028em;
  margin-bottom: .5em;
}

#services h2 .sub {
  font-size: .59em;
  line-height: 1em;
  color: #fff;
  display: block;
  letter-spacing: .095em;
}

#services h2 .line {
  margin: .3em 0;
  display: block;
}

#services h2 .line:nth-of-type(2) span {
  color: #714f4f;
}

#services h2 .line:nth-of-type(3) span {
  color: #7a6c4d;
}

#services h3 {
  font-size: 2.05em;
  line-height: 1.1em;
  letter-spacing: .035em;
  margin-bottom: 2.3em;
  color: #fff;
  position: relative;
  left: -0.5em;
  display: inline-block;
  text-transform: uppercase;
}

#services .arrow {
  width: .8em;
  position: absolute;
  top: .6em;
  right: -0.99em;
}

#services .arrow.active svg path {
  -webkit-animation: arrowAni 1.3s forwards 1 ease-out;
          animation: arrowAni 1.3s forwards 1 ease-out;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#services .arrow svg path {
  fill: transparent;
  stroke: rgba(255,255,255,.9) !important;
  stroke-width: .21em;
  stroke-dasharray: 290;
  stroke-dashoffset: 290;
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}

#services .callouts-outer {
  max-width: 1400px;
  margin: 0 auto;
}

#services .callouts {
  color: #fff;
  font-size: .7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.1em;
}

#services .callout {
  display: block;
  position: relative;
  margin: 0;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  background: rgba(255,255,255,.92);
  width: -webkit-calc(50% - 2em);
  width: calc(50% - 2em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .22s;
  transition: .22s;
  cursor: pointer;
  height: 11.8em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #444d51;
}

#services .callout:nth-of-type(1n) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

#services .callout:nth-of-type(2n) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

#services .callout:nth-of-type(3n) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

#services .callout:nth-of-type(4n) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

#services .callout:nth-of-type(5n) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#services .callout:nth-of-type(6n) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

#services .callout:nth-of-type(7n) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

#services .callout:nth-of-type(8n) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

#services .callout:nth-of-type(9n) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

#services .callout .hover {
  color: #fff;
  z-index: 100;
}

#services .callout .hover .btm {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#services .callout .hover ul {
  margin-bottom: .8em;
}

#services .callout .hover li {
  list-style: none;
  line-height: 1.15em;
  font-size: 1.55em;
  font-weight: 500;
  letter-spacing: .05em;
  opacity: 0;
  position: relative;
  top: -0.5em;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  margin: .55em 0;
}

#services .callout .hover .textcont {
  line-height: 1.38em;
  font-size: 1.45em;
  margin-top: .2em;
  font-weight: 400;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  opacity: 0;
  left: 0;
  top: -2em;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

#services .callout .hover .top {
  margin-bottom: 1.5em;
}

#services .callout .hover .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  padding: .7em;
  margin: -0.7em;
}

#services .callout .hover .close:hover svg {
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  opacity: .45;
}

#services .callout .hover .close svg {
  opacity: .23;
  width: 3.3em;
  -webkit-transition: .24s;
  transition: .24s;
}

#services .callout .hover .close svg path {
  fill: #fff !important;
}

#services .callout .hover .title {
  font-size: 3.3em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: .97em;
  letter-spacing: .08em;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0;
  left: -1em;
  top: 0;
  max-width: 87%;
  padding: .145em 0;
}

#services .callout .hover .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(58,64,69,.9);
  z-index: -1;
  -webkit-transition: .4s;
  transition: .4s;
  margin: 0 -0.3em;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

#services .callout.active {
  z-index: 100;
}

#services .callout.active .hover {
  opacity: 1;
  pointer-events: all;
}

#services .callout.active .hover .textcont {
  top: 0;
  opacity: 1;
}

#services .callout.active .hover .close {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#services .callout.active .hover .title {
  left: 0;
  opacity: 1;
}

#services .callout.active .hover .title:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

#services .callout.active .hover li {
  -webkit-animation: navIn1 .36s 1 forwards;
          animation: navIn1 .36s 1 forwards;
}

#services .callout.active .hover li:nth-of-type(1) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#services .callout.active .hover li:nth-of-type(2) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

#services .callout.active .hover li:nth-of-type(3) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

#services .callout.active .hover li:nth-of-type(4) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

#services .callout.active .hover li:nth-of-type(5) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

#services .callout.active .hover li:nth-of-type(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

#services .callout .btnouter {
  padding: 0 5%;
}

#services .callout .btntitle {
  letter-spacing: .034em;
  -webkit-transition: .22s;
  transition: .22s;
  font-size: 3.5em;
}

#services .callout .btn {
  position: absolute;
  left: 0;
  height: 20%;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  z-index: 10;
  font-size: 1.25em;
  letter-spacing: .12em;
  color: #fff;
  opacity: 0;
  -webkit-transition: .38s;
  transition: .38s;
  cursor: pointer;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services .callout .btn:before,
#services .callout .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #788286;
  z-index: -1;
  -webkit-transition: .22s;
  transition: .22s;
  -webkit-transform: scale(1, 0.23);
          transform: scale(1, 0.23);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
}

#services .callout .btn:after {
  background: #788286;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#services .callout .btn span {
  position: relative;
  z-index: 100;
  padding: .2%;
  line-height: 1em;
}

#services .callout.inactive {
  background: rgba(255,255,255,.75);
}

#services .callout:hover {
  background: rgba(255,255,255,.99);
}

#services .callout:hover .btntitle {
  padding-bottom: .4em;
}

#services .callout:hover .btn {
  opacity: 1;
}

#services .callout:hover .btn:before,
#services .callout:hover .btn:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#services .callout:hover .btn span {
  opacity: 1;
}

#recent {
  background: #edf0f2;
  z-index: 10;
}

#recent h2 {
  font-size: 7.625em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: .7em;
  text-align: center;
}

#recent h2 .sub {
  font-size: .37em;
  line-height: 1em;
  color: #788286;
  display: block;
  letter-spacing: .095em;
}

#recent h2 .line {
  margin: .3em 0;
  display: block;
}

#recent h2 .line:nth-of-type(2) span {
  color: #714f4f;
}

#recent h2 .line:nth-of-type(3) span {
  color: #7a6c4d;
}

#recent .category {
  font-size: 1.4375em;
  line-height: 1.1em;
  margin-bottom: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

#recent .category a {
  color: #596d76;
}

#recent .category a:hover {
  color: #68808a;
}

#recent .singletitle {
  font-size: 2.9375em;
  line-height: 1.1em;
  margin-bottom: .6em;
  text-transform: uppercase;
  letter-spacing: .035em;
}

#recent .singletitle a {
  color: #323232;
}

#recent .textcont {
  font-size: 1.75em;
  line-height: 1.25em;
}

#recent .single {
  padding: 5em 0;
  border-bottom: .2em solid rgba(50,50,50,.1);
}

#recent .single:first-of-type {
  padding-top: 0;
}

#recent .single:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

#recent .single .main {
  padding-right: 1.5em;
}

#recent .btns {
  text-align: center;
}

#recent .btns a {
  font-size: 1.34375em;
  letter-spacing: .12em;
  color: #fff;
  display: inline-block;
  padding: .85em 1.2em;
  text-transform: uppercase;
  background: #4b5559;
  position: relative;
}

#recent .btns a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  -webkit-transition: .2s;
  transition: .2s;
}

#recent .btns a:hover {
  z-index: 20;
  background: #596d76;
}

#recent .btns a:hover:after {
  opacity: .04;
  -webkit-transform: none;
          transform: none;
}

#contact {
  z-index: 8;
  background: #fafcfc;
}

#contact h2 {
  font-size: 4.7em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: .5em;
  text-align: center;
}

#contact h2 .sub {
  font-size: .4em;
  line-height: 1em;
  color: #788286;
  display: block;
  letter-spacing: .095em;
}

#contact h2 .line {
  margin: .3em 0;
  display: block;
}

#contact h2 .line:nth-of-type(2) span {
  color: #714f4f;
}

#contact h2 .line:nth-of-type(3) span {
  color: #7a6c4d;
}

#contact .fr {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#contact .textcont {
  font-size: 1.6em;
  line-height: 1.36em;
  margin-top: .2em;
}

#contact .ft-form input,
#contact .ft-form textarea {
  text-align: left;
  width: 100%;
  font-size: 1.32em;
  color: #323232;
  border: none;
  background: rgba(0,0,0,.045);
  margin: 5px 0;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 1em !important;
  letter-spacing: .015em;
}

#contact .ft-form input:hover,
#contact .ft-form textarea:hover {
  box-shadow: inset 0 -2px 0 0 rgba(120,130,134,.25);
}

#contact .ft-form input:focus,
#contact .ft-form textarea:focus {
  box-shadow: inset 0 -2px 0 0 rgba(120,130,134,.3);
}

#contact .ft-form ::-webkit-input-placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form :-moz-placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form ::-moz-placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form :-ms-input-placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form ::-ms-input-placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form ::placeholder {
  color: rgba(50,50,50,.5);
  letter-spacing: .08em;
  font-weight: 500;
  font-size: .89em;
}

#contact .ft-form input {
  height: 2.4em;
}

#contact .ft-form textarea {
  padding-top: .7em !important;
  height: 170px;
  min-height: auto;
}

#contact .ft-form .wpcf7-submit {
  display: inline-block;
  background: #4b5559;
  letter-spacing: .1em;
  color: #fff;
  font-size: 1.16em;
  line-height: .9em;
  height: auto;
  padding: .9em 1.5em !important;
  float: right;
  margin: 12px 0 0;
  -webkit-transition: .4s;
  transition: .4s;
  position: relative;
  cursor: pointer;
  width: auto;
  text-transform: uppercase;
}

#contact .ft-form .wpcf7-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  -webkit-transition: .18s;
  transition: .18s;
}

#contact .ft-form .wpcf7-submit:hover {
  z-index: 20;
  background: #5d727c;
}

#contact .ft-form .wpcf7-submit:hover:after {
  opacity: .04;
  -webkit-transform: none;
          transform: none;
}

#ft {
  background: #323232;
  padding: 0;
  z-index: 10;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255,255,255,.6);
  padding: 0;
  overflow: hidden;
}

#ft .container {
  height: 8em;
}

#ft .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#ft .dots {
  display: inline-block;
  margin-right: 0.1875em;
}

#ft .dots div {
  display: inline-block;
  padding: .37em;
  background: #596d76;
  background: rgba(89,109,118,.7);
  border-radius: 999em;
  top: 0em;
  position: relative;
  margin: 0 -0.12em;
}

#ft .dots div:nth-of-type(2) {
  background: rgba(133,98,89,.6);
  z-index: -1;
}

#ft .back-to-top .btn {
  display: inline-block;
  text-align: center;
  padding: 0.25em;
  -webkit-transition: .17s;
  transition: .17s;
}

#ft .back-to-top .btn svg {
  width: 1.6125em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: .65;
}

#ft .back-to-top .btn svg path {
  fill: #fff !important;
}

#ft .back-to-top .btn:hover {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
}

#ft .back-to-top .btn:hover svg {
  opacity: .8;
}

#ft .back-to-top .parallax-btm {
  -webkit-transition: .2s;
  transition: .2s;
}

#ft .legal {
  display: inline-block;
  font-size: 0.99375em;
  letter-spacing: .025em;
}

#singlepage,
#page {
  min-height: -webkit-calc(100vh - 8.8em);
  min-height: calc(100vh - 8.8em);
  padding-top: 12em;
  padding-top: min(max(9em, 16vw), 12em);
  padding-top: clamp(9em,16vw,12em);
  padding-bottom: 12em;
  padding-bottom: min(max(9em, 16vw), 12em);
  padding-bottom: clamp(9em,16vw,12em);
  background: #f1f1f1;
}

#singlepage h2,
#page h2 {
  font-size: 1.4em;
}

#singlepage .entry-title {
  font-size: 3.1em;
  margin: 0 0 .7em;
  background: #405560;
  padding: .4em;
  display: inline-block;
  color: #fff;
  letter-spacing: .02em;
}

#singlepage .date {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1.35em;
  color: rgba(50,50,50,.8);
  margin: 0 0 2.5em;
  border: .1em solid rgba(89,109,118,.2);
  padding: 1em 0;
  border-width: .1em 0;
  text-align: center;
}

#singlepage .entry-content {
  font-size: 1.5em;
  line-height: 1.4em;
}

#singlepage h2,
#singlepage h3,
#singlepage h4,
#singlepage h5 {
  margin: 2em 0 .5em;
}

#singlepage p {
  margin-bottom: 2em;
}

#singlepage a {
  text-decoration: underline;
}

#singlepage .entry-footer {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #596d76;
  letter-spacing: .1em;
}

#singlepage .entry-footer a {
  color: #596d76;
}

#comments {
  background: rgba(89,109,118,.06);
  padding: 1.9em;
  margin: 1em auto 0;
  color: rgba(50,50,50,.9);
  max-width: 1024px;
}

#comments article {
  margin-bottom: .8em;
}

#comments p {
  margin-bottom: .1em;
}

#comments .comment-reply-title {
  text-transform: uppercase;
  font-size: 3em;
  margin: 1.2em 0 .5em;
  letter-spacing: .02em;
}

#comments form p {
  margin-bottom: .9em;
}

#comments .children {
  margin: 0 2em;
  list-style: none;
}

#comments .reply {
  font-size: .85em;
}

#comments form label {
  text-transform: uppercase;
  font-size: 1.4em;
  display: inline;
  letter-spacing: .08em;
}

#comments .comment-metadata a {
  color: rgba(50,50,50,.8);
  text-decoration: none;
  font-size: .8em;
}

#comments .comment-author img,
#comments .comment-form-cookies-consent {
  display: none;
}

#comments .comment-list {
  font-family: "HelveticaNeueLTPro",sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  list-style: none;
}

#comments textarea,
#comments input {
  font-family: "HelveticaNeueLTPro",sans-serif;
  font-weight: 400;
  width: 100%;
  padding: .5em;
  font-size: 1.3em;
  font-weight: 400;
  background: rgba(0,0,0,.035);
}

#comments .comments-title {
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 0 0 1em;
}

#comments .comment-form-cookies-consent {
  font-size: .8em;
}

#comments #wp-comment-cookies-consent {
  display: inline-block;
  width: auto;
  position: relative;
  top: -0.12em;
}

#comments .form-submit {
  margin: 1em 0 0;
}

#comments #submit {
  text-transform: uppercase;
  display: inline-block;
  background: #4b5559;
  letter-spacing: .1em;
  color: #fff;
  font-size: 1em;
  line-height: .9em;
  padding: .9em 1.5em !important;
  margin: 0 0 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  cursor: pointer;
}

#comments #submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  -webkit-transition: .2s;
  transition: .2s;
}

#comments #submit:hover {
  z-index: 20;
  background: #5d727c;
}

#comments #submit:hover:after {
  opacity: .04;
  -webkit-transform: none;
          transform: none;
}

#page {
  background: #edf0f2;
  z-index: 10;
}

#page h1 {
  font-size: 7.625em;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: .7em;
  text-align: center;
}

#page h1 .sub {
  font-size: .37em;
  line-height: 1em;
  color: #788286;
  display: block;
  letter-spacing: .095em;
}

#page h1 .line {
  margin: .3em 0;
  display: block;
}

#page h1 .line:nth-of-type(2) span {
  color: #714f4f;
}

#page h1 .line:nth-of-type(3) span {
  color: #7a6c4d;
}

#page .category {
  font-size: 1.4375em;
  line-height: 1.1em;
  margin-bottom: .85em;
  text-transform: uppercase;
  letter-spacing: .1em;
}

#page .category a {
  color: #596d76;
}

#page .category a:hover {
  color: #68808a;
}

#page .singletitle {
  font-size: 2.9375em;
  line-height: 1.1em;
  margin-bottom: .6em;
  text-transform: uppercase;
  letter-spacing: .035em;
}

#page .singletitle a {
  color: #323232;
}

#page .textcont {
  font-size: 1.75em;
  line-height: 1.25em;
}

#page .single {
  padding: 5em 0;
  border-bottom: .2em solid rgba(50,50,50,.1);
}

#page .single:first-of-type {
  padding-top: 0;
}

#page .single:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

#page .single .main {
  padding-right: 1.5em;
}

#page .btns {
  text-align: center;
}

#page .btns a {
  font-size: 1.34375em;
  letter-spacing: .12em;
  color: #fff;
  display: inline-block;
  padding: .85em 1.2em;
  text-transform: uppercase;
  background: #4b5559;
  position: relative;
}

#page .btns a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  -webkit-transition: .2s;
  transition: .2s;
}

#page .btns a:hover {
  z-index: 20;
  background: #596d76;
}

#page .btns a:hover:after {
  opacity: .04;
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 48em) {
  .content-section hr {
    margin: 1.8em 0 1.8em 0 !important;
  }

  .section-container {
    padding: 70px 0;
  }

  .container {
    margin: 0 3vw;
  }

  .fr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .fr.ew50>div,
  .fr.ew50>aside {
    width: 50%;
  }

  .fr.ew33>div,
  .fr.ew33>aside {
    width: 33.3333%;
  }

  .fr.ew25>div,
  .fr.ew25>aside {
    width: 25%;
  }

  .fr.ew20>div,
  .fr.ew20>aside {
    width: 20%;
  }

  .fr .w100 {
    width: 100%;
  }

  .fr .w75 {
    width: 75%;
  }

  .fr .w66 {
    width: 66.6666%;
  }

  .fr .w50 {
    width: 50%;
  }

  .fr .w33 {
    width: 33.3333%;
  }

  .fr .w25 {
    width: 25%;
  }

  .fr .w20 {
    width: 20%;
  }

  .fr .wa {
    -webkit-flex-shrink: 100;
        -ms-flex-negative: 100;
            flex-shrink: 100;
  }

  #hd .hd-main {
    left: auto;
  }

  #hd .hd-main .nav-toggle {
    width: auto;
    padding: 0 13px;
    left: auto;
    right: 0;
  }

  #hd .hd-main .nav-bg {
    position: relative;
    padding: 0;
    width: 17.5em;
  }

  #hd .hd-main .topcol {
    padding: 4.6em 2.8em 2.2em;
    text-align: right;
  }

  body {
    font-size: 16px;
    font-size: min(max(1px, 1.25vw), 16px);
    font-size: clamp(1px,1.25vw,16px);
    padding: 8em 0;
  }

  .section-container {
    padding: 8.3em 0;
  }

  #hd {
    padding: 30px 0;
  }

  #about .sidephoto {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 10;
    margin: -100px 0;
  }

  body.no-webp #about .sidephoto {
    background: url("../images/aboutphoto1.jpg") center center/cover no-repeat;
  }

  body.webp #about .sidephoto {
    background: url("../images/aboutphoto1.webp") center center/cover no-repeat;
  }

  #about article {
    width: 70%;
  }

  #gallery .container {
    font-size: 1.1em;
  }

  #gallery header .line {
    position: absolute;
    top: -webkit-calc(50% + 1.15em);
    top: calc(50% + 1.15em);
    height: .77em;
    width: 80vw;
    left: -4vw;
    background: rgba(130,114,107,.4);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }

  #gallery header .line-outer {
    z-index: -1;
  }

  #gallery h2 {
    display: inline-block;
    padding: 0 .25em;
  }

  #gallery .slide {
    padding: 2em 4.2em;
  }

  #gallery .info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 52%;
  }

  #gallery .photos {
    display: inline-block;
    width: 45%;
  }

  #gallery .controls {
    position: absolute;
    top: -webkit-calc(50% + 83px);
    top: calc(50% + 83px);
    left: 0;
    right: 0;
  }

  #gallery .controls div {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin: 0;
  }

  #gallery .controls div:after,
  #gallery .controls div:before {
    background: rgba(185,180,178,.5);
  }

  #gallery .controls div:hover {
    padding: 0.8125em 0;
  }

  #gallery .controls .prev {
    left: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }

  #gallery .controls .next {
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

  #factcheck {
    font-size: 1.1em;
  }

  #factcheck h2 {
    top: -webkit-calc(50% - 22vh);
    top: calc(50% - 22vh);
  }

  #factcheck h3 {
    font-size: 14.5em;
    top: -webkit-calc(50% + 11vh);
    top: calc(50% + 11vh);
  }

  #services-BACKUP .container {
    font-size: 1.35em;
  }

  #services-BACKUP .callout .hover {
    text-align: left;
    position: fixed;
    width: 94%;
    max-width: 960px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    pointer-events: none;
  }

  #services-BACKUP .callout .hover .outerbg {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(40,40,40,.98);
    z-index: -2;
    padding: 100vh 100vw;
  }

  #services-BACKUP .callout .hover .textcont {
    text-align: justify;
    padding-left: 1.5em;
  }

  #services .container {
    font-size: 1.35em;
  }

  #services .callout .hover {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .6s;
    transition: .6s;
    pointer-events: none;
    background: rgba(40,40,40,.98);
    cursor: default;
  }

  #services .callout .hover .inner {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
    -webkit-transition: .4s;
    transition: .4s;
    width: 90%;
    max-width: 1120px;
  }

  #services .callout .hover .textcont {
    text-align: justify;
    padding-left: 1.5em;
  }

  #contact .container {
    font-size: 1.3em;
  }

  #contact h2 {
    font-size: 6em;
  }

  #contact h2 {
    font-size: 7em;
  }

  #contact .ft-form {
    padding-left: 3em;
  }

  #ft .container {
    font-size: 1.4em;
  }

  #ft .back-to-top {
    margin-left: 0.1875em;
    float: right;
    display: inline-block;
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 48em)and (min-width: 64em) {
  #services-BACKUP .callout .hover {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .content-section hr {
    margin: 1.9em 0 1.9em 0 !important;
  }

  .section-container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .container {
    margin: 0 auto;
    width: 100%;
  }

  .hide-desk {
    display: none;
  }

  .fr.ed50>div,
  .fr.ed50>aside {
    width: 50%;
  }

  .fr.ed33>div,
  .fr.ed33>aside {
    width: 33.3333%;
  }

  .fr.ed25>div,
  .fr.ed25>aside {
    width: 25%;
  }

  .fr.ed20>div,
  .fr.ed20>aside {
    width: 20%;
  }

  .fr .wd100 {
    width: 100%;
  }

  .fr .wd75 {
    width: 75%;
  }

  .fr .wd66 {
    width: 66.6666%;
  }

  .fr .wd50 {
    width: 50%;
  }

  .fr .wd33 {
    width: 33.3333%;
  }

  .fr .wd25 {
    width: 25%;
  }

  .fr .wd20 {
    width: 20%;
  }

  .fr .wda {
    -webkit-flex-shrink: 100;
        -ms-flex-negative: 100;
            flex-shrink: 100;
  }

  #hd .hd-main .nav-toggle {
    position: absolute;
    top: 1.2em;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    right: .7em;
    font-size: 1.1em;
  }

  #hd .hd-main .nav-toggle .nav-icon span {
    background: #4a636f;
    height: 4px;
  }

  #hd .hd-main .nav-toggle:before,
  #hd .hd-main .nav-toggle:after {
    display: none;
  }

  #hd .hd-main .nav-toggle .label {
    display: none;
  }

  #hd .hd-main .nav-bg {
    font-size: .8em;
  }

  #hd .hd-main.open .nav-toggle {
    right: 1.5em;
  }

  #hd .hd-main.open .nav-toggle .nav-icon span {
    background: rgba(255,255,255,.5);
  }

  .section-container {
    padding-top: 24em;
    padding-top: min(max(10em, 23vw), 24em);
    padding-top: clamp(10em,23vw,24em);
    padding-bottom: 24em;
    padding-bottom: min(max(10em, 23vw), 24em);
    padding-bottom: clamp(10em,23vw,24em);
    scroll-margin-top: -24em;
    scroll-margin-top: min(max(-10em, -23vw), -24em);
    scroll-margin-top: clamp(-10em,-23vw,-24em);
  }

  .container {
    max-width: 80vw;
  }

  #hd .container {
    font-size: 1.2em;
  }

  #hd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    -webkit-transition: .2s;
    transition: .2s;
    border: none;
    z-index: 2000;
    pointer-events: all;
    padding: 2.5em 1.8em;
    -webkit-transition: .22s;
    transition: .22s;
    background: rgba(255,255,255,.98);
    top: -1em;
    opacity: 0;
  }

  .home.startpage #hd {
    top: -1em;
    opacity: 0;
  }

  .blog #hd,
  .single #hd,
  .home.scrollingup #hd {
    opacity: 1;
    top: 0;
  }

  #hd .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    font-size: 2em;
  }

  #hd .tagline {
    color: #6a6a6a;
    position: absolute;
    top: 50%;
    right: 4em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: .96em;
    line-height: 1em;
    letter-spacing: .025em;
  }

  #gallery header {
    max-width: 80vw;
    margin: 0 auto;
  }

  #gallery .slide {
    padding: 2em 6vw;
  }

  #gallery .slick-slide {
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  #gallery .slick-slide.slick-cloned,
  #gallery .slick-slide.slick-active {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  #gallery .info {
    width: 40%;
  }

  #gallery .photos {
    width: 60%;
    padding-left: 50px;
    margin: 60px 0 0;
  }

  #gallery .slick-dots {
    margin: 1.5em 0 0;
  }

  #factcheck h2 {
    top: -webkit-calc(50% - 25vh);
    top: calc(50% - 25vh);
  }

  #services-BACKUP .callout .hover {
    font-size: 1.18em;
  }

  #services .callout .hover {
    width: 100%;
    font-size: 1.18em;
  }

  #recent .container {
    font-size: .9em;
    padding-bottom: 5em;
  }

  #contact .container {
    font-size: 1em;
  }

  #ft .container {
    font-size: 1.1em;
  }

  #page .container {
    font-size: .9em;
    padding-bottom: 5em;
  }
}

@media screen and (min-width: 64em)and (max-height: 53em) {
  body {
    font-size: 16px;
    font-size: min(max(1px, 1.7vh), 16px);
    font-size: clamp(1px,1.7vh,16px);
  }
}

@media screen and (min-width: 85em) {
  #gallery .slide {
    padding: 2em 8vw;
    font-size: 1.05em;
  }
}

@media screen and (max-width: 63.99em) {
  #hd .tagline {
    display: none;
  }

  #about {
    padding: 1.5em 0;
  }
}

@media screen and (max-width: 63.9em) {
  #services-BACKUP .callout .btntitle {
    font-size: 4em;
  }

  #services .callout .btntitle {
    font-size: 4em;
  }
}

@media screen and (max-width: 47.99em) {
  .hide-mob {
    display: none;
  }

  .section-container {
    padding: 6.8em 0;
    scroll-margin-top: -2em;
  }

  #splash .container {
    font-size: .53em;
  }

  #splash h1 .sub {
    font-size: 3.625em;
  }

  #splash .featured {
    font-size: 1em;
    top: -webkit-calc(50% + 17em);
    top: calc(50% + 17em);
  }

  #gallery {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }

  #gallery .container {
    font-size: .7em;
  }

  #gallery header {
    margin-bottom: 2em;
  }

  #gallery h2 {
    font-size: 6.25em;
  }

  #gallery h2 .sub {
    max-width: 80%;
  }

  #gallery .info {
    font-size: 2em;
  }

  #gallery .controls {
    font-size: 2em;
  }

  #gallery .controls div {
    margin: .2em;
  }

  #factcheck {
    font-size: .7em;
  }

  #services-BACKUP .container {
    font-size: 1em;
  }

  #services-BACKUP .callout .hover {
    overflow: hidden;
    min-width: 230px;
    display: block;
    max-height: 0;
    -webkit-transition: max-height .45s,padding .45s;
    transition: max-height .45s,padding .45s;
    font-size: 1.8em;
  }

  #services-BACKUP .callout .hover .top {
    display: none;
  }

  #services-BACKUP .callout .hover .close {
    display: none;
  }

  #services-BACKUP .callout.active .btntitle {
    background: rgba(255,255,255,.11);
    padding: .2em;
  }

  #services-BACKUP .callout.active .hover {
    max-height: 500px;
    padding: .5em 0 2em;
  }

  #services .container {
    font-size: 1em;
  }

  #services .callout .hover {
    overflow: hidden;
    min-width: 230px;
    display: block;
    max-height: 0;
    -webkit-transition: max-height .45s,padding .45s;
    transition: max-height .45s,padding .45s;
    font-size: 1.8em;
  }

  #services .callout .hover .top {
    display: none;
  }

  #services .callout .hover .close {
    display: none;
  }

  #services .callout.active .btntitle {
    background: rgba(255,255,255,.11);
    padding: .2em;
  }

  #services .callout.active .hover {
    max-height: 500px;
    padding: .5em 0 2em;
  }

  #recent .container {
    font-size: .71em;
  }

  #recent .single {
    font-size: 1.38em;
  }

  #recent .btns {
    margin-top: 2.5em;
  }

  #contact .container {
    font-size: 1.2em;
  }

  #contact .textcont {
    margin-bottom: 1.7em;
  }

  #ft {
    padding-bottom: 1em;
  }

  #ft .container {
    height: 11.8em;
  }

  #ft .container {
    font-size: 1.4em;
  }

  #ft .legal {
    margin-bottom: 1.4em;
  }

  #page .container {
    font-size: .71em;
  }

  #page .single {
    font-size: 1.38em;
  }

  #page .btns {
    margin-top: 2.5em;
  }
}

@media screen and (min-width: 48em)and (max-width: 63.99em) {
  .hide-tab {
    display: none;
  }

  .fr.fbt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #splash .container {
    font-size: 1.2em;
  }

  #about .container {
    font-size: 1.33em;
  }

  #gallery header {
    margin-bottom: 3em;
    padding: 0 3em;
  }

  #gallery .info {
    font-size: 1.3em;
  }

  #services-BACKUP .callout .hover {
    font-size: 1.4em;
  }

  #services .callout .hover {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 64em)and (max-width: 75.99em) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wpcf7 form.sent .wpcf7-response-output{
padding: 1em;
margin: 3em 0 0;
background: #efefef;
border: none;
}