/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

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

*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #21171C;
  overflow-x: hidden;
  color: #21171C;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  background-color: rgba(55, 46, 51, 0.85);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.full-width-image {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  font-size: 0;
}
.full-width-image img {
  width: 100%;
}

h2 {
  font-family: degular-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content-large {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1300px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.scroll-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scroll-icon {
    bottom: 30px;
  }
}

.scroll-icon-bottom {
  padding-bottom: 100px !important;
}
@media (min-width: 1300px) {
  .scroll-icon-bottom {
    padding-bottom: 140px !important;
  }
}

.scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.scroll-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 0;
  }
  30% {
    top: 0;
    height: 100%;
  }
  100%, 70% {
    top: 100%;
    height: 100%;
  }
}
.annotation {
  text-align: left;
  color: #21171C;
}

.scroll-text {
  display: block;
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 768px) {
  .scroll-text {
    font-size: 18px;
  }
}

.section-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 200%;
  transform-origin: right top;
  transform: rotate(45deg);
  z-index: -1;
}
.section-line:after, .section-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
}
.section-line:before {
  top: 0;
}
.section-line:after {
  bottom: 0;
}

p {
  font-size: 12px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 18px;
  }
}

.down-arrow {
  position: absolute;
  bottom: 60px;
  z-index: 10;
  margin-top: 40px;
  cursor: pointer;
  width: 100%;
  height: 36px;
}
.down-arrow img {
  width: 20px;
  height: 36px;
}
@media (min-width: 992px) {
  .down-arrow {
    bottom: 30px;
  }
}

.left-top {
  background-position: left top !important;
}

.left-center {
  background-position: 22% center !important;
}

.left-bottom {
  background-position: left bottom !important;
}

.center-top {
  background-position: center top !important;
}

.center-center {
  background-position: center center !important;
}

.center-bottom {
  background-position: center bottom !important;
}

.right-top {
  background-position: right top !important;
}

.right-center {
  background-position: right center !important;
}

.right-bottom {
  background-position: right bottom !important;
}

.fancybox__backdrop {
  background: rgba(66, 68, 74, 0.85) !important;
}

header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 101;
  background-color: #21171C;
  height: 90px;
}
@media (min-width: 992px) {
  header {
    height: 130px;
  }
}
@media (min-width: 1600px) {
  header {
    height: 130px;
  }
}
header .wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  header .wrapper {
    padding: 0;
  }
}

#menu-main-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.mobile-top-wrapper {
  height: 90px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: block;
    position: absolute;
  }
}
.header-nav.left-nav {
  left: 0;
}
.header-nav.right-nav {
  right: 0;
}
.header-nav > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-nav > ul > li {
  position: relative;
  display: block;
  margin-right: 20px;
}
@media (min-width: 1300px) {
  .header-nav > ul > li {
    margin-right: 30px;
  }
}
.header-nav > ul > li:last-of-type {
  margin-right: 0;
}
.header-nav > ul > li.current-menu-item a, .header-nav > ul > li.current-page-ancestor a {
  color: #FFFFFF;
}
.header-nav > ul > li > a {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  transition: color 0.2s;
  padding: 10px 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 1300px) {
  .header-nav > ul > li > a {
    font-size: 14px;
  }
}

.nav-logo {
  width: 118px;
  height: 23px;
}
@media (min-width: 768px) {
  .nav-logo {
    width: 149px;
    height: 29px;
  }
}
.nav-logo a {
  display: block;
}

.nav-contact {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 992px) {
  .nav-contact {
    display: block;
  }
}
@media (min-width: 1600px) {
  .nav-contact {
    font-size: 18px;
  }
}

.bottom-icon {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFF7E8;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0s 0.4s;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.active {
  opacity: 1;
  z-index: 101;
  transition: opacity 0.8s, z-index 0s;
}
@media (min-width: 992px) {
  .mobile-nav.active {
    opacity: 0;
    z-index: -1;
  }
}
.mobile-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .mobile-nav ul {
    padding: 0 30px;
  }
}
.mobile-nav li {
  margin: 4px 0;
  padding: 40px 0;
  border-bottom: 1px solid #372E33;
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.mobile-nav li:first-of-type {
  margin-top: 0;
}
.mobile-nav li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0px solid #372E33;
}
.mobile-nav li a {
  color: #372E33;
  font-style: normal;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .mobile-nav li a {
    font-size: 15px;
  }
}

.close-mobile-nav {
  position: absolute;
  top: 30px;
  width: 31px;
  height: 23px;
  overflow: hidden;
}
.close-mobile-nav:after, .close-mobile-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 2px;
  background-color: #372E33;
  transform: translate(-50%, -50%);
}
.close-mobile-nav:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mobile-nav:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  position: relative;
  width: 100%;
  background-color: #21171C;
  padding: 60px 0;
  border-top: 1px solid #FFFFFF;
  margin-top: 30px;
}
.footer .left-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer .left-column {
    width: 40%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .left-column .contact-details {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer .left-column .contact-details {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .footer .left-column .contact-details:first-of-type {
    margin-right: 40px;
  }
}
.footer .left-column .contact-details h2 {
  color: #FFFFFF;
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .left-column .contact-details a,
.footer .left-column .contact-details p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.footer .left-column .contact-details .tel {
  margin-top: 20px;
}
.footer .left-column .contact-details strong {
  font-weight: 600;
}
.footer .right-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer .right-column {
    width: 60%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .footer .right-column {
    width: 40%;
  }
}
.footer .right-column .footer-logo img {
  width: 149px;
  height: 29px;
}
@media (min-width: 992px) {
  .footer .right-column .footer-logo {
    margin-bottom: 0;
  }
}

.footer-bottom {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bottom .left {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .footer-bottom .left {
    margin-bottom: 0px;
  }
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  text-align: left;
}
.footer-bottom ul {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-bottom ul {
    flex-direction: row;
  }
}
.footer-bottom ul li {
  padding-right: 20px;
  text-align: left;
}
.footer-bottom ul li a {
  color: #FFFFFF;
  font-weight: 700;
}

.footer-content {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footer-content {
    padding: 0;
  }
}

.footer-inner {
  width: 100%;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-inner {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.video {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .video {
    padding: 0;
  }
}
.video .section-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .video .section-wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}

.left-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .left-content {
    width: 70%;
  }
}

.message {
  background-color: #372E33;
  border-radius: 23px;
  width: 100%;
  margin-top: 12px;
  flex: 1;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .message {
    flex-direction: row;
    padding: 40px;
  }
}
.message .left-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .message .left-content {
    flex-direction: row;
  }
}
@media (min-width: 1600px) {
  .message .left-content {
    flex-direction: row;
    width: 70%;
  }
}
.message .profile {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .message .profile {
    padding-right: 60px;
    margin-bottom: 0;
  }
}
.message .profile img {
  width: 150px;
  height: 150px;
}
.message .right-content {
  display: none;
}
@media (min-width: 1600px) {
  .message .right-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.message .enquiry-buttons a {
  width: auto;
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-radius: 200px;
  background-color: #21171C;
  font-size: 14px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .message .enquiry-buttons a {
    width: 200px;
  }
}
.message .enquiry-buttons a:hover {
  color: #FF8460;
}
.message .enquiry-buttons a:hover svg .arrow {
  fill: #21171C;
}
.message .enquiry-buttons a:first-of-type {
  margin-bottom: 15px;
}
.message .enquiry-buttons a svg {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 2px;
}
.message .quote {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .message .quote {
    margin-bottom: 0;
    border-left: 1px solid #FFFFFF;
    padding-left: 40px;
  }
}
.message .quote .enquiry-buttons {
  margin-top: 40px;
}
@media (min-width: 1600px) {
  .message .quote .enquiry-buttons {
    display: none;
  }
}
.message .quote h2 {
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.1;
}
.message .quote p {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 0;
  text-align: left;
}
.message .quote p strong {
  color: #FF8460;
}

.form-section {
  width: 100%;
  border-radius: 23px;
  background-color: #FF8460;
  padding: 30px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .form-section {
    margin-top: 0;
    padding: 30px;
    width: calc(30% - 12px);
  }
}
@media (min-width: 1600px) {
  .form-section {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .form-section.mobile {
    display: none;
  }
}
.form-section.desktop {
  display: none;
}
@media (min-width: 992px) {
  .form-section.desktop {
    display: block;
  }
}
.form-section h2 {
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 30px;
  font-size: 22px;
}
@media (min-width: 1600px) {
  .form-section h2 {
    font-size: 24px;
  }
}
.form-section img {
  width: 80px;
  height: auto;
}
.form-section .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.form-section .form-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.form-section .form-bottom h2 {
  margin-bottom: 0;
}
.form-section .quote {
  padding: 50px 0;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 30px;
}
.form-section .quote h2 {
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.1;
}
@media (min-width: 1600px) {
  .form-section .quote h2 {
    font-size: 28px;
  }
}
.form-section .quote p {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 0;
  text-align: left;
}
.form-section .quote p strong {
  color: #21171C;
}
.form-section .nf-response-msg {
  text-align: left;
  width: 100%;
  padding: 20px;
  border-radius: 23px;
  background-color: #FFFFFF;
}
.form-section .nf-response-msg p {
  font-size: 14px;
  color: #21171C;
}
.form-section .nf-response-msg a {
  margin-top: 30px;
  width: auto;
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  background-color: #21171C;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 20px;
}
@media (min-width: 1300px) {
  .form-section .nf-response-msg a {
    width: 240px;
  }
}
.form-section .nf-response-msg a:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 2px;
  background-image: url("../../img/misc/submit-arrow.svg");
  background-size: cover;
}
.form-section .nf-form-cont {
  width: 100%;
  margin: 0;
}
.form-section .nf-form-cont .nf-form-title {
  display: none;
}
.form-section .nf-form-cont form {
  width: 100%;
  font-weight: 300;
}
@media (min-width: 1300px) {
  .form-section .nf-form-cont form {
    font-size: 16px;
  }
}
.form-section .nf-form-cont form ::-moz-placeholder {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.form-section .nf-form-cont form ::placeholder,
.form-section .nf-form-cont form input,
.form-section .nf-form-cont form label {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 1300px) {
  .form-section .nf-form-cont form ::-moz-placeholder {
    font-size: 16px;
  }
  .form-section .nf-form-cont form ::placeholder,
  .form-section .nf-form-cont form input,
  .form-section .nf-form-cont form label {
    font-size: 16px;
  }
}
.form-section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
.form-section .nf-form-cont form .ninja-forms-req-symbol {
  display: none;
}
.form-section .nf-form-cont form #nf-field-5-container .nf-field-label,
.form-section .nf-form-cont form #nf-field-6-container .nf-field-label,
.form-section .nf-form-cont form #nf-field-7-container .nf-field-label {
  display: none;
}
.form-section .nf-form-cont form .nf-error-msg {
  display: none;
}
.form-section .nf-form-cont form .nf-field-element::after {
  display: none;
}
.form-section .nf-form-cont form .nf-form-cont {
  width: 100%;
}
.form-section .nf-form-cont form .nf-form-content {
  padding: 0;
}
.form-section .nf-form-cont form nf-rows-wrap {
  width: 100%;
}
.form-section .nf-form-cont form .nf-field-container {
  margin-bottom: 10px;
}
.form-section .nf-form-cont form input[type=text],
.form-section .nf-form-cont form input[type=email],
.form-section .nf-form-cont form textarea {
  margin: 0;
  border: 1px solid #FFFFFF !important;
  border-radius: 200px;
  background-color: transparent;
  padding: 0 20px;
  height: 40px;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.form-section .nf-form-cont form input[type=text]:focus,
.form-section .nf-form-cont form input[type=email]:focus,
.form-section .nf-form-cont form textarea:focus {
  color: #FFFFFF;
}
.form-section .nf-form-cont form input[type=text]::-moz-placeholder, .form-section .nf-form-cont form input[type=email]::-moz-placeholder, .form-section .nf-form-cont form textarea::-moz-placeholder {
  color: #FFFFFF;
  font-size: 14px;
}
.form-section .nf-form-cont form input[type=text]::placeholder,
.form-section .nf-form-cont form input[type=email]::placeholder,
.form-section .nf-form-cont form textarea::placeholder {
  color: #FFFFFF;
  font-size: 14px;
}
.form-section .nf-form-cont form .field-wrap {
  display: flex;
  justify-content: flex-start;
}
.form-section .nf-form-cont form .field-wrap .nf-field-element {
  display: flex;
}
.form-section .nf-form-cont form .nf-field-label {
  display: none;
}
.form-section .nf-form-cont form .submit-wrap {
  width: auto;
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  background-color: #21171C;
}
@media (min-width: 1300px) {
  .form-section .nf-form-cont form .submit-wrap {
    width: 175px;
  }
}
.form-section .nf-form-cont form .submit-wrap:after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  right: 2px;
  background-image: url("../../img/misc/submit-arrow.svg");
  background-size: cover;
}
.form-section .nf-form-cont form input[type=submit] {
  color: #FFFFFF;
  padding: 0 20px;
  border: 0 solid #FF8460;
  border-radius: 200px;
  height: 100%;
  resize: none;
  color: #FFFFFF;
  width: 100%;
  height: 40px;
  text-align: left;
  z-index: 2;
  background-color: transparent;
  font-size: 14px;
}
.form-section .nf-form-cont form input[type=submit]:focus {
  background-color: #FFFFFF;
  color: #FF8460;
}
.form-section .nf-form-cont form #nf-field-9-container label {
  font-weight: 400;
}
.form-section .nf-form-cont .one-third,
.form-section .nf-form-cont .two-sixths {
  width: 100%;
}
@media (min-width: 992px) {
  .form-section .nf-form-cont .one-third,
  .form-section .nf-form-cont .two-sixths {
    width: 31.6239316239%;
  }
}

.video-section {
  width: 100%;
  position: relative;
  display: flex;
  border-radius: 23px;
  border: 1px solid #FF8460;
  overflow: hidden;
}

.video-control {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.video-control img {
  width: 56px;
  height: 56px;
}
@media (min-width: 992px) {
  .video-control img {
    width: 97px;
    height: 97px;
  }
}
.video-control .video-control-play {
  display: none;
}
.video-control.playing .video-control-play {
  display: block;
}

.sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
}

.mute-video {
  background: transparent;
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
}
.mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f028";
  color: #FFFFFF;
}

.unmute-video {
  background: transparent;
  background-size: 32px;
}
.unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f6a9";
  color: #FFFFFF;
}

.banner-video {
  position: relative;
  width: 100%;
  height: auto;
}
.banner-video .play {
  position: absolute;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  background-image: url("../../img/misc/play.png");
  background-size: cover;
}
