/*
Theme Name: Heartland
Theme URI: https://www.heartland.nz
Description: A custom theme for Heartland.
Version: 1.0
Author: Ideation
Author URI: https://ideationagency.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
.bg-grey {
  background: #282828;
  color: #fff; }

.bg-light-grey {
  background-color: #f6f6f6; }

/* Fonts
-------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* Mixins
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  font-family: "lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  /* Stop body scrolling when mobile menu is open */ }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.5rem; } }
  body.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

:focus {
  outline: none; }

:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #cc0000, 0 0 0 4px rgba(255, 255, 255, 0.6);
  border-radius: 2px; }

h1, h2, h3, h4, h5 {
  clear: both;
  line-height: 1.2;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 0;
  padding: 0; }

h1 {
  color: #fff;
  font-size: 5rem;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 0.36em; }
  @media screen and (max-width: 1200px) {
    h1 {
      font-size: 4.1rem; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3.2rem; } }

.home h1 {
  font-size: 10rem; }
  @media screen and (max-width: 1200px) {
    .home h1 {
      font-size: 6rem; } }
  @media screen and (max-width: 768px) {
    .home h1 {
      font-size: 4rem; } }

.main-content h1 {
  color: #000000;
  line-height: 1.2;
  margin: 5rem 0 3rem; }
  @media screen and (max-width: 768px) {
    .main-content h1 {
      margin-top: 6rem; } }

h2,
.h1-small {
  font-size: 4.6rem;
  margin: 0.82em 0 0.49em; }
  @media screen and (max-width: 1200px) {
    h2,
    .h1-small {
      font-size: 4rem; } }
  @media screen and (max-width: 768px) {
    h2,
    .h1-small {
      font-size: 2.4rem; } }

.section > h2:first-child,
.section .row .col > h2:first-child,
.section .row .col > h2.h2-small:first-child,
.section .container > h2:first-child,
.section .container .row .col > h2:first-child,
.section .container .row .col > h2.h2-small:first-child {
  margin-top: 0; }

.section .row.vertical-align-center .col > h2:first-child,
.section .row.vertical-align-center .col > h2.h2-small:first-child,
.section .container.vertical-align-center > h2:first-child,
.section .container .row.vertical-align-center .col > h2.h2-small:first-child {
  margin-top: 2rem; }

h3,
.h2-small,
.page-id-66 h2,
.page-id-68 h2 {
  font-size: 2.4rem;
  font-family: "lato", sans-serif;
  margin: 0.82em 0 0.79em; }
  @media screen and (max-width: 1200px) {
    h3,
    .h2-small,
    .page-id-66 h2,
    .page-id-68 h2 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 768px) {
    h3,
    .h2-small,
    .page-id-66 h2,
    .page-id-68 h2 {
      font-size: 2rem; } }

.page-id-66 h2,
.page-id-68 h2 {
  margin-top: 4rem; }

h4,
.h3-small,
.page-id-66 h3,
.page-id-68 h3 {
  font-size: 2rem;
  font-family: "lato", sans-serif;
  margin: 2rem 0 1rem; }
  @media screen and (max-width: 1200px) {
    h4,
    .h3-small,
    .page-id-66 h3,
    .page-id-68 h3 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 768px) {
    h4,
    .h3-small,
    .page-id-66 h3,
    .page-id-68 h3 {
      font-size: 1.8rem; } }

.page-id-66 h3,
.page-id-68 h3 {
  margin-top: 3rem; }

h5,
.h4-small,
.page-id-66 h5,
.page-id-68 h5 {
  font-size: 1.8rem;
  font-family: "lato", sans-serif;
  margin: 2rem 0 1rem; }
  @media screen and (max-width: 1200px) {
    h5,
    .h4-small,
    .page-id-66 h5,
    .page-id-68 h5 {
      font-size: 1.6rem; } }

p {
  margin: 0 0 2rem; }

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

figure {
  margin: 1rem 0 2rem; }

a {
  color: #cc0000;
  text-decoration: none;
  position: relative; }
  a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1.5px;
    margin: auto;
    opacity: 0;
    background: #cc0000;
    transition: width 0.4s ease-out, opacity 0.3s ease-out; }
  a:hover::after, a.selected::after {
    width: 100%;
    opacity: 1; }
  a:hover {
    color: #cc0000; }

#wpadminbar a::after {
  content: none; }

main ul,
main ol {
  margin: 0 0 2rem 1em;
  padding: 0; }
  main ul li,
  main ol li {
    padding: 0;
    margin-bottom: 0.6em; }

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #f6f6f6;
  background-color: #f6f6f6;
  margin: 3rem 0; }

table {
  width: 100%;
  margin: 1rem 0 2rem; }

table, th, td {
  border: 1px solid #f6f6f6;
  border-collapse: collapse; }

table td, table th {
  padding: .75rem;
  text-align: left;
  vertical-align: top; }

strong {
  font-weight: 600; }

.small {
  font-size: 1.2rem; }

.large {
  font-size: 1.8rem; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.desktop-only {
  display: block; }
  @media screen and (max-width: 992px) {
    .desktop-only {
      display: none; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 992px) {
    .mobile-only {
      display: block; } }

/* --------- Buttons --------- */
.btn,
a.btn {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1.6em;
  margin: 0.5em 0 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #cc0000;
  text-decoration: none;
  transition: all 0.2s ease-out; }
  @media screen and (max-width: 768px) {
    .btn,
    a.btn {
      font-size: 1.2rem; } }
  .btn:hover, .btn:focus-visible,
  a.btn:hover,
  a.btn:focus-visible {
    color: #fff;
    background: #282828;
    text-decoration: none; }
  .btn::after,
  a.btn::after {
    content: none; }

.btn-secondary,
a.btn-secondary {
  color: #cc0000;
  border-color: #cc0000;
  background: transparent;
  text-decoration: none; }
  .btn-secondary:hover, .btn-secondary:focus-visible,
  a.btn-secondary:hover,
  a.btn-secondary:focus-visible {
    color: #fff;
    background: #cc0000; }

.btn-white,
a.btn-white {
  color: #fff;
  border: 1px solid #fff; }
  .btn-white:hover, .btn-white:focus-visible,
  a.btn-white:hover,
  a.btn-white:focus-visible {
    color: #fff;
    border: 1px solid #cc0000;
    background: #cc0000; }

.btn-group {
  display: flex;
  gap: 2rem;
  margin: 0 0 2rem; }
  @media screen and (max-width: 768px) {
    .btn-group {
      gap: 1rem; } }

/* Animations
-------------------------------------------------------------- */
/* GSAP */
.fade-in,
.fade-up,
.fade-in-from-left,
.fade-in-from-right {
  visibility: hidden;
  overflow: hidden; }

.hover-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* Chrome fix */
  margin: 0 auto;
  background: #282828; }
  .hover-effect::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: rgba(40, 40, 40, 0);
    mix-blend-mode: multiply;
    pointer-events: none;
    transition: opacity 0.2s ease-out; }
  .hover-effect img {
    overflow: hidden;
    position: relative;
    display: block;
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    transform: scale(1.01);
    transition: all 0.2s ease-out; }

a:hover .hover-effect img,
a:focus .hover-effect img,
a.hover-effect:hover img,
a.hover-effect:focus img {
  transform: scale(1.06); }
a:hover .hover-effect::after,
a:focus .hover-effect::after,
a.hover-effect:hover::after,
a.hover-effect:focus::after {
  background: rgba(40, 40, 40, 0.6); }

/* Responsive Images
-------------------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* Flex
-------------------------------------------------------------- */
.flex {
  display: flex; }

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

.flex-stretch {
  align-items: stretch; }

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px; }

a img.alignnone {
  margin: 0; }

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0 0 0.1rem 0;
  background: #f0f0f0; }

.wp-caption-text {
  font-weight: 700;
  margin: 1rem 0; }

.wp-caption.alignnone {
  display: inline-block;
  margin: 5px 40px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 40px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 40px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

@media screen and (max-width: 576px) {
  .aligncenter,
  div.aligncenter,
  .alignright,
  .alignleft,
  a img.alignright,
  a img.alignnone,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin: 5px auto 20px auto; } }
/* --------- Fixes --------- */
/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clear-floats {
  clear: both; }

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

p:empty {
  display: none; }

/* Header
-------------------------------------------------------------- */
.header {
  width: 100%;
  position: absolute;
  z-index: 300;
  transition: all 0.6s ease-in-out; }
  .header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative; }
  .header__logo {
    display: block;
    width: 226px;
    position: relative;
    z-index: 300; }
    @media screen and (max-width: 768px) {
      .header__logo {
        width: 156px; } }
    .header__logo::after {
      content: none; }

/* Show header on scroll up 
.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}
body.scrolled header:not(.is-active-mobile) {
  top: -200px; // Header height
  nav li ul.sub-menu {
    display: none;
  }
}
body.scroll-up header:not(.is-active-mobile),
body.scrolled.scroll-up header:not(.is-active-mobile) {
  top: 0;
  nav li ul.sub-menu {
    display: block;
  }
} */
/* Nav
-------------------------------------------------------------- */
#main-nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 2.1rem 6rem 0 0;
  padding: 0;
  column-gap: 2.4rem; }
  #main-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    #main-nav ul li span {
      display: none; }
    #main-nav ul li a,
    #main-nav ul li button {
      display: block;
      padding: 1rem 0;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.05em;
      text-decoration: none;
      background: none;
      position: relative;
      z-index: 3; }
      #main-nav ul li a.menu-toggle,
      #main-nav ul li button.menu-toggle {
        padding-right: 24px;
        background-image: url(images/icon-plus-white.svg);
        background-repeat: no-repeat;
        background-position: right 0 top 9px;
        background-size: 15px; }
      #main-nav ul li a.menu-toggle.active,
      #main-nav ul li button.menu-toggle.active {
        background-image: url(images/icon-minus-white.svg); }
      #main-nav ul li a:hover, #main-nav ul li a.active,
      #main-nav ul li button:hover,
      #main-nav ul li button.active {
        color: #fff;
        text-decoration: none; }
      #main-nav ul li a::after,
      #main-nav ul li button::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 0;
        height: 1.5px;
        margin: auto;
        opacity: 0;
        background: #fff;
        transition: width 0.4s ease-out, opacity 0.3s ease-out; }
      #main-nav ul li a:hover:after, #main-nav ul li a.active:after,
      #main-nav ul li button:hover:after,
      #main-nav ul li button.active:after {
        width: 100%;
        opacity: 1; }
    #main-nav ul li .mega-menu {
      visibility: hidden;
      position: absolute;
      top: 130px;
      left: 36px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 60px;
      width: 1200px;
      padding: 0 60px 70px 306px;
      opacity: 0;
      transition: opacity 3s ease;
      z-index: 2; }
      @media (max-width: 1200px) {
        #main-nav ul li .mega-menu {
          position: relative;
          top: 0; } }
      #main-nav ul li .mega-menu.active {
        opacity: 1;
        visibility: visible; }
      #main-nav ul li .mega-menu .menu-column {
        color: #fff; }
        #main-nav ul li .mega-menu .menu-column .menu-heading {
          color: #fff;
          margin: 0;
          font-size: 1.7rem;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.13em; }
        #main-nav ul li .mega-menu .menu-column ul {
          flex-direction: column;
          width: 100%;
          margin: 0; }
          #main-nav ul li .mega-menu .menu-column ul li {
            display: block;
            margin: 0;
            padding: 0; }
            #main-nav ul li .mega-menu .menu-column ul li:last-child {
              border: none; }
            #main-nav ul li .mega-menu .menu-column ul li a {
              display: block;
              font-size: 1.6rem;
              font-weight: 500;
              letter-spacing: 0;
              text-transform: none;
              padding: 1.3rem 0;
              border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
              position: relative; }
              #main-nav ul li .mega-menu .menu-column ul li a:before {
                content: '';
                position: absolute;
                right: 10px;
                top: 12px;
                width: 14px;
                height: 18px;
                margin: auto;
                opacity: 0;
                background-image: url(images/icon-arrow-white.svg);
                background-repeat: no-repeat;
                background-position: right top;
                background-size: contain;
                transition: right 0.4s ease-out, opacity 0.3s ease-out; }
              #main-nav ul li .mega-menu .menu-column ul li a:hover:before {
                right: 0;
                opacity: 1; }
              #main-nav ul li .mega-menu .menu-column ul li a::after {
                content: '';
                position: absolute;
                left: 0;
                top: -1px;
                width: 0;
                height: 1px;
                margin: auto;
                opacity: 0;
                background: #fff;
                transition: width 0.4s ease-out, opacity 0.3s ease-out; }
              #main-nav ul li .mega-menu .menu-column ul li a::after {
                top: auto;
                bottom: -1px; }
              #main-nav ul li .mega-menu .menu-column ul li a:hover:after {
                width: 100%;
                opacity: 1; }

.mega-menu-bg {
  position: absolute;
  left: 36px;
  top: 0;
  width: 0;
  height: 0;
  background-color: #cc0000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
  transition: all 0.5s ease;
  transform-origin: top left;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    .mega-menu-bg {
      display: none; } }
  .mega-menu-bg.active {
    width: 1200px;
    height: 552px;
    opacity: 1; }

/* --------- Mobile Nav --------- */
#mobile-nav-btn,
#mobile-nav {
  display: none; }

@media (max-width: 1200px) {
  #main-nav {
    display: none; }

  #mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh;
    font-family: "lato", sans-serif;
    background: #cc0000;
    padding: 150px 36px;
    z-index: 200; }
    #mobile-nav ul {
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      #mobile-nav ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        border-bottom: 1.5px solid rgba(255, 255, 255, 0.3); }
        #mobile-nav ul li .mobile-mega-menu {
          display: none; }
        #mobile-nav ul li button.mobile-menu-toggle,
        #mobile-nav ul li a {
          display: block;
          width: 100% !important;
          color: #fff;
          padding: 1.5rem 0 1.4rem;
          font-size: 1.4rem;
          font-weight: 500;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none;
          background-repeat: no-repeat;
          background-position: right 0 top 15.5px;
          background-size: 20px; }
          #mobile-nav ul li button.mobile-menu-toggle::after,
          #mobile-nav ul li a::after {
            content: none; }
        #mobile-nav ul li button.mobile-menu-toggle {
          background-image: url(images/icon-plus-white.svg); }
        #mobile-nav ul li button.mobile-menu-toggle.active {
          background-image: url(images/icon-minus-white.svg); }
        #mobile-nav ul li a {
          background-image: url(images/icon-arrow-white.svg);
          background-size: 12px;
          background-position: right 3px top 16.5px; }
        #mobile-nav ul li ul {
          margin-bottom: 1rem; }
          #mobile-nav ul li ul li {
            border: none; }
            #mobile-nav ul li ul li button.mobile-menu-toggle,
            #mobile-nav ul li ul li a,
            #mobile-nav ul li ul li a:hover {
              font-size: 1.4rem;
              font-weight: 400;
              text-transform: none;
              padding: 1rem 0;
              background: none; }

  #mobile-nav-btn {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 10px 10px 0;
    background-color: transparent;
    z-index: 300;
    transition: none;
    transition: background-color 0s ease 1s; }
    #mobile-nav-btn.is-active {
      transition: background-color 0 ease 0;
      background-color: #cc0000; }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }

  .hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }

  .hamburger-inner::before {
    top: -8px; }

  .hamburger-inner::after {
    bottom: -8px; }

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger-label {
    position: relative;
    top: -9px;
    font-size: 1.2rem; } }
/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: calc(1200px + (36px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-left: 36px;
  padding-right: 36px; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.main-content {
  padding: 146px 0 0; }
  @media screen and (max-width: 768px) {
    .main-content {
      padding: 60px 0 0; } }

section,
.section {
  padding: 0 0 200px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    section,
    .section {
      padding: 0 0 100px; } }

section.bg-color,
.section.bg-color {
  padding: 200px 0; }
  @media screen and (max-width: 768px) {
    section.bg-color,
    .section.bg-color {
      padding: 100px 0; } }

.section-padding-large {
  padding: 0 0 300px; }
  @media screen and (max-width: 768px) {
    .section-padding-large {
      padding: 0 0 150px; } }

.section-padding-small {
  padding: 0 0 100px; }
  @media screen and (max-width: 768px) {
    .section-padding-small {
      padding: 0 0 50px; } }

.section-padding-x-small {
  padding: 0 0 50px; }
  @media screen and (max-width: 768px) {
    .section-padding-x-small {
      padding: 0 0 25px; } }

.section-padding-none {
  padding: 0; }
  @media screen and (max-width: 768px) {
    .section-padding-none {
      padding: 0; } }

/* Banner
-------------------------------------------------------------- */
.banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
  color: #fff;
  visibility: hidden;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.25);
  background-blend-mode: multiply;
  position: relative;
  transition: all 0.2s ease-out; }
  .banner .container {
    position: relative;
    z-index: 3; }
    .banner .container .banner__content {
      padding: 90px 0; }
    .banner .container .canon-logo {
      position: absolute;
      bottom: 0;
      right: 36px;
      width: 150px; }
      @media screen and (max-width: 768px) {
        .banner .container .canon-logo {
          width: 90px; } }
  .banner .bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
    z-index: 1;
    mix-blend-mode: multiply; }
  @media (prefers-reduced-motion: reduce) {
    .banner .bg-video {
      display: none; } }

.sect-banner {
  height: auto;
  min-height: 450px; }
  @media screen and (max-width: 768px) {
    .sect-banner {
      min-height: 310px; } }
  .sect-banner .container .banner__content {
    padding: 90px 0 127px; }
    @media screen and (max-width: 768px) {
      .sect-banner .container .banner__content {
        padding: 90px 0 45px; } }
    .sect-banner .container .banner__content h1 {
      max-width: 100%; }
    .sect-banner .container .banner__content a.btn {
      background: rgba(0, 0, 0, 0.1); }
      .sect-banner .container .banner__content a.btn:hover {
        background: #cc0000; }
  .sect-banner .container .banner__content_with_btn {
    padding-bottom: 83px; }
    @media screen and (max-width: 768px) {
      .sect-banner .container .banner__content_with_btn {
        padding-bottom: 45px; } }
  @media screen and (max-width: 768px) {
    .sect-banner .container .canon-logo {
      display: none; } }

.banner-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

/* Sliders
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0 0 70px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  overflow: visible !important; }

.bx-wrapper {
  background: transparent;
  overflow: hidden; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none;
  /* Hide pager if just one slide */ }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  bottom: 80px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff; }

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(36px);
  bottom: 0;
  width: 100%;
  max-width: 1272px;
  height: 40px;
  padding: 0 30px;
  margin: 0 auto; }

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  height: 39px;
  width: 39px;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 100;
  background: #cc0000 url(images/icon-arrow-white.svg) no-repeat calc(50%) center;
  background-size: 11px;
  border: 1px solid #cc0000;
  border-radius: 2px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s; }
  .bx-wrapper .bx-prev::after,
  .bx-wrapper .bx-next::after {
    content: none; }

.bx-wrapper .bx-prev {
  left: 0;
  transform: rotate(180deg); }

.bx-wrapper .bx-next {
  left: 45px;
  transform: rotate(0deg); }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: #282828;
  border: 1px solid #282828; }

.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-direction a.disabled:hover {
  background-color: #fff;
  background-image: url(images/icon-arrow.svg);
  border-color: #c7c8ca;
  pointer-events: none;
  cursor: default; }

.slider {
  width: 100%;
  height: auto;
  position: relative; }

/* Sections
-------------------------------------------------------------- */
/* Section Intro */
#section-intro,
.section-intro {
  max-width: 75%; }
  @media screen and (max-width: 992px) {
    #section-intro,
    .section-intro {
      max-width: 100%; } }

/* Section Intro Logo */
.section-intro-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 8rem; }
  @media screen and (max-width: 992px) {
    .section-intro-logo {
      flex-direction: column; } }
  .section-intro-logo__content {
    flex: 1; }
    .section-intro-logo__content h2 {
      margin-top: 0; }
  .section-intro-logo__logo {
    width: 294px;
    margin: 0.6rem 0 2rem; }
  .section-intro-logo__btn {
    width: 100%; }

/* Technology Slider */
#section-technology-slider {
  padding: 33px 0 130px; }
  @media screen and (max-width: 768px) {
    #section-technology-slider {
      padding: 5px 0 65px; } }

.technology-slider {
  visibility: hidden; }
  .technology-slider .slide a {
    display: block;
    background: #282828;
    transition: all 0.2s ease-out;
    text-decoration: none;
    margin: 0 15px;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
    transform: scale(1.01);
    /* Fix clip border bug */ }
    .technology-slider .slide a:hover, .technology-slider .slide a:focus {
      background: #cc0000; }
    .technology-slider .slide a .label {
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0.03em;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 1rem; }
      @media screen and (max-width: 768px) {
        .technology-slider .slide a .label {
          font-size: 1.2rem; } }

/* Feature Full-width */
.section-feature-full-width {
  position: relative;
  padding: 50px 0;
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .section-feature-full-width {
      padding: 0;
      margin-bottom: 100px; } }
  .section-feature-full-width .image-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    /* Start at the middle of the page */
    right: 0;
    /* Extend to right page margin */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .section-feature-full-width .image-box {
        position: relative;
        width: 100%;
        height: 280px;
        left: 0; } }
  .section-feature-full-width .container {
    display: flex;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .section-feature-full-width .container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0; } }
    .section-feature-full-width .container .content {
      flex: 1;
      z-index: 2;
      position: relative;
      max-width: calc(50% + 175px); }
      .section-feature-full-width .container .content .content-inner {
        background-color: #f6f6f6;
        padding: 90px 80px 90px 0;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%); }
        @media screen and (max-width: 768px) {
          .section-feature-full-width .container .content .content-inner {
            padding: 34px 30px 41px;
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%); } }
      @media screen and (max-width: 768px) {
        .section-feature-full-width .container .content {
          padding: 0;
          margin: -40px 0 0 0;
          max-width: calc(100% - 36px);
          background: none; } }
      .section-feature-full-width .container .content::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100vw;
        /* Extend background to left page margin */
        width: 100vw;
        background-color: #f6f6f6;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          .section-feature-full-width .container .content::before {
            content: none; } }
      .section-feature-full-width .container .content h2 {
        margin-top: 0; }

/* Feature Full-width Grey */
.section-feature-full-width-grey {
  position: relative; }
  .section-feature-full-width-grey .container {
    position: relative;
    padding: 0 0 0 90px; }
    @media screen and (max-width: 1320px) {
      .section-feature-full-width-grey .container {
        padding: 0 50px 0 90px; } }
    @media screen and (max-width: 992px) {
      .section-feature-full-width-grey .container {
        padding: 0 18px 0 0; } }
    .section-feature-full-width-grey .container::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(-100vw + 54px + 36px);
      /* Extend background to left page margin */
      width: 100vw;
      background-color: #282828;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .section-feature-full-width-grey .container::before {
          content: none; } }
    .section-feature-full-width-grey .container .content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 8rem;
      background-color: #282828;
      padding: 50px 80px 50px 0;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%); }
      @media screen and (max-width: 992px) {
        .section-feature-full-width-grey .container .content {
          gap: 5rem;
          padding: 50px 50px 50px 0; } }
      @media screen and (max-width: 768px) {
        .section-feature-full-width-grey .container .content {
          grid-template-columns: 1fr;
          gap: 0;
          padding: 36px 36px 0 36px;
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); } }
      .section-feature-full-width-grey .container .content .content-inner {
        color: #fff; }
        @media screen and (max-width: 768px) {
          .section-feature-full-width-grey .container .content .content-inner {
            padding: 36px 0 16px 0; } }
        .section-feature-full-width-grey .container .content .content-inner h2 {
          color: #fff; }
          @media screen and (max-width: 768px) {
            .section-feature-full-width-grey .container .content .content-inner h2 {
              margin-top: 0; } }
        .section-feature-full-width-grey .container .content .content-inner a.btn:hover {
          color: #cc0000;
          background: #fff; }
      .section-feature-full-width-grey .container .content .image {
        height: 100%; }
        @media screen and (max-width: 768px) {
          .section-feature-full-width-grey .container .content .image {
            height: auto; } }
        .section-feature-full-width-grey .container .content .image img {
          min-height: 100%;
          object-fit: cover;
          object-position: right top; }
          @media screen and (max-width: 768px) {
            .section-feature-full-width-grey .container .content .image img {
              height: auto; } }

/* Feature Full-width Light Grey */
.section-feature-full-width-light-grey {
  position: relative; }
  .section-feature-full-width-light-grey .container {
    position: relative;
    padding: 0 0 0 90px; }
    @media screen and (max-width: 1320px) {
      .section-feature-full-width-light-grey .container {
        padding: 0 50px 0 90px; } }
    @media screen and (max-width: 992px) {
      .section-feature-full-width-light-grey .container {
        padding: 0 18px 0 0; } }
    .section-feature-full-width-light-grey .container::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(-100vw + 54px + 36px);
      /* Extend background to left page margin */
      width: 100vw;
      background-color: #f6f6f6;
      z-index: -1; }
    .section-feature-full-width-light-grey .container .content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 8rem;
      background-color: #f6f6f6;
      padding: 50px 80px 50px 0;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px) 100%, 0 100%); }
      @media screen and (max-width: 992px) {
        .section-feature-full-width-light-grey .container .content {
          gap: 5rem;
          padding: 50px 50px 50px 0; } }
      @media screen and (max-width: 768px) {
        .section-feature-full-width-light-grey .container .content {
          grid-template-columns: 1fr;
          gap: 0;
          padding: 36px 36px 0 36px;
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); } }
      @media screen and (max-width: 768px) {
        .section-feature-full-width-light-grey .container .content .content-inner {
          padding: 36px 0 16px 0; } }
      @media screen and (max-width: 768px) {
        .section-feature-full-width-light-grey .container .content .content-inner h2 {
          margin-top: 0; } }
      .section-feature-full-width-light-grey .container .content .image {
        height: 100%; }
        .section-feature-full-width-light-grey .container .content .image img {
          min-height: 100%;
          object-fit: cover;
          object-position: right top; }

/* Feature */
.section-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8rem; }
  @media screen and (max-width: 768px) {
    .section-feature {
      grid-template-columns: 1fr;
      gap: 0; } }
  .section-feature img {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%); }
    @media screen and (max-width: 768px) {
      .section-feature img {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); } }
  .section-feature .no-corner img {
    clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 0px, 100% 100%, 0 100%); }

@media screen and (min-width: 992px) {
  .inner-spacing {
    padding-left: 54px;
    padding-right: 54px; } }

@media screen and (min-width: 992px) {
  .inner-spacing-lg {
    padding-left: 120px;
    padding-right: 120px; } }

/* CTA Tiles */
.section-cta-tiles .ctas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem; }
  @media screen and (max-width: 1200px) {
    .section-cta-tiles .ctas {
      gap: 5rem; } }
  @media screen and (max-width: 992px) {
    .section-cta-tiles .ctas {
      gap: 36px; } }
  @media screen and (max-width: 768px) {
    .section-cta-tiles .ctas {
      grid-template-columns: 1fr; } }
  .section-cta-tiles .ctas a.cta {
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #282828;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
    transform: scale(1.001);
    /* Fix clip border bug */ }
    @media screen and (max-width: 768px) {
      .section-cta-tiles .ctas a.cta {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); } }
    .section-cta-tiles .ctas a.cta .content {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 2.4rem 4.4rem 4.4rem;
      height: 100%; }
      @media screen and (max-width: 1200px) {
        .section-cta-tiles .ctas a.cta .content {
          padding: 1.3rem 3.3rem 3.3rem; } }
      .section-cta-tiles .ctas a.cta .content .content-inner {
        margin-bottom: auto; }
      .section-cta-tiles .ctas a.cta .content h2 {
        color: #fff; }
    .section-cta-tiles .ctas a.cta:hover span, .section-cta-tiles .ctas a.cta:focus-visible span {
      color: #fff;
      border: 1px solid #cc0000;
      background: #cc0000; }
    .section-cta-tiles .ctas a.cta::after {
      content: none; }

/* Brands */
.section-brands {
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: center;
  gap: 8rem; }
  @media screen and (max-width: 768px) {
    .section-brands {
      padding-bottom: 80px;
      grid-template-columns: 1fr;
      gap: 0; } }
  .section-brands img {
    display: block;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca; }
    @media screen and (max-width: 768px) {
      .section-brands img {
        margin-bottom: 1rem; } }

.section-brand-logos {
  display: flex;
  flex-direction: column;
  gap: 5rem; }
  .section-brand-logos .brand-logo {
    display: flex;
    flex-direction: row;
    gap: 8rem; }
    @media screen and (max-width: 992px) {
      .section-brand-logos .brand-logo {
        flex-direction: column;
        gap: 3rem; } }
    .section-brand-logos .brand-logo .brand-logo__logo {
      width: 200px;
      flex-shrink: 0;
      align-content: center;
      align-self: center; }
      .section-brand-logos .brand-logo .brand-logo__logo img {
        max-width: 200px;
        margin: 0 auto; }
        @media screen and (max-width: 992px) {
          .section-brand-logos .brand-logo .brand-logo__logo img {
            max-width: 180px; } }
    .section-brand-logos .brand-logo .brand-logo__content {
      flex: 1; }
      @media screen and (max-width: 992px) {
        .section-brand-logos .brand-logo .brand-logo__content {
          text-align: center; }
          .section-brand-logos .brand-logo .brand-logo__content .btn-group {
            justify-content: center; } }
      .section-brand-logos .brand-logo .brand-logo__content h2 {
        margin: 0 0 0.3rem; }
      .section-brand-logos .brand-logo .brand-logo__content .sub-heading {
        font-weight: 700;
        margin-bottom: 1rem; }

/* Testimonial */
.testimonial {
  position: relative;
  width: 100%; }
  .testimonial .image-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.3%;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
    width: 66.6%;
    height: 100%;
    clip-path: polygon(0 0, calc(100% - 75px) 0, 100% 75px, 100% 100%, 0 100%); }
    @media screen and (min-width: 768px) {
      .testimonial .image-box {
        min-height: 420px; } }
    @media screen and (max-width: 768px) {
      .testimonial .image-box {
        position: relative;
        width: 100%;
        height: 400px;
        left: 0;
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); } }
    @media screen and (max-width: 400px) {
      .testimonial .image-box {
        height: 214px; } }
  .testimonial .container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0; }
    @media screen and (max-width: 768px) {
      .testimonial .container {
        flex-direction: column; } }
    .testimonial .container .content {
      flex: 1;
      z-index: 2;
      position: relative;
      max-width: calc(33.3% + 75px);
      padding: 126px 0 30px; }
      @media screen and (max-width: 768px) {
        .testimonial .container .content {
          padding: 40px 0 0;
          margin-right: 0;
          max-width: 100%;
          background: none; } }
      .testimonial .container .content .content-inner {
        position: relative;
        background-color: #fff;
        padding: 35px 35px 15px 0; }
        @media screen and (max-width: 768px) {
          .testimonial .container .content .content-inner {
            padding: 0; } }
        .testimonial .container .content .content-inner::before {
          content: '';
          position: absolute;
          top: -86px;
          left: 0;
          width: 105px;
          height: 86px;
          background: url(images/icon-quote.svg) no-repeat;
          background-size: cover;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            .testimonial .container .content .content-inner::before {
              top: -93px;
              width: 85px;
              height: 73px;
              background-size: 65px;
              background-position: bottom left;
              background-color: #fff; } }
        .testimonial .container .content .content-inner p.cite {
          font-size: 1.4rem;
          text-transform: uppercase; }
          @media screen and (max-width: 768px) {
            .testimonial .container .content .content-inner p.cite {
              font-size: 1.2rem;
              margin-bottom: 0; } }
      .testimonial .container .content h2 {
        margin-top: 0; }

/* Testimonial Alt */
.section-testimonial-alt {
  margin-top: -64px; }
  @media screen and (max-width: 768px) {
    .section-testimonial-alt {
      margin-top: -40px; } }

.testimonial-alt {
  position: relative;
  width: 100%;
  padding: 64px 0 0; }
  @media screen and (max-width: 768px) {
    .testimonial-alt {
      padding: 40px 0 0; } }
  .testimonial-alt .content {
    position: relative;
    padding: 63px 70px 43px;
    border: 1px solid #c7c8ca; }
    @media screen and (max-width: 768px) {
      .testimonial-alt .content {
        padding: 50px 36px 36px; } }
    .testimonial-alt .content::before {
      content: '';
      position: absolute;
      top: -64px;
      left: 55px;
      width: 135px;
      height: 86px;
      background: #fff url(images/icon-quote.svg) no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .testimonial-alt .content::before {
          top: -40px;
          left: 21px;
          width: 95px;
          height: 53px; } }
    .testimonial-alt .content::after {
      content: '';
      position: absolute;
      bottom: -72px;
      right: -1px;
      width: 100px;
      height: 100px;
      background: #fff;
      border-left: 1px solid #c7c8ca;
      z-index: 1;
      transform: rotate(45deg);
      transform-origin: bottom right; }
      @media screen and (max-width: 768px) {
        .testimonial-alt .content::after {
          bottom: -31px;
          right: -1px;
          width: 43px;
          height: 43px; } }
  .testimonial-alt p.cite {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .testimonial-alt p.cite {
        font-size: 1.2rem; } }

/* CTA */
.section-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8rem;
  background: url(images/watermark.svg) no-repeat;
  background-position: right 69px top 10px;
  background-size: 289px; }
  @media screen and (max-width: 768px) {
    .section-cta {
      grid-template-columns: 1fr;
      gap: 0; } }
  .section-cta h2 {
    font-size: 4.2rem; }
    @media screen and (max-width: 1200px) {
      .section-cta h2 {
        font-size: 4rem; } }
    @media screen and (max-width: 768px) {
      .section-cta h2 {
        font-size: 2.4rem; } }
  .section-cta .image-box {
    padding: 0 40px 0 0; }
    @media screen and (max-width: 768px) {
      .section-cta .image-box {
        padding: 0; } }
  .section-cta img {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%); }
    @media screen and (max-width: 768px) {
      .section-cta img {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); } }

/* CTA Red */
.section-cta-red .cta-red {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #cc0000;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); }
  @media screen and (max-width: 768px) {
    .section-cta-red .cta-red {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
      grid-template-columns: 1fr; } }
  .section-cta-red .cta-red .content {
    color: #fff;
    padding: 50px 80px 50px 50px; }
    @media screen and (max-width: 768px) {
      .section-cta-red .cta-red .content {
        padding: 36px; } }
    .section-cta-red .cta-red .content h2 {
      color: #fff;
      margin-top: 0; }
    .section-cta-red .cta-red .content a.btn-secondary {
      color: #fff;
      border-color: #fff; }
      .section-cta-red .cta-red .content a.btn-secondary:hover, .section-cta-red .cta-red .content a.btn-secondary:focus-visible {
        color: #cc0000;
        background: #fff; }
  .section-cta-red .cta-red .image {
    height: 100%;
    background: #fff; }
    .section-cta-red .cta-red .image img {
      min-height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      .section-cta-red .cta-red .image {
        order: -1; } }

/* CTA Light Grey */
.section-cta-light-grey .cta-light-grey {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #f6f6f6;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); }
  @media screen and (max-width: 768px) {
    .section-cta-light-grey .cta-light-grey {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
      grid-template-columns: 1fr; } }
  .section-cta-light-grey .cta-light-grey__content {
    padding: 50px 80px 50px 50px; }
    @media screen and (max-width: 768px) {
      .section-cta-light-grey .cta-light-grey__content {
        padding: 36px; } }
    .section-cta-light-grey .cta-light-grey__content h2 {
      margin-top: 0; }
  .section-cta-light-grey .cta-light-grey__image {
    height: 100%;
    background: #fff; }
    .section-cta-light-grey .cta-light-grey__image img {
      min-height: 100%;
      object-fit: cover; }
    @media screen and (max-width: 768px) {
      .section-cta-light-grey .cta-light-grey__image {
        order: -1; } }

/* Section Menu */
.section-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 33px; }
  @media screen and (max-width: 1200px) {
    .section-menu {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .section-menu {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 768px) {
    .section-menu {
      padding-top: 5px; } }
  .section-menu a {
    display: block;
    background: #282828;
    transition: all 0.2s ease-out;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
    transform: scale(1.01);
    /* Fix clip border bug */ }
    .section-menu a:hover, .section-menu a:focus {
      background: #cc0000; }
    .section-menu a .label {
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0.03em;
      text-align: center;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      padding: 1rem; }
      @media screen and (max-width: 768px) {
        .section-menu a .label {
          font-size: 1.2rem; } }

/* Installers & Downloads */
.installers-downloads-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0;
  margin-bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .installers-downloads-block {
      margin-bottom: 4rem;
      grid-template-columns: 1fr;
      gap: 0; } }
  .installers-downloads-block:last-child {
    margin-bottom: 0; }
  .installers-downloads-block h2 {
    margin: 1.4rem 0 1.6rem; }
    @media screen and (max-width: 768px) {
      .installers-downloads-block h2 {
        margin-top: 0; } }
  .installers-downloads-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #c7c8ca; }
    .installers-downloads-block ul li {
      margin: 0;
      padding: 0; }
      .installers-downloads-block ul li a {
        position: relative;
        display: block;
        color: #000000;
        font-weight: 700;
        padding: 1.7rem 4rem 1.8rem 0;
        border-bottom: 1px solid #c7c8ca; }
        @media screen and (max-width: 768px) {
          .installers-downloads-block ul li a {
            padding: 0.9rem 4rem 0.9rem 0; } }
        .installers-downloads-block ul li a:hover {
          color: #cc0000; }
        .installers-downloads-block ul li a::after {
          bottom: -1px;
          height: 1px; }
        .installers-downloads-block ul li a.download {
          background: url(images/icon-download.svg) no-repeat;
          background-size: 20px;
          background-position: right 5px top 20px; }
          @media screen and (max-width: 768px) {
            .installers-downloads-block ul li a.download {
              background-position: right 5px top 10px; } }
          .installers-downloads-block ul li a.download:hover {
            background-image: url(images/icon-download-red.svg); }
        .installers-downloads-block ul li a.link {
          background: url(images/icon-arrow.svg) no-repeat;
          background-size: 11px;
          background-position: right 9px top 19.5px; }
          @media screen and (max-width: 768px) {
            .installers-downloads-block ul li a.link {
              background-position: right 9px top 10px; } }
          .installers-downloads-block ul li a.link:hover {
            background-image: url(images/icon-arrow-red.svg); }

/* FAQs */
.faqs-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3;
  margin-bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .faqs-block {
      margin-bottom: 4rem;
      grid-template-columns: 1fr;
      gap: 0; } }
  .faqs-block:last-child {
    margin-bottom: 0; }
  .faqs-block h2 {
    margin: 1.5rem 0 1.6rem; }
    @media screen and (max-width: 768px) {
      .faqs-block h2 {
        margin-top: 0; } }

/* Location */
.locations-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem; }
  @media screen and (max-width: 768px) {
    .locations-block {
      grid-template-columns: 1fr;
      gap: 1rem; }
      .locations-block ul.locations-menu {
        margin: 0 0 2rem; } }
  .locations-block h2 {
    margin-top: 11px; }

.locations-block ul.locations-menu,
.contact ul.locations-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c7c8ca; }
  .locations-block ul.locations-menu li,
  .contact ul.locations-menu li {
    margin: 0;
    padding: 0; }
    .locations-block ul.locations-menu li a,
    .contact ul.locations-menu li a {
      display: block;
      color: #000000;
      font-weight: 700;
      text-decoration: none;
      padding: 17px 20px 18px 0;
      border-bottom: 1px solid #c7c8ca;
      background-size: 10px;
      background-position: right 5px top 21px;
      background-repeat: no-repeat;
      transition: background-position 0.2s ease-out; }
      .locations-block ul.locations-menu li a:hover,
      .contact ul.locations-menu li a:hover {
        color: #cc0000;
        border-bottom: 1px solid #cc0000;
        background-image: url(images/icon-arrow-red.svg);
        background-position: right 0 top 21px; }
      .locations-block ul.locations-menu li a::after,
      .contact ul.locations-menu li a::after {
        content: none; }

.section-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16rem; }
  @media screen and (max-width: 1200px) {
    .section-location {
      gap: 8rem; } }
  @media screen and (max-width: 992px) {
    .section-location {
      gap: 2rem; } }
  @media screen and (max-width: 768px) {
    .section-location {
      grid-template-columns: 1fr;
      gap: 4rem; } }
  .section-location h2 {
    font-size: 5rem;
    margin: 0; }
    @media screen and (max-width: 1200px) {
      .section-location h2 {
        font-size: 4.1rem; } }
    @media screen and (max-width: 768px) {
      .section-location h2 {
        font-size: 3.2rem; } }
  .section-location__content {
    display: flex;
    flex-direction: column;
    gap: 2.6rem; }
    @media screen and (max-width: 768px) {
      .section-location__content {
        gap: 1.5rem; } }
    .section-location__content a {
      color: #000000; }
    .section-location__content .phone {
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: -5px; }
      @media screen and (max-width: 768px) {
        .section-location__content .phone {
          font-size: 1.3rem; } }
      .section-location__content .phone span {
        font-size: 3.2rem;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          .section-location__content .phone span {
            font-size: 2.4rem; } }
    .section-location__content .get-directions a {
      font-size: 1.5rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .section-location__content .get-directions a {
          font-size: 1.3rem; } }
      .section-location__content .get-directions a:hover {
        color: #cc0000; }
  .section-location__image img {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%); }
    @media screen and (max-width: 768px) {
      .section-location__image img {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%); } }

#map {
  width: 100%;
  height: 335px; }

.section-locations-menu-horizontal {
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .section-locations-menu-horizontal {
      padding-top: 45px;
      padding-bottom: 95px; } }
  .section-locations-menu-horizontal ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    column-gap: 3rem;
    margin: 0;
    padding: 0;
    list-style: none; }
    .section-locations-menu-horizontal ul li {
      margin: 0;
      padding: 0; }
      .section-locations-menu-horizontal ul li a {
        color: #000000; }

/* Contact */
.contact {
  display: grid;
  grid-template-columns: 1fr 230px;
  gap: 13.5rem; }
  @media screen and (max-width: 1200px) {
    .contact {
      gap: 7rem; } }
  @media screen and (max-width: 992px) {
    .contact {
      grid-template-columns: 1fr;
      gap: 4rem; } }
  .contact .contact-form {
    background: #f6f6f6;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); }
    @media screen and (max-width: 992px) {
      .contact .contact-form {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%); } }
    .contact .contact-form a.serial-number-link {
      color: #000000; }
      .contact .contact-form a.serial-number-link:hover {
        color: #cc0000; }
      .contact .contact-form a.serial-number-link::after {
        height: 1px;
        opacity: 1;
        width: 100%; }
  .contact .serial-number-info {
    display: grid;
    grid-template-columns: 1fr 227px;
    gap: 50px;
    margin: 45px 45px 0; }
    @media screen and (max-width: 992px) {
      .contact .serial-number-info {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 45px 20px 0; } }
    .contact .serial-number-info h2 {
      margin: 0 0 0.4em; }
    .contact .serial-number-info a.phone {
      color: #000000; }
    .contact .serial-number-info img {
      max-width: 227px; }
  @media screen and (max-width: 992px) {
    .contact .contacts {
      order: -1;
      padding: 0 20px; } }
  .contact .contacts h2 {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1.4rem; }
    @media screen and (max-width: 992px) {
      .contact .contacts h2 {
        font-size: 1.4rem; } }
  .contact .contacts .contact-details {
    margin-bottom: 35px; }
    .contact .contacts .contact-details h2 {
      margin: -4px 0 0.9rem; }
      @media screen and (max-width: 992px) {
        .contact .contacts .contact-details h2 {
          margin-top: 0; } }
    .contact .contacts .contact-details a.phone {
      color: #000000;
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      padding: 7px 0 5px; }
      @media screen and (max-width: 992px) {
        .contact .contacts .contact-details a.phone {
          font-size: 2rem;
          padding: 7px 0 5px; } }
      .contact .contacts .contact-details a.phone::after {
        bottom: 0; }
  .contact .contacts button.show-hide-locations-btn {
    display: block;
    width: 100%;
    color: #000000;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 1rem 0;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    background-color: #fff;
    background-image: url(images/icon-plus.svg);
    background-size: 20px;
    background-position: right 0 top 10px;
    background-repeat: no-repeat;
    transition: background-position 0.2s ease-out; }
    @media screen and (min-width: 992px) {
      .contact .contacts button.show-hide-locations-btn {
        display: none; } }
  @media screen and (max-width: 992px) {
    .contact .contacts ul.locations-menu {
      display: none;
      border-top: none; } }

/* New Client Form */
.new-client-form {
  padding: 0 45px 45px;
  background: #f6f6f6;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); }
  @media screen and (max-width: 992px) {
    .new-client-form {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
      padding: 0 20px 35px; } }
  .new-client-form h2 {
    margin: 45px 0 0; }
    @media screen and (max-width: 992px) {
      .new-client-form h2 {
        margin: 20px 0 0; } }
  .new-client-form h2.first-h1 {
    margin-bottom: 2rem; }
    @media screen and (max-width: 992px) {
      .new-client-form h2.first-h1 {
        margin-bottom: 0; } }

/* Accordion
-------------------------------------------------------------- */
.accordion {
  margin: 0;
  padding: 0;
  border-top: 1px solid #cc0000; }
  .accordion .accordion-content-container {
    position: relative;
    border-bottom: 1px solid #c7c8ca; }
    .accordion .accordion-content-container::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 0;
      height: 1px;
      margin: auto;
      opacity: 0;
      background: #cc0000;
      transition: width 0.4s ease-out, opacity 0.3s ease-out; }
    .accordion .accordion-content-container:has(.accordion-btn:hover)::after {
      width: 100%;
      opacity: 1; }
  @media screen and (max-width: 768px) {
    .accordion.accordion-col-1 {
      margin-bottom: 0; }
    .accordion.accordion-col-2 {
      margin-top: 0;
      border-top: none; } }
  .accordion h2,
  .accordion h3,
  .accordion h4 {
    display: block;
    margin: 0 !important;
    padding: 0; }
    .accordion h2 button,
    .accordion h3 button,
    .accordion h4 button {
      width: 100%;
      color: #000000;
      text-align: left;
      font-size: 1.8rem;
      font-weight: 700;
      text-transform: none;
      border: none;
      margin: 0;
      padding: 1.7rem 4rem 1.8rem 0px;
      position: relative;
      background: transparent;
      cursor: pointer; }
      .accordion h2 button span.title,
      .accordion h3 button span.title,
      .accordion h4 button span.title {
        position: relative;
        display: inline-block;
        color: #000000; }
        .accordion h2 button span.title:after,
        .accordion h3 button span.title:after,
        .accordion h4 button span.title:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 0;
          height: 2px;
          margin: auto;
          opacity: 0;
          transition: width 0.4s ease-out, opacity 0.3s ease-out; }
      @media screen and (max-width: 768px) {
        .accordion h2 button,
        .accordion h3 button,
        .accordion h4 button {
          font-size: 1.5rem; } }
      .accordion h2 button .accordion-icon,
      .accordion h3 button .accordion-icon,
      .accordion h4 button .accordion-icon {
        position: absolute;
        width: 26px;
        height: 26px;
        top: 18px;
        right: 0;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 768px) {
          .accordion h2 button .accordion-icon,
          .accordion h3 button .accordion-icon,
          .accordion h4 button .accordion-icon {
            width: 20px;
            height: 20px;
            top: 18.5px; } }
        .accordion h2 button .accordion-icon:after,
        .accordion h3 button .accordion-icon:after,
        .accordion h4 button .accordion-icon:after {
          content: '';
          width: 26px;
          height: 26px;
          background: url(images/icon-plus.svg) no-repeat;
          background-size: contain;
          position: absolute;
          transition: none; }
          @media screen and (max-width: 768px) {
            .accordion h2 button .accordion-icon:after,
            .accordion h3 button .accordion-icon:after,
            .accordion h4 button .accordion-icon:after {
              width: 20px;
              height: 20px; } }
      .accordion h2 button:hover span.title, .accordion h2 button.focus-visible span.title,
      .accordion h3 button:hover span.title,
      .accordion h3 button.focus-visible span.title,
      .accordion h4 button:hover span.title,
      .accordion h4 button.focus-visible span.title {
        color: #cc0000; }
    @media screen and (max-width: 992px) {
      .accordion h2,
      .accordion h3,
      .accordion h4 {
        font-size: 1.6rem; } }
  .accordion .accordion-content {
    display: none;
    box-sizing: content-box;
    color: #000000;
    padding: 0 0 1rem;
    overflow: hidden; }

.accordion h2 button:hover .accordion-icon:after,
.accordion h3 button:hover .accordion-icon:after {
  background: url(images/icon-plus-red.svg) no-repeat; }

.accordion h2 button.active .accordion-icon:after,
.accordion h3 button.active .accordion-icon:after {
  background: url(images/icon-minus.svg) no-repeat; }

.accordion h2 button.active:hover .accordion-icon:after,
.accordion h3 button.active:hover .accordion-icon:after {
  background: url(images/icon-minus-red.svg) no-repeat; }

/* Forms
-------------------------------------------------------------- */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  color: #000000;
  margin: 0;
  padding: 0;
  border-radius: 0; }

button, input {
  overflow: visible; }

button {
  color: #fff;
  border: none;
  background: #cc0000;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 0.3rem 2.7rem !important;
  margin: 0 !important;
  border: 1px solid transparent;
  background: #cc0000;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1.6em !important;
  margin: 0.5em 0 0 0 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #cc0000;
  text-decoration: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }
  @media screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"] {
      font-size: 1.4rem; } }
  @media screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"] {
      font-size: 1.2rem; } }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible {
  color: #fff;
  background: #282828;
  text-decoration: none; }

/* Gravity Forms */
body .gform_wrapper {
  margin: 0; }

body .gform_body {
  padding: 0; }

body .gform_wrapper .validation_message {
  color: #cc0000; }

body .gform_confirmation_wrapper {
  text-align: center;
  padding: 50px;
  background: #cc0000;
  color: #fff;
  margin-bottom: 20px; }

body #gform_wrapper_2 .gform_confirmation_wrapper {
  margin: 45px 0 0; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_2 .gform_confirmation_wrapper {
      margin: 20px 0 0; } }

body .gform_wrapper .gform_fields .gfield {
  position: relative; }

body .gform_wrapper .gform_fields .gf_left_half,
body .gform_wrapper .gform_fields .gf_right_half {
  float: left;
  width: 50%;
  display: inline-block;
  clear: none;
  margin-bottom: 16px; }
  @media screen and (max-width: 641px) {
    body .gform_wrapper .gform_fields .gf_left_half,
    body .gform_wrapper .gform_fields .gf_right_half {
      float: none;
      width: 100%;
      margin-bottom: 0; } }

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

body .gform_required_legend {
  display: none; }

body .gform_wrapper.gravity-theme .gfield_required {
  color: #000000;
  font-size: 1em;
  padding-inline-start: 0; }

body .gform_wrapper.gravity-theme label.gfield_label {
  font-size: 1.6rem;
  font-weight: 500; }

body .gform_wrapper .top_label label.gfield_label {
  color: #cc0000;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 7px;
  opacity: 1;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }
  body .gform_wrapper .top_label label.gfield_label .gfield_required {
    display: none; }

body .gform_wrapper .top_label .js-hide-label:not(.gfield--type-radio):not(.gfield--type-checkbox) label {
  opacity: 0;
  top: 12px; }

body .gform_wrapper .top_label .js-unhighlight-label:not(.gfield--type-checkbox) label {
  color: #999; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme textarea {
  color: #000000;
  font-size: 1.7rem;
  font-family: inherit;
  font-weight: 400;
  padding: 15px 20px !important;
  border: 1.5px solid #f6f6f6;
  transition: 0.2s ease all; }
  @media screen and (max-width: 768px) {
    body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    body .gform_wrapper.gravity-theme textarea {
      font-size: 1.6rem; } }

@media screen and (max-width: 992px) {
  body .gform_wrapper.gravity-theme .gfield input.medium,
  body .gform_wrapper.gravity-theme .gfield select.medium {
    width: 100%; } }

body input[type=checkbox] {
  margin-top: 9px !important;
  margin-right: 5px;
  vertical-align: top !important; }
  @media screen and (max-width: 1206px) {
    body input[type=checkbox] {
      margin-top: 7px !important; } }

@-moz-document url-prefix() {
  body input[type=checkbox] {
    margin-top: 4px !important; }
    @media screen and (max-width: 992px) {
      body input[type=checkbox] {
        margin-top: 4px !important; } } }
body #gform_wrapper_1 .gfield,
body #gform_wrapper_1 #field_1_16 {
  margin: 0 45px; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 .gfield,
    body #gform_wrapper_1 #field_1_16 {
      margin: 0 20px; } }

body #gform_wrapper_1 #field_1_18 {
  margin: 10px 45px; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 #field_1_18 {
      margin: 10px 20px; } }

@media screen and (min-width: 640px) {
  body #gform_wrapper_1 #field_1_3 {
    margin-right: 0; }

  body #gform_wrapper_1 #field_1_4 {
    margin-left: 0; } }
body #gform_wrapper_1 #field_1_1 {
  margin: 0 0 28px;
  border-bottom: 20px solid #fff; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 #field_1_1 {
      margin: 0 0 18px;
      border-bottom: 10px solid #fff; } }

body #gform_wrapper_1 #field_1_11 {
  position: relative;
  margin-top: -10px;
  margin-bottom: -5px; }

body .gform_wrapper.gravity-theme .gfield--input-type-checkbox {
  padding: 0; }
  body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
    font-size: 1.7rem; }
    @media screen and (max-width: 768px) {
      body .gform_wrapper.gravity-theme .gfield--input-type-checkbox label {
        font-size: 1.6rem; } }
  body .gform_wrapper.gravity-theme .gfield--input-type-checkbox .gfield_description {
    font-size: 1.3rem;
    padding-bottom: 8px; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible,
body .gform_wrapper textarea:focus,
body .gform_wrapper textarea:focus-visible {
  outline: none;
  box-shadow: none;
  border-bottom: 1.5px solid #cc0000; }

body .gform_wrapper.gravity-theme select {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 15px 20px 14px !important;
  font-family: inherit;
  border: 1.5px solid #282828;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(images/icon-plus-white.svg) no-repeat;
  background-size: 24px;
  background-position: calc(100% - 16px) 16px;
  background-color: #282828;
  transition: 0.2s ease all;
  outline: none;
  box-shadow: none;
  border-radius: 0; }
  @media screen and (max-width: 992px) {
    body .gform_wrapper.gravity-theme select {
      font-size: 1.6rem;
      padding: 11px 20px 11px !important;
      background-size: 20px;
      background-position: calc(100% - 20px) 13px; } }
  body .gform_wrapper.gravity-theme select:hover {
    cursor: pointer; }
  body .gform_wrapper.gravity-theme select:focus
  body .gform_wrapper.gravity-theme select:focus-visible {
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1.5px solid #cc0000; }

body #gform_wrapper_2 select {
  color: #000000;
  border: 1.5px solid #f6f6f6;
  background-image: url(images/icon-plus.svg);
  background-color: #fff; }

body #gform_wrapper_1 select#input_1_1 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px 20px 9px !important;
  padding-left: 45px !important; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 select#input_1_1 {
      padding-left: 20px !important;
      font-size: 1.8rem; } }

body #gform_wrapper_1 select#input_1_17 {
  font-size: 1.7rem;
  font-weight: 400;
  padding: 15px 20px 14px !important; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 select#input_1_17 {
      font-size: 1.6rem;
      padding: 11px 20px 11px !important; } }

body .gform_wrapper p.small {
  font-size: 1.3rem;
  margin: 0 0 2.4rem; }

body .gform_wrapper.gravity-theme .gsection {
  border-bottom: 1px solid #c7c8ca;
  padding: 0; }
  body .gform_wrapper.gravity-theme .gsection h3 {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 2rem 0 1em; }

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0;
  margin: 0; }

body #gform_wrapper_1 .gform_footer,
body #gform_wrapper_1 .gform_page_footer {
  padding: 0 45px 45px; }
  @media screen and (max-width: 992px) {
    body #gform_wrapper_1 .gform_footer,
    body #gform_wrapper_1 .gform_page_footer {
      padding: 0 20px 35px; } }

body .gform_wrapper.gravity-theme .gform_footer input {
  margin-bottom: 0; }

::placeholder {
  color: #999;
  font-weight: 400;
  opacity: 1; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-weight: 400;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-weight: 400;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-weight: 400;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-weight: 400;
  opacity: 1; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.gap-md {
  margin-right: -20px;
  margin-left: -20px; }
  .gap-md > .col, .gap-md > .col-1, .gap-md > .col-10, .gap-md > .col-11, .gap-md > .col-12, .gap-md > .col-2, .gap-md > .col-3, .gap-md > .col-4, .gap-md > .col-5, .gap-md > .col-6, .gap-md > .col-7, .gap-md > .col-8, .gap-md > .col-9, .gap-md > .col-auto, .gap-md > .col-lg, .gap-md > .col-lg-1, .gap-md > .col-lg-10, .gap-md > .col-lg-11, .gap-md > .col-lg-12, .gap-md > .col-lg-2, .gap-md > .col-lg-3, .gap-md > .col-lg-4, .gap-md > .col-lg-5, .gap-md > .col-lg-6, .gap-md > .col-lg-7, .gap-md > .col-lg-8, .gap-md > .col-lg-9, .gap-md > .col-lg-auto, .gap-md > .col-md, .gap-md > .col-md-1, .gap-md > .col-md-10, .gap-md > .col-md-11, .gap-md > .col-md-12, .gap-md > .col-md-2, .gap-md > .col-md-3, .gap-md > .col-md-4, .gap-md > .col-md-5, .gap-md > .col-md-6, .gap-md > .col-md-7, .gap-md > .col-md-8, .gap-md > .col-md-9, .gap-md > .col-md-auto, .gap-md > .col-sm, .gap-md > .col-sm-1, .gap-md > .col-sm-10, .gap-md > .col-sm-11, .gap-md > .col-sm-12, .gap-md > .col-sm-2, .gap-md > .col-sm-3, .gap-md > .col-sm-4, .gap-md > .col-sm-5, .gap-md > .col-sm-6, .gap-md > .col-sm-7, .gap-md > .col-sm-8, .gap-md > .col-sm-9, .gap-md > .col-sm-auto, .gap-md > .col-xl, .gap-md > .col-xl-1, .gap-md > .col-xl-10, .gap-md > .col-xl-11, .gap-md > .col-xl-12, .gap-md > .col-xl-2, .gap-md > .col-xl-3, .gap-md > .col-xl-4, .gap-md > .col-xl-5, .gap-md > .col-xl-6, .gap-md > .col-xl-7, .gap-md > .col-xl-8, .gap-md > .col-xl-9, .gap-md > .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px; }

.gap-lg,
.row-margin-large {
  margin-right: -40px;
  margin-left: -40px; }
  .gap-lg > .col, .gap-lg > .col-1, .gap-lg > .col-10, .gap-lg > .col-11, .gap-lg > .col-12, .gap-lg > .col-2, .gap-lg > .col-3, .gap-lg > .col-4, .gap-lg > .col-5, .gap-lg > .col-6, .gap-lg > .col-7, .gap-lg > .col-8, .gap-lg > .col-9, .gap-lg > .col-auto, .gap-lg > .col-lg, .gap-lg > .col-lg-1, .gap-lg > .col-lg-10, .gap-lg > .col-lg-11, .gap-lg > .col-lg-12, .gap-lg > .col-lg-2, .gap-lg > .col-lg-3, .gap-lg > .col-lg-4, .gap-lg > .col-lg-5, .gap-lg > .col-lg-6, .gap-lg > .col-lg-7, .gap-lg > .col-lg-8, .gap-lg > .col-lg-9, .gap-lg > .col-lg-auto, .gap-lg > .col-md, .gap-lg > .col-md-1, .gap-lg > .col-md-10, .gap-lg > .col-md-11, .gap-lg > .col-md-12, .gap-lg > .col-md-2, .gap-lg > .col-md-3, .gap-lg > .col-md-4, .gap-lg > .col-md-5, .gap-lg > .col-md-6, .gap-lg > .col-md-7, .gap-lg > .col-md-8, .gap-lg > .col-md-9, .gap-lg > .col-md-auto, .gap-lg > .col-sm, .gap-lg > .col-sm-1, .gap-lg > .col-sm-10, .gap-lg > .col-sm-11, .gap-lg > .col-sm-12, .gap-lg > .col-sm-2, .gap-lg > .col-sm-3, .gap-lg > .col-sm-4, .gap-lg > .col-sm-5, .gap-lg > .col-sm-6, .gap-lg > .col-sm-7, .gap-lg > .col-sm-8, .gap-lg > .col-sm-9, .gap-lg > .col-sm-auto, .gap-lg > .col-xl, .gap-lg > .col-xl-1, .gap-lg > .col-xl-10, .gap-lg > .col-xl-11, .gap-lg > .col-xl-12, .gap-lg > .col-xl-2, .gap-lg > .col-xl-3, .gap-lg > .col-xl-4, .gap-lg > .col-xl-5, .gap-lg > .col-xl-6, .gap-lg > .col-xl-7, .gap-lg > .col-xl-8, .gap-lg > .col-xl-9, .gap-lg > .col-xl-auto,
  .row-margin-large > .col,
  .row-margin-large > .col-1,
  .row-margin-large > .col-10,
  .row-margin-large > .col-11,
  .row-margin-large > .col-12,
  .row-margin-large > .col-2,
  .row-margin-large > .col-3,
  .row-margin-large > .col-4,
  .row-margin-large > .col-5,
  .row-margin-large > .col-6,
  .row-margin-large > .col-7,
  .row-margin-large > .col-8,
  .row-margin-large > .col-9,
  .row-margin-large > .col-auto,
  .row-margin-large > .col-lg,
  .row-margin-large > .col-lg-1,
  .row-margin-large > .col-lg-10,
  .row-margin-large > .col-lg-11,
  .row-margin-large > .col-lg-12,
  .row-margin-large > .col-lg-2,
  .row-margin-large > .col-lg-3,
  .row-margin-large > .col-lg-4,
  .row-margin-large > .col-lg-5,
  .row-margin-large > .col-lg-6,
  .row-margin-large > .col-lg-7,
  .row-margin-large > .col-lg-8,
  .row-margin-large > .col-lg-9,
  .row-margin-large > .col-lg-auto,
  .row-margin-large > .col-md,
  .row-margin-large > .col-md-1,
  .row-margin-large > .col-md-10,
  .row-margin-large > .col-md-11,
  .row-margin-large > .col-md-12,
  .row-margin-large > .col-md-2,
  .row-margin-large > .col-md-3,
  .row-margin-large > .col-md-4,
  .row-margin-large > .col-md-5,
  .row-margin-large > .col-md-6,
  .row-margin-large > .col-md-7,
  .row-margin-large > .col-md-8,
  .row-margin-large > .col-md-9,
  .row-margin-large > .col-md-auto,
  .row-margin-large > .col-sm,
  .row-margin-large > .col-sm-1,
  .row-margin-large > .col-sm-10,
  .row-margin-large > .col-sm-11,
  .row-margin-large > .col-sm-12,
  .row-margin-large > .col-sm-2,
  .row-margin-large > .col-sm-3,
  .row-margin-large > .col-sm-4,
  .row-margin-large > .col-sm-5,
  .row-margin-large > .col-sm-6,
  .row-margin-large > .col-sm-7,
  .row-margin-large > .col-sm-8,
  .row-margin-large > .col-sm-9,
  .row-margin-large > .col-sm-auto,
  .row-margin-large > .col-xl,
  .row-margin-large > .col-xl-1,
  .row-margin-large > .col-xl-10,
  .row-margin-large > .col-xl-11,
  .row-margin-large > .col-xl-12,
  .row-margin-large > .col-xl-2,
  .row-margin-large > .col-xl-3,
  .row-margin-large > .col-xl-4,
  .row-margin-large > .col-xl-5,
  .row-margin-large > .col-xl-6,
  .row-margin-large > .col-xl-7,
  .row-margin-large > .col-xl-8,
  .row-margin-large > .col-xl-9,
  .row-margin-large > .col-xl-auto {
    padding-right: 40px;
    padding-left: 40px; }

.gap-xl {
  margin-right: -60px;
  margin-left: -60px; }
  .gap-xl > .col, .gap-xl > .col-1, .gap-xl > .col-10, .gap-xl > .col-11, .gap-xl > .col-12, .gap-xl > .col-2, .gap-xl > .col-3, .gap-xl > .col-4, .gap-xl > .col-5, .gap-xl > .col-6, .gap-xl > .col-7, .gap-xl > .col-8, .gap-xl > .col-9, .gap-xl > .col-auto, .gap-xl > .col-lg, .gap-xl > .col-lg-1, .gap-xl > .col-lg-10, .gap-xl > .col-lg-11, .gap-xl > .col-lg-12, .gap-xl > .col-lg-2, .gap-xl > .col-lg-3, .gap-xl > .col-lg-4, .gap-xl > .col-lg-5, .gap-xl > .col-lg-6, .gap-xl > .col-lg-7, .gap-xl > .col-lg-8, .gap-xl > .col-lg-9, .gap-xl > .col-lg-auto, .gap-xl > .col-md, .gap-xl > .col-md-1, .gap-xl > .col-md-10, .gap-xl > .col-md-11, .gap-xl > .col-md-12, .gap-xl > .col-md-2, .gap-xl > .col-md-3, .gap-xl > .col-md-4, .gap-xl > .col-md-5, .gap-xl > .col-md-6, .gap-xl > .col-md-7, .gap-xl > .col-md-8, .gap-xl > .col-md-9, .gap-xl > .col-md-auto, .gap-xl > .col-sm, .gap-xl > .col-sm-1, .gap-xl > .col-sm-10, .gap-xl > .col-sm-11, .gap-xl > .col-sm-12, .gap-xl > .col-sm-2, .gap-xl > .col-sm-3, .gap-xl > .col-sm-4, .gap-xl > .col-sm-5, .gap-xl > .col-sm-6, .gap-xl > .col-sm-7, .gap-xl > .col-sm-8, .gap-xl > .col-sm-9, .gap-xl > .col-sm-auto, .gap-xl > .col-xl, .gap-xl > .col-xl-1, .gap-xl > .col-xl-10, .gap-xl > .col-xl-11, .gap-xl > .col-xl-12, .gap-xl > .col-xl-2, .gap-xl > .col-xl-3, .gap-xl > .col-xl-4, .gap-xl > .col-xl-5, .gap-xl > .col-xl-6, .gap-xl > .col-xl-7, .gap-xl > .col-xl-8, .gap-xl > .col-xl-9, .gap-xl > .col-xl-auto {
    padding-right: 60px;
    padding-left: 60px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* Alignment */
.vertical-align-center {
  align-items: center; }

/* Order */
.order-first {
  order: -1; }

@media screen and (max-width: 768px) {
  .order-first-mobile {
    order: -1; } }
/* Blocks
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
footer {
  color: #fff;
  background: #282828;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    footer {
      margin-top: 65px; } }
  footer .canon-logo {
    position: absolute;
    bottom: 0;
    right: 36px;
    width: 150px; }
    @media screen and (max-width: 768px) {
      footer .canon-logo {
        width: 90px; } }

.footer {
  display: grid;
  grid-template-columns: 290px 3fr;
  /* box on left, nav on right */
  gap: 120px; }
  @media screen and (max-width: 1139px) {
    .footer {
      gap: 57px; } }
  @media screen and (max-width: 992px) {
    .footer {
      grid-template-columns: 1fr; } }
  .footer .footer__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% + 65px);
    margin-top: -65px;
    padding: 3rem 3rem 2.1rem;
    background: #cc0000;
    gap: 4rem;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
    max-width: 290px; }
    .footer .footer__box .footer__info {
      display: flex;
      flex-direction: column;
      gap: 7.2rem; }
      @media screen and (max-width: 992px) {
        .footer .footer__box .footer__info {
          gap: 4rem; } }
      .footer .footer__box .footer__info .footer__contacts {
        display: flex;
        flex-direction: column;
        gap: 0.5rem; }
        @media screen and (max-width: 992px) {
          .footer .footer__box .footer__info .footer__contacts {
            gap: 0.2rem; } }
        .footer .footer__box .footer__info .footer__contacts h2 {
          margin-bottom: 2px; }
        .footer .footer__box .footer__info .footer__contacts .footer__phone {
          font-size: 2.4rem; }
    .footer .footer__box .footer__copyright p {
      font-size: 1.2rem; }
      @media screen and (max-width: 992px) {
        .footer .footer__box .footer__copyright p {
          font-size: 1rem; } }
  .footer .footer__nav {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    padding: 96px 0; }
    @media screen and (max-width: 992px) {
      .footer .footer__nav {
        padding: 0 0 90px; } }
    @media screen and (max-width: 768px) {
      .footer .footer__nav {
        flex-direction: column;
        gap: 4rem; } }
    .footer .footer__nav .footer__nav-column {
      flex: 1; }
      .footer .footer__nav .footer__nav-column h2 {
        margin-bottom: 1rem; }
      .footer .footer__nav .footer__nav-column ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        .footer .footer__nav .footer__nav-column ul li {
          font-size: 1.6rem;
          margin: 0;
          padding: 2px 0; }
          @media screen and (max-width: 1139px) {
            .footer .footer__nav .footer__nav-column ul li {
              font-size: 1.4rem; } }
  .footer h2 {
    font-family: "lato", sans-serif;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 992px) {
      .footer h2 {
        font-size: 1.4rem; } }
  .footer p {
    font-size: 1.6rem;
    margin: 0; }
    @media screen and (max-width: 992px) {
      .footer p {
        font-size: 1.45rem; } }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #fff; }
    .footer a::after {
      background: #fff; }

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 4px;
  right: 4px;
  background: rgba(0, 0, 0, 0.8) url(images/icon-arrow-up.svg) no-repeat center center;
  height: 32px;
  width: 32px;
  z-index: 9999;
  text-indent: -9000px;
  background-size: 16px;
  border-radius: 2px;
  transition: all 0.2s ease-out; }
  a.back-to-top:hover {
    background-color: #cc0000; }
  @media screen and (max-width: 768px) {
    a.back-to-top {
      display: none !important; } }
  a.back-to-top::after {
    content: none; }

/* Sticky menu */
.sticky-menu {
  position: fixed;
  display: flex;
  flex-direction: row;
  gap: 4px;
  left: 4px;
  bottom: 4px;
  z-index: 200;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .sticky-menu {
      width: calc(100% - 8px); } }
  .sticky-menu.is-closed .btns {
    left: -570px; }
    @media screen and (max-width: 768px) {
      .sticky-menu.is-closed .btns {
        left: 0; } }
  .sticky-menu.onscreen {
    transition: all 0.3s ease-in-out; }
  .sticky-menu.is-hidden {
    bottom: -42px; }
  .sticky-menu .btns {
    display: flex;
    flex-direction: row;
    gap: 4px;
    position: relative;
    left: 0;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .sticky-menu .btns {
        flex-grow: 1; } }
    .sticky-menu .btns a.btn {
      margin: 0;
      pointer-events: auto;
      padding: 0.7rem 2.5rem; }
      @media screen and (max-width: 768px) {
        .sticky-menu .btns a.btn {
          flex-grow: 1;
          padding: 0.7rem 0.5rem; } }
      .sticky-menu .btns a.btn span {
        display: inline-block;
        position: relative; }
        .sticky-menu .btns a.btn span:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          width: 0;
          height: 1.5px;
          margin: auto;
          opacity: 0;
          background: #fff;
          transition: width 0.4s ease-out, opacity 0.3s ease-out; }
      .sticky-menu .btns a.btn:hover span:after {
        width: 100%;
        opacity: 1; }
    .sticky-menu .btns a.btn-ask-question {
      background: #282828; }
    .sticky-menu .btns a.btn-book-consultation:hover {
      background: #cc0000; }
  .sticky-menu a.back-to-top-mobile {
    display: none; }
    @media screen and (max-width: 768px) {
      .sticky-menu a.back-to-top-mobile {
        display: block;
        background: #cc0000 url(images/icon-arrow-up.svg) no-repeat center center;
        height: 34px;
        width: 34px;
        z-index: 9999;
        text-indent: -9000px;
        background-size: 17px;
        border-radius: 0;
        transition: all 0.2s ease-out;
        border-radius: 2px; }
        .sticky-menu a.back-to-top-mobile:hover {
          background-color: #cc0000; } }
  .sticky-menu button {
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #c7c8ca;
    border-radius: 2px; }
    .sticky-menu button.open-sticky-menu {
      background-image: url(images/icon-open-sticky-menu.svg);
      background-size: 26px;
      position: relative;
      z-index: 2; }
    .sticky-menu button.close-sticky-menu {
      background-image: url(images/icon-close-sticky-menu.svg);
      background-size: 19px; }
    .sticky-menu button:hover {
      background-color: #f6f6f6; }
    @media screen and (max-width: 768px) {
      .sticky-menu button {
        display: none; } }
