html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .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;
  -webkit-text-decoration: underline dotted;
  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;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .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;
}

html {
  font-family: sans-serif;
}

.hidden,
[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Cera-Light";
  src: url("./src/fonts/Cera Pro Light.ttf");
}

@font-face {
  font-family: "Cera-Medium";
  src: url("./src/fonts/Cera Pro Medium.ttf");
}

@font-face {
  font-family: "Cera-Bold";
  src: url("./src/fonts/Cera Pro Bold.ttf");
}

.ani {
  width: 25vw;
  height: 25vw;
  border-radius: 30px;
  border: 2px solid #2d3241;
  background: #0f1527;
  box-shadow: 0px 4px 34px 0px rgba(15,21,39,.1);
  position: relative;
}

.ani__t {
  border-top: 2px solid red;
  height: 100%;
  width: 0%;
  border-radius: 30px;
  position: absolute;
  transition: all .2s;
}

.ani:hover__t {
  width: 100%;
}

@property --bg-angle {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}

@-webkit-keyframes spin {
  to {
    --bg-angle: 228deg;
  }
}

@keyframes spin {
  to {
    --bg-angle: 228deg;
  }
}

article {
  text-align: center;
  transition: all .2s ease-in-out;
  border: 2px solid #2d3241;
  background-color: #0f1527;
  color: #fff;
  padding: 20px;
  width: 410px;
  height: 360px;
  border-radius: 30px;
}

article:hover {
  border: 2px solid transparent;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 53.3px 0px rgba(1,167,225,.2);
  background: linear-gradient(to bottom, #171D31, #171D31) padding-box,conic-gradient(from var(--bg-angle) in oklch longer, #01a7e1, #FF273E, #FF273E, #01a7e1, #01a7e1, #01a7e1, #01a7e1) border-box;
}

main {
  display: grid;
  height: 100svh;
  place-items: center;
}

article h1 {
  line-height: 1.1;
  margin: 0;
}

article p {
  margin: .75rem 0 0;
}

body {
  font-family: "Cabin",sans-serif !important;
  background: #fff;
  padding: 0;
}

body.menu-active #masthead {
  background: #af1c29 !important;
}

html {
  scroll-behavior: smooth;
}

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

header {
  box-sizing: border-box;
}

article {
  padding: 80px;
  box-sizing: border-box;
}

a {
  transition: all .2s;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: red;
}

section {
  padding: 40px;
  box-sizing: border-box;
  clear: both;
}

.max {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 0 !important;
}

img,
svg {
  max-width: 100%;
}

.site-main,
.site-footer,
.site-header {
  margin: auto;
  max-width: 1920px;
}

p,
li {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Cabin",sans-serif;
  font-weight: 200;
}

p:first-child,
li:first-child {
  margin-top: 0 !important;
}

p:last-child,
li:last-child {
  margin-bottom: 0 !important;
}

b,
strong {
  font-family: "Cabin",sans-serif;
}

h2 {
  color: #af1c29;
  font-size: 30px;
  line-height: 46px;
  text-transform: uppercase;
}

h2 .red {
  color: #af1c29;
}

.svg-container {
  position: relative;
}

.svg-animate-path {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  fill: none;
}

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

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

.fullscreen-video {
  width: 100% !important;
  height: 100% !important;
}

:target:before {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.chevron-down {
  -webkit-animation: hover-me .5s infinite ease-in-out alternate;
  animation: hover-me .5s infinite ease-in-out alternate;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

@-webkit-keyframes hover-me {
  100% {
    transform: translate3d(0, 25px, 0);
  }
}

@keyframes hover-me {
  100% {
    transform: translate3d(0, 25px, 0);
  }
}

.contact-form__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
}

.contact-form__row--item {
  width: 49%;
}

.contact-form textarea {
  height: 100px;
  width: 100% !important;
}

.contact-form p {
  width: 100% !important;
}

.contact-form .wpcf7-submit {
  color: #000;
  text-decoration: none;
  background: #af1c29;
  padding: .5rem 2rem;
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  transition: all .2s;
}

.contact-form .wpcf7-submit:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.services-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px !important;
}

.services-block__item {
  width: 100%;
  background: #f0f0f0 !important;
  display: block !important;
  color: #000 !important;
  padding: 2rem !important;
  margin: 1% 0 !important;
  text-transform: capitalize !important;
  border: 3px solid #f0f0f0;
  transition: all .2s;
}

.services-block__item:hover {
  border: 3px solid #fff;
  color: #af1c29 !important;
}

.sub-menu {
  display: none !important;
}

.pt-n {
  padding-top: 0;
}

.pt-d {
  padding-top: 80px;
}

.pt-s {
  padding-top: 80px;
}

.pt-m {
  padding-top: 80px;
}

.pt-l {
  padding-top: 80px;
}

.pr-n {
  padding-right: 0;
}

.pr-d {
  padding-right: 80px;
}

.pr-s {
  padding-right: 160px;
}

.pr-m {
  padding-right: 320px;
}

.pr-l {
  padding-right: 480px;
}

.pb-n {
  padding-bottom: 0;
}

.pb-d {
  padding-bottom: 80px;
}

.pb-s {
  padding-bottom: 80px;
}

.pb-m {
  padding-bottom: 80px;
}

.pb-l {
  padding-bottom: 80px;
}

.pl-n {
  padding-left: 0;
}

.pl-d {
  padding-left: 80px;
}

.pl-s {
  padding-left: 160px;
}

.pl-m {
  padding-left: 320px;
}

.pl-l {
  padding-left: 480px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  z-index: 999;
  top: 0;
}

.site-header.active {
  border-bottom: 3px solid #000;
}

.site-header__logo {
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: all .2s;
}

.site-header__logo.active {
  opacity: 1;
}

.site-header__logo img {
  width: 150px;
  max-width: 150px;
}

.site-header .site-branding__desktop {
  line-height: 0;
}

.site-header .site-branding__desktop--logo {
  width: 150px;
  opacity: 1;
  transition: all .2s;
}

.site-header .site-branding__desktop--logo.active {
  opacity: 1;
}

.site-header__hide.hide {
  top: -250px;
}

.site-header__logo {
  width: 350px;
}

.site-header__left {
  flex-direction: row;
}

.site-header__center {
  flex-direction: column;
}

.site-header__right {
  flex-direction: row-reverse;
}

.site-header__static {
  position: relative;
}

.site-header__fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.site-header .site-title {
  margin: 0;
  line-height: 1;
}

.site-header .site-title a {
  font-size: 40px;
  color: #dedede;
  text-transform: uppercase;
  text-decoration: none;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-position: bottom !important;
  margin-top: 73px !important;
}

.page-header:before {
  content: "";
  background: rgba(0,0,0,.4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-header__default {
  height: 25vh;
}

.page-header__small {
  height: 33.33vh;
}

.page-header__medium {
  height: calc(100vh - 73px);
}

.page-header__large {
  height: calc(100vh);
}

.page-header__video {
  height: auto !important;
}

.page-header__video .page-header__content--content {
  position: relative;
  bottom: 0;
  margin: 20px;
}

.page-header__video .page-header__content--content h1 {
  color: #000 !important;
  font-size: 30px !important;
  line-height: 40px !important;
}

.page-header__video .chevron-down {
  display: none !important;
}

.page-header__image {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.page-header__content {
  padding: 0 20px;
  margin: 0 1rem !important;
  z-index: 9;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: bottom;
  max-width: 1080px;
  width: 100%;
}

.page-header__content video {
  width: 100vw;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

.page-header__content--title {
  font-size: 30px;
  font-family: "Cabin",sans-serif !important;
  color: #fff;
  margin-bottom: 1rem;
}

.page-header__content--content h1 {
  font-size: 30px !important;
  line-height: 30px !important;
  color: #af1c29;
  text-align: left;
  margin: 0 !important;
  text-transform: inherit;
  font-family: "Cabin",sans-serif !important;
  text-align: center;
  margin-bottom: 1rem !important;
}

.page-header__content--content h2 {
  font-size: 26px;
  line-height: 30px;
  color: #000;
}

.page-header__content--content p {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.page-header__content--content p small {
  color: #af1c29;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1rem;
  display: block;
}

.page-header__content--logo.fixed {
  position: fixed;
  top: 1rem;
  left: 0;
  right: 0;
  max-width: 210px;
}

.page-header__split {
  content: "";
  height: 100px;
  width: 2px;
  display: block;
  background: #af1c29;
  position: absolute;
  bottom: 0;
  transition: all .2s;
}

@-webkit-keyframes extend {
  from {
    height: 0;
  }

  to {
    height: 100px;
  }
}

@keyframes extend {
  from {
    height: 0;
  }

  to {
    height: 100px;
  }
}

#site-navigation__overlay {
  position: fixed;
  background: rgba(0,0,0,.75);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  z-index: 99;
  display: none;
}

#site-navigation__overlay.active {
  opacity: 1;
  visibility: visible;
}

#site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 80px 0;
  display: block;
  transition: all .2s;
  position: absolute;
  left: 1024px;
  background: #fff;
  width: 100vw;
  top: 0;
  height: 100vh;
}

#site-navigation ul.active {
  left: 0;
}

#site-navigation ul li {
  display: block;
  padding: 0;
  font-family: "Cabin",sans-serif;
  font-size: 18px !important;
  line-height: 18px;
  letter-spacing: 1.4px;
}

#site-navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: 18px;
  transition: all .1s;
  display: inline-block;
  position: relative;
  display: inline-block;
}

#site-navigation ul li a:hover {
  border-bottom: none;
}

#site-navigation ul li a:hover:after {
  width: 100%;
}

#site-navigation ul li a.active:after {
  width: 100%;
}

#site-navigation ul li a:after {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #fff;
  display: block;
  transition: all .2s;
  position: absolute;
}

#site-navigation ul li#menu-item-190 a {
  border: none;
  padding: 13px 18px;
  margin: 0;
}

#site-navigation ul li#menu-item-190 a:after {
  display: none;
}

#site-navigation ul li#menu-item-190 a:hover {
  color: #fff;
  background: #000;
}

#site-navigation ul li ul {
  left: 0;
  width: 100%;
  background: #dedede;
  position: relative;
  padding: 0;
  display: block;
  justify-content: flex-start;
  transition: all .2s;
  z-index: 1;
}

#site-navigation ul li ul.slidein.active {
  left: 0;
}

#site-navigation ul li ul.fadein.active {
  opacity: 1;
  visibility: visible;
}

#site-navigation ul li ul li {
  margin: 0;
  padding: 0;
}

.menu-toggle {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}

.menu-toggle[aria-expanded=true] #primary-menu {
  left: 0;
}

.btn {
  display: inline-block;
  border: none;
  padding: .5rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #fff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease-in-out,transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.btn:hover,
.btn:focus {
  background: #0053ba;
}

.btn:focus {
  outline: 1px solid #fff;
  outline-offset: -4px;
}

.btn:active {
  transform: scale(0.99);
}

.btn__rounded {
  border-radius: .25rem;
}

.btn__green {
  background: #0abf53;
  border: 1px solid #fff;
}

.btn__green:hover,
.btn__green:focus {
  background: #fff;
  border: 1px solid #0abf53;
  color: #0abf53;
}

label {
  width: 100%;
  display: block;
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: .5rem;
  border-radius: 4px;
  border: 1px solid #000;
}

input[type=submit] {
  border: none;
}

textarea {
  width: 100%;
  padding: .5rem;
  border-radius: 4px;
  border: 1px solid #000;
}

.site-footer {
  padding: 40px;
  color: #fff;
}

.site-footer p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #fff;
  font-family: "Cabin",sans-serif;
  width: 100%;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .site-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.site-footer .site-info p.dev {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.site-footer .site-info p.dev svg {
  margin-left: 1rem;
}

#home {
  background: url("images/hero-new.png");
  background-repeat: no-repeat;
  background-size: 200%;
  min-height: 50vh;
  padding: 2rem !important;
}

#home .text {
  background: rgba(255,255,255,.5);
  padding: 20px;
  position: absolute;
  right: 80px;
  top: 20%;
  max-width: 800px;
  display: none;
}

#home .text h2 {
  color: #af1c29;
  text-transform: inherit;
  font-weight: 100;
  text-align: right;
  margin: 0;
  font-size: 50px;
  line-height: 1.4;
}

.wrap {
  display: flex;
  flex-direction: column;
}

.wrap img {
  margin: 0 auto 40px auto;
  display: block;
}

.grey {
  background: #dedede;
}

.green {
  border-top: 2px solid #af1c29;
  background: #0f8853;
}

.blue {
  background: #17488c;
}

.blue i {
  margin-right: 15px;
}

.blue h2,
.blue p,
.blue a {
  color: #fff;
}

.blue a {
  text-decoration: none;
}

.blue a:hover {
  text-decoration: underline;
}

h2 {
  margin-top: 0;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

.error404 {
  background: repeating-linear-gradient(45deg, transparent, transparent 15px, #ffffff 10px, #ffffff 100px),linear-gradient(to bottom, #af1c29, #af1c29);
}

.error404 .error-404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error404 .error-404 h1 {
  color: #fff;
  font-size: 120px;
  line-height: 150px;
  letter-spacing: 2px;
  font-family: "Cabin",sans-serif !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #af1c29;
}

.error404 .error-404 h2 {
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: 1px;
  color: #ffd2d2;
  font-family: "Cabin",sans-serif !important;
}

.error404 .error-404 p {
  color: #af1c29;
  background: #fff;
  padding: 1rem;
}

.error404 .error-404 a {
  color: #af1c29;
  display: inline-block;
  text-decoration: none;
  transition: all .2s;
  font-family: "Cabin",sans-serif;
}

.error404 .error-404 a:hover {
  color: #000;
}

.error404 .error-404 a:hover:after {
  width: 100%;
}

.error404 .error-404 a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  display: block;
  transition: all .2s;
}

@media (min-width: 568px) {
  .page-header__content {
    margin: 0 !important;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  section {
    padding: 80px;
  }

  #home {
    background-size: cover;
    min-height: 100vh;
  }

  #home .text {
    display: block;
  }

  .wrap {
    flex-direction: row;
  }

  .wrap img {
    width: 200px;
    height: 200px !important;
    margin-right: 40px;
  }
}

@media (min-width: 1025px) {
  p,
  li {
    font-size: 22px;
    line-height: 30px;
  }

  .services-block {
    padding: 0 60px !important;
  }

  .services-block__item {
    width: 23%;
    margin: 1% !important;
  }

  .pt-d {
    padding-top: 160px;
  }

  .pt-s {
    padding-top: 160px;
  }

  .pt-m {
    padding-top: 320px;
  }

  .pt-l {
    padding-top: 480px;
  }

  .pr-d {
    padding-right: 210px;
  }

  .pb-d {
    padding-bottom: 80px;
  }

  .pb-s {
    padding-bottom: 160px;
  }

  .pb-m {
    padding-bottom: 320px;
  }

  .pb-l {
    padding-bottom: 480px;
  }

  .pl-d {
    padding-left: 210px;
  }

  .site-header {
    padding: 1rem 80px;
    background: #0f8853;
  }

  .page-header__medium {
    height: 50vh;
  }

  .page-header__large {
    height: calc(100vh - 93px);
  }

  .page-header__video .page-header__content--content {
    position: absolute;
    margin: 0 0 20% 210px;
  }

  .page-header__video .page-header__content--content h1 {
    color: #fff !important;
    font-size: 50px !important;
    line-height: 60px !important;
  }

  .page-header__video .chevron-down {
    display: block !important;
    bottom: 20%;
  }

  .page-header__content video {
    margin-top: 0;
  }

  .page-header__content--content h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .page-header__content--content p {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }

  #site-navigation__overlay {
    display: block;
  }

  #site-navigation ul {
    position: relative;
    height: auto;
    background: none;
    left: 0;
    top: 0;
    display: flex;
    padding: 0;
    align-items: center;
    width: auto;
  }

  #site-navigation ul li {
    font-size: 14px !important;
    line-height: 18px;
  }

  #site-navigation ul li a {
    margin: 0 18px;
    padding: 0;
    color: #fff;
    display: inline-block;
  }

  #site-navigation ul li#menu-item-190 a {
    border: 2px solid #000;
    padding: 13px 35px;
    margin: 0 0 0 26px;
  }

  #site-navigation ul li {
    font-size: inherit;
  }

  #site-navigation ul li:first-child {
    margin-left: 0;
  }

  #site-navigation ul li ul {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    z-index: -1;
    justify-content: center;
    padding: 80px;
  }

  #site-navigation ul li ul.slidein {
    left: -100%;
  }

  #site-navigation ul li ul.fadein {
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  #site-navigation ul li ul li {
    margin: 0 0 .5rem 0;
  }

  .menu-toggle {
    display: none;
  }

  .site-footer {
    padding: 80px;
  }

  .site-footer p {
    font-size: 14px;
    width: 33%;
    text-align: right;
  }

  .site-footer .site-info {
    flex-direction: row;
  }

  .site-footer .site-info p.dev {
    justify-content: flex-start;
    width: auto;
  }

  .error404 .error-404 {
    height: 100vh;
  }

  .error404 .error-404 h1 {
    font-size: 250px;
    line-height: 300px;
  }

  .error404 .error-404 h2 {
    font-size: 32px;
    line-height: 41.6px;
  }
}