@import url("https://use.typekit.net/cdt1bsr.css");
/* fonts */
.art {
  font-family: "articulat-cf", sans-serif !important;
}
/* body */
html,
body {
  margin: 0;
  background: #fff;
  font-size: 62.5% !important;
  color: #0A0A0A;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "articulat-cf", sans-serif !important;
}
#page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body p {
  color: #0A0A0A;
}
table,
tr,
td {
  font-size: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.row {
  max-width: 150rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 5;
}
.row .anchor {
  position: absolute;
  top: -16rem;
  height: 1px;
  width: 1px;
}
* {
  box-sizing: border-box;
}
/* layout */
.flex {
  display: flex;
}
/* header */
header#head {
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  z-index: 50;
}
header#head .row {
  max-width: 142rem;
}
header#head .row .border {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}
header#head .row .border:before,
header#head .row .border:after {
  content: '';
  height: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: -1.1rem;
}
header#head .row .border:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem 0 0 0;
  left: -1px;
  right: calc(50% + 4.5rem);
}
header#head .row .border:after {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0 1rem 0 0;
  right: -1px;
  left: calc(50% + 4.5rem);
}
header#head #logo {
  width: 24.5rem;
  height: 11.6rem;
  margin: 0 auto 0 auto;
  position: relative;
  top: -3rem;
}
header#head .flex {
  flex: 1 0 100%;
  max-width: 100%;
}
header#head .flex nav {
  width: 100%;
}
header#head .flex nav .menu-main-menu-container ul {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  margin: 0 0 2rem 0;
  padding: 1.5rem;
  background: linear-gradient(0deg, #76477a 0%, #c287c7 100%);
  border-radius: 0.8rem;
  list-style: none;
}
header#head .flex nav .menu-main-menu-container ul li {
  padding: 1rem 0.8rem;
  margin: 0 auto;
  text-align: center;
}
header#head .flex nav .menu-main-menu-container ul li a {
  font-size: 1.3rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
header#head .flex nav .menu-main-menu-container ul li a:hover:before {
  left: 0;
  right: 50%;
}
header#head .flex nav .menu-main-menu-container ul li a:hover:after {
  right: 0;
  left: 50%;
}
header#head .flex nav .menu-main-menu-container ul li a:before,
header#head .flex nav .menu-main-menu-container ul li a:after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 2rem;
  transition: all .3s;
}
header#head .flex nav .menu-main-menu-container ul li a:before {
  left: -50%;
  right: 150%;
}
header#head .flex nav .menu-main-menu-container ul li a:after {
  right: -50%;
  left: 150%;
}
header#head .flex nav .menu-main-menu-container ul li:last-of-type a {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 2.8px;
  padding: 1.3rem 2rem;
  background-color: #fff;
  border-radius: 2.5rem;
  border: 1px solid #1877f2;
  transition: all .3s;
  font-weight: 600;
}
header#head .flex nav .menu-main-menu-container ul li:last-of-type a:hover {
  background-color: #6f4f72;
  color: #fff;
  border: 1px solid #fff;
}
header#head .flex nav .menu-main-menu-container ul li:last-of-type a:hover:before,
header#head .flex nav .menu-main-menu-container ul li:last-of-type a:hover:after {
  display: none;
}
#mobileTrigger {
  display: none;
  height: 3.4rem;
  width: 4rem;
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  right: 2rem;
  top: 3.6rem;
  z-index: 110;
}
#mobileTrigger div {
  width: 2rem;
  height: 2px;
  background: #fff;
  margin: 1rem 0;
  transition: all .3s;
}
#mobileTrigger div + div {
  width: 1.1rem;
}
#mobileTrigger.opened {
  position: fixed;
  top: 1.8rem;
  right: 2.3rem;
}
#mobileTrigger.opened div {
  width: 2.4rem;
  position: absolute;
  top: 0.7rem;
  left: 0.9rem;
  transform: rotate(45deg);
  background: #ffffff;
}
#mobileTrigger.opened div + div {
  transform: rotate(-45deg);
}
/* HOME */
.page-template-page-home #hero {
  background-color: #000;
  background-position: center;
  background-size: cover;
  padding: 32rem 0 10rem 0;
  border-bottom: 10px solid #815085;
  position: relative;
}
.page-template-page-home #hero .videobg {
  position: absolute;
  right: -3rem;
  top: -7.6rem;
  bottom: -10rem;
  z-index: -1;
}
.page-template-page-home #hero .videobg.des {
  display: flex;
  justify-content: flex-end;
  margin-right: 3rem;
}
.page-template-page-home #hero .videobg.des .gradient {
  width: 20rem;
  left: 0;
  display: none;
}
.page-template-page-home #hero .videobg.mob {
  display: none;
}
.page-template-page-home #hero .videobg video {
  width: auto;
  height: 100%;
}
.page-template-page-home #hero .gradient {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
}
.page-template-page-home #hero #logo {
  margin: 0 auto;
}
.page-template-page-home #hero .row {
  max-width: 136rem;
  height: 100%;
}
.page-template-page-home #hero .row .txt {
  max-width: 54rem;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-template-page-home #hero .row .txt h1 {
  font-size: 5.8rem;
  line-height: 95%;
  color: #f1e7e7;
  font-weight: 100;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-home #hero .row .txt .box {
  margin: 0 auto 1.8rem auto;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 21rem;
}
.page-template-page-home #hero .row .txt .box h2 {
  font-size: 1.6rem;
  line-height: 130%;
  color: #f1e7e7;
  font-weight: 300;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-home #hero .row .txt p {
  font-size: 2rem;
  line-height: 130%;
  color: #f1e7e7;
  font-weight: 300;
  margin: 0 auto 2rem auto;
  max-width: 38rem;
}
.page-template-page-home #hero .row .txt a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-home #hero .row .txt a:hover {
  background-color: #523a54;
}
.page-template-page-home #welcome {
  padding: 5.5rem 0 8rem 0;
  background-color: #fff;
  position: relative;
}
.page-template-page-home #welcome .bg {
  width: 100%;
  height: 65.5rem;
  background-color: #f7f3ed;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.page-template-page-home #welcome .row {
  max-width: 106rem;
  text-align: center;
}
.page-template-page-home #welcome .row h2 {
  font-size: 3.8rem;
  line-height: 100%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 2rem auto;
  max-width: 40rem;
}
.page-template-page-home #welcome .row p {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 6.5rem auto;
  max-width: 92rem;
}
.page-template-page-home #welcome .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.8rem;
}
.page-template-page-home #welcome .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.8rem;
}
.page-template-page-home #welcome .row .flex .box .container {
  border: 1px solid #000;
  border-radius: 2.1rem;
  padding: 0 1rem;
  height: 100%;
}
.page-template-page-home #welcome .row .flex .box .container .content {
  height: 47rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.7rem;
  position: relative;
  top: -2.3rem;
  right: 0;
  box-shadow: 0 17.387px 34.773px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.page-template-page-home #welcome .row .flex .box .container .content .txt h3 {
  font-size: 7rem;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  margin: 0 auto 1rem auto;
}
.page-template-page-home #welcome .row .flex .box .container .content .txt p {
  font-size: 2.4rem;
  line-height: 100%;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 1.5rem auto;
  max-width: 24rem;
}
.page-template-page-home #welcome .row .flex .box .container .content .txt a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 1rem auto 3.4rem auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-home #welcome .row .flex .box .container .content .txt a:hover {
  background-color: #523a54;
}
.page-template-page-home #welcome .row .flex .box:nth-of-type(2) .container .content .txt h3,
.page-template-page-home #welcome .row .flex .box:nth-of-type(2) .container .content .txt p {
  color: #000;
}
.page-template-page-home #welcome .row .flex .box:nth-of-type(2) .container .content .txt p + p {
  font-size: 1.6rem;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home #welcome .row .flex .box:nth-of-type(3) .container .content .txt h3 + p {
  font-size: 2rem;
}
.page-template-page-home #welcome .row .note {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  margin: 2.7rem auto 0 auto;
}
.page-template-page-home #deals {
  padding: 0 0 7.5rem 0;
}
.page-template-page-home #deals .row {
  max-width: 132rem;
}
.page-template-page-home #deals .row h2 {
  font-size: 3.8rem;
  line-height: 100%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 3.8rem auto;
  text-align: center;
}
.page-template-page-home #deals .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -1.7rem;
}
.page-template-page-home #deals .row .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 1.7rem;
  text-align: center;
}
.page-template-page-home #deals .row .flex .box .img {
  max-width: 29rem;
  height: auto;
  margin: 0 auto 1.8rem auto;
}
.page-template-page-home #deals .row .flex .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.7rem;
}
.page-template-page-home #deals .row .flex .box .txt {
  text-align: center;
}
.page-template-page-home #deals .row .flex .box .txt p {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 1rem auto;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-template-page-home #deals .row .flex .box .txt p + p {
  font-size: 3.2rem;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home #deals .row .flex .box .txt a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 1rem auto 3.4rem auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-home #deals .row .flex .box .txt a:hover {
  background-color: #523a54;
}
.page-template-page-home #services .row {
  max-width: 141rem;
  background-position: center;
  background-size: cover;
  border-radius: 2rem;
  position: relative;
}
.page-template-page-home #services .row h2 {
  font-size: 8rem;
  line-height: 100%;
  color: #fff;
  font-weight: 200;
  margin: 0 ;
  writing-mode: sideways-lr;
  position: absolute;
  left: 3.5rem;
  top: 0;
  bottom: 0;
  text-align: center;
}
.page-template-page-home #services .row .container {
  background-position: center;
  background-size: cover;
  border-radius: 2rem;
  padding: 2.2rem 3rem;
  position: relative;
}
.page-template-page-home #services .row .container .flex {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
  max-width: 36rem;
  border-radius: 2rem;
  margin-left: 14rem;
}
.page-template-page-home #services .row .container .flex .box {
  text-align: center;
  flex: 1 0 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.page-template-page-home #services .row .container .flex .box a {
  font-size: 2rem;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  padding: 1rem 1rem 1.2rem 1rem;
  display: block;
  transition: all .3s;
}
.page-template-page-home #services .row .container .flex .box a:hover {
  font-weight: 800;
}
.page-template-page-home #services .row .container .flex .box:last-of-type {
  border-bottom: none;
}
.page-template-page-home #team {
  padding: 6rem 0;
}
.page-template-page-home #team .row {
  max-width: 112rem;
}
.page-template-page-home #team .row h2 {
  font-size: 3.8rem;
  line-height: 100%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 2rem auto;
  text-align: center;
}
.page-template-page-home #team .row .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1.3rem;
}
.page-template-page-home #team .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.3rem;
  margin: 0 0 2.6rem 0;
}
.page-template-page-home #team .row .flex .box .img {
  height: auto;
}
.page-template-page-home #team .row .flex .box .img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 1.7rem;
  border-top-right-radius: 1.7rem;
}
.page-template-page-home #team .row .flex .box .txt {
  padding: 1.9rem;
  background: #6f4f72;
  border-bottom-left-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
  text-align: center;
  margin-top: -1px;
}
.page-template-page-home #team .row .flex .box .txt p {
  font-size: 2.2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 700;
  margin: 0.5rem auto;
}
.page-template-page-home #team .row .flex .box .txt p + p {
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 1rem auto;
}
/* Services */
.page-template-page-services #hero {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 34rem 0 10.5rem 0;
}
.page-template-page-services #hero .row {
  max-width: 120rem;
}
.page-template-page-services #hero .row .txt {
  text-align: center;
  max-width: 40rem;
}
.page-template-page-services #hero .row .txt h1 {
  font-size: 8rem;
  line-height: 90%;
  color: #fff;
  font-weight: 100;
  margin: 0 auto 1.8rem auto;
}
.page-template-page-services #hero .row .txt p {
  font-size: 2rem;
  line-height: 130%;
  color: #fff;
  font-weight: 300;
  margin: 0 auto 1.8rem auto;
  max-width: 39rem;
}
.page-template-page-services #hero .row .txt p + p {
  font-size: 2.4rem;
  line-height: 130%;
  color: #fff;
  font-weight: 400;
  margin: 0 auto 1.8rem auto;
}
.page-template-page-services #hero .row .txt a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 1rem auto 3.4rem auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-services #hero .row .txt a:hover {
  background-color: #523a54;
}
.page-template-page-services #hero .row .txt.right {
  margin-left: auto;
}
.page-template-page-services #intro .container {
  background: #f7f3ed;
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
  padding: 7.8rem 0;
}
.page-template-page-services #intro .container .row {
  max-width: 94rem;
  text-align: center;
}
.page-template-page-services #intro .container .row p {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 3rem auto;
}
.page-template-page-services #intro .container .row p + p {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto;
  max-width: 78rem;
}
.page-template-page-services #details {
  padding: 8.5rem 0;
}
.page-template-page-services #details .row {
  max-width: 94.8rem;
}
.page-template-page-services #details .row .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-services #details .row .flex .img {
  flex: 1 0 33.2rem;
  max-width: 33.2rem;
  border-radius: 1.7rem;
  border: 1px solid #000;
  position: relative;
  padding: 0 0.8rem 1rem 0.7rem;
}
.page-template-page-services #details .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.7rem;
  margin-top: -2.1rem;
}
.page-template-page-services #details .row .flex .txt {
  flex: 1;
  max-width: 100%;
  padding-left: 3rem;
  text-align: center;
}
.page-template-page-services #details .row .flex .txt h2 {
  font-size: 3.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 3rem auto;
}
.page-template-page-services #details .row .flex .txt p {
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto;
}
.page-template-page-services #benefits {
  padding: 0 0 9rem 0;
}
.page-template-page-services #benefits .row {
  max-width: 111rem;
}
.page-template-page-services #benefits .row h2 {
  font-size: 3.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 4.5rem auto;
  text-align: center;
}
.page-template-page-services #benefits .row .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.page-template-page-services #benefits .row .flex .box {
  flex: 1 0 21.4rem;
  max-width: 21.4rem;
  padding: 0 1rem;
  margin-bottom: 4rem;
  text-align: center;
}
.page-template-page-services #benefits .row .flex .box .img {
  width: 100%;
  -webkit-aspect-ratio: 1;
  aspect-ratio: 1;
  margin: 0 auto 1.4rem auto;
  border-radius: 50%;
  border: 1px solid #000;
}
.page-template-page-services #benefits .row .flex .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.page-template-page-services #benefits .row .flex .box p {
  font-size: 1.9rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto;
  max-width: 16rem;
}
.page-template-page-services #price {
  padding: 0 0 9rem 0;
}
.page-template-page-services #price .row {
  max-width: 72rem;
  text-align: center;
}
.page-template-page-services #price .row .txt {
  background: #f7f3ed;
  border-radius: 4rem;
  padding: 4rem;
}
.page-template-page-services #price .row .txt h2 {
  font-size: 3.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 2rem auto;
}
.page-template-page-services #price .row .txt p {
  font-size: 2.4rem;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1rem auto;
}
.page-template-page-services #price .row .txt p + p {
  font-size: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 1.6rem auto;
  max-width: 36rem;
}
.page-template-page-services #price .row .txt a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 0.5rem auto ;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-services #price .row .txt a:hover {
  background-color: #523a54;
}
.page-template-page-services #faq {
  padding: 0 0 10.5rem 0;
}
.page-template-page-services #faq .row {
  max-width: 87rem;
}
.page-template-page-services #faq .row h2 {
  font-size: 3.2rem;
  line-height: 130%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.page-template-page-services #faq .row .flex {
  display: flex;
  flex-direction: column;
}
.page-template-page-services #faq .row .flex .box {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 0 1rem 0;
}
.page-template-page-services #faq .row .flex .box .content {
  padding: 1.8rem 2.1rem;
  border: 1px solid #c9c9c9;
  border-radius: 1.7rem;
  position: relative;
  cursor: pointer;
}
.page-template-page-services #faq .row .flex .box .content h3 {
  font-size: 2.1rem;
  line-height: 130%;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding-right: 5rem;
}
.page-template-page-services #faq .row .flex .box .content p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  margin: 1.5rem 0 1rem 0;
}
.page-template-page-services #faq .row .flex .box .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-template-page-services #faq .row .flex .box .content ul li {
  padding: 0.5rem 0 0.5rem 2.5rem;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  font-weight: 400;
  background-image: url('../img/ico-open.png');
  background-repeat: no-repeat;
  background-size: 1rem 0.6rem;
  background-position: top 1.4rem left;
}
.page-template-page-services #faq .row .flex .box .content:after {
  content: '';
  height: 2.7rem;
  width: 2.7rem;
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
  background-image: url('../img/ico-plus.svg');
  background-size: 2.7rem 2.7rem;
  cursor: pointer;
}
.page-template-page-services #faq .row .flex .box .content.opened:after {
  background-image: url('../img/ico-minus.svg');
}
.page-template-page-services #faq .row .flex .box .content .answer {
  display: none;
}
.page-template-page-services #faq .row .flex .box .content:hover h3 {
  text-decoration: underline;
}
#policies {
  position: relative;
}
#policies .bg {
  width: 100%;
  height: auto;
  background-color: #f7f3ed;
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
  padding: 4.8rem 0 9rem 0;
}
#policies .row {
  max-width: 130rem;
}
#policies .row h2 {
  font-size: 3.8rem;
  line-height: 100%;
  color: #000;
  font-weight: 300;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
#policies .row .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -2.1rem;
}
#policies .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 2.1rem;
  text-align: center;
}
#policies .row .flex .box h3 {
  font-size: 2.4rem;
  line-height: 125%;
  color: #000;
  font-weight: 700;
  margin: 0 auto 1.5rem auto;
  max-width: 34rem;
}
#policies .row .flex .box p {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  margin: 0 auto;
  max-width: 37rem;
}
/* ninja */
.nf-form-cont {
  margin: 0 auto;
  background: #fff;
  padding: 2.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 0px -8px 0px 0px #222f21;
}
.nf-form-cont .nf-response-msg {
  margin: 0 0 0 0;
  padding: 4rem 0;
}
.nf-form-cont .nf-response-msg p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin: 0 0 1.5rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-input-limit {
  margin: 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #000;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 130%;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label .fa {
  display: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element h2 {
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 1.5rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  margin: 0 0 2rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  background: #f4f4f4;
  padding: 1.5rem 2.5rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  border: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
  height: 12.5rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"] {
  background-color: #f2ca50;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .3s;
  padding: 1.5rem 3rem 1.4rem 3rem;
  border-radius: 0.8rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"]:hover {
  color: #f2ca50;
  background-color: #000;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="text"] {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 400;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  margin: 0 0;
}
.nf-form-cont nf-fields-wrap .field-wrap {
  display: block;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap {
  margin: 0.5rem 0 0 0;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap .nf-error-msg {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  color: #f00;
  margin: 0 0 0 0;
}
.nf-form-cont .nf-after-form-content {
  margin: 1rem 0 0 0;
}
.nf-form-cont .nf-after-form-content .nf-error-msg {
  font-size: 1.8rem;
  color: #f00;
  font-weight: 400;
  text-align: left;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-error .nf-error-msg {
  display: none;
}
/* social */
.menu-social-menu-container {
  /*a[href*="youtube"]{background-image: url('../img/social-yt.svg');}
  a[href*="spotify"]{background-image: url('../img/social-spotify.svg');}*/
}
.menu-social-menu-container a[href*="facebook"] {
  background-image: url('../img/social-fb.svg');
}
.menu-social-menu-container a[href*="instagram"] {
  background-image: url('../img/social-insta.svg');
}
.menu-social-menu-container a[href*="tiktok"] {
  background-image: url('../img/social-tiktok.svg');
}
/* footer */
footer#footer {
  background: #161616;
  padding: 3.5rem 0 4.5rem 0;
  position: relative;
  z-index: 1;
}
footer#footer .row {
  max-width: 144rem;
}
footer#footer .row .shape {
  width: 81.5rem;
  height: 66.7rem;
  position: absolute;
  top: -22rem;
  left: 50%;
  margin-left: -40.7rem;
  background-image: url('../img/sigil.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
footer#footer .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer#footer .row .flex .left {
  flex: 1 0 27rem;
  max-width: 27rem;
  text-align: center;
}
footer#footer .row .flex .left h2 {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 3.4px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 1.5rem auto;
}
footer#footer .row .flex .left p {
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 1.4rem auto;
  position: relative;
}
footer#footer .row .flex .left p a {
  color: #fff;
  margin-bottom: 3.2rem;
  display: inline-block;
}
footer#footer .row .flex .left p a:hover {
  text-decoration: underline;
}
footer#footer .row .flex .left p:nth-of-type(1),
footer#footer .row .flex .left p:nth-of-type(2) {
  position: relative;
}
footer#footer .row .flex .left p:nth-of-type(1):after,
footer#footer .row .flex .left p:nth-of-type(2):after {
  content: '';
  height: 1px;
  width: 17rem;
  background-color: #f482ff;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  margin-left: -8.5rem;
}
footer#footer .row .flex .left .trigger {
  position: relative;
  cursor: pointer;
  /*&:after{content:''; background-image: url('../img/ico-open.png'); width:1.3rem; height: 0.7rem; position:absolute; right:-0.8rem; top:0.9rem; background-repeat: no-repeat; background-size: 1.3rem 0.7rem;}*/
}
footer#footer .row .flex .left .days {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0 2rem;
}
footer#footer .row .flex .left .days:after {
  content: '';
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  background-image: url('../img/ico-open.png');
  background-repeat: no-repeat;
  background-size: 1.3rem 0.7rem;
  background-position: center right;
  transform: rotate(180deg);
  top: 1rem;
  right: 0;
  position: absolute;
}
footer#footer .row .flex .left .days p:nth-of-type(1):after,
footer#footer .row .flex .left .days p:nth-of-type(2):after {
  display: none;
}
footer#footer .row .flex .mid {
  flex: 1 0 41rem;
  max-width: 41rem;
  text-align: center;
}
footer#footer .row .flex .mid .logo {
  margin: 4.5rem auto 0 auto ;
}
footer#footer .row .flex .mid .menu-social-menu-container {
  max-width: 15rem;
  margin: 10rem auto 0 auto;
}
footer#footer .row .flex .mid .menu-social-menu-container .menu {
  padding: 0;
  margin: 0 -0.7rem;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
footer#footer .row .flex .mid .menu-social-menu-container .menu li {
  flex: 1 0 33.33%;
  max-width: 2.8rem;
  margin: 0 0.7rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 2.7rem;
  background-position: center;
}
footer#footer .row .flex .mid .menu-social-menu-container .menu li a {
  text-indent: -999rem;
  display: inline-block;
  width: 2.8rem;
  height: 2.6rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: auto 2.7rem;
  background-position: center;
}
footer#footer .row .flex .mid p {
  margin: 3.7rem auto 1rem auto;
  font-size: 1.3rem;
  line-height: 140%;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
footer#footer .row .flex .right {
  flex: 1 0 27rem;
  max-width: 27rem;
}
footer#footer .row .flex .right .menu-main-menu-container ul {
  padding: 0;
  list-style: none;
}
footer#footer .row .flex .right .menu-main-menu-container ul li {
  padding: 0 0 2rem 0;
}
footer#footer .row .flex .right .menu-main-menu-container ul li a {
  font-size: 1.4rem;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 2.8px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
footer#footer .row .flex .right .menu-main-menu-container ul li a:hover {
  text-decoration: underline;
}
footer#footer .row .flex .right .menu-main-menu-container ul li:last-of-type a {
  font-size: 1.4rem;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
  margin: 1rem auto 3.4rem auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.3rem 3rem;
  background-color: #6f4f72;
  border: 1px solid #f482ff;
  border-radius: 5rem;
  display: inline-block;
  transition: all .3s;
}
footer#footer .row .flex .right .menu-main-menu-container ul li:last-of-type a:hover {
  background-color: #523a54;
  text-decoration: none;
}
/* misc */
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
svg.hidden {
  display: none;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
/* RWD */
@media only screen and (min-width: 1011px) {
  header#head #mainMenu {
    position: static !important;
    display: block !important;
  }
}
@media only screen and (max-width: 1010px) {
  header#head #mainMenu {
    display: none;
    position: fixed;
    width: 90vw;
    max-width: 27rem;
    top: 0;
    right: -50rem;
    height: 100vh;
    z-index: 50;
    background: #815085;
    padding: 0 0 0 6px;
    margin: 0 0 0 5rem;
  }
  header#head #mainMenu .body {
    padding: 8rem 0 8rem;
    background-color: #000;
    height: 100vh;
  }
  header#head #mainMenu .scroll {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    padding: 0 3rem 0 3rem;
  }
  header#head #mainMenu .scroll .content {
    min-height: 100%;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
    justify-content: center;
  }
  header#head #mainMenu .menu-main-menu-container > ul {
    flex-direction: column;
    background: none;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a {
    color: #fff;
    font-size: 1.4rem;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a:before,
  header#head #mainMenu .menu-main-menu-container > ul > li a:after {
    border-bottom: 1px solid #000;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li:last-of-type a {
    margin-top: 2rem;
    color: #000;
    display: inline-block;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li:last-of-type a:hover {
    color: #fff;
    border-color: #fff;
  }
  header#head #mobileTrigger {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  .page-template-page-home #hero .videobg {
    right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .page-template-page-home #hero .row .txt {
    max-width: 40rem;
  }
}
@media only screen and (max-width: 1150px) {
  .page-template-page-home #hero {
    padding: 30rem 0 6rem 0;
  }
  .page-template-page-home #hero .videobg {
    right: -3rem;
  }
  .page-template-page-home #hero .row .txt h1 {
    font-size: 4.2rem;
  }
  .page-template-page-home #deals .row .flex {
    margin: 0 -1rem;
  }
  .page-template-page-home #deals .row .flex .box {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-home #team .row .flex {
    margin: 4rem auto 0 auto;
    flex-wrap: wrap;
    max-width: 64rem;
  }
  .page-template-page-home #team .row .flex .box {
    flex: 1 0 50%;
    max-width: 32rem;
    padding: 0 2rem 5rem 2rem;
    margin: 0 auto;
  }
  .page-template-page-services #hero {
    padding: 28rem 0 10rem 0;
  }
  .page-template-page-services #hero .row .txt h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page-home #deals {
    padding-bottom: 3rem;
  }
  .page-template-page-home #deals .row .flex {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 70rem;
  }
  .page-template-page-home #deals .row .flex .box {
    padding: 0 2rem 4rem 2rem;
    flex: 1 0 50%;
    max-width: 50%;
    margin: 0 auto;
  }
  .page-template-page-home #services .row h2 {
    font-size: 7rem;
  }
  .page-template-page-home #services .row .container .flex .box a {
    font-size: 1.8rem;
  }
  footer#footer .row .flex {
    flex-wrap: wrap;
  }
  footer#footer .row .flex .mid {
    order: 1;
    flex: 1 0 100%;
    max-width: 41rem;
    padding: 0 0 8rem 0;
    margin: 0 auto;
  }
  footer#footer .row .flex .right {
    order: 2;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 8rem 0;
    margin: 0 auto;
    text-align: center;
  }
  footer#footer .row .flex .left {
    order: 3;
    flex: 1 0 100%;
    max-width: 27rem;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-services #intro .container {
    border-radius: 0 0 6rem 6rem;
  }
}
@media only screen and (max-width: 1010px) {
  .page-template-page-home #hero {
    padding: 23rem 0 85vw 0;
  }
  .page-template-page-home #hero .videobg.des {
    display: none;
  }
  .page-template-page-home #hero .videobg.mob {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .page-template-page-home #hero .videobg.mob video {
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
  .page-template-page-home #hero .row .txt {
    max-width: 40rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 950px) {
  .page-template-page-home #welcome .bg {
    height: 55.5rem;
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
  }
  .page-template-page-home #welcome .row .flex .box {
    padding: 0 1rem;
  }
  .page-template-page-home #welcome .row .flex .box .container .content {
    height: 40rem;
  }
  .page-template-page-home #welcome .row .flex .box .container .content .txt p {
    font-size: 2.1rem;
  }
  .page-template-page-home #welcome .row .flex .box .container .content .txt h3 {
    font-size: 5.5rem;
  }
  .page-template-page-home #welcome .row .flex .box .container .content .txt a {
    margin: 0.5rem auto 2.5rem auto;
  }
  .page-template-page-home #services .row .container {
    background-position: center right -13rem;
  }
  .page-template-page-home #services .row .container .flex {
    margin-left: 11rem;
  }
  #policies .bg {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-bottom: 5rem;
  }
  #policies .row h2 {
    margin-bottom: 4rem;
  }
  #policies .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  #policies .row .flex .box {
    flex: 1 0 100%;
    max-width: 68rem;
    padding: 0 0 5rem 0;
  }
  #policies .row .flex .box p,
  #policies .row .flex .box h3 {
    max-width: 100%;
  }
  .page-template-page-services #hero {
    padding: 21rem 0 10rem 0;
  }
  .page-template-page-services #hero .row .txt h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 850px) {
  .page-template-page-home #welcome {
    padding-top: 10rem;
  }
  .page-template-page-home #welcome .bg {
    height: 105rem;
    border-bottom-left-radius: 6rem;
    border-bottom-right-radius: 6rem;
  }
  .page-template-page-home #welcome .row .flex {
    margin: 0 -2rem;
    flex-wrap: wrap;
  }
  .page-template-page-home #welcome .row .flex .box {
    padding: 0 2rem 6rem 2rem;
    flex: 1 0 50%;
    max-width: 33rem;
  }
  .page-template-page-home #welcome .row .flex .box .container .content {
    height: 40rem;
  }
  .page-template-page-home #welcome .row .note {
    margin-top: 0;
  }
  .page-template-page-services #hero {
    padding: 21rem 0 10rem 0;
  }
  .page-template-page-services #hero .row .txt p {
    font-size: 1.8rem;
  }
  .page-template-page-services #details .row .flex .img {
    max-width: 29rem;
  }
  .page-template-page-services #details .row .flex .txt h2 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page-home #hero .row .txt {
    max-width: 40rem;
  }
  .page-template-page-home #hero .row .txt h1 {
    font-size: 5.2rem;
  }
  footer#footer .row .shape {
    width: 57rem;
    height: 46.7rem;
    margin-left: -28.5rem;
    top: -16rem;
  }
  .page-template-page-services #intro .container .row p {
    font-size: 2.6rem;
  }
  .page-template-page-services #intro .container .row p + p {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    padding: 0 2rem;
  }
  .page-template-page-home #team {
    padding: 10rem 0;
  }
  .page-template-page-home #team .row .flex .box {
    padding: 0 1rem 4rem 1rem;
  }
  .page-template-page-home #team .row .flex .box .img {
    max-width: 100%;
  }
  .page-template-page-services #hero {
    padding: 16rem 0 8rem 0;
  }
  .page-template-page-services #hero .row .txt {
    margin: 5rem auto 0 auto;
    max-width: 46rem;
  }
  .page-template-page-services #hero .row .txt p {
    max-width: 46rem;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-home #welcome {
    padding-bottom: 12rem;
  }
  .page-template-page-home #welcome .bg {
    height: 155rem;
  }
  .page-template-page-home #welcome .row .flex {
    margin: 0;
  }
  .page-template-page-home #welcome .row .flex .box {
    padding: 0 1rem 6rem 1rem;
    flex: 1 0 100%;
    margin: 0 auto;
  }
  .page-template-page-home #deals .row h2 {
    margin-bottom: 5rem;
    max-width: 40rem;
  }
  .page-template-page-home #deals .row .flex .box {
    padding: 0 1rem 4rem 1rem;
  }
  .page-template-page-home #deals .row .flex .box .txt p {
    margin: 0 auto 0.5rem auto;
    font-size: 1.6rem;
  }
  .page-template-page-home #deals .row .flex .box .txt p + p {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  .page-template-page-home #services .row h2 {
    font-size: 6rem;
    position: static;
    writing-mode: horizontal-tb;
    margin: 2rem auto 4rem auto;
  }
  .page-template-page-home #services .row .container {
    padding-bottom: 5rem;
  }
  .page-template-page-home #services .row .container .flex {
    margin: 0 auto;
  }
  .page-template-page-services #intro .container .row p {
    padding: 0 1rem;
  }
  .page-template-page-services #intro .container .row p + p {
    padding: 0 1rem;
  }
  .page-template-page-services #details .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-services #details .row .flex .img {
    max-width: 31rem;
    flex: 1 0 100%;
    margin: 0 auto 3rem auto;
  }
  .page-template-page-services #details .row .flex .txt {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-home #hero {
    padding: 23rem 0 100% 0;
  }
  .page-template-page-home #hero .videobg.mob {
    right: -5rem;
    left: -5rem;
  }
  .page-template-page-home #hero .videobg.mob video {
    object-fit: contain;
  }
  .page-template-page-home #welcome .row .note {
    max-width: 30rem;
  }
  .page-template-page-home #team .row .flex {
    margin: 4rem 0 0 0;
  }
  .page-template-page-home #team .row .flex .box {
    padding: 0 1rem 4rem 1rem;
    flex: 1 0 100%;
    max-width: 32rem;
  }
  .page-template-page-services #hero.left {
    background-position: right -20rem center;
  }
  .page-template-page-services #hero.right {
    background-position: left -20rem center;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-page-home #deals .row h2 {
    max-width: 40rem;
  }
  .page-template-page-home #deals .row .flex .box {
    padding: 0 0 4rem 0;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-home #deals .row .flex .box .txt p {
    margin: 0 auto 0.5rem auto;
    font-size: 1.6rem;
  }
  .page-template-page-home #deals .row .flex .box .txt p + p {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
  footer#footer .row .shape {
    width: 40rem;
    height: 32.7rem;
    margin-left: -20rem;
    top: -12rem;
  }
  .page-template-page-services #hero .row .txt {
    filter: drop-shadow(0 0 15px #000000);
  }
  .page-template-page-services #hero .row .txt h1 {
    font-size: 5.5rem;
  }
  .page-template-page-services #benefits .row .flex {
    max-width: 100%;
  }
  .page-template-page-services #price .row .txt {
    padding: 6rem 3rem;
  }
  .page-template-page-services #price .row .txt h2 {
    font-size: 3.5rem;
  }
  .page-template-page-services #price .row .txt a {
    max-width: 27rem;
    line-height: 130%;
    padding: 0.9rem 3.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-page-home #hero {
    background-position: right bottom;
    background-size: 80rem auto;
    background-repeat: no-repeat;
    position: relative;
  }
  .page-template-page-home #hero .row .txt {
    max-width: 40rem;
    margin: 0 auto;
  }
  .page-template-page-home #hero .row .txt h1 {
    font-size: 4.8rem;
  }
  .page-template-page-home #services .row h2 {
    font-size: 5rem;
    position: static;
    writing-mode: horizontal-tb;
    margin: 2rem auto 4rem auto;
  }
  .page-template-page-home #services .row .container {
    padding-bottom: 5rem;
  }
  .page-template-page-home #services .row .container .flex {
    margin: 0 auto;
  }
  footer#footer .row .shape {
    width: 28rem;
    height: 22.9rem;
    margin-left: -14rem;
    top: -10rem;
  }
  footer#footer .row .flex .mid {
    padding: 0 0 6rem 0;
  }
  footer#footer .row .flex .right {
    padding: 0 0 6rem 0;
  }
  footer#footer .row .flex .left {
    padding: 0 0 6rem 0;
  }
  .page-template-page-services #hero .row .txt a {
    max-width: 27rem;
    line-height: 130%;
    padding: 0.9rem 3.5rem;
  }
  .page-template-page-services #details .row .flex .img {
    max-width: 27rem;
  }
  .page-template-page-services #details .row .flex .txt {
    padding: 0 0.5rem;
  }
  .page-template-page-services #benefits .row .flex .box p {
    max-width: 24rem;
  }
  .page-template-page-services #faq .row .flex .box .content:after {
    height: 2.2rem;
    width: 2.2rem;
    background-size: 2.2rem;
    top: 2.2rem;
  }
  .page-template-page-services #faq .row .flex .box .content .question h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 420px) {
  .page-template-page-home #hero {
    padding: 23rem 0 110% 0;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-home #welcome .row .flex .box {
    padding: 0 0 7rem 0;
  }
  #policies .bg {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }
  #policies .row .flex .box h3 {
    font-size: 2.2rem;
  }
  .page-template-page-services #intro .container .row p {
    font-size: 2.4rem;
    padding: 0;
  }
  .page-template-page-services #intro .container .row p + p {
    font-size: 1.7rem;
    padding: 0;
  }
  .page-template-page-services #price .row .txt {
    padding: 6rem 2rem;
  }
  .page-template-page-services #price .row .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-services #price .row .txt p + p {
    font-size: 1.8rem;
  }
  .page-template-page-services #price .row .txt a {
    padding: 0.9rem 2.5rem;
  }
}
