@charset "UTF-8";
@font-face {
  font-family: "Gotham Bold";
  src: url("/wp-content/themes/Madhouse/fonts/Gotham_Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("/wp-content/themes/Madhouse/fonts/Gotham_Book.otf");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Light";
  src: url("/wp-content/themes/Madhouse/fonts/Gotham_Light.otf");
  font-display: swap;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("/wp-content/themes/Madhouse/fonts/Gotham_Ultra.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Bold";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Medium Stencil";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Medium_Stencil.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Medium";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Regular";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Light";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Light.otf");
  font-display: swap;
}
@font-face {
  font-family: "Butler Ultra Light";
  src: url("/wp-content/themes/Madhouse/fonts/Butler_Ultra_Light.otf");
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/Madhouse/fonts/material-icons.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.button {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: "Gotham Bold", sans-serif;
  width: 5em;
  height: 5em;
  padding: 1em;
}
.button > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-transform: capitalize;
  overflow: hidden;
  display: table;
  color: white;
  text-decoration: none;
  font-family: "Gotham Bold", sans-serif;
  position: relative;
  z-index: 1;
  background: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  border: 1px solid white;
}
.button > div:active {
  transform: translateY(2px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.button > div > span {
  user-select: none;
  -webkit-user-drag: none;
  line-height: 1em;
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.button > div > span a {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 50% 50% !important;
  height: 100%;
  width: 100%;
  display: block;
}
.button.black > div {
  background: black;
}
.button.black > div > span {
  color: white;
}
.button.transparent > div {
  background: transparent;
  border: 1px solid white;
}
.button.transparent > div > span {
  color: white;
}

html {
  overflow-x: hidden;
  text-size-adjust: none;
}

body {
  text-size-adjust: none;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: black;
}
body::-webkit-scrollbar-thumb {
  background-color: #E32928;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #1d242b;
  line-height: 1.45;
}

main {
  display: block !important;
  z-index: 0;
  position: relative;
}

#main {
  position: relative;
}

#chatlio-widget {
  position: relative;
  z-index: 0;
}

#loader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  text-align: center;
}
#loader img {
  position: relative;
  top: 50%;
  width: 250px;
  max-width: 80vw;
  transform: translateY(-50%);
  height: auto;
}

#menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 33.3vw;
  height: 100%;
  z-index: 2;
  max-width: 100%;
  background: white;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #menu {
    width: 100vw;
  }
}
#menu.open {
  visibility: visible;
}
#menu .overlay-svg {
  position: relative;
}
#menu .overlay-svg .overlay-path {
  fill: white;
}
#menu .menu-bg {
  background: white;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#menu .menu-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#menu .menu-wrapper .menu-wrapper-inner {
  margin: 3em;
  height: calc(100% - 6em);
  width: calc(100% - 6em);
}
#menu .menu-wrapper .menu-wrapper-inner .close {
  float: right;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#menu .menu-wrapper .menu-wrapper-inner .close img {
  height: 2em;
  width: auto;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 6em);
  padding: 1em 3em;
  display: table;
  table-layout: fixed;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols {
  display: table-cell;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col {
  font-family: "Gotham Book", sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
  width: 300px;
  vertical-align: bottom;
  height: 100%;
  display: inline-block;
  color: #d93c30;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col.address {
  font-size: 0.75em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col.contacts span {
  padding-right: 0.5em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col a {
  color: #d93c30;
  text-decoration: none;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col b {
  font-family: "Gotham Bold", sans-serif;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .menu-footer-cols .menu-footer-col .menu-footer-row:last-child {
  font-size: 0.75em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .socials-wrapper {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  visibility: hidden;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .socials-wrapper a {
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block;
  margin: 0 0.25em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-footer .socials-wrapper a i {
  color: #d93c30;
  font-size: 1.3em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items {
  text-align: left;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items:not(.social-menu-items) {
  margin-top: 3em;
  padding-top: 4em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li a {
  font-family: "Gotham Bold", sans-serif;
  font-size: 3.25em;
  line-height: 1.2em;
  color: #d93c30;
  text-decoration: none;
  text-transform: none;
  transition: 0.3s ease-out;
  opacity: 1;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li a:hover {
  opacity: 0.5 !important;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li.socials-wrapper {
  margin-top: 1em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li.socials-wrapper a {
  font-size: 0.9em;
  padding: 0.75em;
  border: 1px solid #d93c30;
  border-radius: 50%;
  line-height: 0;
  text-align: center;
  margin-right: 1em;
  display: inline-block;
  transition: 0.1s;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li.socials-wrapper a i {
  font-size: 2em;
  transition: 0.1s;
  width: 1em;
  text-align: center;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li.socials-wrapper a:hover {
  background: #d93c30;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li.socials-wrapper a:hover i {
  color: white;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call {
  opacity: 1 !important;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call .flipper {
  transform-style: preserve-3d;
  position: relative;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call .flipper .front {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call .flipper .back {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1;
  font-size: 0.8em;
  transform: rotateX(180deg);
  backface-visibility: hidden;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call .flipper .back a {
  opacity: 1 !important;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items li#call:hover .flipper {
  transform: rotateX(180deg);
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items .sub-menu {
  padding-left: 2em;
}
#menu .menu-wrapper .menu-wrapper-inner .menu-items .sub-menu li a {
  font-size: 2em;
  line-height: 1.2em;
}

#fp-nav ul li a span {
  border: 1px solid white;
}
#fp-nav ul li a.active span {
  background: #d93c30;
  border: 1px solid white;
}

#drift-widget-container iframe {
  bottom: 2em !important;
  right: 2em !important;
}
@media screen and (max-width: 768px) {
  #drift-widget-container iframe {
    bottom: 0 !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .fp-tooltip {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .wrapper {
  padding: 4em 4em 0;
}
@media screen and (max-width: 768px) {
  header .wrapper {
    padding: 2em 2em 0;
  }
}
header .wrapper #logo {
  display: inline-block;
  padding: 1em;
  border-radius: 50%;
  background: #1d242b;
  margin: -1em;
}
header .wrapper #logo img {
  height: 3em;
  display: block;
}
@media screen and (max-width: 768px) {
  header .wrapper #logo {
    transform: scale(0.85);
  }
}
header .wrapper #hamburger-wrapper {
  display: inline-block;
  float: right;
  border-radius: 50%;
  border: 1px solid white;
  padding: 1.3em;
  box-shadow: 0 0 1px black;
  margin: -1em;
  background: rgba(85, 85, 85, 0.05);
}
@media screen and (max-width: 768px) {
  header .wrapper #hamburger-wrapper {
    transform: scale(0.85);
  }
}
header .wrapper #hamburger-wrapper .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2em;
  height: 1em;
  padding: 0.5em 0;
  cursor: pointer;
}
header .wrapper #hamburger-wrapper .hamburger div {
  align-self: flex-end;
  height: 4px;
  width: 100%;
  background: white;
  box-shadow: 0 3px 10px rgba(85, 85, 85, 0.5);
  margin: 0 auto;
}
header .wrapper #hamburger-wrapper .hamburger .meat {
  width: 75%;
  margin: 0 auto;
  transition: all 200ms ease-in-out;
  display: none;
}
header .wrapper #hamburger-wrapper .hamburger .bottom-bun {
  width: 100%;
  transition: all 400ms ease-in-out;
}
header .wrapper #hamburger-wrapper .hamburger:hover div {
  width: 100%;
}
header .wrapper #hamburger-wrapper .hamburger:hover .top-bun {
  animation: burger-hover 1s infinite ease-in-out alternate;
}
header .wrapper #hamburger-wrapper .hamburger:hover .bottom-bun {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer #start-a-project {
  color: white;
  font-size: 2em;
  font-family: "Gotham Bold", sans-serif;
  position: absolute;
  left: 2em;
  bottom: 2em;
  cursor: pointer;
  text-shadow: 1px 1px 4px black;
}
footer #hello {
  position: absolute;
  right: 4em;
  bottom: 4em;
  cursor: pointer;
}
footer #hello .hello-wrapper {
  text-align: center;
}
footer #hello .hello-wrapper img {
  height: 2em;
}
footer #hello .hello-wrapper .hello-text {
  color: white;
  font-size: 2em;
  padding: 0.25em;
  font-family: "Butler Medium Stencil", serif;
  text-shadow: 1px 1px 4px black;
}

#bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#bg .img-fill {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#bg .img-fill:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 60, 48, 0.6);
}

main.home {
  position: relative;
  text-align: center;
  background: white;
}
main.home #intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.home #fullpage_home .section .section-title {
  text-align: center;
  padding: 1em 0;
  font-family: "Gotham Book", sans-serif;
  font-size: 2em;
}
main.home #intro {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 1;
  background: #E0231B;
}
@media screen and (max-width: 768px) {
  main.home #intro {
    background: #E02A25;
  }
}
main.home #intro .fp-tableCell {
  position: relative;
}
@media screen and (max-width: 768px) {
  main.home #intro .scroll-down {
    bottom: 2vh;
  }
}
main.home #intro .scroll-down .scroll-down-text {
  color: #fff;
}
main.home #intro .scroll-down .scroll_down_svg {
  fill: #fff;
}
main.home #intro .home_swiper {
  height: 100%;
  width: 100%;
  position: relative;
}
main.home #intro .home_swiper .link_cta {
  display: flex;
  margin-top: 1em;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .link_cta {
    flex-direction: column;
    bottom: 10%;
  }
}
main.home #intro .home_swiper .link_cta .rules_link {
  text-decoration: none;
  padding: 1rem 2rem;
  color: #fff;
  background: #1d242b;
  border-radius: 50px;
  border: 1px solid #E32928;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.1rem;
  margin: 0.5rem 0.75rem;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .link_cta .rules_link {
    font-size: 0.9rem;
    padding: 1rem 1.25rem;
    margin: 0.5rem;
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  main.home #intro .home_swiper .link_cta .rules_link {
    font-size: 1em;
    padding: 1em;
  }
}
main.home #intro .home_swiper .link_cta .work_link {
  background: transparent;
  border: 1px solid #fff;
}
main.home #intro .home_swiper .swiper-slide {
  position: relative;
}
main.home #intro .home_swiper .swiper-slide video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide video {
    display: none;
  }
}
main.home #intro .home_swiper .swiper-slide .container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide .container {
    display: block;
    width: 100%;
  }
}
main.home #intro .home_swiper .swiper-slide .content {
  position: relative;
  width: 1000px;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide .content {
    width: 1500px;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide .content {
    width: 1200px;
  }
}
@media screen and (max-width: 375px) {
  main.home #intro .home_swiper .swiper-slide .content {
    width: 1000px;
  }
}
main.home #intro .home_swiper .swiper-slide .content#content1 {
  background-image: url("/wp-content/themes/Madhouse/images/stills/slide1.jpg");
}
main.home #intro .home_swiper .swiper-slide .content#content2 {
  background-image: url("/wp-content/themes/Madhouse/images/stills/slide2.jpg");
}
main.home #intro .home_swiper .swiper-slide .content#content3 {
  background-image: url("/wp-content/themes/Madhouse/images/stills/slide3.jpg");
}
main.home #intro .home_swiper .swiper-slide.slide1 .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  line-height: 1;
  font-family: "Gotham Bold", sans-serif;
  font-size: 8em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide1 .text {
    font-size: 7em;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide1 .text {
    font-size: 3.25em;
  }
}
@media screen and (max-width: 375px) {
  main.home #intro .home_swiper .swiper-slide.slide1 .text {
    font-size: 3em;
  }
}
@media screen and (max-width: 320px) {
  main.home #intro .home_swiper .swiper-slide.slide1 .text {
    font-size: 2.5em;
  }
}
main.home #intro .home_swiper .swiper-slide.slide1 .text .letters.first_ch, main.home #intro .home_swiper .swiper-slide.slide1 .text .letters.second_ch, main.home #intro .home_swiper .swiper-slide.slide1 .text .letters.third_ch {
  opacity: 0;
}
main.home #intro .home_swiper .swiper-slide.slide2 .text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide2 .text {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
main.home #intro .home_swiper .swiper-slide.slide2 .text .letters {
  font-size: 7em;
  color: #fff;
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide2 .text .letters {
    font-size: 5em;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide2 .text .letters {
    font-size: 2.5em;
  }
}
main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.first_ch_2, main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.second_ch_2, main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.third_ch_2 {
  opacity: 0;
}
main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.second_ch_2 {
  font-size: 2.85em;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.second_ch_2 {
    font-size: 2.05em;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide2 .text .letters.second_ch_2 {
    font-size: 1.05em;
  }
}
main.home #intro .home_swiper .swiper-slide.slide3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #E32928;
  opacity: 0;
}
main.home #intro .home_swiper .swiper-slide.slide3 .text {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  align-items: center;
  background-color: #e52b2b;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text {
    width: 70%;
    margin-left: 15%;
    background: none;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text {
    width: 90%;
    margin-left: 5%;
    top: -10%;
  }
}
main.home #intro .home_swiper .swiper-slide.slide3 .text .logo img {
  height: 60px;
  margin-bottom: 3em;
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text .logo img {
    height: auto;
    width: 80%;
    margin-bottom: 2em;
  }
}
main.home #intro .home_swiper .swiper-slide.slide3 .text p, main.home #intro .home_swiper .swiper-slide.slide3 .text h1 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 1em;
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p, main.home #intro .home_swiper .swiper-slide.slide3 .text h1 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p, main.home #intro .home_swiper .swiper-slide.slide3 .text h1 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }
}
main.home #intro .home_swiper .swiper-slide.slide3 .text p span, main.home #intro .home_swiper .swiper-slide.slide3 .text h1 span {
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p span, main.home #intro .home_swiper .swiper-slide.slide3 .text h1 span {
    display: inline;
  }
}
main.home #intro .home_swiper .swiper-slide.slide3 .text p.bold, main.home #intro .home_swiper .swiper-slide.slide3 .text h1.bold {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.5em;
}
@media screen and (max-width: 768px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p.bold, main.home #intro .home_swiper .swiper-slide.slide3 .text h1.bold {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 500px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p.bold, main.home #intro .home_swiper .swiper-slide.slide3 .text h1.bold {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 320px) {
  main.home #intro .home_swiper .swiper-slide.slide3 .text p.bold, main.home #intro .home_swiper .swiper-slide.slide3 .text h1.bold {
    font-size: 1.5em;
    line-height: 1.1;
  }
}
main.home #rules .rules_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.home #rules .rules_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.home #rules .rules_swiper .swiper-slide .rule {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
main.home #rules .rules_swiper .swiper-slide .rule h1, main.home #rules .rules_swiper .swiper-slide .rule p, main.home #rules .rules_swiper .swiper-slide .rule .number, main.home #rules .rules_swiper .swiper-slide .rule span {
  color: #fff;
}
main.home #rules .rules_swiper .swiper-slide .rule h1.black, main.home #rules .rules_swiper .swiper-slide .rule p.black, main.home #rules .rules_swiper .swiper-slide .rule .number.black, main.home #rules .rules_swiper .swiper-slide .rule span.black {
  color: #1d242b;
}
main.home #rules .rules_swiper .swiper-slide .rule h1.red, main.home #rules .rules_swiper .swiper-slide .rule p.red, main.home #rules .rules_swiper .swiper-slide .rule .number.red, main.home #rules .rules_swiper .swiper-slide .rule span.red {
  color: #E32928;
}
main.home #rules .rules_swiper .swiper-slide .rule span {
  color: inherit;
}
main.home #rules .rules_swiper .swiper-slide .rule h1 {
  line-height: 1;
  text-align: left;
  font-family: "Gotham Bold", sans-serif;
}
main.home #rules .rules_swiper .swiper-slide .rule h1 span {
  display: block;
}
main.home #rules .rules_swiper .swiper-slide .rule p {
  font-family: "Butler Light", serif;
  font-size: 2rem;
  line-height: 1.3;
  text-align: left;
  margin-top: 1rem;
}
main.home #rules .rules_swiper .swiper-slide .rule p span {
  display: block;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  min-width: 100vw;
  height: 100vh;
  min-height: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container {
    min-height: 0;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10vw;
  height: auto;
  width: 80vw;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper {
    width: 93vw;
    height: 80%;
    flex-direction: column;
    margin: 0 0 0 15px;
    max-height: 750px;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper {
    width: 90vw;
    height: 60%;
    max-height: 450px;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper {
    height: 65%;
    max-height: 350px;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .rule_btn {
  cursor: pointer;
  font-family: "Gotham Bold", sans-serif;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  margin: 0.5rem 1.5rem 0.5rem 0;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  outline: none;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .rule_btn.black {
  color: #1d242b;
  border: 1px solid #1d242b;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .rule_btn.red {
  color: #E32928;
  border: 1px solid #E32928;
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .rule_btn {
    font-size: 0.9rem;
    padding: 1rem 2rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .rule_btn {
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left {
  text-align: left;
  align-self: flex-start;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 {
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left h1 .inline {
    display: inline-block;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left .rule_btns_desktop {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left .rule_btns_desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .left .p_desktop {
    display: none;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right {
  align-self: flex-end;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number {
  margin-top: 2rem;
  text-align: right;
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number span {
  font-size: 22rem;
  font-family: "Butler Ultra Light", serif;
  display: inline-block;
  margin-bottom: -400px;
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number span {
    font-size: 18rem;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number span {
    font-size: 10rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .number span {
    font-size: 9rem;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .p_mobile {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .p_mobile {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .p_mobile span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .p_mobile span {
    font-size: 1rem;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .rule_btns_mobile {
  margin-top: 1em;
  align-items: flex-end;
  justify-content: flex-end;
  display: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule .rule_container .wrapper .right .rule_btns_mobile {
    display: flex;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule1 {
  border-radius: 0 !important;
  overflow: hidden;
}
main.home #rules .rules_swiper .swiper-slide .rule.rule1 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule1.jpg");
  background-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule1 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule1_mobile.jpg");
    background-position: 100% 40%;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule1 .rule_container {
    background-position: 50% 50%;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule1 .rule_content, main.home #rules .rules_swiper .swiper-slide .rule.rule1 .number {
  opacity: 0;
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 {
  background: #fff;
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%), url("/wp-content/themes/Madhouse/images/rules/rule2-v2.jpg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%), url("/wp-content/themes/Madhouse/images/rules/rule2_mobile-v2.jpg");
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .wrapper {
    height: 100%;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .rule_content {
  opacity: 0;
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .content h1 {
    font-size: 2rem;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .bg_img {
  height: 50vw;
  min-height: 600px;
  max-height: 90vh;
  align-self: flex-end;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .bg_img {
    display: none;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .wrapper .right .number {
  margin-left: -14rem;
  opacity: 0;
  margin-bottom: -230px;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .wrapper .right .number {
    margin-left: 0;
    margin-bottom: -90px;
    text-align: right;
    margin-right: -10em;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .wrapper .right .number {
    margin-bottom: -50px;
    margin-right: -2rem;
  }
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .wrapper .right .number span {
    margin-bottom: 0;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right {
  align-self: center;
}
main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .p_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .p_mobile {
    text-align: right;
    display: block;
    margin-right: -5em;
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .p_mobile {
    font-size: 1.2rem;
    margin-right: -2rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .p_mobile {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .rule_btns_mobile {
    display: flex;
    transform: translateX(9em);
  }
}
@media screen and (max-width: 500px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule2 .rule_container .right .rule_btns_mobile {
    transform: translateX(2em) !important;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule3 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule3.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule3 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule3_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule4 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule4.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule4 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule4_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule5 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule5.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule5 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule5_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule6 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule6.png");
  background-repeat: no-repeat;
  background-position: 40% 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule6 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule6_mobile.jpg");
    background-position: 100% 40%;
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule7 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule7.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule7 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule7_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule8 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule8.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule8 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule8_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-slide .rule.rule9 .rule_container {
  background-image: url("/wp-content/themes/Madhouse/images/rules/rule9.jpg");
}
@media screen and (max-width: 768px) {
  main.home #rules .rules_swiper .swiper-slide .rule.rule9 .rule_container {
    background-image: url("/wp-content/themes/Madhouse/images/rules/rule9_mobile.jpg");
  }
}
main.home #rules .rules_swiper .swiper-pagination {
  width: auto;
  margin-left: 10vw;
  bottom: 3rem;
}
main.home #rules .rules_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 7px;
  height: 7px;
  border: 1px solid #7D322C;
}
main.home #rules .rules_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #E32928;
  opacity: 1;
  width: 8px;
  height: 8px;
}
main.home #testimonials-section .testimonials_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .img_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 2em;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials {
    margin-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials {
    justify-content: flex-start;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper {
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper {
    width: 100%;
    margin-left: 1.5rem;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description {
  position: relative;
  padding: 1em;
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description {
    width: 85%;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description p {
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Butler Light", serif;
  color: #1d242b;
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description p {
    font-size: 1em;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description .quote_start {
  position: absolute;
  top: 0;
  left: -35px;
  height: 35px;
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description .quote_start {
    left: -15px;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .description .quote_end {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .name {
  margin-top: 0.5rem;
  font-family: "Butler Light", serif;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .name h2 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.25rem;
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .name h2 {
    font-size: 2rem;
  }
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .name p {
  font-family: "Butler Light", serif;
  line-height: 1;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .testimonials_btns {
  display: flex;
  margin-top: 1em;
}
main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .testimonials_btns .testimonials_btn {
  cursor: pointer;
  font-family: "Gotham Bold", sans-serif;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  margin: 0.5rem 1.5rem 0.5rem 0;
  background: transparent;
  outline: none;
  color: #1d242b;
  border: 1px solid #1d242b;
}
@media screen and (max-width: 500px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .testimonials_btns .testimonials_btn {
    font-size: 0.9rem;
    padding: 1rem 2rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  main.home #testimonials-section .testimonials_swiper .swiper-slide .testimonials .wrapper .testimonials_btns .testimonials_btn {
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}
main.home .scroll-down {
  position: absolute;
  left: 0;
  bottom: 5vh;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
main.home .scroll-down a {
  text-decoration: none;
}
main.home .scroll-down .scroll-down-text {
  font-family: "Gotham Bold", sans-serif;
  color: white;
  font-size: 0.8em;
}
main.home .scroll-down .scroll-down-arrow {
  margin-top: 0.5em;
}
main.home .scroll-down .scroll-down-arrow svg {
  width: 1.5em;
}

#footer {
  position: relative;
  z-index: 2;
  padding: 2em 0;
  background: #1d242b;
  text-align: center;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .container > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #footer .container {
    flex-direction: column;
  }
}
#footer .logos {
  margin-top: 2em;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
#footer .logos img {
  height: 80px;
  width: auto;
  object-fit: contain;
  max-width: 33vw;
}
@media screen and (max-width: 768px) {
  #footer .logos img {
    height: auto;
    width: 66vw;
    max-width: 100%;
  }
}
#footer a {
  text-decoration: none;
  background: transparent;
  display: inline-block;
  padding: 1em;
  height: 3em;
  width: 3em;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
}
#footer .scroll-up-text {
  font-family: "Gotham Bold", sans-serif;
  color: white;
  font-size: 0.8em;
}
#footer .scroll-up-arrow svg {
  width: 1.5em;
  transform: rotate(180deg);
}
#footer .scroll-up-arrow svg polygon {
  fill: white;
}
#footer .policy {
  font-family: "Gotham Book", sans-serif;
  padding-right: 2em;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #footer .policy {
    padding-right: 1em;
    order: 3;
    flex-direction: row;
    margin-top: 2em;
  }
}
#footer .policy a {
  border: none;
  color: #61666B;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  #footer .policy a {
    margin-right: 1em;
  }
}
#footer .policy .copyright {
  font-family: "Gotham Book", sans-serif;
  color: #61666B;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  #footer .social-col {
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  #footer .social {
    padding-bottom: 1em;
  }
}
#footer .social a {
  text-decoration: none;
  color: #61666B;
  border: none;
  margin: 0;
  padding: 0;
  transition: 0.1s all;
}
#footer .social a .fab {
  font-size: 1em;
  margin: 0.5em 0 0 0;
  border: 1px solid #61666B;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  position: relative;
  transition: 0.5s all;
}
#footer .social a .fab::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#footer .social a:hover {
  color: #E32928;
}
#footer .social a:hover .fab {
  border: 1px solid #E32928;
}
#footer .contacts {
  padding-left: 2em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footer .contacts {
    padding-left: 0;
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  #footer .contacts {
    justify-content: flex-end;
    bottom: 10px;
  }
}
#footer .contacts .logo_item {
  display: flex;
}
#footer .contacts .logo_item img {
  height: 80px;
  width: auto;
  object-fit: contain;
  max-width: 33vw;
}
@media screen and (max-width: 768px) {
  #footer .contacts .logo_item img {
    height: auto;
    width: 66vw;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #footer .contacts {
    align-self: center;
    margin-top: 2em;
    text-align: center;
  }
}
#footer .contacts a {
  height: auto;
  border-radius: 0;
  border: none;
  width: auto;
  color: #61666B;
  font-family: "Gotham Book", sans-serif;
  font-size: 0.75em;
  padding: 0;
  margin: 0 3em 0 0;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  #footer .contacts a {
    margin-right: 1em;
  }
}
@media screen and (max-width: 500px) {
  #footer .contacts a {
    font-size: 0.75em;
  }
}
#footer .contacts a:hover {
  color: #E32928;
}
@media screen and (max-width: 500px) {
  #footer .contacts a:last-child {
    margin-top: 0.5em;
  }
}

.dots1, .dots2, .dots_m1, .dots_m2 {
  opacity: 0;
}

main.home #fullpage_home .section#section1 .bg .content p {
  opacity: 0;
}

main.home #fullpage_home .section#section1 .bg .link_cta .rules_link {
  opacity: 0;
}

main.home #fullpage_home .section#section2 .rules_swiper .swiper-slide .rule.rule2 .rule_container .row:nth-child(3) .p_mobile {
  opacity: 0;
}

@media screen and (max-width: 500px) {
  .swiper-pagination {
    display: none !important;
  }
}
main.work {
  width: 100vw;
  background: white;
  padding-top: 10em;
}
@media screen and (max-width: 768px) {
  main.work {
    padding-top: 8em;
  }
}
main.work .headline {
  font-family: "Gotham Book", sans-serif;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main.work .headline h1 {
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  main.work .headline h1 {
    font-size: 2em;
  }
}
main.work .headline h2 {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  main.work .headline h2 {
    font-size: 1em;
  }
}
main.work .clients-swiper {
  margin: 2em 0;
}
@media screen and (max-width: 500px) {
  main.work .clients-swiper {
    margin: 1em 0;
  }
}
main.work .clients-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
main.work .clients-swiper .swiper-wrapper .swiper-slide {
  height: 130px;
}
@media screen and (max-width: 500px) {
  main.work .clients-swiper .swiper-wrapper .swiper-slide {
    height: 100px;
  }
}
main.work .clients-swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s ease-out;
}
main.work .clients-swiper .swiper-wrapper .swiper-slide img:hover {
  filter: grayscale(0%);
}
main.work .blocks {
  width: 100%;
  padding: 2em 0;
  overflow: hidden;
}
main.work .blocks::after {
  content: "";
  display: table;
  clear: both;
}
main.work .stack {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
main.work .stack .front {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background: white;
  transform-style: preserve-3d;
  transition: 0.2s filter, 0.8s transform;
}
main.work .stack .back {
  z-index: 3;
  position: relative;
  height: 100%;
  text-align: center;
  transform: scale(1.5);
  opacity: 0;
  transition: 0.35s;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: -1px 1px 1em rgba(0, 0, 0, 0.5);
}
main.work .stack .back .back-table {
  display: table;
  width: 100%;
  height: 100%;
}
main.work .stack .back .back-table .back-cell {
  display: table-cell;
  vertical-align: middle;
}
main.work .stack .back .back-table .back-cell .back-name {
  color: white;
  font-family: "Gotham Bold", sans-serif;
  font-size: 3em;
}
main.work .stack .back .back-table .back-cell .back-builder-name {
  color: white;
  font-family: "Butler Bold", serif;
  margin: 0.5em 0;
  font-size: 1.5em;
  text-transform: capitalize;
}
main.work .stack .back .back-table .back-cell .button {
  color: #d93c30;
}
main.work .stack .back .back-table .back-cell .button > div {
  background: transparent;
  border: 1px solid #d93c30;
}
main.work .stack .back .back-table .back-cell .button > div > span {
  color: white;
}
main.work .stack .back .back-table .back-cell .back-awards {
  color: white;
  font-family: "Gotham Bold", sans-serif;
  margin: 0.5em;
}
main.work .stack .back .back-table .back-cell .back-awards .title {
  text-transform: uppercase;
  font-size: 1.5em;
}
main.work .stack .back .back-table .back-cell .back-awards .content {
  font-size: 1em;
  margin: 0.5em 0.5em 0;
  line-height: 1.1;
}
main.work .block {
  width: calc(25% - 0.5em);
  margin: 0.25em 0.25em;
  display: inline-block;
  float: left;
  height: calc(25vw - 0.5em);
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: 0.3s ease-out;
  perspective: 1000px;
}
@media screen and (max-width: 1500px) {
  main.work .block {
    width: calc(33.33% - 0.5em);
    height: calc(33.33vw - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  main.work .block {
    width: calc(100% - 0.5em);
    height: calc(100vw - 0.5em);
  }
}
main.work .block a {
  text-decoration: none;
}
main.work .block h1 {
  font-family: "Gotham Light", sans-serif;
  font-size: 1.3em;
  margin: 0.5em 0;
  color: white;
  height: 3em;
}
main.work .block:hover .back {
  transform: scale(1);
  opacity: 1;
}
main.work .block:hover .front {
  filter: blur(2px);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  main.work .block .back, main.work .block:hover .back {
    transform: scale(1.5);
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  main.work .block .front, main.work .block:hover .front {
    filter: blur(0px);
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  main.work .project.intersecting .back {
    transform: scale(1);
    opacity: 1;
  }
  main.work .project.intersecting .front {
    filter: blur(2px);
    transform: scale(1.2);
  }
}
main.work .award-icon-container {
  position: absolute;
  right: 9px;
  top: -9px;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main.work .award-icon-container {
    top: -7px;
  }
}
main.work .award-icon-container .award-icon {
  width: 100px;
  height: auto;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.55));
}
@media screen and (max-width: 768px) {
  main.work .award-icon-container .award-icon {
    width: 85px;
  }
}
main.work .award-icon-container .year {
  font-family: "Gotham Bold", sans-serif;
  font-size: 0.82rem;
  color: #EAC47F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  main.work .award-icon-container .year {
    font-size: 0.7rem;
  }
}

main.services .container {
  width: 50%;
  margin-top: 180px;
  margin-left: 3em;
  min-width: 500px;
}
@media screen and (max-width: 1024px) {
  main.services .container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  main.services .container {
    width: calc(100% - 13em);
    margin-top: 150px;
  }
}
@media screen and (max-width: 500px) {
  main.services .container {
    width: calc(100% - 4em);
    margin-top: 120px;
    min-width: 0;
    margin-left: 2em;
  }
}
main.services .container .header {
  font-family: "Gotham Bold", sans-serif;
  line-height: 1;
  color: #E32928;
  font-size: 6em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main.services .container .header {
    font-size: 5em;
  }
}
@media screen and (max-width: 500px) {
  main.services .container .header {
    font-size: 3em;
  }
}
main.services .container .header span {
  display: block;
  color: #1d242b;
}
main.services .container p {
  font-family: "Butler Regular", serif;
  font-size: 2em;
  margin-top: 0.5em;
  color: #1d242b;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  main.services .container p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 375px) {
  main.services .container p {
    font-size: 1.1em;
  }
}
main.services .servies_accordion {
  float: right;
  width: 50%;
  display: flex;
  margin-right: 10em;
  margin-top: 4.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  main.services .servies_accordion {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  main.services .servies_accordion {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  main.services .servies_accordion {
    width: calc(100% - 4em);
    margin-right: 2em;
  }
}
main.services .servies_accordion .ui {
  width: 100%;
  box-shadow: none;
}
main.services .servies_accordion .ui .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: none;
  border-bottom: 1px solid #E32928;
  padding-bottom: 0;
  margin-bottom: 1em;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  main.services .servies_accordion .ui .title {
    margin-bottom: 1.25em;
  }
}
main.services .servies_accordion .ui .title.active .row.right {
  font-family: "Gotham Book", sans-serif;
  font-style: italic;
}
main.services .servies_accordion .ui .title.active .row.right .material-icons {
  transform: rotate(180deg) !important;
}
main.services .servies_accordion .ui .title .row {
  color: #E32928;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.services .servies_accordion .ui .title .row.left {
  font-family: "Butler Ultra Light", serif;
  font-size: 3em;
}
@media screen and (max-width: 768px) {
  main.services .servies_accordion .ui .title .row.left {
    font-size: 2em;
  }
}
main.services .servies_accordion .ui .title .row.right {
  font-family: "Gotham Book", sans-serif;
  font-size: 4.25em;
  transition: 1s all linear, font-style 0s;
}
@media screen and (max-width: 768px) {
  main.services .servies_accordion .ui .title .row.right {
    font-size: 4em;
  }
}
@media screen and (max-width: 500px) {
  main.services .servies_accordion .ui .title .row.right {
    font-size: 2em;
  }
}
main.services .servies_accordion .ui .title .row.right .letter {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
main.services .servies_accordion .ui .title .row.right .material-icons {
  font-size: 0.9em;
  margin-left: 10px;
  transition: 200ms all linear;
}
main.services .servies_accordion .ui .content {
  border: none;
}
main.services .servies_accordion .ui .content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.services .servies_accordion .ui .content ul li {
  width: calc(33% - 20px);
  font-family: "Gotham Bold", sans-serif;
  padding: 5px 10px;
  font-size: 1.2em;
  color: #E32928;
}
@media screen and (max-width: 500px) {
  main.services .servies_accordion .ui .content ul li {
    font-size: 1em;
    width: calc(50% - 20px);
  }
}

main.social {
  background: #010101;
  height: 100vh;
}
main.social .hero {
  height: 80vh;
  width: 100vw;
  position: relative;
}
main.social .hero .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
main.social .hero .bg_image .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.social .hero .content {
  display: inline-block;
  margin-top: 13rem;
  margin-left: 3rem;
  color: #fff;
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  main.social .hero .content {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  main.social .hero .content {
    margin-left: 1.25rem;
    margin-top: 7rem;
  }
}
main.social .hero .content h1 {
  line-height: 1;
  font-size: 5.5em;
  color: white;
}
@media screen and (max-width: 1024px) {
  main.social .hero .content h1 {
    font-size: 4em;
  }
}
@media screen and (max-width: 500px) {
  main.social .hero .content h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 375px) {
  main.social .hero .content h1 {
    font-size: 2.5em;
  }
}
main.social .hero .content h1 span {
  color: #E32928;
}
main.social .hero .content p {
  font-family: "Butler Light", serif;
  font-size: 2em;
  width: 400px;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}
@media screen and (max-width: 1024px) {
  main.social .hero .content p {
    width: 270px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  main.social .hero .content p {
    width: 240px;
    font-size: 1.25em;
  }
}
main.social .hero .content .social a {
  text-decoration: none;
  color: #fff;
}
main.social .hero .content .social a .fab {
  font-size: 2em;
  margin: 1em 0.75em 0 0;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  position: relative;
}
main.social .hero .content .social a .fab:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  main.social .hero .content .social a .fab {
    height: 50px;
    width: 50px;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  main.social .hero .content .social a .fab {
    height: 40px;
    width: 40px;
    font-size: 1.25em;
  }
}
main.social .hero .dance_astros {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 500px) {
  main.social .hero .dance_astros {
    right: 10%;
    bottom: 0;
  }
}
main.social .hero .dance_astros .astros {
  height: 500px;
  display: block;
  margin: 1em;
}
@media screen and (max-width: 575px) {
  main.social .hero .dance_astros .astros {
    height: 275px;
  }
}
main.social .post_blog {
  background: #010101;
}
main.social .post_blog .blocks {
  width: calc(100% - 4.4em);
  padding: 2em 2.2rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  main.social .post_blog .blocks {
    width: calc(100% - 2em);
    padding: 2em 1em;
  }
}
main.social .post_blog .blocks::after {
  content: "";
  display: table;
  clear: both;
}
main.social .post_blog .stack {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-in-out;
  overflow: hidden;
}
main.social .post_blog .stack .front {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  background: white;
  transform-style: preserve-3d;
  transition: 0.2s filter, 0.8s transform;
}
main.social .post_blog .stack .front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.social .post_blog .stack .back {
  z-index: 3;
  position: relative;
  height: 100%;
  text-align: center;
  opacity: 1;
  transition: 0.35s;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: -1px 1px 1em rgba(0, 0, 0, 0.5);
}
main.social .post_blog .stack .back .back-table {
  display: table;
  width: 100%;
  height: 100%;
}
main.social .post_blog .stack .back .back-table .back-cell {
  display: table-cell;
  vertical-align: middle;
}
main.social .post_blog .stack .back .back-table .back-cell .date {
  color: white;
  font-family: "Butler Light", serif;
  font-size: 1.5em;
  margin-bottom: 1em;
}
main.social .post_blog .stack .back .back-table .back-cell .back-name {
  color: white;
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.2em;
  padding: 0 1em;
}
main.social .post_blog .stack .back .back-table .back-cell .back-builder-name {
  color: white;
  font-family: "Butler Bold", serif;
  margin: 0.5em 0;
  font-size: 1.5em;
  text-transform: capitalize;
}
main.social .post_blog .stack .back .back-table .back-cell .button {
  color: #d93c30;
}
main.social .post_blog .stack .back .back-table .back-cell .button > div {
  background: transparent;
  border: 1px solid #d93c30;
}
main.social .post_blog .stack .back .back-table .back-cell .button > div > span {
  color: white;
}
main.social .post_blog .block {
  width: calc(25% - 0.5em);
  margin: 0.25em 0.25em;
  display: inline-block;
  float: left;
  height: calc(25vw - 0.5em);
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: 0.3s ease-out;
  perspective: 1000px;
}
@media screen and (max-width: 1500px) {
  main.social .post_blog .block {
    width: calc(33.33% - 0.5em);
    height: calc(33.33vw - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  main.social .post_blog .block {
    width: calc(100% - 0.5em);
    height: calc(100vw - 0.5em);
  }
}
main.social .post_blog .block a {
  text-decoration: none;
}
main.social .post_blog .block h1 {
  font-family: "Gotham Light", sans-serif;
  font-size: 1.3em;
  margin: 0.5em 0;
  color: white;
  height: 3em;
}
main.social .post_blog .block:hover .back {
  transform: scale(1);
  opacity: 1;
}
main.social .post_blog .block:hover .front {
  filter: blur(2px);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  main.social .post_blog .block .back {
    transform: scale(1);
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  main.social .post_blog .block .front {
    filter: blur(0px);
    transform: scale(1.2);
  }
}

main.contact {
  background: #1d242b;
  position: relative;
}
main.contact .content {
  min-height: calc(100vh - 4em);
  min-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  position: relative;
  z-index: 99999;
}
main.contact .content form {
  display: flex;
  flex-direction: column;
  width: 60vw;
  min-width: 400px;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  main.contact .content form {
    min-width: 0;
    width: 100%;
    margin-top: 75px;
  }
}
main.contact .content form p {
  color: #E32928;
  width: 50%;
  text-align: center;
  font-family: "Gotham Book", sans-serif;
  font-size: 0.7em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  main.contact .content form p {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main.contact .content form p {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  main.contact .content form p {
    width: 70%;
  }
}
main.contact .content form p a {
  text-decoration: none;
  color: #E32928;
  font-family: "Gotham Book", sans-serif;
}
main.contact .content form h1, main.contact .content form h3 {
  color: #fff;
  font-family: "Gotham Book", sans-serif;
  text-align: center;
}
main.contact .content form h1 {
  font-family: "Gotham Bold", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 500px) {
  main.contact .content form h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 320px) {
  main.contact .content form h1 {
    font-size: 2em;
  }
}
main.contact .content form h1 span {
  color: #E32928;
}
main.contact .content form h3 {
  margin-bottom: 1em;
  font-size: 1.5em;
  width: 55%;
  font-family: "Butler Regular", serif;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  main.contact .content form h3 {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main.contact .content form h3 {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  main.contact .content form h3 {
    font-size: 1.25em;
    width: 75%;
  }
}
@media screen and (max-width: 320px) {
  main.contact .content form h3 {
    font-size: 1em;
    width: 70%;
  }
}
main.contact .content form h3 a {
  color: inherit;
  text-underline-offset: 0.3rem;
}
main.contact .content form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E32928;
  text-align: center;
  font-size: 1.5em;
  margin: 0.5em 0;
  padding: 0.25em 0;
  color: #fff;
  outline: none;
  width: 50%;
  font-family: "Gotham Bold", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  main.contact .content form input {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  main.contact .content form input {
    font-size: 1.5em;
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  main.contact .content form input {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 320px) {
  main.contact .content form input {
    font-size: 1.25em;
    width: 65%;
  }
}
main.contact .content form input::placeholder {
  color: #E32928;
  font-family: "Gotham Book", sans-serif;
  text-transform: uppercase;
}
main.contact .content form input.submit {
  color: #fff;
  width: auto;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Gotham Bold", sans-serif;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  outline: none;
  background: #E32928;
  margin: 0;
  border: none;
}
main.contact .content form input.submit[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
main.contact .content form input.submit[disabled]:hover {
  color: #fff;
  background: #E32928;
}
@media screen and (max-width: 500px) {
  main.contact .content form input.submit {
    font-size: 0.9rem;
    padding: 1rem 2rem;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  main.contact .content form input.submit {
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 500px) {
  main.contact .content form input.submit {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  main.contact .content form input.submit {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 320px) {
  main.contact .content form input.submit {
    font-size: 1.25em;
  }
}
main.contact .content form input.submit:hover {
  background: #fff;
  color: #E32928;
}
main.contact .content form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E32928;
  width: 50%;
  outline: none;
  text-align: center;
  font-size: 1.05em;
  color: #fff;
  font-family: "Gotham Bold", sans-serif;
  margin: 0.5em 0;
  margin-bottom: 1.5em;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  main.contact .content form textarea {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  main.contact .content form textarea {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  main.contact .content form textarea {
    font-size: 0.9em;
  }
}
main.contact .content form textarea::placeholder {
  color: #E32928;
  font-family: "Gotham Book", sans-serif;
  text-transform: uppercase;
  font-size: 1.35em;
}
main.contact .anime1, main.contact .anime2, main.contact .anime3 {
  opacity: 0;
}

.thank_you_msg {
  position: absolute;
  top: 2em;
  right: 2rem;
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .thank_you_msg {
    top: 1em;
    right: 1em;
  }
}
.thank_you_msg .container {
  padding: 2em 1.5em;
  background: #fff;
  border-radius: 1em;
  border-bottom: 5px solid #E32928;
  position: relative;
}
.thank_you_msg .container .circle_logo {
  position: absolute;
  height: 70px;
  left: -50px;
  top: 0;
}
.thank_you_msg .container h3 {
  font-size: 2em;
  font-family: "Gotham Bold", sans-serif;
}
.thank_you_msg .container p {
  color: #1d242b;
  font-family: "Gotham Book", sans-serif;
  font-size: 1em;
  line-height: 1.1;
}
@media screen and (max-width: 375px) {
  .thank_you_msg .container p {
    font-size: 0.9em;
  }
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #1d242b inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "Gotham Bold", sans-serif;
}

main.post a {
  color: #E32928;
  text-decoration: none;
}
main.post .title {
  z-index: 1000;
  margin: 0 auto;
  padding: 0 1.25em;
  text-align: center;
  transform: scale(0.7);
  color: white;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1em;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.2588235294);
}
main.post .title .all_posts {
  text-decoration: none;
  padding: 1.75rem 3rem;
  color: #fff;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #fff;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2em;
  display: inline-block;
}
main.post .title h1 {
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  main.post .title h1 {
    font-size: 2.5em;
  }
}
main.post .title .tags ul {
  list-style-type: none;
}
main.post .title .tags ul li {
  display: inline-block;
  margin: 0.5em;
  text-transform: capitalize;
  font-size: 0.8em;
}
main.post .title p {
  font-family: "Gotham Book", sans-serif;
}
main.post .opening {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}
main.post .opening .bg-img {
  transition: 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
}
main.post .opening .bg-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
main.post .opening .bg-img img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  main.post .opening .bg-img img {
    left: -50%;
    transform: translateX(-10%);
  }
}
main.post .opening .bg-img.top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  overflow: hidden;
}
main.post .opening .bg-img.bottom {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
main.post .opening .bg-img.bottom img {
  top: -100%;
}
@media screen and (max-width: 768px) {
  main.post .opening .bg-img.bottom img {
    left: -50%;
    transform: translateX(-10%);
  }
}
main.post .scroll-down {
  text-align: center;
  position: fixed;
  bottom: 5vh;
  transform: translateX(-50%);
  left: 50%;
  color: white;
  font-size: 1em;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
main.post .scroll-down a {
  text-decoration: none;
}
main.post .scroll-down .scroll-down-text {
  font-family: "Gotham Book", sans-serif;
  color: white;
  font-size: 0.8em;
}
main.post .scroll-down .scroll-down-arrow {
  margin-top: 0.5em;
}
main.post .scroll-down .scroll-down-arrow svg {
  width: 1.5em;
}
main.post .hero {
  position: relative;
}
main.post .hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
  object-position: bottom;
}
main.post article {
  color: #1d242b;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  font-family: "Gotham Book", sans-serif;
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0;
  text-align: center;
  margin-top: 4em;
}
main.post article .post-thumbnail-wrapper {
  margin: 1em 0;
}
main.post article .post-thumbnail-wrapper img {
  width: 100%;
  height: auto;
}
main.post article p {
  color: #1d242b;
  margin: 1.5em 0;
  line-height: 1.25;
  font-size: 1.5em;
}
main.post article p strong {
  font-weight: bold;
}
main.post article ol, main.post article ul {
  list-style: decimal;
  text-align: start;
  width: 85%;
  margin-left: 50%;
  transform: translateX(-50%);
}
main.post article ul {
  list-style: disc;
}
main.post article ol li, main.post article ul li {
  font-size: 1.5em;
  margin: 10px;
  line-height: 1.25;
}
main.post article h1 {
  font-size: 4em;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.2;
  margin-top: 1em;
}
main.post article h2 {
  font-size: 2.8em;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.2;
  margin-top: 1em;
}
main.post article h3, main.post article h4, main.post article h5 {
  font-size: 2em;
  font-family: "Gotham Bold", sans-serif;
  line-height: 1.2;
  margin-top: 1em;
}
@media screen and (max-width: 500px) {
  main.post article h1, main.post article h2 {
    font-size: 2rem;
  }
  main.post article h3, main.post article h4, main.post article h5 {
    font-size: 1.5rem;
  }
}
main.post article strong {
  font-weight: bold;
}
main.post article .all_posts {
  text-decoration: none;
  padding: 1.25rem 2.5rem;
  color: #1d242b;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #1d242b;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2em;
  display: inline-block;
  margin-top: 2em;
}
main.post.change .title {
  color: #1d242b;
  font-size: 1.4em;
}
main.post.change .opening .bg-img.top {
  transform: translateY(-80%);
}
main.post.change .opening .bg-img.bottom {
  transform: translateY(100%);
}
main.post.change .scroll-down {
  visibility: hidden;
}
main.post.change article {
  opacity: 1;
}
main.post.location .title {
  font-size: 1em;
  transform: none;
}
main.post.location .title h1 {
  margin-bottom: 1em;
}
main.post.location figure img {
  width: 100%;
}
main.post.location .all_posts {
  text-transform: uppercase;
}
main.post blockquote p {
  font-family: "Butler Regular", serif;
  font-size: 2.5em;
  color: #e02826;
}
main.post blockquote p.caption {
  font-size: 2em;
  margin-top: -1.5em;
  display: flex;
  justify-content: center;
}
main.post blockquote p.caption:before {
  display: block;
  content: "–";
  padding-right: 10px;
}
@media screen and (max-width: 900px) {
  main.post blockquote br {
    display: none;
  }
}
main.post p.caption {
  margin-top: 0.5em;
}
main.post p code {
  background: #EFEFEF;
  font-family: monospace;
}
main.post p code strong {
  background: #EFEFEF;
  font-family: monospace;
  font-weight: bold;
}

span.keep-together {
  white-space: nowrap;
}

/* PRIVACY POLICY */
article#post-1118 h1 {
  display: none;
}
article#post-1118 h2, article#post-1118 h3 {
  margin-top: 30px;
  font-family: "Gotham Book", sans-serif;
}
article#post-1118 p {
  font-family: "Gotham Book", sans-serif;
}
article#post-1118 p a {
  color: #d93c30;
}
article#post-1118 strong {
  font-family: "Gotham Bold", sans-serif;
}
article#post-1118 ul {
  display: block;
  font-family: "Gotham Book", sans-serif;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 20px;
  line-height: 1.45;
}
article#post-1118 ul li {
  list-style: initial;
  display: list-item;
}
article#post-1118 .entry-content {
  max-width: 80%;
  margin: 150px auto;
}
article#post-1118 footer.entry-footer {
  display: none;
}
@media screen and (max-width: 500px) {
  article#post-1118 .entry-content {
    margin: 120px auto;
  }
  article#post-1118 h2 {
    font-size: 2em;
  }
  article#post-1118 h3 {
    font-size: 1.5em;
  }
}

article#post-1176 .post-thumbnail-wrapper,
article#post-1198 .post-thumbnail-wrapper {
  display: none;
}

article#post-1176 .wp-block-video {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
article#post-1176 #build-websites-2-column {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
  article#post-1176 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
main.team {
  width: 100vw;
  background: white;
  height: 100vh;
  overflow: hidden;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  main.team {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
main.team .headline {
  font-family: "Gotham Book", sans-serif;
  background: white;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  max-width: 500px;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 3em 1em 15% 3em;
}
@media screen and (max-width: 768px) {
  main.team .headline {
    width: 100%;
    text-align: center;
    padding: 1em 4em;
    margin-top: 20px;
    height: 130px;
    min-height: 130px;
  }
  main.team .headline br:not(.mobile) {
    display: none;
  }
}
@media screen and (max-height: 850px) {
  main.team .headline {
    padding-bottom: 0;
  }
}
main.team .headline h1 {
  font-family: "Gotham Bold", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main.team .headline h1 {
    font-size: 2.5em;
  }
}
main.team .headline h2 {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  main.team .headline h2 {
    font-size: 1.2em;
  }
}
main.team .headline span.red {
  color: #d93c30;
}
main.team .headline::after {
  content: "";
  height: 100%;
  width: 6vw;
  position: absolute;
  right: -6vw;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
main.team .headline.has-shadow::after {
  opacity: 1;
}
main.team .swiper-container {
  overflow: visible;
  left: 0;
  width: calc(100% - min(500px, 25%));
  max-height: 100vh;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  main.team .swiper-container {
    padding-right: 0;
    margin: 0;
    width: 100%;
  }
}
main.team .swiper-container .swiper-wrapper {
  height: 100%;
  width: auto;
}
@media screen and (max-height: 850px) {
  main.team .swiper-container .swiper-wrapper {
    margin-right: 25%;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}
@media screen and (max-height: 850px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    width: auto;
    max-width: none !important;
    margin-left: 50px;
  }
  main.team .swiper-container .swiper-wrapper .swiper-slide:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide {
    flex-direction: column;
    max-width: 100dvw !important;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .image {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-height: 850px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .image {
    max-height: calc(45vh - 40px) !important;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;
}
@media screen and (max-height: 850px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .image img {
    max-height: 100% !important;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .bio {
  padding: 1rem 1rem 0;
}
@media screen and (max-height: 850px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .bio {
    box-sizing: border-box;
    align-self: center;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .bio {
    max-width: 100dvw;
    padding-bottom: 50px;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .name {
  font-family: "Gotham Bold", sans-serif;
  color: #1d242b;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .name {
    font-size: 2.5rem;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .title {
  font-family: "Butler Regular", serif;
  color: #d93c30;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 1.2rem;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .description {
  font-family: "Gotham Light", sans-serif;
  color: #1d242b;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  main.team .swiper-container .swiper-wrapper .swiper-slide .description {
    font-size: 1rem;
  }
}
main.team .swiper-container .swiper-wrapper .swiper-slide .description p {
  line-height: 1.1;
  margin-bottom: 1rem;
}
main.team .swiper-container .swiper-wrapper .swiper-slide strong {
  font-family: "Gotham Bold", sans-serif;
}
main.team .swiper-container .swiper-pagination {
  width: 100vw;
  bottom: 0;
}
main.team .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.35em 1em;
  width: 0.7em;
  height: 0.7em;
  border: 2px solid white;
}
main.team .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d93c30;
}
main.team .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #1d242b;
  left: 0;
  top: 60vh;
  z-index: 10;
}
@media screen and (max-height: 850px) {
  main.team .line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main.team .line {
    display: block;
    top: calc(110px + 45vh);
  }
}

main.single-work {
  height: 100vh;
  overflow: hidden;
}
main.single-work #fullpage .section.headline-section {
  padding: 10em 0 6em;
  text-align: center;
  font-family: "Gotham Book", sans-serif;
  position: relative;
}
main.single-work .work-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
main.single-work .footer-button-top.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  main.single-work {
    overflow: auto;
  }
  main.single-work #fullpage .section.headline-section {
    padding: 8em 0 2em;
  }
  main.single-work .work-image {
    height: auto;
    width: 100%;
  }
  main.single-work .footer-button-top.mobile {
    display: block;
  }
  main.single-work .footer-button-top.desktop {
    display: none;
  }
}
main.single-work #fullpage .section.headline-section .headline {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main.single-work #fullpage .section.headline-section .headline .headline-wrapper {
  display: block;
  vertical-align: top;
  width: 60%;
  margin: 2em 20% 0;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline .headline-wrapper {
    width: 90%;
    margin: 2em 5% 2em;
  }
}
main.single-work #fullpage .section.headline-section .headline .builder-info {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1.56em;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline .builder-info {
    font-size: 1em;
  }
}
main.single-work #fullpage .section.headline-section .headline h1 {
  font-weight: bold;
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline h1 {
    font-size: 2em;
  }
}
main.single-work #fullpage .section.headline-section .headline h1 p {
  line-height: 1;
}
main.single-work #fullpage .section.headline-section .headline h2 {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline h2 {
    font-size: 1em;
  }
}
main.single-work #fullpage .section.headline-section .headline .previous-post {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  position: absolute;
  right: 4em;
  top: 0;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline .previous-post {
    display: none;
    width: 50%;
    float: left;
    left: auto;
    position: relative;
  }
}
main.single-work #fullpage .section.headline-section .headline .previous-post .button {
  padding: 0;
}
main.single-work #fullpage .section.headline-section .headline .previous-post .button::after {
  content: "NEXT PROJ";
  position: absolute;
  color: #E32928;
  width: 200%;
  left: 0;
  bottom: -1.5em;
  transform: translateX(-25%);
}
main.single-work #fullpage .section.headline-section .headline .previous-post .button > div {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #d93c30;
}
main.single-work #fullpage .section.headline-section .headline .previous-post .button a {
  background-image: url("/wp-content/themes/Madhouse/images/right-arrow-red.png") !important;
}
main.single-work #fullpage .section.headline-section .headline .next-post {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  position: absolute;
  top: 0;
  left: 3em;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.headline-section .headline .next-post {
    display: none;
    width: 50%;
    float: left;
    position: relative;
    right: auto;
    margin-bottom: 2em;
  }
}
main.single-work #fullpage .section.headline-section .headline .next-post .button {
  padding: 0;
}
main.single-work #fullpage .section.headline-section .headline .next-post .button::after {
  content: "PREV PROJ";
  position: absolute;
  color: #E32928;
  width: 200%;
  left: 0;
  bottom: -1.5em;
  transform: translateX(-25%);
}
main.single-work #fullpage .section.headline-section .headline .next-post .button > div {
  background: transparent;
  margin: 0;
  box-shadow: none;
  border: 1px solid #d93c30;
}
main.single-work #fullpage .section.headline-section .headline .next-post .button a {
  background-image: url("/wp-content/themes/Madhouse/images/left-arrow-red.png") !important;
}
main.single-work #fullpage .section .our_work {
  text-decoration: none;
  padding: 1.25rem 2.5rem;
  color: #1d242b;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #1d242b;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.1rem;
}
main.single-work #fullpage .section .padding {
  height: 2em;
}
main.single-work #fullpage .section .fp-tableCell {
  position: relative;
}
main.single-work #fullpage .section .fp-tableCell .img-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.single-work #fullpage .section.footer-section {
  padding: 6em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section {
    padding: 0;
  }
}
main.single-work #fullpage .section.footer-section .previous-post {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  position: absolute;
  right: 3em;
  top: 0;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .previous-post {
    width: 50%;
    left: 60%;
    float: left;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
  }
}
main.single-work #fullpage .section.footer-section .previous-post .button {
  padding: 0;
}
main.single-work #fullpage .section.footer-section .previous-post .button::after {
  content: "NEXT PROJ";
  position: absolute;
  color: #E32928;
  width: 200%;
  left: 0;
  bottom: -1.5em;
  transform: translateX(-25%);
}
main.single-work #fullpage .section.footer-section .previous-post .button > div {
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 1px solid #d93c30;
}
main.single-work #fullpage .section.footer-section .previous-post .button a {
  background-image: url("/wp-content/themes/Madhouse/images/right-arrow-red.png") !important;
}
main.single-work #fullpage .section.footer-section .next-post {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  position: absolute;
  top: 0;
  left: 3em;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .next-post {
    width: 50%;
    left: -60%;
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
  }
}
main.single-work #fullpage .section.footer-section .next-post .button {
  padding: 0;
}
main.single-work #fullpage .section.footer-section .next-post .button::after {
  content: "PREV PROJ";
  position: absolute;
  color: #E32928;
  width: 200%;
  left: 0;
  bottom: -1.5em;
  transform: translateX(-25%);
}
main.single-work #fullpage .section.footer-section .next-post .button > div {
  background: transparent;
  margin: 0;
  box-shadow: none;
  border: 1px solid #d93c30;
}
main.single-work #fullpage .section.footer-section .next-post .button a {
  background-image: url("/wp-content/themes/Madhouse/images/left-arrow-red.png") !important;
}
main.single-work #fullpage .section.footer-section .buttons-group {
  clear: both;
  margin-top: 2em;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .buttons-group {
    background: black;
    padding: 1em 0;
  }
}
main.single-work #fullpage .section.footer-section .buttons-group .footer-button {
  margin: 0 1em;
  text-decoration: none;
  padding: 1rem 2rem;
  color: #E32928;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #E32928;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 500px) {
  main.single-work #fullpage .section.footer-section .buttons-group .footer-button {
    font-size: 0.8rem;
    padding: 1rem 1.5rem;
    margin: 0.5rem;
  }
}
main.single-work #fullpage .section.footer-section .buttons-group .button > div {
  border: 1px solid #d93c30;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .buttons-group .button > div {
    border-color: white;
  }
}
main.single-work #fullpage .section.footer-section .buttons-group .button > div > span {
  color: #d93c30;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .buttons-group .button > div > span {
    color: white;
  }
}
main.single-work #fullpage .section.footer-section .buttons-group .button a {
  height: auto;
  color: #d93c30;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  main.single-work #fullpage .section.footer-section .buttons-group .button a {
    color: white;
  }
}
main.single-work .tags {
  margin-top: 2em;
  color: #808080;
}
main.single-work .awards {
  color: #E32928;
  display: flex;
  margin: 4em auto;
  justify-content: space-around;
  gap: 2em;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  main.single-work .awards {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
  }
}
main.single-work .awards .title {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  main.single-work .awards .title {
    font-size: 1.5em;
  }
}
main.single-work .awards .content {
  line-height: 1.45;
  font-size: 1em;
  overflow: hidden;
}
main.single-work .awards .winner, main.single-work .awards .nominee {
  position: relative;
  max-width: 40%;
  padding: 0 65px;
  min-height: 100px;
  display: flex;
  align-items: center;
}
main.single-work .awards .winner > div, main.single-work .awards .nominee > div {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main.single-work .awards .winner, main.single-work .awards .nominee {
    max-width: 100%;
    min-height: 75px;
    padding: 0 50px;
    justify-content: space-between;
  }
}
main.single-work .awards .winner:only-child, main.single-work .awards .nominee:only-child {
  margin: 0 auto;
}
main.single-work .awards .swiper-wrapper.centre {
  justify-content: center;
}
main.single-work .awards .laurel {
  position: absolute;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main.single-work .awards .laurel {
    height: 75px;
  }
}
main.single-work .awards .laurel.left {
  left: 0;
}
main.single-work .awards .laurel.right {
  right: 0;
}
main.single-work .awards .laurel svg {
  height: 100%;
  width: auto;
}

.navigation, .navigation-footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .navigation, .navigation-footer {
    display: none;
  }
}
.navigation .next, .navigation .prev, .navigation-footer .next, .navigation-footer .prev {
  margin: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .navigation .next, .navigation .prev, .navigation-footer .next, .navigation-footer .prev {
    margin: 0 1rem;
  }
}
.navigation .next a, .navigation .prev a, .navigation-footer .next a, .navigation-footer .prev a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #E32928;
  font-family: "Gotham Bold", sans-serif;
}
.navigation .next a .arrows, .navigation .prev a .arrows, .navigation-footer .next a .arrows, .navigation-footer .prev a .arrows {
  cursor: pointer;
  outline: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .navigation .next a .arrows, .navigation .prev a .arrows, .navigation-footer .next a .arrows, .navigation-footer .prev a .arrows {
    right: 15px;
  }
}
.navigation .next a .arrows svg, .navigation .prev a .arrows svg, .navigation-footer .next a .arrows svg, .navigation-footer .prev a .arrows svg {
  fill: none;
  stroke: #E32928;
  stroke-width: 1.5px;
  height: 65px;
}
@media screen and (max-width: 500px) {
  .navigation .next a .arrows svg, .navigation .prev a .arrows svg, .navigation-footer .next a .arrows svg, .navigation-footer .prev a .arrows svg {
    height: 45px;
  }
}
@media screen and (max-width: 320px) {
  .navigation .next a .arrows svg, .navigation .prev a .arrows svg, .navigation-footer .next a .arrows svg, .navigation-footer .prev a .arrows svg {
    height: 40px;
  }
}
.navigation .next a .fa-chevron-right, .navigation .next a .fa-chevron-left, .navigation .prev a .fa-chevron-right, .navigation .prev a .fa-chevron-left, .navigation-footer .next a .fa-chevron-right, .navigation-footer .next a .fa-chevron-left, .navigation-footer .prev a .fa-chevron-right, .navigation-footer .prev a .fa-chevron-left {
  font-size: 3em;
  color: #E32928;
  height: 70px;
  width: 70px;
  border: 1px solid #E32928;
  border-radius: 100%;
  position: relative;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .navigation .next a .fa-chevron-right, .navigation .next a .fa-chevron-left, .navigation .prev a .fa-chevron-right, .navigation .prev a .fa-chevron-left, .navigation-footer .next a .fa-chevron-right, .navigation-footer .next a .fa-chevron-left, .navigation-footer .prev a .fa-chevron-right, .navigation-footer .prev a .fa-chevron-left {
    height: 55px;
    width: 55px;
  }
}
.navigation .next a .fa-chevron-right::before, .navigation .next a .fa-chevron-left::before, .navigation .prev a .fa-chevron-right::before, .navigation .prev a .fa-chevron-left::before, .navigation-footer .next a .fa-chevron-right::before, .navigation-footer .next a .fa-chevron-left::before, .navigation-footer .prev a .fa-chevron-right::before, .navigation-footer .prev a .fa-chevron-left::before {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navigation .next a .fa-chevron-left::before, .navigation .prev a .fa-chevron-left::before, .navigation-footer .next a .fa-chevron-left::before, .navigation-footer .prev a .fa-chevron-left::before {
  left: 45%;
}

.navigation-footer {
  display: flex !important;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .navigation-footer {
    position: relative;
    transform: translate(0);
    margin-top: 2em;
  }
}

.section.landscape video, .section.portrait video {
  width: 100%;
}

main.single-team {
  background: white;
  height: 100vh;
  overflow: hidden;
  width: calc(100% - 4em);
  margin: 0 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  main.single-team {
    height: auto;
    overflow: auto;
  }
}
main.single-team .post-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2em);
  margin: 0 1em;
  height: 0;
}
@media screen and (max-width: 768px) {
  main.single-team .post-nav {
    top: 60vw;
    width: 100%;
    margin: 0 auto;
  }
}
main.single-team .post-nav .previous-post {
  display: inline-block;
  float: left;
}
main.single-team .post-nav .previous-post a {
  width: 30px;
  display: inline-block;
  height: 30px;
  background: url("/wp-content/themes/Madhouse/images/left-arrow-red.png");
  background-size: contain;
  background-repeat: no-repeat;
}
main.single-team .post-nav .next-post {
  display: inline-block;
  float: right;
}
main.single-team .post-nav .next-post a {
  width: 30px;
  display: inline-block;
  height: 30px;
  background: url("/wp-content/themes/Madhouse/images/right-arrow-red.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main.single-team .single-team-content {
    height: auto;
    display: flex !important;
    overflow: auto;
    flex-direction: column-reverse;
    width: 100%;
  }
}
main.single-team .left-content {
  height: auto;
  padding-top: 3em;
  padding-left: 4em;
  width: calc(40% - 4em);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main.single-team .left-content {
    position: relative;
    width: 100%;
    padding-left: 0;
    display: block;
    top: auto;
    transform: none;
  }
}
main.single-team .left-content .title {
  color: #1d242b;
}
main.single-team .left-content .title .big {
  font-size: 6em;
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 768px) {
  main.single-team .left-content .title .big {
    font-size: 4em;
  }
}
main.single-team .left-content .title .small {
  font-size: 3em;
  font-family: "Gotham Bold", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main.single-team .left-content .title .small {
    font-size: 2em;
  }
}
main.single-team .left-content .subtitle {
  color: #d93c30;
  font-family: "Butler Light", serif;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  main.single-team .left-content .subtitle {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
}
main.single-team .left-content .small-subtitle {
  color: #d93c30;
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5em;
  margin-top: 0.5em;
}
main.single-team .left-content .description {
  font-size: 1em;
  font-family: "Gotham Book", sans-serif;
  margin-top: 2em;
  line-height: 1.2em;
  width: 100%;
  color: #1d242b;
}
main.single-team .left-content .description p {
  line-height: 1.5em;
  margin: 1em 0;
}
main.single-team .left-content .description p strong {
  font-weight: bold;
  text-underline-position: under;
}
main.single-team .left-content .scroll-more {
  margin: 3em 2em 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
main.single-team .left-content .scroll-more .scroll-more-text {
  font-size: 1em;
  color: #d93c30;
  font-family: "Gotham Book", sans-serif;
}
main.single-team .left-content .scroll-more .scroll-more-icon {
  width: 70%;
  margin: 0 auto;
}
main.single-team .left-content .scroll-more .scroll-more-icon path {
  fill: #d93c30;
}
main.single-team .right-content {
  width: 60%;
  position: absolute;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  left: 40%;
  top: 0;
}
@media screen and (max-width: 768px) {
  main.single-team .right-content {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    display: block;
    padding-top: 8em;
  }
}
main.single-team .right-content .main-carousel {
  position: relative;
  width: calc(100% - 12em);
  margin: 0 6em;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
main.single-team .right-content .main-carousel .swiper {
  overflow: hidden;
}
main.single-team .right-content .main-carousel .swiper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  main.single-team .right-content .main-carousel {
    top: auto;
    transform: none;
    width: 90%;
    margin: 0 auto;
  }
}
main.single-team .right-content .main-carousel #slider {
  background: black;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  margin-top: 1.5em;
  height: 1px;
}
main.single-team .right-content .main-carousel #slider .noUi-handle {
  height: 24px;
  top: -11px;
  width: 24px;
  background: #d93c30;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  right: -12px;
}
main.single-team .right-content .main-carousel #slider .noUi-handle:before, main.single-team .right-content .main-carousel #slider .noUi-handle:after {
  display: none;
}
main.single-team .back-to-teams {
  display: block;
  position: absolute;
  width: 20%;
  bottom: 1.5em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main.single-team .back-to-teams {
    bottom: 1em;
  }
}
main.single-team .back-to-teams .button {
  text-align: center;
}
main.single-team .back-to-teams .button > div {
  border: 1px solid #d93c30;
  box-shadow: none;
}
main.single-team .back-to-teams .button > div span {
  color: #d93c30;
}
@media screen and (max-width: 768px) {
  main.single-team .back-to-teams {
    position: relative;
    width: 100%;
    text-align: center;
  }
  main.single-team .back-to-teams .button {
    display: block;
    margin: 0 auto;
  }
}

.error404 {
  margin-top: 7em;
}
.error404 main {
  text-align: center;
}
.error404 h1 {
  font-size: 25vw;
  color: #d93c30;
}
.error404 p {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .error404 p {
    font-size: 1.5em;
  }
}
.error404 a {
  border: 1px solid #d93c30;
  padding: 0.7em 1.5em 0.6em;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 1em auto;
  font-family: "Butler Regular", serif;
  color: #d93c30;
}

html, * {
  scroll-behavior: smooth;
}

main.hospitality * {
  box-sizing: border-box;
}
main.hospitality h1, main.hospitality h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Gotham Bold", sans-serif;
}
@media screen and (max-width: 1024px) {
  main.hospitality h1, main.hospitality h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality h1, main.hospitality h2 {
    font-size: 3rem;
  }
}
main.hospitality p {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 1.1rem;
  width: 65%;
}
main.hospitality p:first-of-type {
  margin-top: 2rem;
}
main.hospitality ul {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5rem;
  margin-top: 2rem;
  list-style: disc inside;
}
main.hospitality ul li {
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  main.hospitality p, main.hospitality ul {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality p, main.hospitality ul {
    font-size: 1.1rem;
    width: 100%;
  }
}
main.hospitality img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  main.hospitality img.bg {
    position: relative;
    height: auto;
  }
}
main.hospitality .has-bg h1, main.hospitality .has-bg h2, main.hospitality .has-bg p, main.hospitality .has-bg img:not(.bg), main.hospitality .has-bg form {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.hospitality .has-bg {
    padding-top: 0;
  }
  main.hospitality .has-bg img.bg {
    margin-bottom: 3rem;
  }
}
main.hospitality a.cta, main.hospitality input[type=submit] {
  display: inline-block;
  color: white;
  background: #1d242b;
  width: auto;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Gotham Bold", sans-serif;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  outline: none;
  border: 1px solid #1d242b;
  text-transform: uppercase;
  text-decoration: none;
  margin: 2rem 0 0;
}
main.hospitality a.cta:hover, main.hospitality input[type=submit]:hover {
  color: #1d242b;
  background: white;
}
main.hospitality .container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
main.hospitality .text-white {
  color: white;
}
main.hospitality .text-red {
  color: #de1e2b;
}
main.hospitality .capitalize {
  text-transform: uppercase;
}
main.hospitality > section {
  min-height: 50vh;
  padding: 6rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.hospitality .hero {
  background-image: linear-gradient(to right, rgba(222, 30, 43, 0.7), rgba(222, 30, 43, 0.7)), linear-gradient(to right, #1d242b, #1d242b);
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
main.hospitality .hero iframe {
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none; /* Prevent interaction with the video */
}
main.hospitality .hero .logo {
  width: 32vw;
  margin-bottom: 3rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main.hospitality .hero .logo {
    width: auto;
    max-width: 80%;
  }
}
main.hospitality .hero h1 {
  opacity: 0.79;
  text-transform: uppercase;
  font-size: 8vw;
  color: white;
}
@media screen and (max-width: 768px) {
  main.hospitality .hero h1 {
    font-size: 10vw;
  }
}
main.hospitality .hero .large-text {
  font-size: 1.2em;
}
main.hospitality .intro {
  background: #1d242b;
}
main.hospitality .intro .logo {
  text-align: center;
  margin-bottom: 2rem;
}
main.hospitality .intro .logo img {
  max-width: min(450px, 100%);
  height: auto;
}
main.hospitality .intro p {
  font-family: "Gotham Bold", sans-serif;
  text-align: center;
  margin: 0 auto;
  color: white;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  main.hospitality .intro p {
    font-size: 1.3rem;
  }
  main.hospitality .intro p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality .reasons {
    padding-bottom: 3rem;
  }
}
main.hospitality .reasons .container {
  display: flex;
}
main.hospitality .reasons .container .image-container {
  flex-shrink: 1;
  text-align: center;
}
main.hospitality .reasons .container .image-container img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  main.hospitality .reasons .container .image-container img {
    margin-top: 2rem;
    max-width: 80%;
  }
}
main.hospitality .reasons .container .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
}
@media screen and (max-width: 768px) {
  main.hospitality .reasons .container {
    flex-direction: column;
  }
  main.hospitality .reasons .container .copy {
    width: 100%;
  }
  main.hospitality .reasons .container a.cta {
    align-self: center;
  }
}
main.hospitality .reasons ul {
  font-family: "Butler Light", serif;
  line-height: 1.3888888889;
}
main.hospitality .reasons ul li::marker {
  color: #de1e2b;
}
main.hospitality .elevate {
  background: black;
}
main.hospitality .elevate::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main.hospitality .elevate::before {
    display: none;
  }
}
main.hospitality .elevate h2, main.hospitality .elevate p {
  color: white;
}
main.hospitality .elevate h2 strong, main.hospitality .elevate p strong {
  font-family: "Gotham Bold", sans-serif;
}
main.hospitality .method {
  padding-bottom: 12rem;
}
main.hospitality .method img.bg {
  object-position: 50% 20%;
}
main.hospitality .method p {
  width: 54%;
  font-family: "Butler Light", serif;
}
@media screen and (max-width: 1024px) {
  main.hospitality .method {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  main.hospitality .method img.bg {
    order: 2;
    margin-bottom: 0;
  }
}
main.hospitality .contact {
  background: #de1e2b;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main.hospitality .contact {
    padding-top: 6rem;
  }
  main.hospitality .contact img.bg {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}
main.hospitality .contact .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.hospitality .contact h2, main.hospitality .contact p {
  color: white;
}
main.hospitality .contact a {
  color: white;
  text-underline-offset: 0.3rem;
}
main.hospitality .contact form {
  display: flex;
  flex-direction: column;
  width: 60vw;
  min-width: 400px;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  main.hospitality .contact form {
    min-width: 0;
    width: 100%;
    margin-top: 75px;
  }
}
main.hospitality .contact form .small {
  color: white;
  width: 50%;
  text-align: center;
  font-family: "Gotham Book", sans-serif;
  font-size: 0.7em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  main.hospitality .contact form .small {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality .contact form .small {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  main.hospitality .contact form .small {
    width: 70%;
  }
}
main.hospitality .contact form .small a {
  text-decoration: none;
  color: white;
  font-family: "Gotham Book", sans-serif;
}
main.hospitality .contact form .success {
  margin-top: 3rem;
}
main.hospitality .contact form .success p {
  margin: 1rem auto;
  width: 80%;
}
main.hospitality .contact form .success p:first-child {
  margin: 0 auto;
}
main.hospitality .contact form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  text-align: center;
  font-size: 1.5rem;
  margin: 0.5em 0;
  padding: 0.25em 0;
  color: #fff;
  outline: none;
  width: 50%;
  font-family: "Gotham Bold", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  main.hospitality .contact form input {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality .contact form input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  main.hospitality .contact form input {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 375px) {
  main.hospitality .contact form input {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 320px) {
  main.hospitality .contact form input {
    font-size: 1.25em;
  }
}
main.hospitality .contact form input::placeholder {
  color: white;
  font-family: "Gotham Book", sans-serif;
  text-transform: uppercase;
}
main.hospitality .contact form input.submit {
  color: #fff;
  width: auto;
  cursor: pointer;
  transition: 0.5s all;
  font-family: "Gotham Bold", sans-serif;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  outline: none;
  background: transparent;
  margin: 0;
  border: 1px solid white;
}
main.hospitality .contact form input.submit:hover {
  background: #fff;
  color: #E32928;
}
main.hospitality .contact form input.submit[disabled] {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
main.hospitality .contact form input.submit[disabled]:hover {
  color: #fff;
  background: #E32928;
}
main.hospitality .contact form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  width: 50%;
  outline: none;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Gotham Bold", sans-serif;
  margin: 0.5em 0;
  margin-bottom: 1.5em;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  main.hospitality .contact form textarea {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  main.hospitality .contact form textarea {
    width: 100%;
    font-size: 1.5em;
  }
}
main.hospitality .contact form textarea::placeholder {
  color: white;
  font-family: "Gotham Book", sans-serif;
  text-transform: uppercase;
}
main.hospitality .why-clients {
  text-align: center;
  background: #1d242b;
}
main.hospitality .why-clients .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.hospitality .why-clients h2, main.hospitality .why-clients p {
  color: white;
}
main.hospitality .logos {
  text-align: center;
  min-height: 0;
}
main.hospitality .logos .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.hospitality .logos hr {
  width: 100%;
}
main.hospitality .logos p {
  font-family: "Butler Light", serif;
  margin-top: 0;
  width: 100%;
}
main.hospitality .logo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 2rem;
  max-width: 90%;
  margin: 3rem auto 0;
}
main.hospitality .logo-gallery img {
  width: auto;
}
main.hospitality .logo-gallery img:nth-child(1),
main.hospitality .logo-gallery img:nth-child(6),
main.hospitality .logo-gallery img:nth-child(9) {
  max-height: 90px;
}
main.hospitality .logo-gallery img:nth-child(2),
main.hospitality .logo-gallery img:nth-child(3),
main.hospitality .logo-gallery img:nth-child(4),
main.hospitality .logo-gallery img:nth-child(5) {
  max-height: 50px;
}
main.hospitality .logo-gallery img:nth-child(7) {
  max-height: 80px;
}
main.hospitality .logo-gallery img:nth-child(8) {
  max-height: 60px;
}
@media screen and (max-width: 768px) {
  main.hospitality .logo-gallery {
    max-width: 100%;
    gap: 1rem;
  }
  main.hospitality .logo-gallery img {
    max-width: calc(33% - 1rem);
    height: auto;
  }
  main.hospitality .logo-gallery img:nth-child(1),
  main.hospitality .logo-gallery img:nth-child(6),
  main.hospitality .logo-gallery img:nth-child(9) {
    max-width: calc(25% - 1rem);
  }
  main.hospitality .logo-gallery img:nth-child(4) {
    max-width: calc(66% - 1rem);
  }
}