b, strong {
  font-weight: bold; }

.mobile_only {
  display: none; }

.btn-form {
  border-radius: 0 !important;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35 !important;
  letter-spacing: 1.9px;
  text-align: left;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  padding: 10px 15px !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0), 0 1px 3px transparent;
  width: 100%;
  text-align: center;
  border: 1px solid; }

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px 8px 15px !important;
  background-color: #fff;
  border: 1px solid white !important;
  border-radius: 0 !important;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1 !important;
  letter-spacing: 1.9px;
  text-align: left;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: 'Montserrat', serif; }

.btn-form {
  border-radius: 0 !important;
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35 !important;
  letter-spacing: 1.9px;
  text-align: left;
  color: #b4b4b4;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  padding: 10px 15px !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0), 0 1px 3px transparent;
  width: 100%;
  text-align: center;
  border: 1px solid; }

/*
	Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  opacity: 0; }

.full-left-bg.active {
  opacity: 1; }

/*
	Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
	Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 800px) {
  .full-left-bg,
  .full-right-bg {
    display: none; }

  .full-bg-mobile {
    display: block; } }
/*=======================
    Header
=========================*/
.header {
  padding: 10px 0;
  padding-bottom: 6px;
  box-shadow: -0.4px 0.4px 5px 0 rgba(0, 0, 0, 0.13); }

.header .container {
  position: relative;
  max-width: 100%;
  padding: 0;
  width: 95%; }

.header .logo--image {
  height: 99px !important;
  position: absolute;
  top: -7px;
  left: 0; }

.header .logo img {
  max-height: 99px !important; }

.header--left .header-menu {
  text-align: center;
  font-family: 'proxima_nova_rgregular';
  line-height: 1.47;
  letter-spacing: 1.5px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding-top: 5px; }

.header--left .header-menu a {
  position: relative;
  padding-right: 10px;
  padding-left: 3px;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 0 60%;
  color: #2d2d2d; }

.header--left .header-menu a:hover {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  color: #2d2d2d; }

.header_social_icon {
  position: absolute;
  right: 0;
  top: -9px; }

.header_social_icon a {
  display: inline-block;
  margin: 0;
  padding: 6px; }

.header_social_icon img {
  max-height: 14px; }

@media (max-width: 767px) {
  .header {
    min-height: 70px; }

  .header .logo--image {
    top: 20px; }

  .header_social_icon {
    top: 0;
    right: 80px; }

  .header--left .header-menu {
    position: absolute;
    width: 100%;
    top: 65px;
    background-color: #fff;
    padding: 0;
    z-index: 99999;
    border-radius: 3px; }

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

  .header .header-menu a {
    font-size: 22px;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: solid 1px #f4e5dd; } }
/*=======================
    Footer
=========================*/
.footer .container {
  padding: 0;
  max-width: 100%;
  width: 95%;
  position: relative;
  display: flex;
  flex-wrap: wrap; }

.footer__right {
  width: 30%; }

.footer__left {
  width: 70%; }

.footer__logo {
  max-height: 27px;
  margin: 0;
  padding-right: 14px;
  margin-right: 15px;
  border-right: 1px solid #6767679c; }

.footer__copyright,
.footer_design_by {
  font-family: 'Montserrat', serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px; }

.footer_design_by {
  padding-top: 0;
  padding-left: 8px;
  color: #5c8582;
  margin-top: -2px;
  display: inline-block;
  line-height: 0; }

.footer_design_by a {
  color: #d0a590 !important; }

.footer .social-icons {
  margin: 0;
  display: inline-block;
  float: right; }

.footer .social-icons__icon {
  font-size: 14px;
  margin: 5px; }

.footer__text-container {
  float: left; }

.footer__menu {
  padding-right: 20px; }

.footer__menu-item {
  margin: 0;
  font-family: 'Montserrat', serif;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 1.9px;
  text-transform: uppercase; }

.footer__menu-item:after {
  content: "/";
  padding-right: 5px;
  padding-left: 5px; }

.footer__menu-item:last-child:after {
  display: none; }

.footer__menu-item:hover {
  color: #fff !important; }

@media (max-width: 970px) {
  .footer__menu {
    float: none;
    text-align: center;
    display: block; }

  .footer__right {
    width: 100%; }

  .footer__left {
    width: 100%; }

  .footer__copyright {
    float: none;
    display: block; }

  .footer__text-container {
    display: block;
    width: 100%;
    float: none;
    text-align: center; }

  .footer__logo {
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
    margin: 0 auto;
    float: none; }

  .footer__menu-item {
    display: inline-block; }

  .footer .social-icons {
    display: block;
    float: none;
    text-align: center; } }
/*=======================
    Section Hero ( bu_hero )
=========================*/
.pf4_section_hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 660px;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px; }

.pf4_section_hero h1 {
  font-family: 'Montserrat', serif;
  font-size: 50.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 14.1px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff; }

.hero_subtitle {
  font-family: 'Montserrat', serif;
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 3.8px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  display: block; }

.hero_text {
  font-family: 'Montserrat', serif;
  max-width: 636px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.47;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px; }

.hero_text p {
  margin: 0;
  margin-bottom: 22px;
  line-height: 1.47;
  font-size: 15px; }

@media screen and (max-width: 1150px) {
  .pf4_section_hero h1 {
    font-size: 40px;
    letter-spacing: 8px; }

  .hero_text,
  .hero_subtitle {
    letter-spacing: 2px; } }
@media screen and (max-width: 900px) {
  .pf4_section_hero .container {
    padding: 0;
    max-width: 80%; }

  .pf4_section_hero h1 {
    font-size: 36px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 6px; } }
/*=======================
   Image and Style Content
=========================*/
.pf4_image_and_style_content {
  background-color: #ffffff;
  overflow: hidden;
  padding-top: 50px; }

.pf4_image_and_style_content .container {
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.pf4_image_and_style_content__left {
  width: 55%;
  box-sizing: border-box;
  padding-right: 172px; }

.pf4_image_and_style_content__small_title_1 {
  position: absolute;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  border: solid 2px;
  color: #fff;
  top: 74px;
  z-index: 3;
  left: 341px;
  font-size: 29px;
  font-family: 'Playfair Display SC', serif;
  text-align: center;
  line-height: 53px; }

.pf4_image_and_style_content__small_title_2 {
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.39;
  letter-spacing: 2.3px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  position: absolute;
  top: 100px;
  z-index: 3;
  left: 425px; }

.pf4_image_and_style_content__box_bg {
  background-color: #edd3c6;
  top: 84px; }

.pf4_image_and_style_content__right {
  width: 43%; }

.pf4_image_and_style_content__right_in {
  background-color: #fff;
  padding: 25px 30px;
  margin-top: 130px;
  margin-left: -105px;
  position: relative;
  z-index: 2;
  min-height: 370px; }

.pf4_image_and_style_content__title {
  font-family: 'Playfair Display SC', serif;
  font-size: 24.3px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  margin-top: 0;
  margin-bottom: 0; }

.pf4_image_and_style_content__style_title {
  font-family: 'signerica_mediumregular';
  font-size: 41.3px;
  font-weight: bold;
  line-height: 1.47;
  text-align: left;
  color: #222222;
  margin-top: 0;
  margin-left: -105px; }

.pf4_image_and_style_content__text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #222222; }

.pf4_image_and_style_content__text strong {
  font-weight: 500; }

.pf4_image_and_style_content__text p {
  margin-bottom: 25px; }

@media screen and (max-width: 1150px) {
  .pf4_image_and_style_content .container {
    max-width: 800px; }

  .pf4_image_and_style_content__left {
    padding-right: 70px; }

  .pf4_image_and_style_content__style_title {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0; }

  .pf4_image_and_style_content__box_bg {
    top: 45px; }

  .pf4_image_and_style_content__right_in {
    margin-left: -50px; }

  .pf4_image_and_style_content__small_title_1 {
    height: 40px;
    width: 40px;
    line-height: 28px;
    font-size: 24px; }

  .pf4_image_and_style_content__small_title_2 {
    left: 386px;
    top: 88px; } }
@media screen and (max-width: 900px) {
  .pf4_image_and_style_content__left {
    display: none; }

  .pf4_image_and_style_content__right {
    padding: 0;
    width: 100%; }

  .pf4_image_and_style_content {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pf4_image_and_style_content .container {
    max-width: 80%; }

  .pf4_image_and_style_content__right_in {
    margin: 0;
    padding: 0;
    min-height: 10px; }

  .pf4_image_and_style_content .mobile_only {
    display: block; } }
@media screen and (max-width: 600px) {
  .pf4_image_and_style_content__style_title {
    font-size: 30px; } }
/*=======================
  Parallax Section
=========================*/
.pf4_parallax {
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.pf4_parallax .container {
  position: relative;
  padding: 0;
  max-width: 1080px;
  width: 100%;
  padding-top: 176px;
  padding-bottom: 143px; }

.pf4_parallax_number {
  position: absolute;
  height: 68px;
  width: 68px;
  margin-left: -34px;
  border-radius: 100%;
  border: solid 2px;
  color: #fff;
  top: -15px;
  z-index: 3;
  left: 50%;
  font-size: 29px;
  font-family: 'Playfair Display SC', serif;
  text-align: center;
  line-height: 53px; }

.pf4_parallax_title1 {
  color: #fff;
  margin: 0;
  font-size: 108.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 6.5px;
  opacity: 0.46;
  font-family: 'bebasregular'; }

.pf4_paralla_title2 {
  color: #fff;
  margin: 0;
  font-family: 'bebasregular';
  opacity: 0.46;
  font-size: 59.3px;
  line-height: 1;
  letter-spacing: 6.5px; }

.pf4_paralla_style_text {
  margin: 0;
  font-size: 52.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'signerica_mediumregular';
  position: absolute;
  width: 100%;
  top: 37%;
  z-index: 1; }

.pf4_paralla_button {
  font-size: 13.3px;
  line-height: 1;
  letter-spacing: 1.3px;
  text-align: center;
  color: #626262;
  font-family: 'bebasregular';
  background-color: #ffffff;
  display: inline-block;
  padding: 11px 20px;
  padding-right: 30px;
  margin: 0;
  margin-top: 34px;
  position: relative; }

.pf4_paralla_button:after {
  content: " ";
  border: solid 6px transparent;
  border-left-color: #edd3c6;
  border-left-width: 10px;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 12px;
  right: 5px; }

.pf4_paralla_button:hover {
  background-color: #EED4C7;
  color: #626262; }

.pf4_paralla_button:hover:after {
  border-left-color: #626262; }

@media screen and (max-width: 600px) {
  .pf4_paralla_style_text {
    font-size: 37px;
    top: 40%; }

  .pf4_parallax_title1 {
    font-size: 80px; }

  .pf4_paralla_title2 {
    font-size: 34px; } }
/*=======================
 Blog Section
=========================*/
.pf4_blog {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }

.pf4_blog_number {
  position: absolute;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  border: solid 2px;
  top: 67px;
  z-index: 3;
  left: -10px;
  font-size: 29px;
  font-family: 'Playfair Display SC', serif;
  text-align: center;
  line-height: 53px;
  color: #000;
  opacity: 0.2; }

.pf4_blog_small_title {
  opacity: 0.5;
  color: #000;
  font-family: 'Montserrat', serif;
  font-size: 9.5px;
  font-weight: 400;
  line-height: 1.39;
  letter-spacing: 2.3px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 28px;
  top: 54px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: top left;
  transform: rotate(90deg) translate(100%); }

.pf4_blog .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 834px;
  width: 100%; }

.pf4_blog_left {
  width: 53.7%;
  box-sizing: border-box;
  padding-right: 20px;
  position: relative; }

.pf4_blog_style_text {
  font-size: 41.3px;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
  font-family: 'signerica_mediumregular';
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 85px;
  left: -66px; }

.pf4_blog_left img {
  width: 100%; }

.pf4_blog_right {
  width: 46.3%;
  box-sizing: border-box;
  padding-top: 110px; }

.pf4_blog_right_box {
  padding: 29px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px; }

.pf4_blog_right_box_in {
  background-color: #fff;
  padding: 16px 30px; }

.pf4_blog_right_box span {
  font-family: 'Montserrat', serif;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.39;
  letter-spacing: 2.3px;
  color: #000000;
  text-transform: uppercase; }

.pf4_blog_right_box h3 {
  font-family: 'Playfair Display SC', serif;
  font-size: 16.8px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: 0.7px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 35px; }

.pf4_blog_right_box a {
  font-size: 9.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 2.3px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px; }

.pf4_blog_right_box a:after {
  content: " ";
  position: absolute;
  height: 1.5px;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0; }

.pf4_blog_right img {
  margin: 0; }

@media screen and (max-width: 1150px) {
  .pf4_blog .container {
    max-width: 700px; }

  .pf4_blog_right {
    padding-top: 45px; }

  .pf4_blog {
    padding-top: 30px;
    padding-bottom: 40px; }

  .pf4_blog_style_text {
    left: 0;
    font-size: 28.3px; } }
@media screen and (max-width: 900px) {
  .pf4_blog .container {
    width: 80%;
    max-width: 500px; }

  .pf4_blog_number {
    display: none; }

  .pf4_blog_small_title {
    display: none; }

  .pf4_blog_left {
    width: 100%;
    padding: 0; }

  .pf4_blog_right {
    width: 100%;
    padding: 0; } }
@media screen and (max-width: 600px) {
  .pf4_blog_style_text {
    font-size: 24px; }

  .pf4_blog_right_box {
    padding: 15px; } }
/*=======================
 Newsletter section
=========================*/
.pf4_Newsletter_section {
  background-size: cover !important;
  background-position: center top !important;
  padding-top: 30px;
  padding-bottom: 40px; }

.pf4_Newsletter_section .container {
  position: relative;
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0; }

.pf4_Newsletter_style_title {
  font-size: 29.3px;
  font-weight: bold;
  line-height: 1.47;
  color: #222222;
  font-family: 'signerica_mediumregular';
  position: absolute;
  width: 100%;
  z-index: 2;
  margin: 0;
  left: 0;
  top: 20px; }

.pf4_Newsletter_bg_title {
  font-family: 'bebasregular';
  font-size: 50.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  color: white !important;
  opacity: 0.76;
  position: relative;
  margin: 0;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 30px; }

.pf4_Newsletter_bg_title:after {
  content: " ";
  background-color: #edd3c6;
  width: 100%;
  height: 36px;
  bottom: 3px;
  left: 0;
  position: absolute;
  z-index: -1; }

.pf4_Newsletter_section .pf4_optin_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.pf4_Newsletter_section .pf4_optin_form .col-md-12 {
  width: 29%;
  padding-left: 5px;
  padding-right: 5px; }

.pf4_Newsletter_section .pf4_optin_form .col-md-12.button_holder {
  width: 13%;
  padding-left: 5px;
  padding-right: 5px; }

@media screen and (max-width: 1150px) {
  .pf4_Newsletter_section .container {
    max-width: 600px;
    width: 80%; }

  .pf4_Newsletter_section .pf4_optin_form .col-md-12 {
    width: 100%; } }
@media screen and (max-width: 900px) {
  .pf4_Newsletter_bg_title {
    font-size: 40px; }

  .pf4_Newsletter_style_title {
    font-size: 20px; }

  .pf4_Newsletter_section .pf4_optin_form .col-md-12.button_holder {
    width: 100px;
    padding-left: 5px;
    padding-right: 5px; } }
/*=======================
 instagram section
=========================*/
.pf4_instagram .container {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.pf4_instagram_left {
  width: 20%;
  background-color: #5C8582;
  box-sizing: border-box;
  padding: 30px; }

.pf4_instagram_left img {
  width: 40px;
  margin: 0; }

.pf4_instagram_title {
  font-size: 24.3px;
  font-weight: normal;
  line-height: 1.47;
  text-align: left;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  margin: 0;
  margin-bottom: -5px; }

.pf4_instagram_style_titles {
  position: relative; }

.pf4_paralla_style_text_1 {
  font-family: 'bebasregular';
  font-size: 50.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: white;
  opacity: 0.11;
  margin: 0; }

.pf4_paralla_style_text_2 {
  font-family: 'signerica_mediumregular';
  font-size: 29.3px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0;
  position: absolute;
  top: 11px;
  left: 3px;
  z-index: 2; }

.pf4_instagram_link {
  font-family: 'Montserrat', serif;
  font-size: 11.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.37;
  letter-spacing: 2.3px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin: 0;
  margin-top: 10px; }

.pf4_instagram_right {
  width: 80%; }

.pf4_instagram_right iframe {
  margin-bottom: -9px; }

@media screen and (max-width: 1150px) {
  .pf4_instagram_left {
    width: 100%;
    text-align: center; }

  .pf4_instagram_right {
    width: 100%; }

  .pf4_instagram_title {
    text-align: center; }

  .pf4_instagram_style_titles {
    text-align: center;
    margin-top: 10px; }

  .pf4_paralla_style_text_1 {
    text-align: center; }

  .pf4_paralla_style_text_2 {
    text-align: center;
    width: 100%; } }
/*=======================
 Full Image and content
=========================*/
.pf4_full_image_and_content {
  padding: 0;
  background-color: #F4E5DD;
  overflow: hidden; }

.pf4_full_image_and_content .container {
  max-width: 1080px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.pf4_full_image_and_content__left {
  width: 50%;
  min-height: 600px; }

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

.pf4_full_image_and_content__right {
  width: 50%;
  box-sizing: border-box;
  padding: 120px 60px;
  padding-right: 20px; }

.pf4_full_image_and_content__right_in {
  position: relative; }

.pf4_full_image_and_content__title {
  font-family: 'bebasregular';
  margin: 0;
  font-size: 50.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: left;
  color: white;
  opacity: 0.57;
  margin-bottom: 5px; }

.pf4_full_image_and_content__style_title {
  font-family: 'signerica_mediumregular';
  margin: 0;
  font-size: 41.3px;
  font-weight: bold;
  line-height: 1.47;
  color: #222222;
  position: absolute;
  top: 16px;
  left: 0; }

.pf4_full_image_and_content__subtitle {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 24.3px;
  text-align: left;
  color: #222222;
  margin-bottom: 17px; }

.pf4_full_image_and_content__text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  color: #222222; }

.pf4_full_image_and_content__text p {
  margin: 0;
  margin-bottom: 25px; }

@media screen and (max-width: 1150px) {
  .pf4_full_image_and_content .container {
    max-width: 800px; }

  .pf4_full_image_and_content__right {
    padding: 0;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px; }

  .pf4_full_image_and_content__left {
    min-height: 300px; } }
@media screen and (max-width: 900px) {
  .pf4_full_image_and_content {
    padding-top: 30px;
    padding-bottom: 20px; }

  .pf4_full_image_and_content .mobile_only {
    display: block; }

  .pf4_full_image_and_content .container {
    width: 80%; }

  .pf4_full_image_and_content__left {
    display: none; }

  .pf4_full_image_and_content__right {
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 600px) {
  .pf4_full_image_and_content__title {
    font-size: 40px; }

  .pf4_full_image_and_content__style_title {
    font-size: 26px; } }
/*=======================
 Text Only
=========================*/
.pf4_text_only {
  background-color: #7E9E9B;
  text-align: center;
  padding-top: 92px;
  padding-bottom: 92px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom; }

.pf4_text_only .container {
  max-width: 930px;
  padding: 0; }

.pf4_text_only__title {
  font-family: 'Playfair Display', serif;
  font-size: 24.5px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  max-width: 775px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.3; }

.pf4_text_only__title mark {
  padding: 0;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 88%; }

.pf4_text_only__text {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: 'Poppins', sans-serif; }

@media screen and (max-width: 1150px) {
  .pf4_text_only {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pf4_text_only .container {
    max-width: 800px; } }
@media screen and (max-width: 900px) {
  .pf4_text_only .container {
    max-width: 80%; } }
/*=======================
 Simple Content & Image
=========================*/
.pf4_simple_content_and_image {
  background-color: #fff;
  color: #222;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #222;
  font-family: 'Poppins', sans-serif;
  padding-top: 56px;
  padding-bottom: 93px; }

.pf4_simple_content_and_image h4 {
  font-size: 24.5px;
  font-family: 'Playfair Display', serif;
  margin: 0;
  margin-bottom: 20px; }

.pf4_simple_content_and_image p {
  margin: 0;
  margin-bottom: 18px; }

.pf4_simple_content_and_image .container {
  max-width: 1080px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.pf4_simple_content_and_image__left {
  width: 45%;
  padding-top: 64px;
  padding-bottom: 30px; }

.pf4_simple_content_and_image__right {
  width: 55%;
  padding-left: 145px;
  padding-top: 10px;
  padding-bottom: 36px; }

.pf4_simple_content_and_image__right img {
  max-width: 100%; }

.pf4_simple_content_and_image__box_bg {
  background-color: #edd3c6;
  top: auto;
  bottom: 0;
  height: 70%; }

.pf4_simple_content_and_image__left_in {
  background-color: #fff;
  z-index: 3;
  margin-right: -116px;
  position: relative;
  padding-bottom: 25px;
  padding-right: 40px;
  text-align: justify;
  padding-left: 82px; }

.pf4_simple_content_and_image mark {
  padding: 0;
  color: #222;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 88%; }

@media screen and (max-width: 1150px) {
  .pf4_simple_content_and_image {
    padding-bottom: 30px; }

  .pf4_simple_content_and_image .container {
    max-width: 800px; }

  .pf4_simple_content_and_image__left {
    width: 50%;
    padding: 0; }

  .pf4_simple_content_and_image__right {
    width: 50%;
    padding: 0;
    padding-left: 30px; }

  .pf4_simple_content_and_image__left_in {
    margin-right: 0;
    padding: 0; }

  .pf4_simple_content_and_image__right .full-right-bg,
  .pf4_simple_content_and_image__right .full-bg-mobile {
    display: none; } }
@media screen and (max-width: 900px) {
  .pf4_simple_content_and_image__right {
    display: none; }

  .pf4_simple_content_and_image__left {
    width: 100%; }

  .pf4_simple_content_and_image__left .mobile_only {
    display: block;
    margin-bottom: 30px; }

  .pf4_simple_content_and_image .container {
    width: 80%; } }
/*=======================
 Box content and BG
=========================*/
.pf4_box_Content_and_BG {
  background-color: #fff;
  padding-top: 43px;
  padding-bottom: 163px;
  position: relative;
  overflow: hidden; }

.pf4_box_Content_and_BG .container {
  position: relative;
  z-index: 4;
  max-width: 1080px;
  padding: 0; }

.pf4_box_Content_and_BG_mainBG {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  height: calc(100% - 233px);
  bottom: 233px;
  left: 0;
  background-color: #e1e2e4;
  z-index: 2; }

.pf4_box_Content_and_BG_boxBG {
  position: absolute;
  width: 60%;
  height: 100%;
  top: -88px;
  left: 0;
  background-color: #edd3c6;
  z-index: 1; }

.pf4_box_Content_and_BG_content {
  width: 50%;
  margin-left: 50%; }

.pf4_box_Content_and_BG_content_in {
  background-color: #fff;
  padding: 24px 37px;
  text-align: center;
  position: relative; }

.pf4_box_Content_and_BG__title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 24.3px;
  font-weight: normal;
  color: #222222;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 34px; }

.pf4_box_Content_and_BG__title mark {
  padding: 0;
  color: #222;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: 0 98%;
  padding-left: 7px;
  padding-right: 20px; }

.pf4_box_Content_and_BG__text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  text-align: justify;
  color: #222222; }

.pf4_box_Content_and_BG__text p {
  margin: 0;
  margin-bottom: 25px; }

.pf4_box_Content_and_BG__style_text {
  font-family: 'signerica_mediumregular';
  font-size: 30.5px;
  font-weight: bold;
  line-height: 1.47;
  color: #222222;
  display: block;
  padding-left: 40px;
  margin-bottom: 50px;
  padding-top: 10px;
  text-align: left; }

.pf4_box_Content_and_BG_tapeTop {
  margin: 0;
  width: 92px;
  position: absolute;
  top: -24px;
  right: -24px; }

.pf4_box_Content_and_BG_tapeBottom {
  margin: 0;
  width: 92px;
  position: absolute;
  bottom: -24px;
  left: -24px; }

@media screen and (max-width: 1150px) {
  .pf4_box_Content_and_BG {
    padding-bottom: 40px;
    background-color: #edd3c6; }

  .pf4_box_Content_and_BG_boxBG {
    display: none; }

  .pf4_box_Content_and_BG_mainBG {
    display: none; }

  .pf4_box_Content_and_BG .container {
    max-width: 800px; }

  .pf4_box_Content_and_BG_content {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 900px) {
  .pf4_box_Content_and_BG .container {
    max-width: 80%; } }
@media screen and (max-width: 600px) {
  .pf4_box_Content_and_BG_content_in {
    padding: 20px; }

  .pf4_box_Content_and_BG__style_text {
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px; } }
/*=======================
 Contact form
=========================*/
.pf4_contact_form {
  text-align: center;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 65px; }

.pf4_contact_form .container {
  max-width: 726px;
  padding: 0; }

.pf4_contact_form .optin--stacked {
  margin: 0; }

.pf4_contact_form .form-control {
  border: solid 1px #959595 !important; }

.pf4_contact_form .optin--stacked .col-md-12 {
  margin-bottom: 14px; }

.pf4_contact_form .optin--stacked .col-md-12:nth-of-type(3),
.pf4_contact_form .optin--stacked .col-md-12:nth-of-type(4) {
  width: 50%; }

.pf4_contact_form .optin__panel--boxed {
  box-shadow: 0 0 0 transparent; }

.pf4_contact_form .btn-form {
  background-color: #D1A691;
  color: #fff;
  display: inline-block;
  width: auto;
  float: right;
  padding-left: 30px !important;
  padding-right: 30px  !important; }

.pf4_contact_form .optin__subheading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  font-family: 'Playfair Display', serif; }

.pf4_contact_form .optin__subheading mark {
  padding: 0;
  color: #222;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 0 88%; }

@media screen and (max-width: 900px) {
  .pf4_contact_form {
    padding-bottom: 40px;
    padding-top: 20px; }

  .pf4_contact_form .container {
    max-width: 80%; }

  .pf4_contact_form .optin--stacked .col-md-12:nth-of-type(3),
  .pf4_contact_form .optin--stacked .col-md-12:nth-of-type(4) {
    width: 100%; }

  .pf4_contact_form .optin--stacked .col-md-12 {
    margin-bottom: 0; } }
/*=======================
 Blog Archive
=========================*/
.pf4_blog_archive {
  background-color: #fff;
  padding: 27px 0; }

.pf4_blog_archive .blog__title {
  font-size: 24.3px;
  font-weight: 700;
  color: #000000;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  max-width: 500px; }

.pf4_blog_archive .blog__info {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.75;
  margin-bottom: 1px; }

.pf4_blog_archive .blog__conent {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: #222222;
  margin-top: 26px; }

.pf4_blog_archive .blog__more {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.39;
  letter-spacing: 2.3px;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  padding-left: 2px;
  padding-right: 5px;
  margin-top: 0; }

.pf4_blog_archive .blog__more:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  bottom: 0;
  left: 0; }

.pf4_blog_archive #section-blog_sidebar .panel__heading {
  font-size: 24.3px;
  font-weight: normal;
  text-align: left;
  color: #222222;
  font-family: 'Playfair Display', serif;
  opacity: 1;
  position: relative; }

.pf4_blog_archive #section-blog_sidebar .panel__heading:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #edd3c6;
  bottom: 0;
  left: 0; }

.pf4_blog_archive #section-blog_sidebar .panel__body {
  padding: 0; }

.pf4_blog_archive #section-blog_sidebar .recent-post__title {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.47;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
  margin: 0;
  margin-bottom: 5px; }

.pf4_blog_archive #section-blog_sidebar .recent-post__date {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  line-height: 1.63;
  color: #bababa;
  margin: 0; }

.pf4_blog_archive #section-blog_sidebar .recent-post img {
  max-width: 90%;
  margin: 0;
  margin-bottom: 12px; }

.pf4_blog_archive #section-blog_sidebar .recent-post {
  margin-bottom: 40px; }

/*=======================
 Center Box
=========================*/
.pf4_center_box {
  padding-top: 95px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #fff;
  position: relative; }

.pf4_center_box:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }

.pf4_center_box .container {
  max-width: 707px;
  padding: 0;
  position: relative;
  z-index: 1; }

.pf4_center_box_content {
  background-color: #edd3c6;
  padding: 55px 70px;
  box-sizing: border-box; }

.pf4_center_box_title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 24.5px;
  font-weight: normal;
  line-height: 1.16;
  text-align: center;
  color: #222222;
  margin-bottom: 28px; }

.pf4_center_box_hr {
  max-width: 317px;
  height: 3.5px;
  background-color: #ffffff;
  border: 0;
  margin: 0 auto;
  margin-bottom: 28px;
  width: 90%; }

.pf4_center_box_subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px; }

.pf4_center_box_text {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
  margin-bottom: 45px; }

.pf4_center_box_button {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0px 5px 0 0 rgba(0, 0, 0, 0.04);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #000000;
  padding: 14px 25px;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 13px; }

.pf4_center_box_button:hover {
  color: #ffffff;
  background-color: #7E9E9B; }

@media screen and (max-width: 1150px) {
  .pf4_center_box {
    padding-top: 35px;
    padding-bottom: 35px; } }
@media screen and (max-width: 800px) {
  .pf4_center_box .container {
    width: 90%; }

  .pf4_center_box_content {
    padding: 20px; } }
/*=======================
 FAQ
=========================*/
.pf4_faq {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 90px; }

.pf4_faq .container {
  padding: 0;
  max-width: 90%; }

.pf4_faq h2 {
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
  font-size: 34.5px;
  font-weight: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #222222;
  font-family: 'Playfair Display', serif; }

.pf4_faq h2 mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 80%;
  padding-left: 5px;
  padding-right: 20px; }

.pf4_faq_items {
  max-width: 706px;
  margin: 0 auto;
  border: solid 1px #d0d0d0;
  border-bottom: 0; }

.pf4_faq_item_title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 17.8px;
  font-weight: normal;
  line-height: 1.2;
  color: #7a7a7a;
  padding: 15px 15px;
  border-bottom: solid 1px #d0d0d0;
  cursor: pointer;
  position: relative;
  padding-right: 40px; }

.pf4_faq_item_title:after {
  content: " ";
  position: absolute;
  height: 17px;
  width: 17px;
  right: 12px;
  top: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.pf4_faq_item_title:hover {
  color: #edd3c6; }

.pf4_faq_item_title.active {
  background-color: #edd3c6;
  color: #fff; }

.pf4_faq_item_text {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #606060;
  padding: 20px;
  padding-bottom: 30px;
  display: none;
  border-bottom: solid 1px #d0d0d0; }

.pf4_faq_item_text.active {
  display: block; }

@media screen and (max-width: 1150px) {
  .pf4_faq {
    padding-bottom: 40px; }

  .pf4_faq h2 {
    margin-bottom: 20px; } }
/*=======================
 List content and Box
=========================*/
.pf4_list_content_and_box {
  background-color: #F2DDD2;
  padding-top: 61px;
  padding-bottom: 58px; }

.pf4_list_content_and_box .container {
  padding: 0;
  max-width: 1080px; }

.pf4_list_content_and_box h2 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 34.5px;
  font-weight: normal;
  line-height: 1.11;
  color: #222222;
  margin-bottom: 24px;
  max-width: 500px; }

.pf4_list_content_and_box article {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.54;
  color: #222222;
  max-width: 800px; }

.pf4_list_content_and_box article ul {
  margin: 0;
  padding: 0; }

.pf4_list_content_and_box article li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-top: 16px;
  margin-bottom: 16px; }

.pf4_list_content_and_box article li:after {
  content: " ";
  position: absolute;
  height: 15px;
  width: 15px;
  background-size: contain;
  left: 0;
  top: 4px; }

.pf4_list_content_and_box__box {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 35px; }

.pf4_list_content_and_box__box_left {
  width: 30%;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 30px 45px; }

.pf4_list_content_and_box__box_left h4 {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 24.5px;
  font-weight: normal;
  line-height: 1.2;
  color: #222222; }

.pf4_list_content_and_box__box_right {
  font-family: 'Playfair Display', serif;
  width: 70%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  padding: 30px 45px; }

.pf4_list_content_and_box__box_right ul {
  margin: 0;
  padding: 0; }

.pf4_list_content_and_box__box_right li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px; }

.pf4_list_content_and_box__box_right li:after {
  content: " ";
  position: absolute;
  height: 15px;
  width: 15px;
  background-size: contain;
  left: 0;
  top: 1px; }

@media screen and (max-width: 1150px) {
  .pf4_list_content_and_box {
    padding-top: 30px;
    padding-bottom: 40px; }

  .pf4_list_content_and_box .container {
    max-width: 800px; } }
@media screen and (max-width: 900px) {
  .pf4_list_content_and_box__box_right,
  .pf4_list_content_and_box__box_left {
    width: 100%;
    text-align: left;
    padding: 10px 15px; }

  .pf4_list_content_and_box .container {
    max-width: 80%; } }
/*=======================
 List content Only
=========================*/
.pf4_list_content_only {
  background-color: #7E9E9B;
  padding-top: 52px;
  padding-bottom: 56px; }

.pf4_list_content_only .container {
  padding: 0;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap; }

.pf4_list_content_only__title_holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 37%;
  box-sizing: border-box;
  padding-right: 30px; }

.pf4_list_content_only__title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.11;
  color: #ffffff;
  margin-bottom: 20px; }

.pf4_list_content_only__styleTitle {
  font-family: 'signerica_mediumregular';
  font-size: 38.3px;
  font-weight: normal;
  line-height: 1.03;
  color: #ffffff; }

.pf4_list_content_only__content {
  width: 63%;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
  font-family: 'Poppins', sans-serif; }

.pf4_list_content_only__content ul {
  margin: 0;
  padding: 0;
  max-width: 600px; }

.pf4_list_content_only__content li {
  list-style-type: none;
  position: relative;
  padding-left: 55px;
  margin-top: 24px;
  margin-bottom: 24px; }

.pf4_list_content_only__content li:before {
  content: " ";
  position: absolute;
  height: 31px;
  width: 31px;
  left: 0;
  top: 0px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.45; }

.pf4_list_content_only__content li:after {
  font-family: 'bebasregular';
  content: "01";
  position: absolute;
  height: 31px;
  width: 31px;
  left: 0;
  top: 0;
  font-size: 13.8px;
  font-weight: normal;
  line-height: 1.11;
  color: #ffffff;
  text-align: center;
  line-height: 31px; }

.pf4_list_content_only__content li:nth-child(2):after {
  content: "02"; }

.pf4_list_content_only__content li:nth-child(3):after {
  content: "03"; }

.pf4_list_content_only__content li:nth-child(4):after {
  content: "04"; }

.pf4_list_content_only__content li:nth-child(5):after {
  content: "05"; }

.pf4_list_content_only__content li:nth-child(6):after {
  content: "06"; }

.pf4_list_content_only__content li:nth-child(7):after {
  content: "07"; }

.pf4_list_content_only__content li:nth-child(8):after {
  content: "08"; }

.pf4_list_content_only__content li:nth-child(9):after {
  content: "09"; }

.pf4_list_content_only__content li:nth-child(10):after {
  content: "10"; }

.pf4_list_content_only__content li:nth-child(11):after {
  content: "11"; }

@media screen and (max-width: 1150px) {
  .pf4_list_content_only {
    padding-top: 40px;
    padding-bottom: 30px; }

  .pf4_list_content_only .container {
    max-width: 800px; } }
@media screen and (max-width: 900px) {
  .pf4_list_content_only__title_holder,
  .pf4_list_content_only__content {
    width: 100%;
    text-align: left;
    padding: 0; }

  .pf4_list_content_only__title_holder {
    padding-bottom: 20px; }

  .pf4_list_content_only .container {
    max-width: 80%; }

  .pf4_list_content_only__styleTitle {
    font-size: 29px; } }
/*=======================
 3 Boxes
=========================*/
.pf4_3_boxes {
  padding-top: 68px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.pf4_3_boxes .container {
  max-width: 1080px;
  padding: 0; }

.pf4_3_boxes_title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 14px; }

.pf4_3_boxes_items {
  display: flex;
  flex: 1 1 auto;
  margin-left: -20px;
  margin-right: -20px;
  flex-direction: row; }

.pf4_3_boxes_item {
  width: 33.333%;
  box-sizing: border-box;
  margin: 20px;
  background-color: #fff; }

.pf4_3_boxes_item_in {
  padding: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 58px;
  padding-top: 30px; }

.pf4_3_boxes_item_small_title {
  font-family: 'Montserrat', serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 3.6px;
  color: #000000;
  text-transform: uppercase; }

.pf4_3_boxes_item_number {
  font-family: 'Playfair Display', serif;
  font-size: 29px;
  font-weight: normal;
  color: #000000;
  box-sizing: border-box;
  height: 68px;
  width: 68px;
  border-radius: 100%;
  border: solid 2px #edd3c6;
  text-align: center;
  line-height: 54px;
  display: inline-block; }

.pf4_3_boxes_item_title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 23px;
  font-weight: normal;
  line-height: 0.96;
  color: #222222;
  margin: 0 auto;
  margin-top: 10px; }

.pf4_3_boxes_item_content {
  margin-top: 27px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.47;
  color: #222222;
  font-family: 'Poppins', sans-serif; }

@media screen and (max-width: 1150px) {
  .pf4_3_boxes {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pf4_3_boxes .container {
    max-width: 800px; }

  .pf4_3_boxes_items {
    margin-left: -5px;
    margin-right: -5px; }

  .pf4_3_boxes_item {
    margin: 5px; } }
@media screen and (max-width: 900px) {
  .pf4_3_boxes_item {
    width: 100%; }

  .pf4_3_boxes_items {
    flex-wrap: wrap; }

  .pf4_3_boxes .container {
    width: 80%; }

  .pf4_3_boxes_item_in {
    padding: 30px 20px; } }
/*=======================
 2 columns
=========================*/
.pf4_2_columns {
  background-color: #fff;
  padding-top: 76px;
  padding-bottom: 91px; }

.pf4_2_columns .container {
  padding: 0;
  max-width: 1080px; }

.pf4_2_columns__title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  color: #222222;
  max-width: 515px;
  margin: 0 auto;
  margin-bottom: 10px; }

.pf4_2_columns__style_title {
  font-family: 'signerica_mediumregular';
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #222222;
  margin: 0;
  margin-bottom: 50px; }

.pf4_2_columns__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px; }

.pf4_2_columns__left {
  width: 50%;
  padding-right: 25px; }

.pf4_2_columns__right {
  width: 50%;
  padding-left: 25px; }

.pf4_2_columns__left,
.pf4_2_columns__right {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: justify;
  color: #222222; }

.pf4_2_columns__left p,
.pf4_2_columns__right p {
  margin: 0;
  margin-bottom: 22px; }

.pf4_2_columns__bottom_text {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  display: block; }

.pf4_2_columns__bottom_text mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 80%;
  padding-left: 5px;
  padding-right: 10px; }

@media screen and (max-width: 1150px) {
  .pf4_2_columns {
    padding-top: 40px;
    padding-bottom: 40px; }

  .pf4_2_columns .container {
    max-width: 900px; } }
@media screen and (max-width: 900px) {
  .pf4_2_columns .container {
    width: 80%; }

  .pf4_2_columns__left,
  .pf4_2_columns__right {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }

  .pf4_2_columns__style_title {
    font-size: 18px; } }
/*=======================
 Video
=========================*/
.pf4_video_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #000000bd; }

.pf4_video_popup.active {
  display: block; }

.pf4_video_popup_in {
  position: fixed;
  top: 40px;
  left: 50%;
  width: 80%;
  max-width: 800px;
  z-index: 99999;
  transform: translateX(-50%); }

.pf4_video_popup_content {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px; }

.pf4_close_popup {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #000;
  z-index: 9999;
  text-align: center;
  border-radius: 100%;
  font-weight: bold;
  top: -31px;
  right: -14px; }

.pf4_video_popup_content .video {
  margin: 0; }

.pf4_video_and_content {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 117px;
  position: relative; }

.pf4_video_and_content:after {
  content: " ";
  position: absolute;
  height: 80%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }

.pf4_video_and_content .container {
  max-width: 1030px;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

.pf4_video_and_content__left {
  width: 61%;
  padding-top: 60px;
  padding-right: 134px;
  box-sizing: border-box; }

.pf4_video_and_content__right {
  width: 39%;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  color: #222222;
  padding-top: 89px; }

.pf4_video_and_content__right strong {
  font-weight: 500; }

.pf4_video_and_content__title {
  font-family: 'Playfair Display', serif;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 10px;
  z-index: 2; }

.pf4_video_and_content__title mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #f1e5df 0%, #f1e5df 100%);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: 0 80%;
  padding-left: 5px;
  padding-right: 10px; }

.pf4_video_and_content__style_title {
  font-family: 'signerica_mediumregular';
  margin: 0;
  font-size: 36.3px;
  line-height: 0.86;
  color: #222222;
  font-weight: bold;
  z-index: 2;
  margin-bottom: 35px; }

.pf4_video_and_content__video {
  height: 306px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  z-index: 2;
  position: relative; }

.pf4_video_and_content__video:after,
.pf4_video_and_content__video:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.pf4_video_and_content__video:after {
  background-size: 69px;
  background-repeat: no-repeat;
  background-position: center; }

.pf4_video_and_content__video:before {
  background-color: #000;
  opacity: 0.6;
  transition: all 0.5s ease; }

.pf4_video_and_content__video:hover:before {
  opacity: 0.5; }

.pf4_video_and_contentt__box_bg {
  background-color: #EED4C7;
  height: 88%;
  z-index: 1; }

.pf4_video_and_content__right_in {
  background-color: #fff;
  padding: 50px;
  margin-left: -174px;
  z-index: 1;
  position: relative;
  padding-top: 75px;
  padding-left: 98px;
  padding-bottom: 10px; }

.pf4_video_and_content__bottom_text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #222222; }

.pf4_video_and_content__bottom_text mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #edd3c6 0%, #edd3c6 100%);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 0 80%;
  padding-left: 5px;
  padding-right: 10px; }

.pf4_video_and_content__right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 22px; }

.pf4_video_and_content__right ul li {
  margin: 0;
  position: relative;
  padding-left: 29px;
  margin-bottom: 20px; }

.pf4_video_and_content__right ul li:before {
  content: " ";
  position: absolute;
  height: 11px;
  width: 11px;
  background-size: contain;
  left: 0;
  top: 6px; }

@media screen and (max-width: 1150px) {
  .pf4_video_and_content {
    padding-top: 30px;
    padding-bottom: 30px; }

  .pf4_video_and_content .container {
    max-width: 800px; }

  .pf4_video_and_content__style_title {
    font-size: 22px; }

  .pf4_video_and_content__video {
    height: 240px; }

  .pf4_video_and_content__right_in {
    padding: 40px;
    padding-left: 70px; } }
@media screen and (max-width: 900px) {
  .pf4_video_and_content .container {
    max-width: 80%; }

  .pf4_video_and_content__left,
  .pf4_video_and_content__right {
    width: 100%;
    padding: 0; }

  .pf4_video_and_content__right_in {
    padding: 20px;
    margin: 0; }

  .pf4_video_and_contentt__box_bg {
    display: none; }

  .pf4_video_and_content__video {
    margin-bottom: 30px;
    max-width: 400px; } }
@media screen and (max-width: 500px) {
  .pf4_video_and_content__video {
    height: 200px; } }
@media screen and (max-width: 370px) {
  .pf4_video_and_content__video {
    height: 160px; } }
/*
 Style Popup
=================*/
.pf4_style_popup .pf4_video_popup_in {
  max-width: 512px; }

.pf4_style_popup .pf4_video_popup_content {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  padding: 40px;
  padding-top: 127px;
  padding-bottom: 54px; }

.pf4_style_popup .pf4_video_popup_content * {
  position: relative;
  z-index: 2; }

.pf4_style_popup .pf4_video_popup_content:before {
  background-color: #edd3c6;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: calc(100% - 50px); }

.pf4_style_popup .pf4_video_popup_content:after {
  background-color: rgba(237, 211, 198, 0);
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/610000/settings_images/8jarh8uwRVWsi5EeC6ne_the-box-bg.png);
  background-size: 175%;
  background-repeat: no-repeat;
  background-position: left bottom; }

.pf4_style_popup .kajabi-form--inline {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  text-align: center; }

.pf4_style_popup #kajabi-form .kajabi-form__content {
  max-width: 100%; }

.pf4_style_popup .kajabi-form__title,
.pf4_style_popup .kajabi-form__subtitle {
  display: none; }

.pf4_style_popup #kajabi-form .kajabi-form__form-item {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px; }

.pf4_style_popup #kajabi-form .kajabi-form__btn {
  background-color: rgba(255, 255, 255, 0);
  font-family: Montserrat;
  font-size: 9.5px;
  font-weight: normal;
  line-height: 1.39;
  letter-spacing: 2.3px;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin-top: 22px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px; }

.pf4_style_popup #kajabi-form .kajabi-form__btn:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  opacity: 0.9; }

.pf4_style_popup h4 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.16;
  text-align: center;
  color: #222222;
  margin: 0;
  margin-bottom: 39px; }

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

.pf4_style_popup #kajabi-form .kajabi-form__form-item input {
  font-family: Montserrat;
  line-height: 1.35;
  letter-spacing: 1.9px;
  font-size: 9px;
  border-radius: 0;
  padding: 5px 20px 5px 10px;
  height: 32px; }

.pf4_style_popup #kajabi-form .kajabi-form__form-item input:hover {
  border-color: #fff; }

.pf4_style_popup .pf4_close_popup {
  border: solid 1px #000;
  background-color: #0000;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  margin: 0;
  top: 57px;
  right: 7px;
  font-size: 8px;
  line-height: 13px;
  text-align: center; }

.pf4_popup_thankyou {
  position: relative; }

.pf4_popup_thankyou h2 {
  font-family: 'signerica_mediumregular';
  font-size: 38.3px;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #000000;
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 24px;
  left: 0;
  margin: 0; }

.pf4_popup_thankyou h3 {
  opacity: 0.5;
  font-family: 'bebasregular';
  font-size: 50.8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #fff;
  margin: 0; }

.pf4_popup_thankyou h4 {
  margin: 0; }

.pf4_center_box_content {
  background-color: rgba(237, 211, 198, 0);
  padding-top: 97px;
  padding-bottom: 25px; }

.pf4_center_box_content .pf4_center_box_content_in {
  position: relative;
  z-index: 2; }

.pf4_center_box_content:before {
  background-color: #edd3c6;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: calc(100% - 50px); }

.pf4_center_box_content:after {
  background-color: rgba(237, 211, 198, 0);
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/610000/settings_images/8jarh8uwRVWsi5EeC6ne_the-box-bg.png);
  background-size: 175%;
  background-repeat: no-repeat;
  background-position: left bottom; }

.pf4_center_box .container {
  max-width: 512px; }

.pf4_center_box {
  background-color: #a7a7a7;
  min-height: 80vh;
  box-sizing: border-box;
  padding-top: 180px; }

.pf4_center_box:after {
  background-size: cover; }

.pf4_center_box:before {
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #000;
  z-index: 1;
  opacity: 0.5; }
