/*** Font Family  ***/
/*** Font-size as h1-h6 headings ***/
/*** Background properties  ***/
/*** App color variable ***/
/*** Font Family  ***/
/** for Home Page responsive only **/
@media only screen and (max-width: 1400px) {
  .page-wrapper .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-wrapper .container {
    max-width: 1025px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-wrapper .container {
    max-width: 100%;
    width: 100%;
  }
}

.hp-banner {
  padding: 265px 0;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .hp-banner {
    padding: 200px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner {
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner {
    padding: 150px 0;
  }
}

.hp-banner:before {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 793px;
  height: 793px;
  border-radius: 50%;
  background-color: #FFE600;
  content: "";
  margin: auto;
}

@media only screen and (max-width: 1400px) {
  .hp-banner:before {
    width: 663px;
    height: 663px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner:before {
    width: 533px;
    height: 533px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner:before {
    width: 463px;
    height: 463px;
    display: none;
  }
}

.hp-banner .hp-banner-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 565px;
}

@media only screen and (max-width: 1400px) {
  .hp-banner .hp-banner-inner {
    width: 1000px;
    position: relative;
    min-height: 365px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner {
    width: 750px;
    min-height: 255px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner {
    width: 590px;
    top: 35px;
    margin-bottom: 200px;
    min-height: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner {
    padding: 0 15px;
    width: 510px;
    min-height: 155px;
    margin-bottom: 180px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner {
    width: 300px;
    min-height: 100px;
    padding: 0;
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner.space-none {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner::after {
    content: "";
    background-color: #ffe600;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 85px;
    margin: auto;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner::after {
    width: 320px;
    height: 320px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner::after {
    width: 264px;
    height: 264px;
    top: 0;
  }
}

.hp-banner .hp-banner-inner .h1 {
  font-size: 502px;
  line-height: 497px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: "antonregular";
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 0.68;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .hp-banner .hp-banner-inner .h1 {
    font-size: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner .h1 {
    font-size: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner .h1 {
    font-size: 230px;
    z-index: 1;
    top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner .h1 {
    font-size: 180px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner .h1 {
    font-size: 112px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hp-banner .hp-banner-inner .h1 .anchor-wrap {
  width: 380px;
  height: 646px;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media only screen and (max-width: 1400px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap {
    width: 280px;
    height: 490px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap {
    width: 210px;
    height: 330px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap {
    width: 180px;
    height: 281px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap {
    width: 140px;
    height: 235px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap {
    width: 104px;
    height: 178px;
    top: -35px;
  }
}

.hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
  position: absolute;
  left: -118px;
  right: 0;
  bottom: -35px;
  width: 625px;
  height: 333px;
  content: "";
  background: url("../../images/smile.svg") no-repeat center;
  background-size: 100% auto;
}

@media only screen and (max-width: 1400px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
    left: -97px;
    right: 0;
    bottom: -23px;
    width: 475px;
    height: 256px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
    left: -72px;
    right: 0;
    bottom: -54px;
    width: 358px;
    height: 245px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
    left: -55px;
    right: 0;
    bottom: -31px;
    width: 289px;
    height: 175px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
    left: -52px;
    right: 0;
    bottom: -41px;
    width: 245px;
    height: 175px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner .h1 .anchor-wrap::after {
    left: -25px;
    right: 0;
    bottom: -16px;
    width: 155px;
    height: 95px;
  }
}

.hp-banner .hp-banner-inner .h1 .anchor-wrap a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 0 0 15% 15%;
}

.hp-banner .hp-banner-inner .h1 .anchor-wrap a img {
  width: 100%;
}

.hp-banner .hp-banner-inner .h1 span {
  white-space: nowrap;
  display: inline-block;
  letter-spacing: -0.02em;
}

.hp-banner .hp-banner-inner .h1 .logo-title {
  position: absolute;
  right: -35px;
  top: 30%;
  bottom: 0;
  margin: auto;
  color: #FFE600;
  font-size: 72px;
  line-height: 50px;
  letter-spacing: -0.02em;
  height: 65px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner .h1 .logo-title {
    right: -35px;
    top: 30%;
    bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner .h1 .logo-title {
    right: 65px;
    top: 315px;
    bottom: 0;
    font-size: 36px;
    line-height: 50px;
    -webkit-transform: none;
    transform: none;
    color: black;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner .h1 .logo-title {
    right: 50px;
    top: 255px;
    bottom: 0;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner .h1 .logo-title {
    right: 20px;
    top: 165px;
    bottom: 0;
    font-size: 24px;
  }
}

.hp-banner .hp-banner-inner .top-txt {
  position: absolute;
  top: -120px;
  left: 20px;
  right: 0;
  margin: 0 auto;
  font-size: 208px;
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-transform: rotate(-11.79deg);
  transform: rotate(-11.79deg);
  font-family: "ArtisoulSignature";
  text-transform: capitalize;
  letter-spacing: -0.02em;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .hp-banner .hp-banner-inner .top-txt {
    top: -120px;
    left: 20px;
    right: 0;
    font-size: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .hp-banner-inner .top-txt {
    top: -80px;
    left: 20px;
    font-size: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .hp-banner-inner .top-txt {
    top: -75px;
    left: 10px;
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hp-banner .hp-banner-inner .top-txt {
    top: -60px;
    left: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .hp-banner .hp-banner-inner .top-txt {
    top: -85px;
    left: 0;
    font-size: 62px;
  }
}

.hp-banner .banner-post {
  position: absolute;
  right: 100px;
  bottom: 40px;
  width: 335px;
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .hp-banner .banner-post {
    right: 40px;
    bottom: -90px;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-banner .banner-post {
    right: 30px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .hp-banner .banner-post {
    position: static;
    width: 100%;
    text-align: center;
    padding: 0 30px;
  }
}

.hp-banner .banner-post h2 {
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 540px) {
  .hp-banner .banner-post h2 {
    margin-bottom: 10px;
  }
}

.postui {
  position: relative;
}

.postui.firstStyle {
  padding: 90px 0 0px 0;
  margin: 140px 0 100px;
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle {
    padding: 200px 0 70px;
    margin: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle {
    padding: 200px 0 130px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle {
    padding: 0;
    margin: 50px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.postui.firstStyle .inner-container .ui-Content {
  width: 440px;
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 130px;
    padding: 0 30px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle .inner-container .ui-Content {
    margin-top: 35px;
    margin-top: -45px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle .inner-container .ui-Content {
    margin-top: -125px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle .inner-container .ui-Content a {
    width: 100%;
  }
  .postui.firstStyle .inner-container .ui-Content a br {
    display: none;
  }
}

.postui.firstStyle .inner-container .featured-img {
  float: right;
  width: auto;
  position: relative;
  top: 0;
  right: 0;
  width: 704px;
  height: 890px;
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle .inner-container .featured-img {
    right: 0;
    width: 600px;
    height: 770px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle .inner-container .featured-img {
    top: 0px;
    right: 10px;
    width: 310px;
    height: 478px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle .inner-container .featured-img {
    top: 20px;
    right: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle .inner-container .featured-img {
    top: -145px;
    right: 30px;
    width: 230px;
    height: 418px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle .inner-container .featured-img {
    top: -135px;
    right: 0px;
  }
}

.postui.firstStyle .inner-container .featured-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 138px;
  bottom: 0;
  width: 724px;
  height: 724px;
  background-color: #FFE600;
  border-radius: 50%;
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle .inner-container .featured-img:before {
    top: 115px;
    width: 606px;
    height: 606px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle .inner-container .featured-img:before {
    top: 139px;
    width: 400px;
    height: 400px;
    left: -59px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle .inner-container .featured-img:before {
    top: 139px;
    width: 330px;
    height: 330px;
    left: 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle .inner-container .featured-img:before {
    top: 139px;
    width: 260px;
    height: 260px;
    left: 0;
  }
}

.postui.firstStyle .inner-container .featured-img .anchor {
  width: 737px;
  height: 100%;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle .inner-container .featured-img .anchor {
    width: 600px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle .inner-container .featured-img .anchor {
    width: 310px;
    bottom: -63px;
    border-radius: 0 0 155px 140px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle .inner-container .featured-img .anchor {
    width: 230px;
    margin-left: 65px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle .inner-container .featured-img .anchor {
    width: 200px;
    margin-left: 45px;
    bottom: 20px;
  }
}

.postui.firstStyle .inner-container .featured-img .anchor img {
  max-height: 100%;
}

.postui.firstStyle::before {
  content: "";
  position: absolute;
  width: 1248.38px;
  height: 701.37px;
  left: -317px;
  top: -30px;
  background: #FFE600;
  -webkit-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle::before {
    top: 87px;
    width: 1128.38px;
    height: 596.37px;
    left: -317px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle::before {
    top: 87px;
    width: 1095.38px;
    height: 378.37px;
    left: -317px;
    -webkit-transform: rotate(26.5deg);
    transform: rotate(26.5deg);
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle::before {
    top: 166px;
    width: 50%;
    height: 382px;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle::before {
    top: 0;
    height: 330px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle::before {
    height: 260px;
  }
}

.postui.firstStyle::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 536px;
  right: 0;
  bottom: -240px;
  top: 0;
  margin: auto;
  background: url("../../images/stripe.svg") no-repeat center;
  z-index: -1;
}

@media only screen and (max-width: 1400px) {
  .postui.firstStyle::after {
    height: 465px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.firstStyle::after {
    height: 380px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.firstStyle::after {
    height: 295px;
    bottom: auto;
    top: 210px;
    background-repeat: repeat;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .postui.firstStyle::after {
    height: 295px;
    bottom: auto;
    top: 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.firstStyle::after {
    height: 210px;
    bottom: auto;
    top: 25px;
    background-size: auto 100%;
    right: 0;
    width: 50%;
  }
}

.postui.secondStyle {
  padding: 50px 0;
}

@media only screen and (max-width: 1400px) {
  .postui.secondStyle {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.secondStyle {
    padding: 70px 0;
  }
}

.postui.secondStyle .inner-container {
  width: 1200px;
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle .inner-container {
    max-width: 768px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.secondStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.secondStyle .inner-container {
    max-width: 320px;
  }
}

.postui.secondStyle .inner-container .ui-Content {
  width: 710px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1400px) {
  .postui.secondStyle .inner-container .ui-Content {
    width: 640px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.postui.secondStyle .inner-container .ui-Content h2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.postui.secondStyle .inner-container .ui-Content h2::before {
  content: "";
  width: 1085.85px;
  height: 125px;
  background: #FFE600;
  display: block;
  margin-left: -110px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -90px;
}

@media only screen and (max-width: 1400px) {
  .postui.secondStyle .inner-container .ui-Content h2::before {
    width: 840.85px;
    height: 125px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.secondStyle .inner-container .ui-Content h2::before {
    height: 77px;
    margin-top: -60px;
    width: 800.85px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle .inner-container .ui-Content h2::before {
    height: 85px;
    width: calc(100% + 110px);
  }
}

@media only screen and (max-width: 767px) {
  .postui.secondStyle .inner-container .ui-Content h2::before {
    height: 65px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.secondStyle .inner-container .ui-Content h2::before {
    height: 35px;
  }
}

.postui.secondStyle .inner-container .ui-Content h2 a {
  position: relative;
  z-index: 1;
}

.postui.secondStyle .inner-container .ui-Content .post-info {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle .inner-container .ui-Content .post-info {
    margin-top: 30px;
  }
}

.postui.secondStyle .inner-container .ui-Content .post-info p {
  max-width: 400px;
}

.postui.secondStyle .inner-container .featured-img {
  float: right;
  width: auto;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .postui.secondStyle .inner-container .featured-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.postui.secondStyle .inner-container .featured-img a {
  width: 300px;
  height: 515px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .postui.secondStyle .inner-container .featured-img a {
    width: 300px;
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.secondStyle .inner-container .featured-img a {
    width: 240px;
    height: 410px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.secondStyle .inner-container .featured-img a {
    width: 200px;
    height: 345px;
  }
}

.postui.secondStyle .inner-container .featured-img a img {
  max-height: 100%;
}

.postui.thirdStyle {
  padding: 100px 0;
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle {
    padding: 60px 0;
  }
}

.postui.thirdStyle .inner-container {
  width: 1200px;
  padding-left: 0;
}

@media only screen and (max-width: 1400px) {
  .postui.thirdStyle .inner-container {
    padding-left: 0;
    width: 1000px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.thirdStyle .inner-container {
    width: 690px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.thirdStyle .inner-container {
    width: 100%;
    max-width: 768px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.thirdStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle .inner-container {
    max-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.postui.thirdStyle .inner-container .ui-Content {
  width: 620px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .postui.thirdStyle .inner-container .ui-Content {
    width: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.thirdStyle .inner-container .ui-Content {
    width: calc(100% - 240px);
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle .inner-container .ui-Content {
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
  }
}

.postui.thirdStyle .inner-container .featured-img {
  float: right;
  width: auto;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle .inner-container .featured-img {
    width: 170px;
  }
}

.postui.thirdStyle .inner-container .featured-img::after {
  content: "";
  width: 563px;
  height: 100%;
  background: #FFE600;
  position: absolute;
  top: 30px;
  left: -230px;
}

@media only screen and (max-width: 1400px) {
  .postui.thirdStyle .inner-container .featured-img::after {
    width: 350px;
    left: -120px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.thirdStyle .inner-container .featured-img::after {
    width: 300px;
    left: -200px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.thirdStyle .inner-container .featured-img::after {
    width: 172px;
    left: 90px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle .inner-container .featured-img::after {
    width: 100px;
  }
}

.postui.thirdStyle .inner-container .featured-img a {
  width: 450px;
  height: 795px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.thirdStyle .inner-container .featured-img a {
    width: 350px;
    height: 620px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.thirdStyle .inner-container .featured-img a {
    width: 230px;
    height: 645px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.thirdStyle .inner-container .featured-img a {
    width: 275px;
    height: 485px;
    margin-left: -55px;
  }
}

.postui.thirdStyle .inner-container .featured-img a img {
  max-height: 100%;
}

.postui.thirdStyle .inner-container .post-info {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .postui.thirdStyle .inner-container .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.thirdStyle .inner-container .post-info .author-name {
    display: block;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.thirdStyle .inner-container .post-info .author-name {
    margin: 20px 0 10px 0;
  }
}

.postui.fourthStyle {
  padding: 200px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .postui.fourthStyle {
    padding: 180px 0 70px 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fourthStyle {
    padding: 100px 0 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fourthStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fourthStyle .inner-container {
    max-width: 320px;
  }
}

.postui.fourthStyle .inner-container .ui-Content {
  width: 600px;
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .postui.fourthStyle .inner-container .ui-Content {
    width: 410px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .ui-Content {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .ui-Content h2 a {
    width: 100%;
    display: block;
  }
  .postui.fourthStyle .inner-container .ui-Content h2 a br {
    display: none;
  }
}

.postui.fourthStyle .inner-container .ui-Content .post-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .ui-Content .post-info {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fourthStyle .inner-container .ui-Content .post-info {
    margin-top: 0;
  }
}

.postui.fourthStyle .inner-container .ui-Content .post-info .author-name {
  margin: 30px 0 20px 0;
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .ui-Content .post-info .author-name {
    margin: 10px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fourthStyle .inner-container .ui-Content .post-info .author-name {
    margin: 18px 0 8px 0;
  }
}

.postui.fourthStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .ui-Content .post-info p {
    max-width: 500px;
  }
}

.postui.fourthStyle .inner-container .featured-img {
  position: relative;
  width: 34.5625em;
  height: 34.5625em;
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  .postui.fourthStyle .inner-container .featured-img {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.fourthStyle .inner-container .featured-img {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fourthStyle .inner-container .featured-img {
    font-size: 11px;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fourthStyle .inner-container .featured-img {
    font-size: 9px;
    margin: 0 0 30px 0;
  }
}

.postui.fourthStyle .inner-container .featured-img::after {
  width: 34.5625em;
  height: 34.5625em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4.375em solid #FFE600;
  content: "";
}

.postui.fourthStyle .inner-container .featured-img .achor {
  width: 34.6875em;
  height: 43.4375em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  top: -8.875em;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
}

.postui.fourthStyle .inner-container .featured-img .achor img {
  width: 34.6875em;
  height: 43.4375em;
  border-radius: 0 0 17.4375em 17.4375em;
}

.postui.fifthStyle {
  padding: 70px 0;
}

.postui.fifthStyle .inner-container {
  width: 1300px;
}

@media only screen and (max-width: 1024px) {
  .postui.fifthStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fifthStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fifthStyle .inner-container {
    max-width: 320px;
  }
}

.postui.fifthStyle .inner-container .ui-Content {
  width: 500px;
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .postui.fifthStyle .inner-container .ui-Content {
    width: 370px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fifthStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fifthStyle .inner-container .ui-Content {
    text-align: center;
  }
}

.postui.fifthStyle .inner-container .ui-Content .post-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.postui.fifthStyle .inner-container .ui-Content .post-info .author-name {
  margin: 30px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .postui.fifthStyle .inner-container .ui-Content .post-info .author-name {
    margin: 18px 0 8px 0;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

.postui.fifthStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.fifthStyle .inner-container .ui-Content .post-info p {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fifthStyle .inner-container .ui-Content h2 a {
    display: block;
    width: 100%;
  }
  .postui.fifthStyle .inner-container .ui-Content h2 a br {
    display: none;
  }
}

.postui.fifthStyle .inner-container .featured-img {
  position: relative;
  width: 650px;
  height: 650px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1400px) {
  .postui.fifthStyle .inner-container .featured-img {
    width: 600px;
    height: 600px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.fifthStyle .inner-container .featured-img {
    width: 420px;
    height: 420px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.fifthStyle .inner-container .featured-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.fifthStyle .inner-container .featured-img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fifthStyle .inner-container .featured-img {
    width: 250px;
    height: 250px;
  }
}

.postui.fifthStyle .inner-container .featured-img figure {
  position: relative;
  width: 500px;
  height: 496px;
}

@media only screen and (max-width: 1400px) {
  .postui.fifthStyle .inner-container .featured-img figure {
    width: 450px;
    height: 446px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.fifthStyle .inner-container .featured-img figure {
    width: 320px;
    height: 316px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fifthStyle .inner-container .featured-img figure {
    width: 170px;
    height: 166px;
  }
}

.postui.fifthStyle .inner-container .featured-img:before, .postui.fifthStyle .inner-container .featured-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 35px solid #FFE600;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 465px;
  height: 465px;
  margin: auto;
}

@media only screen and (max-width: 1400px) {
  .postui.fifthStyle .inner-container .featured-img:before, .postui.fifthStyle .inner-container .featured-img:after {
    width: 425px;
    height: 425px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.fifthStyle .inner-container .featured-img:before, .postui.fifthStyle .inner-container .featured-img:after {
    width: 295px;
    height: 295px;
    border-width: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.fifthStyle .inner-container .featured-img:before, .postui.fifthStyle .inner-container .featured-img:after {
    width: 170px;
    height: 170px;
    border-width: 10px;
  }
}

.postui.fifthStyle .inner-container .featured-img:after {
  border-left: transparent;
  border-right: transparent;
}

.postui.sixthStyle {
  padding: 200px 0 150px 0;
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle {
    padding: 110px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.sixthStyle {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.sixthStyle {
    padding: 70px 0;
  }
}

.postui.sixthStyle .inner-container {
  width: 1300px;
}

@media only screen and (max-width: 1400px) {
  .postui.sixthStyle .inner-container {
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.sixthStyle .inner-container {
    max-width: 541px;
    padding: 0 12px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.sixthStyle .inner-container {
    max-width: 320px;
  }
}

.postui.sixthStyle .inner-container .ui-Content {
  width: 630px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .ui-Content h2 br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .ui-Content .post-info {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .ui-Content .post-info .author-name {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.sixthStyle .inner-container .ui-Content .post-info .author-name {
    margin: 15px 0 7px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .ui-Content .post-info p {
    width: 100%;
  }
}

.postui.sixthStyle .inner-container .featured-img {
  float: right;
  width: auto;
  position: relative;
  margin-right: 60px;
}

@media only screen and (max-width: 1400px) {
  .postui.sixthStyle .inner-container .featured-img {
    margin-right: 75px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .featured-img {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.sixthStyle .inner-container .featured-img {
    margin-right: 10px;
  }
}

.postui.sixthStyle .inner-container .featured-img:before {
  content: "";
  width: 388px;
  right: -120px;
  top: -100px;
  bottom: -100px;
  background: #FFE600;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.sixthStyle .inner-container .featured-img:before {
    width: 290px;
    right: -145px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.sixthStyle .inner-container .featured-img:before {
    width: 240px;
    right: -115px;
    top: -70px;
    bottom: -70px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .featured-img:before {
    width: 170px;
    right: -75px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.sixthStyle .inner-container .featured-img:before {
    width: 125px;
    right: -65px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.sixthStyle .inner-container .featured-img:before {
    width: 100px;
    right: -50px;
  }
}

.postui.sixthStyle .inner-container .featured-img a {
  width: 465px;
  height: 615px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.sixthStyle .inner-container .featured-img a {
    width: 370px;
    height: 495px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.sixthStyle .inner-container .featured-img a {
    width: 300px;
    height: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.sixthStyle .inner-container .featured-img a {
    width: 250px;
    height: 334px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.sixthStyle .inner-container .featured-img a {
    width: 200px;
    height: 266px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.sixthStyle .inner-container .featured-img a {
    width: 140px;
    height: 188px;
  }
}

.postui.sixthStyle .inner-container .featured-img a img {
  max-height: 100%;
}

.postui.seventhStyle {
  padding: 70px 0;
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container {
    max-width: 320px;
  }
}

.postui.seventhStyle .inner-container .ui-Content {
  width: 600px;
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .postui.seventhStyle .inner-container .ui-Content {
    width: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.seventhStyle .inner-container .ui-Content {
    width: 430px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle .inner-container .ui-Content h2 br {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .ui-Content h2 {
    max-width: 200px;
  }
}

.postui.seventhStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle .inner-container .ui-Content .post-info p {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.seventhStyle .inner-container .ui-Content .post-info .author-name {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.postui.seventhStyle .inner-container .feature-area-wrap {
  position: relative;
}

.postui.seventhStyle .inner-container .feature-area-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  background: url("../../images/bg-pattern.png") no-repeat center;
  left: -30px;
  top: 90px;
  bottom: 0;
  height: 260px;
  width: 270px;
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container .feature-area-wrap:before {
    left: -20px;
    top: 70px;
    bottom: 0;
    height: 190px;
    width: 190px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .feature-area-wrap:before {
    left: -20px;
    top: 70px;
    bottom: 0;
    height: 150px;
    width: 150px;
  }
}

.postui.seventhStyle .inner-container .feature-area-wrap .featured-img {
  position: relative;
  width: 400px;
  height: 405px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img {
    height: 325px;
    width: 290px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img {
    width: 260px;
    height: 285px;
  }
}

.postui.seventhStyle .inner-container .feature-area-wrap .featured-img:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 0;
  height: 400px;
  width: 400px;
  left: 0;
  background-color: transparent;
  border: 60px solid #FFE600;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img:after {
    height: 300px;
    width: 300px;
    border-width: 50px;
    left: 0;
    top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img:after {
    height: 260px;
    width: 260px;
    border-width: 40px;
  }
}

.postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 360px;
  height: 515px;
  right: -20px;
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure {
    height: 435px;
    right: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure {
    width: 100%;
    height: 365px;
    right: 0px;
  }
}

.postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure img {
  position: absolute;
  bottom: -20px;
}

@media only screen and (max-width: 767px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure img {
    bottom: -5px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.seventhStyle .inner-container .feature-area-wrap .featured-img figure img {
    bottom: -20px;
  }
}

.postui.eighthStyle {
  padding: 100px 0 100px 0;
}

@media only screen and (max-width: 1199px) {
  .postui.eighthStyle {
    padding: 85px 0 85px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.eighthStyle .inner-container {
    max-width: 320px;
  }
}

.postui.eighthStyle .inner-container .ui-Content {
  width: 570px;
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  .postui.eighthStyle .inner-container .ui-Content {
    width: 450px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container .ui-Content h2 br {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container .ui-Content .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.postui.eighthStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container .ui-Content .post-info p {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.eighthStyle .inner-container .ui-Content .post-info .author-name {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle .inner-container .ui-Content .post-info .author-name {
    margin-bottom: 10px;
  }
}

.postui.eighthStyle .inner-container .featured-img {
  position: relative;
  width: 495px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .postui.eighthStyle .inner-container .featured-img {
    width: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.eighthStyle .inner-container .featured-img {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle .inner-container .featured-img {
    width: 270px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.eighthStyle .inner-container .featured-img {
    width: 200px;
  }
}

.postui.eighthStyle .inner-container .featured-img::before, .postui.eighthStyle .inner-container .featured-img:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 0;
  top: 30px;
  height: 455px;
  width: 455px;
  border-radius: 50%;
  border: 65px solid #FFE600;
}

@media only screen and (max-width: 1400px) {
  .postui.eighthStyle .inner-container .featured-img::before, .postui.eighthStyle .inner-container .featured-img:after {
    height: 375px;
    width: 375px;
    border-width: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle .inner-container .featured-img::before, .postui.eighthStyle .inner-container .featured-img:after {
    height: 305px;
    width: 305px;
    border-width: 48px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.eighthStyle .inner-container .featured-img::before, .postui.eighthStyle .inner-container .featured-img:after {
    height: 225px;
    width: 225px;
    border-width: 28px;
    left: 20px;
    top: 20px;
  }
}

.postui.eighthStyle .inner-container .featured-img:after {
  z-index: 1;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  /* border-bottom-color: transparent; */
  -webkit-transform: rotate(310deg);
  transform: rotate(310deg);
}

.postui.eighthStyle .inner-container .featured-img .anchor {
  width: 400px;
  height: 400px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.eighthStyle .inner-container .featured-img .anchor {
    width: 340px;
    height: 340px;
  }
}

@media only screen and (max-width: 767px) {
  .postui.eighthStyle .inner-container .featured-img .anchor {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.eighthStyle .inner-container .featured-img .anchor {
    width: 200px;
    height: 200px;
  }
}

.postui.ninethStyle {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle {
    margin: 100px 0 80px 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.ninethStyle {
    margin: 100px 0 70px 0;
  }
}

.postui.ninethStyle .inner-container {
  width: 1100px;
  position: static;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container {
    width: 1000px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.ninethStyle .inner-container {
    width: 900px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postui.ninethStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.ninethStyle .inner-container {
    max-width: 320px;
  }
}

.postui.ninethStyle .inner-container .ui-Content {
  width: 520px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .ui-Content .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .ui-Content .post-info .author-name {
    display: block;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.ninethStyle .inner-container .ui-Content .post-info .author-name {
    margin: 15px 0 7px 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.ninethStyle .inner-container .ui-Content .post-info .author-name {
    margin: 15px 0 7px 0;
    max-width: 100%;
  }
}

.postui.ninethStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .ui-Content h2 br {
    display: none;
  }
}

.postui.ninethStyle .inner-container .featured-img {
  width: 609.29px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container .featured-img {
    width: 500px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape {
  width: 599.29px;
  height: 644px;
  background-color: #FFE600;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape {
    width: 541px;
    height: 477px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape {
    width: 315px;
    height: 336px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape {
    width: 295px;
    height: 356px;
    display: none;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.one {
  left: -50px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -o-opacity: 0.1;
  -ms-opacity: 0.1;
  opacity: 0.1;
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.two {
  left: 86.73px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -ms-opacity: 0.2;
  opacity: 0.2;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape.two {
    left: 16.73px;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.three {
  left: 223.45px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape.three {
    left: 103.45px;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.four {
  left: 360.18px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape.four {
    left: 160.18px;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.five {
  left: 496.91px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape.five {
    left: 226.91px;
  }
}

.postui.ninethStyle .inner-container .featured-img .circle-shape.six {
  left: auto;
  right: 165px;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container .featured-img .circle-shape.six {
    right: 133px;
  }
}

.postui.ninethStyle .inner-container .featured-img .figure-wrap {
  height: 755px;
  position: relative;
  width: 610px;
  overflow: hidden;
  /* background-color: #FFE600; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap {
    height: 542px;
    position: relative;
    width: 445px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap {
    height: 502px;
    position: relative;
    width: 356px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap {
    height: 290px;
    position: relative;
    width: 290px;
    overflow: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 275px;
    width: 275px;
    background-color: #FFE600;
    border-radius: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 540px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap::after {
    height: 260px;
    width: 260px;
  }
}

.postui.ninethStyle .inner-container .featured-img .figure-wrap .anchor {
  width: 609.29px;
  height: 825px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 445px;
    height: 590px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 355px;
    height: 526px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.ninethStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 100%;
    height: 346px;
    margin-left: 0;
  }
}

.postui.ninethStyle .inner-container .featured-img .figure-wrap .anchor img {
  max-height: 100%;
  border-radius: 0 0 50% 50%;
}

.postui.tenthStyle {
  padding: 0;
  margin: 50px 0;
}

.postui.tenthStyle .inner-container {
  width: 1180px;
  position: static;
}

@media only screen and (max-width: 1400px) {
  .postui.tenthStyle .inner-container {
    width: 1000px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.tenthStyle .inner-container {
    width: 900px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postui.tenthStyle .inner-container {
    max-width: 541px;
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.tenthStyle .inner-container {
    max-width: 320px;
  }
}

.postui.tenthStyle .inner-container .ui-Content {
  width: 560px;
  max-width: 100%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .postui.tenthStyle .inner-container .ui-Content {
    width: 440px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .ui-Content {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .ui-Content h2 a {
    width: 100%;
    display: block;
  }
  .postui.tenthStyle .inner-container .ui-Content h2 a br {
    display: none;
  }
}

.postui.tenthStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .ui-Content .post-info p {
    max-width: 450px;
  }
}

.postui.tenthStyle .inner-container .featured-img {
  width: 445px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1400px) {
  .postui.tenthStyle .inner-container .featured-img {
    width: 405px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .featured-img {
    width: 320px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.tenthStyle .inner-container .featured-img {
    width: 100%;
  }
}

.postui.tenthStyle .inner-container .featured-img::before {
  width: 100%;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
  bottom: 50px;
  background-color: #FFE600;
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .featured-img::before {
    top: 0;
    bottom: 0;
  }
}

.postui.tenthStyle .inner-container .featured-img a {
  width: 445px;
  height: 800px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.tenthStyle .inner-container .featured-img a {
    height: 730px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.tenthStyle .inner-container .featured-img a {
    width: 465px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.tenthStyle .inner-container .featured-img a {
    width: 465px;
    height: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.tenthStyle .inner-container .featured-img a {
    width: 300px;
  }
}

.postui.elevenStyle {
  padding: 0;
  margin: 100px 0;
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle {
    margin: 70px 0;
  }
}

.postui.elevenStyle .inner-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  position: static;
  min-height: 600px;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container {
    width: 1000px;
    min-height: 560px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container {
    width: 900px;
    min-height: 515px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container {
    width: 100%;
    max-width: 768px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .postui.elevenStyle .inner-container {
    max-width: 541px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 540px) {
  .postui.elevenStyle .inner-container {
    max-width: 320px;
  }
}

.postui.elevenStyle .inner-container .ui-Content {
  width: 505px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .ui-Content {
    width: 395px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .ui-Content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .ui-Content .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .ui-Content .post-info .author-name {
    max-width: 120px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .ui-Content .post-info .author-name {
    display: block;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .postui.elevenStyle .inner-container .ui-Content .post-info .author-name {
    margin: 15px 0 7px 0;
  }
}

@media only screen and (max-width: 540px) {
  .postui.elevenStyle .inner-container .ui-Content .post-info .author-name {
    margin: 15px 0 7px 0;
    max-width: 100%;
  }
}

.postui.elevenStyle .inner-container .ui-Content .post-info p {
  max-width: 350px;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .ui-Content h2 {
    max-width: 75%;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .ui-Content h2 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .ui-Content h2 br {
    display: none;
  }
}

.postui.elevenStyle .inner-container .featured-img {
  width: 496.29px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape {
  width: 600px;
  height: 600px;
  background-color: #FFE600;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape {
    width: 541px;
    height: 541px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape {
    width: 502px;
    height: 502px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape {
    width: 290px;
    height: 290px;
    display: none;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.one {
  left: -50px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -o-opacity: 0.1;
  -ms-opacity: 0.1;
  opacity: 0.1;
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.two {
  left: 86.73px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -ms-opacity: 0.2;
  opacity: 0.2;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.two {
    left: 26.73px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.two {
    left: 16.73px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.three {
  left: 223.45px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -o-opacity: 0.4;
  -ms-opacity: 0.4;
  opacity: 0.4;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.three {
    left: 93.45px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.three {
    left: 103.45px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.four {
  left: 360.18px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.four {
    left: 160.18px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.four {
    left: 160.18px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.five {
  left: 496.91px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  opacity: 0.8;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.five {
    left: 246.91px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.five {
    left: 226.91px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.six {
  left: auto;
  right: 165px;
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.six {
    right: 173px;
  }
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.six {
    right: 133px;
  }
}

.postui.elevenStyle .inner-container .featured-img .circle-shape.seven {
  left: auto;
  right: 50px;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.seven {
    right: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .circle-shape.seven {
    display: block;
    position: static;
  }
  .postui.elevenStyle .inner-container .featured-img .circle-shape.seven img {
    height: 100%;
    width: 100%;
  }
}

.postui.elevenStyle .inner-container .featured-img .figure-wrap {
  position: relative;
  overflow: hidden;
  /* background-color: #FFE600; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap {
    height: 542px;
    position: relative;
    width: 542px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap {
    height: 502px;
    position: relative;
    width: 502px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap {
    height: 290px;
    position: relative;
    width: 290px;
    overflow: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 275px;
    width: 275px;
    background-color: #FFE600;
    border-radius: 50%;
    margin: auto;
  }
}

@media only screen and (max-width: 540px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap::after {
    height: 260px;
    width: 260px;
  }
}

.postui.elevenStyle .inner-container .featured-img .figure-wrap .anchor {
  width: 659.29px;
  height: 875px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 445px;
    height: 590px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 355px;
    height: 526px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui.elevenStyle .inner-container .featured-img .figure-wrap .anchor {
    width: 100%;
    height: 346px;
    margin-left: 0;
  }
}

.postui.elevenStyle .inner-container .featured-img .figure-wrap .anchor img {
  max-height: 100%;
  border-radius: 0 0 50% 50%;
}

.postui.thirteenStyle .inner-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.postui.thirteenStyle .postui-coulmn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  padding: 0 20px;
}

.postui.thirteenStyle .postui-coulmn .featured-img {
  width: 360px;
  height: 360px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.postui.thirteenStyle .postui-coulmn .featured-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 6px solid black;
  border-radius: 50%;
}

.postui.thirteenStyle .postui-coulmn .featured-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 6px solid black;
  border-radius: 50%;
  border-top: transparent;
  border-left: transparent;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
}

.postui.thirteenStyle .postui-coulmn .featured-img .anchor {
  width: 295px;
  height: 295px;
  background-color: #FFE600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.postui.thirteenStyle .postui-coulmn .featured-img .anchor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 48px;
  height: 48px;
  background-color: #ffe600;
  z-index: 1;
}

.postui.thirteenStyle .postui-coulmn .featured-img .anchor img {
  max-width: 200px;
}

.postui.thirteenStyle .postui-coulmn .ui-Content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

.postui.thirteenStyle .postui-coulmn .ui-Content h2 {
  font-size: 40px;
  line-height: 44px;
}

.postui.thirteenStyle .postui-coulmn .ui-Content .post-info {
  margin-top: 20px;
}

.postui.thirteenStyle .postui-coulmn .ui-Content .post-info p {
  font-size: 16px;
  line-height: 19.2px;
  max-width: 200px;
}

.postui.thirteenStyle .postui-coulmn.second .featured-img .anchor {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.postui.thirteenStyle .postui-coulmn.second .featured-img .anchor img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.postui.thirteenStyle .postui-coulmn.second .featured-img:after {
  display: none;
}

.postui .inner-container {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1400px) {
  .postui .inner-container {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 1199px) {
  .postui .inner-container {
    max-width: 900px;
  }
}

@media only screen and (max-width: 1024px) {
  .postui .inner-container {
    max-width: 768px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .postui .inner-container {
    max-width: 541px;
  }
}

@media only screen and (max-width: 540px) {
  .postui .inner-container {
    max-width: 320px;
  }
}

.postui .post-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .postui .post-info {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .postui .post-info {
    margin-top: 15px;
  }
}

.postui .post-info p {
  width: 100%;
  max-width: 350px;
  line-height: 27px;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .postui .post-info p {
    max-width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .postui .post-info p {
    font-size: 16px;
    line-height: 25px;
  }
}

.postui .post-info .author-name {
  width: 100%;
  max-width: 180px;
  font-size: 14px;
  line-height: 20px;
}

.postui .post-info .author-name a {
  color: #000;
}

.postui .post-info .author-name a:hover {
  text-decoration: underline;
  color: #000;
}

.postuiSecond {
  position: relative;
  padding: 70px 0;
}

.postuiSecond.thirteenStyle .inner-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.postuiSecond.thirteenStyle .postui-coulmn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .postuiSecond.thirteenStyle .postui-coulmn {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .postuiSecond.thirteenStyle .postui-coulmn:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 540px) {
  .postuiSecond.thirteenStyle .postui-coulmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img {
  width: 22.5em;
  height: 22.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 16px;
}

@media only screen and (max-width: 1400px) {
  .postuiSecond.thirteenStyle .postui-coulmn .featured-img {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .postuiSecond.thirteenStyle .postui-coulmn .featured-img {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .postuiSecond.thirteenStyle .postui-coulmn .featured-img {
    font-size: 8px;
  }
}

@media only screen and (max-width: 540px) {
  .postuiSecond.thirteenStyle .postui-coulmn .featured-img {
    font-size: 10px;
  }
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0.375em solid #000;
  border-radius: 50%;
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0.375em solid #000;
  border-radius: 50%;
  border-top: transparent;
  border-left: transparent;
  -webkit-transform: rotate(305deg);
          transform: rotate(305deg);
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img .anchor {
  width: 18.4375em;
  height: 18.4375em;
  background-color: #FFE600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img .anchor:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 3em;
  height: 3em;
  background-color: #FFE600;
  z-index: 1;
}

.postuiSecond.thirteenStyle .postui-coulmn .featured-img .anchor img {
  max-width: 12.5em;
}

.postuiSecond.thirteenStyle .postui-coulmn .ui-Content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .postuiSecond.thirteenStyle .postui-coulmn .ui-Content {
    width: 55%;
  }
}

@media only screen and (max-width: 540px) {
  .postuiSecond.thirteenStyle .postui-coulmn .ui-Content {
    width: 100%;
  }
}

.postuiSecond.thirteenStyle .postui-coulmn .ui-Content h2 {
  font-size: 40px;
  line-height: 44px;
}

@media only screen and (max-width: 1199px) {
  .postuiSecond.thirteenStyle .postui-coulmn .ui-Content h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.postuiSecond.thirteenStyle .postui-coulmn .ui-Content .post-info {
  margin-top: 20px;
}

.postuiSecond.thirteenStyle .postui-coulmn .ui-Content .post-info p {
  font-size: 16px;
  line-height: 19.2px;
  max-width: 200px;
}

@media only screen and (max-width: 1199px) {
  .postuiSecond.thirteenStyle .postui-coulmn .ui-Content .post-info p {
    font-size: 14px;
  }
}

.postuiSecond.thirteenStyle .postui-coulmn.second .featured-img .anchor {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.postuiSecond.thirteenStyle .postui-coulmn.second .featured-img .anchor img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.postuiSecond.thirteenStyle .postui-coulmn.second .featured-img:after {
  display: none;
}

.postuiSecond .inner-container {
  margin: 0 auto;
  width: 1300px;
  max-width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1400px) {
  .postuiSecond .inner-container {
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1199px) {
  .postuiSecond .inner-container {
    max-width: 950px;
  }
}

@media only screen and (max-width: 1024px) {
  .postuiSecond .inner-container {
    max-width: 768px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .postuiSecond .inner-container {
    max-width: 541px;
  }
}

@media only screen and (max-width: 540px) {
  .postuiSecond .inner-container {
    max-width: 320px;
  }
}

.postuiSecond .post-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .postuiSecond .post-info {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 540px) {
  .postuiSecond .post-info {
    margin-top: 15px;
  }
}

.postuiSecond .post-info p {
  width: 100%;
  max-width: 350px;
  line-height: 27px;
}

@media only screen and (max-width: 1024px) {
  .postuiSecond .post-info p {
    max-width: 500px;
  }
}

.postuiSecond .post-info .author-name {
  width: 100%;
  max-width: 180px;
  font-size: 14px;
  line-height: 20px;
}

.postuiSecond .post-info .author-name a {
  color: #000;
}

.postuiSecond .post-info .author-name a:hover {
  text-decoration: underline;
  color: #000;
}

/*** News Letter Button ***/
.btn-news-letter {
  position: absolute;
  width: 219px;
  height: 306px;
  top: -105px;
  left: 45px;
  border-radius: 120px;
  background: #FFE600;
  text-align: left;
  padding: 140px 20px 20px 40px;
  font-size: 36px;
  font-family: "antonregular";
  line-height: 35.64px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  -ms-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .btn-news-letter {
    padding: 135px 20px 20px 40px;
    font-size: 30px;
    width: 199px;
    height: 286px;
    top: -120px;
  }
}

@media only screen and (max-width: 1024px) {
  .btn-news-letter {
    padding: 135px 20px 20px 35px;
    font-size: 20px;
    width: 149px;
    height: 236px;
    top: -130px;
    left: 20px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .btn-news-letter {
    padding: 131px 20px 20px 28px;
    font-size: 16px;
    width: 119px;
    height: 206px;
    top: -124px;
  }
}

.btn-news-letter:hover {
  color: #000;
  text-decoration: underline;
}

.btn-news-letter span {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.055em;
}

h2.small-h2 {
  font-size: 60px;
  line-height: 59.11px;
}

@media only screen and (max-width: 1400px) {
  h2.small-h2 {
    font-size: 52px;
    line-height: 51.11px;
  }
}

@media only screen and (max-width: 1199px) {
  h2.small-h2 {
    font-size: 40px;
    line-height: 42.11px;
  }
}

@media only screen and (max-width: 767px) {
  h2.small-h2 {
    font-size: 23px;
    line-height: 25.68px;
  }
}
/*# sourceMappingURL=home.css.map */