:root {
  --third: #fd3fb3;
  --black: black;
  --second: #fd3f81;
  --base-color: #fd3e4f;
  --logo-pink: #f38795;
  --logo-green: #b4d76c;
  --white: white;
  --facebook-blue: #0866ff;
  --logo-purple: #af73ae;
}

h1 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 85px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-bottom: 10px;
}

.header-container {
  background-color: #684747;
  background-image: linear-gradient(#00000040, #00000040), url('../images/260805_main-photo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.btn {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 20px;
  padding: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.about-container {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 69%, #fd3e4f);
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 135px;
  display: flex;
}

.about-container.ref1 {
  color: var(--third);
  background-color: #3f8bfd;
  background-image: none;
}

.about-container.ref1.contact {
  text-align: center;
  background-color: #000000e3;
  justify-content: center;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 95px;
}

.about-container.ref1.contact.docs {
  background-color: #bf96d8;
  padding-top: 69px;
  padding-bottom: 69px;
}

.reverse {
  color: #fff;
}

.reverse.centre {
  margin-bottom: 21px;
  display: block;
}

.p-large {
  color: #fff;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 50px;
}

.p-large.ref2 {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.p-large.ref2.contact2 {
  text-align: center;
  justify-content: center;
  font-size: 49px;
  font-style: normal;
  line-height: 50px;
  display: flex;
}

.p-large.ref2.contact2.mob3 {
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 29px;
}

.p-large.ref2.contact2.mob3.email.mmm2 {
  text-decoration: none;
}

.p-large.ref2.contact2.mob3.email.mmm2.pli {
  color: #fff;
  font-size: 18px;
}

.p-large.ref2.cont {
  font-size: 29px;
  font-style: normal;
  line-height: 50px;
}

.p-large.heada {
  text-align: center;
  letter-spacing: .1px;
  font-size: 20px;
  line-height: 42px;
}

.p-large.heada.logo-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 35px;
}

.p-large.heada.intor {
  word-break: normal;
  flex: 0 auto;
  line-height: 39px;
  position: static;
}

.btn-second {
  float: right;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.rrow-img {
  margin-left: 20px;
}

.h3-sub {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.playfair {
  font-family: Playfair Display, sans-serif;
}

.about-row {
  padding-left: 135px;
  padding-right: 135px;
  display: flex;
}

.about-block {
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 320px;
  padding: 70px 30px;
  transition: color .5s;
  display: flex;
  position: relative;
}

.about-block:hover {
  color: #fff;
}

.p-small {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
}

.h3-number {
  z-index: 100;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}

.color-bg {
  z-index: 1;
  background-image: linear-gradient(45deg, var(--third), var(--second) 30%, var(--base-color) 70%, var(--base-color));
  display: none;
  position: absolute;
  inset: 0;
}

.content {
  z-index: 2;
  position: relative;
}

.team-container {
  flex-direction: column;
  align-items: stretch;
  padding: 80px 135px;
  display: flex;
}

.huge-number {
  color: #fd3e4f59;
  text-align: left;
  font-size: 120px;
  line-height: 120px;
  position: absolute;
  inset: 0;
}

.team-row {
  justify-content: space-between;
  display: flex;
}

.team-row.team2 {
  padding-top: 21px;
}

.team-member {
  flex-direction: column;
  align-items: center;
  width: 32%;
  display: flex;
}

.team-member:hover {
  background-color: #0000;
}

.avatar {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.avatar-img {
  z-index: 3;
  background-image: url('../images/IMG_20190721_235014_581.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.avatar-img:hover {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20190721_235014_581.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.avatar-img._2e {
  opacity: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/2017-07-29-00.22.01.jpg');
}

.avatar-img._2e:hover {
  opacity: 1;
  background-color: #00000085;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-07-29-00.22.01.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
}

.avatar-img._2e._4e {
  background-image: url('../images/hands.jpg');
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.avatar-img._2e._4e:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hands.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0, 0 0;
  background-repeat: repeat, repeat-x, repeat, repeat;
  background-size: auto, cover, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
}

.avatar-img._2e._7e {
  background-image: url('../images/IMG_20190706_213717_199.jpg');
  background-position: 60%;
}

.avatar-img._2e._7e:hover {
  background-image: url('../images/IMG_20190706_213717_199.jpg'), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.avatar-img._3e {
  background-image: url('../images/2017-07-29-00.22.01.jpg');
}

.avatar-img._3e._3eeee {
  background-image: url('../images/2017-07-01-18.18.20.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.avatar-img._3e._3eeee:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-07-01-18.18.20.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
}

.avatar-img._3e._5e {
  background-image: url('../images/2018-10-27-16.17.36.jpg');
}

.avatar-img._3e._5e:hover {
  background-image: url('../images/2018-10-27-16.17.36.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.avatar-img._3e._8e {
  background-image: url('../images/s.jpg');
}

.avatar-img._3e._8e:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/s.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
}

.avatar-img._4 {
  background-image: url('../images/baby.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.avatar-img._4:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/baby.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, repeat-x, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
}

.avatar-img._6e {
  background-image: url('../images/2017-07-09-16.42.33-1.jpg');
  background-position: 65%;
  background-size: cover;
}

.avatar-img._6e:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2017-07-09-16.42.33-1.jpg'), linear-gradient(#0000, #0000);
  background-position: 0 0, 65%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
}

.avatar-bg {
  z-index: 5;
  opacity: 1;
  background-image: linear-gradient(45deg, #fd3fb3d9, #fd3f81d9 30%, #fd3e4fd9 70%, #fd3e4fd9);
  display: none;
  position: absolute;
  inset: 0;
}

.avatar-content {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.avatar-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.avatar-title {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
}

.avatar-title.reverse {
  color: #9a9a9a;
}

.sub-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.features-container {
  justify-content: center;
  display: flex;
  position: relative;
}

.heading {
  color: var(--logo-pink);
  text-shadow: 2px 2px 12px var(--black);
  margin-top: 76px;
  margin-bottom: 40px;
  padding-top: 273px;
}

.heading.smaller-main-heading {
  color: var(--logo-green);
  -webkit-text-stroke-color: var(--white);
  text-shadow: 0 1px 4px var(--black);
  margin-top: -35px;
  padding-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.img-column {
  flex: 1;
}

.features-content {
  flex: 1;
  padding: 80px 135px 80px 60px;
}

.pink-text {
  color: var(--base-color);
  text-decoration: none;
}

.pink-text.s22 {
  color: #000;
}

.pink-text.s33 {
  color: var(--third);
}

.pink-text.s33.s333 {
  color: #000;
}

.pink-text.s33.s4444 {
  color: #7a004b;
}

.pink-text.s33.s4444.papfc {
  color: #000;
}

.features-title {
  text-align: left;
  margin-bottom: 53px;
  line-height: 50px;
}

.p-features {
  color: #717171;
  text-align: left;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.services-container {
  background-color: #1d1d1d;
  align-items: center;
  padding: 80px 135px;
  display: flex;
}

.services-container.s2 {
  background-color: var(--third);
}

.services-container.s3 {
  background-color: var(--base-color);
}

.services-container.s3.s4 {
  background-color: #000;
}

.services-container.s3.s4.s444 {
  background-color: var(--black);
}

.services-container.s3.s4.s444.bap {
  background-color: var(--base-color);
}

.services-container.gallery {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.services-intro {
  width: 35%;
}

.services {
  flex-flow: wrap;
  flex: 1;
  place-content: stretch space-between;
  margin-left: 60px;
  display: flex;
}

.services-p {
  color: #dfdfdf;
  margin-top: -33px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.services-block {
  width: 48%;
  margin-bottom: 20px;
}

.services-icon {
  background-image: url('../images/icon-1_1icon-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.services-icon.icon-2 {
  background-image: url('../images/icon-2_1icon-2.png');
}

.services-icon.icon-3 {
  background-image: url('../images/icon-3_1icon-3.png');
}

.services-icon.icon-4 {
  background-image: url('../images/icon-4_1icon-4.png');
}

.services-p-small {
  color: #e1e1e1;
  font-family: Poppins, sans-serif;
}

.h3-services {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.h3-services.b22, .h3-services.b3 {
  color: #000;
}

.h3-services.b4 {
  color: #70c6ff;
}

.h3-services.b5, .h3-services.b6 {
  color: #000;
}

.contact-container {
  background-color: var(--third);
  flex-direction: column;
  align-items: center;
  padding: 35px 135px 17px;
  display: flex;
}

.contact-about {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  display: flex;
}

.contact-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.logo {
  text-align: center;
  background-image: url('../images/sefsdfsdfsf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  height: 58px;
  display: flex;
  position: relative;
  inset: 0%;
}

.logo.pura {
  background-image: url('../images/pura.png');
  background-size: contain;
  width: 88px;
  height: 29px;
}

.logo.pura.w--current {
  background-image: url('../images/faf-png.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 39px;
}

.p-contact {
  color: #525151;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.p-contact.black {
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
}

.h5-copyright {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-top: 51px;
  margin-bottom: 51px;
  font-size: 14px;
}

.h5-copyright.footer {
  margin-top: -13px;
  margin-bottom: 31px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.contact-info-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.contact-info-icon {
  background-image: url('../images/icon-mail_1icon-mail.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-info-icon.phone {
  background-image: url('../images/icon-phone_1icon-phone.png');
}

.email-link {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px 135px 25px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--second);
}

.nav-link.w--current {
  color: var(--base-color);
  font-size: 20px;
}

.nav-menu {
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.social-icon-block {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: -118px;
  display: flex;
}

.social-icon-block.footer {
  justify-content: flex-start;
}

.social-icon-block.team-social {
  justify-content: center;
  margin-top: 20px;
}

.social-icon {
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}

.social-icon.google {
  background-image: url('../images/google.svg');
}

.social-icon.twitter {
  background-image: url('../images/instagram-svg-small-5.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.social-icon.red {
  background-image: url('../images/facebook-r.svg');
  margin-left: 0;
  margin-right: 20px;
}

.social-icon.red.google-r {
  background-image: url('../images/google-r.svg');
}

.social-icon.red.twitter-r {
  color: #fff;
  background-image: url('../images/twitter-r.svg');
}

.social-icon.team-social-icon {
  margin-left: 0;
}

.social-icon.twitter {
  background-image: url('../images/instagram-svg-small-5.png');
}

.brand-container {
  background-image: url('../images/sefsdfsdfsf.png');
  background-position: 50%;
  background-size: cover;
  width: 80%;
  min-width: 100px;
  max-width: 1200px;
  height: 100%;
  min-height: 100px;
  margin-top: 57px;
}

.contact-first-row {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.alert-block {
  z-index: 100;
  background-color: #000;
  border: 5px solid #e65555;
  width: 30%;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.alert-block__text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
}

.alet-block__link {
  color: #fff;
}

.alert-block__close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  font-family: Inconsolata, monospace;
  position: absolute;
  top: -28px;
  right: -5px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.div-block {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  padding: 30px 21px 45px 75px;
}

.html-embed {
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 60px;
}

.about-block-2 {
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 320px;
  padding: 70px 30px;
  display: flex;
  position: relative;
}

.about-block-2:hover {
  color: #fff;
}

.color-bg-2 {
  z-index: 1;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 30%, #fd3e4f 70%, #fd3e4f);
  display: none;
  position: absolute;
  inset: 0;
}

.sfx {
  color: #000;
}

.image {
  margin-top: -61px;
  padding-top: 0;
}

.social-icon-block-2 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.social-icon-block-2.team-social {
  justify-content: center;
  margin-top: 20px;
}

.avatar-img-2 {
  z-index: 3;
  background-image: url('../images/layer-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.heading-2 {
  background-color: #0000006e;
  display: block;
}

.heading-2:hover {
  background-color: #ffffff0f;
  display: block;
}

.div-block-2 {
  opacity: 0;
  background-color: #0000;
  display: block;
}

.div-block-2:hover {
  opacity: .68;
  background-color: #000000c4;
  display: block;
}

.text-block {
  color: #fff;
}

.heading-3 {
  opacity: 1;
}

.div-block-3 {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-3:hover {
  opacity: 1;
  display: block;
}

.div-block-3.no1 {
  opacity: 1;
  color: #fff;
}

.heading-4 {
  opacity: 1;
  background-color: #fff0;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px #000;
  font-size: 40px;
  display: block;
}

.heading-4.smr {
  background-image: none;
  margin-top: 1px;
  font-size: 25px;
  line-height: 50px;
}

.heading-4.smr.low {
  margin-top: 0;
  line-height: 35px;
}

.heading-4.smr.h4 {
  color: #000;
}

.heading-4.smr.h5 {
  color: #000;
  background-image: linear-gradient(#ffffff91, #ffffff91);
  line-height: 35px;
}

.heading-4.smr.h2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
}

.heading-4.smr.h1 {
  color: #000;
  background-color: #ffffffa6;
}

.bold-text {
  font-size: 15px;
  font-weight: 400;
}

.bold-text-2 {
  color: var(--third);
  font-size: 17px;
}

.bold-text-3 {
  color: var(--third);
  font-size: 16px;
}

.bold-text-4 {
  font-size: 15px;
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  color: var(--third);
  font-size: 17px;
}

.div-block-4 {
  background-image: url('../images/bespoke.jpg');
  background-position: 40%;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  margin-top: 43px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-4.cp {
  background-image: url('../images/2017-05-26-17.37.48.jpg');
  background-position: 50%;
}

.div-block-4.corp {
  background-image: url('../images/facebook_1564212195838.jpg');
  background-position: 50%;
}

.div-block-4.bb {
  background-image: url('../images/facebook_1564212266033.jpg');
  background-position: 50% 100%;
}

.div-block-4.hen {
  background-image: url('../images/7REElqHo.jpeg');
  background-position: 30%;
  background-size: cover;
}

.div-block-4.adult {
  background-image: url('../images/68359009_2884908931523406_4813802549402402816_n.jpg');
  background-position: 50%;
  background-repeat: repeat;
}

.div-block-5 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.link-block-2, .link-block-3 {
  width: 100%;
  height: 100%;
}

.facebook {
  color: #5346e4;
  text-decoration: none;
}

.facebook.instag {
  color: var(--base-color);
}

.link {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  padding: 20px 74px;
}

.div-block-7 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.click-gallery {
  color: #fff;
  text-align: right;
  width: 70%;
  text-decoration: none;
}

.lightbox-link-2 {
  flex: 1;
  text-decoration: none;
}

.image-2 {
  width: 70%;
}

.image-3 {
  align-self: auto;
  margin-top: -243px;
  padding-top: 0;
  padding-bottom: 32px;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: #0000;
}

.nav-link-2 {
  color: #fff;
}

.nav-menu-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 0 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #fd3f81;
}

.nav-link-3.w--current {
  color: #fd3e4f;
}

.nav-menu-3 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-2 {
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 176px;
  height: 58px;
}

.logo-2.pura {
  background-image: url('../images/faf-logo-final-png.png');
  background-size: cover;
  width: 250px;
  height: 100px;
}

.logo-2.pura.w--current {
  background-image: url('../images/faf-png.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 39px;
}

.button {
  clear: both;
  border-radius: 20px;
  margin-top: 10px;
  position: static;
}

.bold-text-15 {
  color: #70c6ff;
}

.bold-text-16 {
  color: #fff;
}

.fb-section.videos {
  background-color: var(--base-color);
}

.fb-main-div {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 21px;
}

.div-block-8, .div-block-9 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 22px;
}

.column, .column-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link-2, .link-3 {
  color: #000;
}

.link-block-4, .link-block-5 {
  width: 100%;
}

.bold-text-17 {
  color: #fff;
}

.video {
  border: 4px solid #fff;
  border-radius: 0;
}

.video-2, .video-3 {
  border: 4px solid #fff;
}

.link-4 {
  text-decoration: none;
}

.div-block-10 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
  padding-right: 22px;
}

.b1 {
  color: var(--third);
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.b2 {
  color: #000;
}

.b2.b44 {
  color: #70c6ff;
}

.bb1 {
  color: var(--third);
}

.image-4 {
  border-right: 5px solid var(--white);
  border-left: 5px solid var(--white);
  border-radius: 5px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 0;
  display: flex;
}

.new-heading {
  letter-spacing: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  text-shadow: 2px 6px 16px var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.image-5 {
  mix-blend-mode: normal;
  border-radius: 20px;
}

.text-span {
  color: var(--facebook-blue);
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.faceofyear {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white);
  background-color: var(--logo-pink);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 12px;
  display: flex;
}

.image-6 {
  border-radius: 8px;
}

.slide {
  background-image: url('../images/faf_IMG_2113.webp');
  background-position: 50%;
  background-size: cover;
}

.slider {
  width: 80%;
  height: 650px;
  min-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2, .slider-3, .slider-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/faf_IMG_2585.webp');
  background-position: 50% 40%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/faf_IMG_2113.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/faf_IMG_1341.webp');
  background-position: 50% 35%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/260804_IMG_1975.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/260804_IMG_1965.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/260804_IMG_1930.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/260804_IMG_1814.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/260804_IMG_1885.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/260804_IMG_1733.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/260804_IMG_1822.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/260804_IMG_1776.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/260804_IMG_1586.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/260804_IMG_1585.webp');
  background-position: 50%;
  background-size: cover;
}

.section-medium {
  background-color: #f5f5f6;
  padding: 4rem 5%;
  position: relative;
}

.section-medium.overflow-hidden {
  overflow: hidden;
}

.gallery_slider-styles {
  display: none;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.overline-medium {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.max-width-xlarge {
  width: 100%;
  max-width: 49.5rem;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge.text-color-tertiary {
  color: #59595f;
}

.gallery_slider-large {
  background-color: #fff0;
  height: auto;
  padding-bottom: 5rem;
}

.gallery_mask {
  width: calc(50% - .75rem);
  overflow: visible;
}

.gallery_slide {
  margin-right: 1.5rem;
}

.gallery_slider {
  aspect-ratio: 5.88 / 7.2;
  background-color: #fff0;
  height: auto;
}

.gallery_slide-logo {
  z-index: 2;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery_slide-button {
  z-index: 2;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.gallery_slide-card {
  height: 100%;
  position: relative;
}

.gallery_slide-image {
  z-index: 0;
  height: 100%;
  position: relative;
}

.image_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery_slide-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#fff0 80%, #000);
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.gallery_dots-nav {
  z-index: 4;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  height: 1.125rem;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
}

.gallery_slider-button {
  color: #000;
  text-align: center;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  padding: .375rem;
  font-weight: 500;
  transition: box-shadow .3s, border-color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery_slider-button:hover {
  background-color: #fff;
  border-color: #fff0;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.gallery_slider-button.is-left {
  width: 3.75rem;
  right: 3.5rem;
}

.icon-xlarge {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.gallery_thumbs-nav {
  height: 2.75rem;
  color: var(--white);
  padding-top: 0;
  display: flex;
  inset: auto auto 0% 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-top, .padding-top.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery24_component {
  height: 400vh;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

.link-block-6 {
  text-align: center;
  text-decoration: none;
}

.image-7 {
  border-radius: 14px;
  margin-top: 21px;
  margin-bottom: 27px;
}

html.w-mod-js [data-ix="initial"] {
  opacity: 0;
  display: none;
  transform: translate(0, -5px);
}

html.w-mod-js [data-ix="initial-avatar-bg"] {
  opacity: 1;
  display: none;
}

html.w-mod-js [data-ix="initial-avatar-content"] {
  opacity: 0;
  display: none;
  transform: translate(0, 15px);
}

html.w-mod-js [data-ix="load-navigation"] {
  opacity: 0;
}

html.w-mod-js [data-ix="load-header"], html.w-mod-js [data-ix="load-header-slower"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="load-header-btn"], html.w-mod-js [data-ix="load-about-btn"] {
  opacity: 0;
  transform: translate(0, 10px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 30px;
  }

  .header-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .about-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-large {
    font-size: 18px;
    line-height: 24px;
  }

  .p-large.ref2.cont.smakllk {
    font-size: 25px;
  }

  .p-large.ref2.cont.small2 {
    font-size: 29px;
  }

  .btn-second {
    padding: 15px 25px;
    font-size: 14px;
  }

  .h3-sub {
    font-size: 18px;
  }

  .about-row {
    padding-left: 80px;
    padding-right: 80px;
  }

  .p-small {
    font-size: 14px;
  }

  .h3-number {
    top: 20px;
  }

  .team-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .huge-number {
    font-size: 100px;
  }

  .avatar {
    height: 300px;
  }

  .h4-about {
    font-size: 18px;
    line-height: 20px;
  }

  .img-column {
    background-position: 100%;
    background-size: 500px;
  }

  .features-content {
    padding-right: 48px;
  }

  .features-title {
    line-height: 40px;
  }

  .p-features {
    font-size: 16px;
  }

  .services-container {
    flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .services-intro {
    width: 100%;
    margin-bottom: 60px;
  }

  .services-intro.galll {
    margin-bottom: 0;
  }

  .services {
    margin-left: 0;
  }

  .contact-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar {
    margin-top: 36px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #000;
    padding-left: 80px;
  }

  .social-icon-block {
    display: none;
  }

  .social-icon-block.footer {
    display: flex;
  }

  .brand-container {
    flex: 1;
  }

  .menu-icon {
    color: #fff;
    margin-top: -90px;
    padding-top: 0;
    font-size: 40px;
  }

  .menu-icon-container {
    padding: 0;
  }

  .menu-icon-container.w--open {
    background-color: #0000;
  }

  .social-icon-block-2 {
    display: none;
  }

  .lightbox-link-2 {
    flex: 1;
  }

  .nav-menu-2 {
    background-color: #000;
    padding-left: 80px;
  }

  .nav-link-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .brand-container-2 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon-2 {
    color: #fff;
    font-size: 40px;
  }

  .nav-menu-3 {
    background-color: #000;
    padding-left: 80px;
  }

  .new-heading {
    padding-bottom: 19px;
  }

  .gallery_mask {
    width: calc(50% - .75rem);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .gallery24_image {
    max-height: 40rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }

  .reverse.centre {
    justify-content: center;
    display: flex;
  }

  .p-large.ref2.contact2.mob3 {
    font-size: 20px;
  }

  .p-large.ref2.contact2.mob3.email {
    line-height: 30px;
  }

  .p-large.ref2.cont.smakllk {
    justify-content: center;
    display: flex;
  }

  .p-large.ref2.cont.sm {
    font-size: 18px;
  }

  .about-row {
    flex-direction: column;
  }

  .about-block {
    margin-top: 40px;
  }

  .team-row {
    flex-direction: column;
  }

  .team-member {
    width: 100%;
    margin-bottom: 40px;
  }

  .avatar-img {
    background-position: 50% 0;
  }

  .img-column {
    display: none;
  }

  .features-title {
    margin-bottom: 20px;
  }

  .features-title.reverse {
    padding-bottom: 40px;
  }

  .contact-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
  }

  .contact-first-row {
    flex-direction: column;
  }

  .alert-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    inset: auto 0 0;
  }

  .div-block, .html-embed {
    display: block;
  }

  .about-block-2 {
    margin-top: 40px;
  }

  .avatar-img-2 {
    background-position: 50% 0;
  }

  .div-block-8 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery_mask {
    width: auto;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .header-container {
    background-image: linear-gradient(#0000, #0000), url('../images/260805_main-photo.webp');
    background-position: 0 0, 50%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-large {
    font-size: 14px;
  }

  .p-large.ref2.contact2.mob3 {
    font-size: 29px;
  }

  .p-large.ref2.contact2.mob3.email.mmm2 {
    font-size: 16px;
  }

  .p-large.ref2.contact2.mob3.mmm {
    font-size: 18px;
  }

  .p-large.ref2.cont.smakllk.smaller {
    text-align: center;
    justify-content: center;
    width: 10px;
  }

  .p-large.ref2.cont.smakllk.smaller.mmobile {
    align-items: flex-end;
    width: 10px;
  }

  .p-large.ref2.cont.small2.smalle2r {
    justify-content: center;
    width: 10px;
    display: flex;
  }

  .p-large.ref2.cont.sm.mob3 {
    font-size: 14px;
  }

  .h3-sub {
    font-size: 16px;
  }

  .about-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-container {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-container.mob1 {
    padding-top: 39px;
  }

  .avatar-name {
    font-size: 16px;
  }

  .avatar-title, .avatar-title.reverse {
    font-size: 14px;
  }

  .heading {
    margin-top: 381px;
    padding-top: 0;
    font-size: 20px;
  }

  .heading.smaller-main-heading {
    margin-bottom: 22px;
  }

  .member-name {
    margin-bottom: 0;
    font-size: 16px;
  }

  .features-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-title {
    margin-bottom: 6px;
  }

  .p-features {
    margin-bottom: 30px;
  }

  .services-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services {
    flex-flow: column;
  }

  .services-block {
    width: 100%;
  }

  .contact-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-about {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .h5-copyright.footer {
    font-size: 12px;
    font-weight: 400;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    padding-left: 20px;
  }

  .div-block-5.mmobile {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 10px;
    display: block;
  }

  .click-gallery {
    width: 90%;
  }

  .lightbox-link-2 {
    text-decoration: none;
  }

  .image-2 {
    width: 90%;
  }

  .nav-menu-2, .nav-menu-3 {
    padding-left: 20px;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .new-heading {
    flex: 0 auto;
    font-size: 40px;
  }

  .text-size-xlarge {
    font-size: 1.15rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .gallery24_image {
    max-height: 25rem;
  }
}


