/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 0;
  line-height: 1; }

div {
  box-sizing: border-box; }

input,
textarea {
  resize: none;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0; }

a {
  color: #000000;
  text-decoration: none;
  outline: 0; }
  a:active {
    color: #000000;
    text-decoration: none;
    outline: 0; }
  a:focus {
    color: #000000;
    text-decoration: none;
    outline: 0; }
  a:visited {
    color: #000000;
    text-decoration: none;
    outline: 0; }
  a:hover {
    color: #000000;
    text-decoration: none;
    outline: 0; }

li, button {
  outline: 0; }
  li:active, button:active {
    outline: 0; }
  li:focus, button:focus {
    outline: 0; }
  li:visited, button:visited {
    outline: 0; }
  li:hover, button:hover {
    outline: 0; }

body {
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }

.font-open, body {
  font-family: 'Open Sans', sans-serif; }

#cookie-law-info-bar {
  border-top: 2px solid #c12285 !important; }
  #cookie-law-info-bar span {
    color: #c12285 !important;
    cursor: default; }
  #cookie-law-info-bar a {
    background: none !important;
    background-color: #c12285 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important; }

.error-404 {
  padding: 100px 0; }
  .error-404 header {
    height: auto; }
    .error-404 header h1 {
      text-align: center;
      font-size: 18px; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .error-404 header h1 {
          font-size: 16px; } }

.main-footer {
  width: 100%;
  background-color: #c12285;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  padding: 5vw 0 2.5vw;
  position: relative;
  min-height: 25vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .main-footer {
      padding: 120px 0 100px;
      background-image: none; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .main-footer {
      padding: 50px 0 10px; } }
  .main-footer .decoration-footer {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0.06;
    transform: translate3d(-50%, -13vh, 0);
    width: 63%; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .main-footer .decoration-footer {
        width: 100%;
        transform: translate3d(-50%, -8vh, 0); } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .main-footer .decoration-footer {
        width: 85%;
        transform: translate3d(-50%, -8vh, 0); } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      .main-footer .decoration-footer {
        width: 95%;
        transform: translate3d(-50%, -5vh, 0); } }
  .main-footer .footer-container {
    position: relative;
    z-index: 4; }
    .main-footer .footer-container .name {
      line-height: 1.4;
      font-size: 1.4vw;
      margin-bottom: 1.5vw; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .main-footer .footer-container .name {
          font-size: 26px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .main-footer .footer-container .name {
          font-size: 24px;
          margin-bottom: 50px; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .main-footer .footer-container .name {
          font-size: 22px;
          margin-bottom: 40px; } }
    .main-footer .footer-container .address-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 3vw; }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .main-footer .footer-container .address-container {
          margin-top: 20px; } }
      .main-footer .footer-container .address-container .address-box {
        width: 50%;
        padding: 0 0 50px 0; }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          .main-footer .footer-container .address-container .address-box {
            width: 100%;
            margin-top: 20px;
            padding-bottom: 0px; } }
        .main-footer .footer-container .address-container .address-box .address {
          line-height: 1.4;
          font-size: 1.16vw;
          margin-bottom: 10px;
          cursor: default; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-footer .footer-container .address-container .address-box .address {
              font-size: 18px;
              margin-bottom: 25px; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-footer .footer-container .address-container .address-box .address {
              font-size: 16px;
              margin-bottom: 25px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-footer .footer-container .address-container .address-box .address {
              font-size: 16px;
              margin-bottom: 20px; } }
    .main-footer .footer-container .mail {
      font-weight: 300;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 1.16vw;
      margin-top: 20px; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .main-footer .footer-container .mail {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .main-footer .footer-container .mail {
          font-size: 18px; } }
    .main-footer .footer-container .bottom-info {
      margin-top: 3.7vw; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .main-footer .footer-container .bottom-info {
          margin-top: 70px; } }
      .main-footer .footer-container .bottom-info p, .main-footer .footer-container .bottom-info a {
        line-height: 1.4;
        font-size: 0.84vw;
        color: #ffffff; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-footer .footer-container .bottom-info p, .main-footer .footer-container .bottom-info a {
            font-size: 14px;
            line-height: 1.8; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          .main-footer .footer-container .bottom-info p, .main-footer .footer-container .bottom-info a {
            font-size: 14px;
            line-height: 1.8; } }

body.home .slider-container {
  display: -ms-flexbox;
  display: flex; }

.main-header {
  width: 100%;
  border-bottom: 1.5px solid #c12285; }
  .main-header .top-bar {
    width: 100%;
    display: block;
    padding: 1.8vw 0 1.55vw;
    border-bottom: 2px solid #c12285; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .main-header .top-bar {
        padding: 2.2vw 0 2vw; } }
    .main-header .top-bar .container {
      width: 88vw;
      margin: 0 auto; }
      .main-header .top-bar .container .logo-wrapper {
        width: 25%;
        margin: 0 auto; }
        @media screen and (max-width: 1366px) {
          .main-header .top-bar .container .logo-wrapper {
            min-width: 230px; } }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-header .top-bar .container .logo-wrapper {
            width: 50%; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          .main-header .top-bar .container .logo-wrapper {
            width: 30%; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          .main-header .top-bar .container .logo-wrapper {
            width: 50%;
            margin: 0 auto;
            display: block; } }
      .main-header .top-bar .container .logo {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block; }
  .main-header .slider-container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    box-sizing: content-box;
    height: 42vw;
    min-height: 60vh;
    display: none; }
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .main-header .slider-container {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        min-height: auto;
        border-bottom: 2px solid #c12285; } }
    @media screen and (max-width: 1024px) and (orientation: landscape) {
      .main-header .slider-container {
        min-height: 70vh;
        height: 70vh; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .main-header .slider-container {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: auto;
        min-height: auto;
        border-bottom: 2px solid #c12285; } }
    .main-header .slider-container .main-slider {
      width: 63%;
      position: relative; }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .main-header .slider-container .main-slider {
          width: 60%; } }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .main-header .slider-container .main-slider {
          width: 100%;
          border-bottom: 2px solid #c12285; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .main-header .slider-container .main-slider {
          width: 100%;
          border-bottom: 2px solid #c12285; } }
      .main-header .slider-container .main-slider .owl-dots {
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: -ms-flexbox;
        display: flex; }
        .main-header .slider-container .main-slider .owl-dots .owl-dot {
          width: 20px;
          height: 20px;
          margin: 0 10px;
          border: 2.5px solid #c12285;
          box-sizing: border-box;
          transition: all 0.5s ease; }
          .main-header .slider-container .main-slider .owl-dots .owl-dot.active {
            background-color: #c12285; }
      .main-header .slider-container .main-slider .owl-item.active .item .item-box {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1; }
      .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item {
        -ms-flex-pack: start;
            justify-content: flex-start; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item {
            -ms-flex-pack: center;
                justify-content: center; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item {
            -ms-flex-pack: center;
                justify-content: center; } }
        .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item .item-box {
          margin-left: 60px; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item .item-box {
              margin-left: 0; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item .item-box {
              margin-left: 0; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .main-header .slider-container .main-slider .owl-item:nth-child(odd) .item .item-box {
              margin-left: 30px; } }
      .main-header .slider-container .main-slider .owl-item:nth-child(even) .item {
        -ms-flex-pack: end;
            justify-content: flex-end; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item:nth-child(even) .item {
            -ms-flex-pack: center;
                justify-content: center; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item:nth-child(even) .item {
            -ms-flex-pack: center;
                justify-content: center; } }
        .main-header .slider-container .main-slider .owl-item:nth-child(even) .item .item-box {
          margin-right: 60px; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .main-slider .owl-item:nth-child(even) .item .item-box {
              margin-right: 0; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .main-header .slider-container .main-slider .owl-item:nth-child(even) .item .item-box {
              margin-right: 30px; } }
      .main-header .slider-container .main-slider .owl-item .item {
        width: 100%;
        height: 42vw;
        min-height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        overflow: hidden;
        position: relative; }
        .main-header .slider-container .main-slider .owl-item .item.bg-only {
          -webkit-background-size: contain !important;
          background-size: contain !important;
        }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item .item {
            min-height: 70vh;
            background-position: center; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          .main-header .slider-container .main-slider .owl-item .item {
            min-height: 70vh; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          .main-header .slider-container .main-slider .owl-item .item {
            min-height: 80vh; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          .main-header .slider-container .main-slider .owl-item .item {
            min-height: 45vw; } }
        .main-header .slider-container .main-slider .owl-item .item .price-end {
          font-size: 1.2vw;
          color: #ffffff;
          line-height:  1.3em;
          margin-top: 10px;
          }
          @media screen and (max-width: 1024px){
            .main-header .slider-container .main-slider .owl-item .item .price-end {
              font-size: 16px;
              margin-bottom: 5px;
              } }
          @media screen and (max-width: 767px)  {
            .main-header .slider-container .main-slider .owl-item .item .price-end {
              font-size: 14px; } }
        .main-header .slider-container .main-slider .owl-item .item .item-box {
          width: 23vw;
          height: 23vw;
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: center;
              align-items: center;
          text-align: center;
          color: #ffffff;
          transform: translate3d(0, 0, 0) scale(1.2);
          opacity: 0;
          transition: all 0.7s 0.7s ease; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .main-slider .owl-item .item .item-box {
              width: 60vw;
              height: 60vw; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-header .slider-container .main-slider .owl-item .item .item-box {
              width: 32vw;
              height: 32vw; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-header .slider-container .main-slider .owl-item .item .item-box {
              width: 89vw;
              height: 89vw; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .main-header .slider-container .main-slider .owl-item .item .item-box {
              width: 40vw;
              height: 40vw; } }
          .main-header .slider-container .main-slider .owl-item .item .item-box .bg {
            top: -3vw;
            bottom: -3vw;
            right: -3vw;
            left: -3vw;
            position: absolute;
            background-image: url(../img/elipse.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .main-header .slider-container .main-slider .owl-item .item .item-box .container {
            position: relative;
            z-index: 4;
            padding: 5px 20px;
            width: 100%; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              .main-header .slider-container .main-slider .owl-item .item .item-box .container {
                padding: 5px 75px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              .main-header .slider-container .main-slider .owl-item .item .item-box .container {
                padding: 5px 30px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              .main-header .slider-container .main-slider .owl-item .item .item-box .container {
                padding: 5px 30px; } }
            .main-header .slider-container .main-slider .owl-item .item .item-box .container p {
              width: 100%;
              font-weight: 300; }
            .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan {
              font-size: 2.15vw;
              line-height: 1.2;
              margin-bottom: 20px;
              margin-bottom: 25px;
              position: relative;
              color: #fbf0f7;
              }
              @media screen and (max-width: 1024px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan {
                  font-size: 33px;
                  margin-bottom: 30px;
                  } }
              @media screen and (max-width: 1024px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan {
                  font-size: 26px;
                  margin-bottom: 20px; } }
              @media screen and (max-width: 767px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan {
                  font-size: 24px;
                  margin-bottom: 20px; } }
              @media screen and (max-width: 767px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan {
                  font-size: 24px;
                  margin-bottom: 20px; } }
              .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan:after {
                content: '';
                display: block;
                width: 70%;
                position: absolute;
                bottom: -20px;
                bottom: -12.5px;
                left: 15%;
                height: 1px;
                background-color: #ffffff; }
                @media screen and (max-width: 1024px) and (orientation: landscape) {
                  .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan:after {
                    bottom: -10px; } }
                @media screen and (max-width: 767px) and (orientation: portrait) {
                  .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan:after {
                    bottom: -10px; } }
                @media screen and (max-width: 767px) and (orientation: landscape) {
                  .main-header .slider-container .main-slider .owl-item .item .item-box .container .slogan:after {
                    bottom: -10px; } }
            .main-header .slider-container .main-slider .owl-item .item .item-box .container .old-price {
              font-size: 1.5vw;
              text-transform: uppercase;
              font-weight: 600;
              margin-bottom: 10px;
              }
              @media screen and (max-width: 1024px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .old-price {
                  font-size: 21px;
                  margin-bottom: 20px;
                  } }
              @media screen and (max-width: 1024px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .old-price {
                  font-size: 17px;
                  } }
              @media screen and (max-width: 767px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .old-price {
                  font-size: 19px;
                  margin-bottom: 10px;
                  } }
              @media screen and (max-width: 767px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .old-price {
                  font-size: 14px;
                  margin-bottom: 10px; } }
            .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price {
              font-size: 1.88vw;
              text-transform: uppercase;
              font-weight: 600;
              position: relative;
              margin-bottom: 20px; }
              @media screen and (max-width: 1024px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price {
                  font-size: 26px;
                  margin-bottom: 30px; } }
              @media screen and (max-width: 1024px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price {
                  font-size: 20px; } }
              @media screen and (max-width: 767px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price {
                  font-size: 18px;
                  margin-bottom: 20px; } }
              @media screen and (max-width: 767px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price {
                  font-size: 18px;
                  margin-bottom: 20px; } }
              .main-header .slider-container .main-slider .owl-item .item .item-box .container .special-price:after {
                content: '';
                display: block;
                width: 70%;
                position: absolute;
                bottom: -15px;
                left: 15%;
                height: 1px;
                background-color: #ffffff; }
            .main-header .slider-container .main-slider .owl-item .item .item-box .container .price {
              font-size: 3.1vw;
              font-weight: 600; }
              @media screen and (max-width: 1024px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .price {
                  font-size: 40px; } }
              @media screen and (max-width: 1024px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .price {
                  font-size: 35px; } }
              @media screen and (max-width: 767px) and (orientation: portrait) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .price {
                  font-size: 35px; } }
              @media screen and (max-width: 767px) and (orientation: landscape) {
                .main-header .slider-container .main-slider .owl-item .item .item-box .container .price {
                  font-size: 35px; } }
    .main-header .slider-container .form-wrapper {
      width: 37%;
      height: 42vw;
      min-height: 60vh;
      background-color: #ffffff;
      padding: 30px 5.5vw 30px 0;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        .main-header .slider-container .form-wrapper {
          width: 100%;
          min-height: auto;
          padding-top: 50px;
          height: auto;
          padding-bottom: 70px;
          padding-left: 5.5vw; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        .main-header .slider-container .form-wrapper {
          min-height: 70vh;
          width: 40%;
          height: 70vh; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        .main-header .slider-container .form-wrapper {
          min-height: auto;
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        .main-header .slider-container .form-wrapper {
          min-height: auto;
          width: 100%;
          height: auto;
          padding: 50px 0; } }
      .main-header .slider-container .form-wrapper .form-container {
        margin-left: auto;
        width: 89%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          .main-header .slider-container .form-wrapper .form-container {
            width: 100%; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          .main-header .slider-container .form-wrapper .form-container {
            width: 90%;
            display: block;
            margin: 0 auto; } }
        .main-header .slider-container .form-wrapper .form-container p.title {
          text-transform: uppercase;
          line-height: 1.2;
          color: #c12285;
          font-size: 2vw;
          margin-bottom: 2.4vw;
          font-weight: 300;
          cursor: default; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container p.title {
              font-size: 32px;
              line-height: 1.4; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-header .slider-container .form-wrapper .form-container p.title {
              font-size: 23px;
              line-height: 1.4; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container p.title {
              font-size: 24px;
              line-height: 1.4;
              margin-bottom: 30px; } }
        .main-header .slider-container .form-wrapper .form-container input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 30px white inset; }
        .main-header .slider-container .form-wrapper .form-container input.text {
          width: 100%;
          display: block;
          color: #c12285;
          border: 1px solid #efc8e0;
          margin-bottom: 1vw;
          padding: 1vw 0.8vw;
          font-size: 1.1vw;
          font-weight: 300;
          cursor: pointer; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container input.text {
              font-size: 18px;
              padding: 15px 10px;
              margin-bottom: 15px; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-header .slider-container .form-wrapper .form-container input.text {
              font-size: 16px;
              padding: 10px 10px;
              margin-bottom: 10px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container input.text {
              font-size: 16px;
              padding: 12px 10px;
              margin-bottom: 10px; } }
          ::-webkit-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            color: #c12285;
            font-size: 1.1vw;
            font-weight: 300; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              ::-webkit-input-placeholder {
                font-size: 18px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              ::-webkit-input-placeholder {
                font-size: 16px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              ::-webkit-input-placeholder {
                font-size: 16px; } }
          :-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            color: #c12285;
            font-size: 1.1vw;
            font-weight: 300; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              :-moz-placeholder {
                font-size: 18px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              :-moz-placeholder {
                font-size: 16px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              :-moz-placeholder {
                font-size: 16px; } }
          ::-moz-placeholder {
            font-family: 'Open Sans', sans-serif;
            color: #c12285;
            font-size: 1.1vw;
            font-weight: 300; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              ::-moz-placeholder {
                font-size: 18px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              ::-moz-placeholder {
                font-size: 16px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              ::-moz-placeholder {
                font-size: 16px; } }
          :-ms-input-placeholder {
            font-family: 'Open Sans', sans-serif;
            color: #c12285;
            font-size: 1.1vw;
            font-weight: 300; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              :-ms-input-placeholder {
                font-size: 18px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              :-ms-input-placeholder {
                font-size: 16px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              :-ms-input-placeholder {
                font-size: 16px; } }
        .main-header .slider-container .form-wrapper .form-container input.checkbox {
          -webkit-appearance: checkbox;
          display: inline-block;
          margin: 0 10px 0 0;
          cursor: pointer;
          border: 1px solid #efc8e0;
          margin-top: 3px; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container input.checkbox {
              margin-top: 5px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container input.checkbox {
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            .main-header .slider-container .form-wrapper .form-container input.checkbox {
              -ms-transform: scale(1.2);
                  transform: scale(1.2); } }
        .main-header .slider-container .form-wrapper .form-container .row-form {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: start;
              align-items: flex-start;
          margin-bottom: 2.5vw; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container .row-form {
              margin-bottom: 50px;
              margin-top: 20px; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-header .slider-container .form-wrapper .form-container .row-form {
              margin-bottom: 40px;
              margin-top: 20px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container .row-form {
              margin-bottom: 40px;
              margin-top: 20px; } }
          .main-header .slider-container .form-wrapper .form-container .row-form label {
            font-size: 0.74vw;
            color: #c12285;
            line-height: 1.6;
            cursor: pointer; }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              .main-header .slider-container .form-wrapper .form-container .row-form label {
                font-size: 14px; } }
            @media screen and (max-width: 1024px) and (orientation: landscape) {
              .main-header .slider-container .form-wrapper .form-container .row-form label {
                font-size: 12px; } }
            @media screen and (max-width: 767px) and (orientation: portrait) {
              .main-header .slider-container .form-wrapper .form-container .row-form label {
                font-size: 12px; } }
        .main-header .slider-container .form-wrapper .form-container .send {
          display: block;
          width: 100%;
          background-color: #c12285;
          color: #ffffff;
          text-transform: uppercase;
          border: none;
          font-size: 1.45vw;
          padding: 1vw;
          cursor: pointer; }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            .main-header .slider-container .form-wrapper .form-container .send {
              font-size: 20px;
              padding: 15px; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            .main-header .slider-container .form-wrapper .form-container .send {
              font-size: 18px;
              padding: 12px; } }
          .main-header .slider-container .form-wrapper .form-container .send.disabled {
            cursor: not-allowed; }
      .main-header .slider-container .form-wrapper .response-temp {
        display: none; }
      .main-header .slider-container .form-wrapper .response-ajax {
        text-align: center;
        padding-top: 20px; }
        .main-header .slider-container .form-wrapper .response-ajax p {
          color: red;
          text-align: center; }

body .post-8 .entry-content {
  padding: 100px 20px 150px;
  text-align: center; }
  body .post-8 .entry-content p {
    line-height: 1.6;
    font-size: 18px; }

body .site-content {
  width: 100%;
  position: relative;
  overflow: hidden; }

body .main-wrapper {
  width: 100%;
  overflow: hidden; }
  body .main-wrapper .main-container {
    width: 88vw;
    display: block;
    margin: 0 auto;
    padding: 7.5vw 0 9.6vw; }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      body .main-wrapper .main-container {
        width: 93vw; } }
    body .main-wrapper .main-container .logo {
      width: 31%;
      height: auto;
      margin-bottom: 7vw;
      margin: 0 auto 5vw;
      display: block; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body .main-wrapper .main-container .logo {
          width: 62%;
          margin: 0 auto;
          margin-bottom: 50px; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        body .main-wrapper .main-container .logo {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        body .main-wrapper .main-container .logo {
          width: 82%; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        body .main-wrapper .main-container .logo {
          width: 60%;
          margin: 0 auto 40px;
          display: block; } }
    body .main-wrapper .main-container section.sec-1 {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 4.4vw;
      border-bottom: 1.5px solid #c12285; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-1 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-top: 70px;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-1 {
          padding-top: 10px; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        body .main-wrapper .main-container section.sec-1 {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .main-wrapper .main-container section.sec-1 .left {
        width: 56%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-1 .left {
            width: 100%; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-1 .left {
            width: 100%; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-1 .left {
            width: 100%; } }
        body .main-wrapper .main-container section.sec-1 .left img {
          width: 100%;
          transform: translateZ(0); }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-1 .left img {
              width: 60%;
              display: block;
              margin: 0 auto 40px auto; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-1 .left img {
              width: auto;
              height: 60vh;
              display: block;
              margin: 25px auto 25px; } }
      body .main-wrapper .main-container section.sec-1 .right {
        width: 44%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-1 .right {
            width: 100%;
            margin-bottom: 50px; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-1 .right {
            width: 100%; } }
        body .main-wrapper .main-container section.sec-1 .right .desc {
          font-weight: 300;
          font-size: 1.16vw;
          line-height: 1.4;
          padding-left: 10%; }
          @media screen and (max-width: 1366px) {
            body .main-wrapper .main-container section.sec-1 .right .desc {
              font-size: 16px; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-1 .right .desc {
              text-align: center;
              padding-left: 0;
              transform: translateZ(0);
              font-size: 16px; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-1 .right .desc {
              font-size: 16px;
              padding-left: 0; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-1 .right .desc {
              font-size: 16px; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-1 .right .desc {
              font-size: 16px;
              text-align: justify;
              padding-left: 0;
              margin-bottom: 25px; } }
          body .main-wrapper .main-container section.sec-1 .right .desc strong,
          body .main-wrapper .main-container section.sec-1 .right .desc span {
            font-weight: 600; }
    body .main-wrapper .main-container section.sec-2 {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 4.4vw;
      border-bottom: 1.5px solid #c12285;
      padding-top: 7.1vw; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-bottom: 70px;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-2 {
          padding-top: 50px; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        body .main-wrapper .main-container section.sec-2 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .main-wrapper .main-container section.sec-2 .left {
        width: 65%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-2 .left {
            width: 100%; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-2 .left {
            width: 100%; } }
        body .main-wrapper .main-container section.sec-2 .left .name {
          font-size: 2.64vw;
          color: #c12285;
          font-weight: 300;
          margin-bottom: 2vw;
          line-height: 1.4; }
          @media screen and (max-width: 1366px) {
            body .main-wrapper .main-container section.sec-2 .left .name {
              font-size: 36px; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .name {
              text-align: center; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .name {
              font-size: 32px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .name {
              font-size: 26px;
              text-align: left;
              margin-bottom: 15px; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .name {
              font-size: 24px; } }
        body .main-wrapper .main-container section.sec-2 .left .slogan {
          font-size: 1.16vw;
          color: #c12285;
          font-weight: 300;
          margin-bottom: 3vw;
          line-height: 1.4; }
          @media screen and (max-width: 1366px) {
            body .main-wrapper .main-container section.sec-2 .left .slogan {
              font-size: 20px; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .slogan {
              text-align: center; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .slogan {
              font-size: 18px; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .slogan {
              font-size: 16px;
              text-align: left;
              margin-bottom: 30px; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .slogan {
              font-size: 14px; } }
        body .main-wrapper .main-container section.sec-2 .left .desc {
          font-size: 1.16vw;
          color: #000000;
          line-height: 1.6;
          font-weight: 300;
          padding-right: 15%; }
          @media screen and (max-width: 1366px) {
            body .main-wrapper .main-container section.sec-2 .left .desc {
              font-size: 16px; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .desc {
              width: 100%;
              padding-right: 0;
              text-align: justify; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .desc {
              font-size: 16px;
              padding-right: 8%; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .left .desc {
              font-size: 16px;
              padding-right: 0; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .left .desc {
              font-size: 16px;
              padding-right: 0;
              text-align: justify; } }
      body .main-wrapper .main-container section.sec-2 .right {
        width: 35%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-2 .right {
            width: 100%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-2 .right {
            width: 100%; } }
        body .main-wrapper .main-container section.sec-2 .right img {
          width: 100%;
          transform: translateZ(0); }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .right img {
              width: 60%;
              display: block;
              margin: 0 auto; } }
          @media screen and (max-width: 767px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-2 .right img {
              width: 100%; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-2 .right img {
              width: auto;
              max-width: 80%;
              height: 90vh;
              display: block;
              margin: 25px auto 25px; } }
    body .main-wrapper .main-container section.sec-3 {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      padding-top: 5.7vw;
      padding-bottom: 5vw;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 1024px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding-top: 70px;
          padding-bottom: 70px; } }
      @media screen and (max-width: 1024px) and (orientation: landscape) {
        body .main-wrapper .main-container section.sec-3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media screen and (max-width: 767px) and (orientation: portrait) {
        body .main-wrapper .main-container section.sec-3 {
          padding-top: 50px;
          padding-bottom: 50px; } }
      @media screen and (max-width: 767px) and (orientation: landscape) {
        body .main-wrapper .main-container section.sec-3 {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .main-wrapper .main-container section.sec-3 p.title {
        width: 100%;
        line-height: 1.2;
        color: #c12285;
        font-size: 2vw;
        margin-bottom: 2vw;
        font-weight: 300;
        cursor: default; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-3 p.title {
            font-size: 32px;
            line-height: 1.4;
            text-align: center; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-3 p.title {
            font-size: 23px;
            line-height: 1.4; } }
        @media screen and (max-width: 767px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-3 p.title {
            font-size: 24px;
            line-height: 1.4;
            margin-bottom: 30px; } }
      body .main-wrapper .main-container section.sec-3 .left {
        width: 58%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-3 .left {
            width: 100%;
            margin-bottom: 70px; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-3 .left {
            width: 100%;
            margin-bottom: 70px;
            padding-left: 30px; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-3 .left {
            width: 100%;
            margin-bottom: 0; } }
        body .main-wrapper .main-container section.sec-3 .left .desc p {
          font-weight: 300;
          font-size: 1.16vw;
          line-height: 1.4;
          padding-right: 4vw;
          transform: translateZ(0);
          margin-bottom: 20px;
          position: relative; }
          @media screen and (max-width: 1366px) {
            body .main-wrapper .main-container section.sec-3 .left .desc p {
              font-size: 16px;
              padding-right: 6%; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-3 .left .desc p {
              font-size: 16px;
              padding-right: 0;
              text-align: center; } }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-3 .left .desc p {
              font-size: 16px;
              padding-right: 8%; } }
          @media screen and (max-width: 1024px) and (orientation: portrait) {
            body .main-wrapper .main-container section.sec-3 .left .desc p {
              font-size: 16px;
              padding-right: 0; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-3 .left .desc p {
              font-size: 16px;
              text-align: justify;
              padding-right: 0;
              margin-bottom: 25px; } }
          body .main-wrapper .main-container section.sec-3 .left .desc p:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: -20px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #c12285;
            transform: translate3d(0, -50%, 0); }
            @media screen and (max-width: 1024px) and (orientation: portrait) {
              body .main-wrapper .main-container section.sec-3 .left .desc p:after {
                visibility: hidden; } }
        body .main-wrapper .main-container section.sec-3 .left .desc strong,
        body .main-wrapper .main-container section.sec-3 .left .desc span {
          font-weight: 600; }
      body .main-wrapper .main-container section.sec-3 .right {
        width: 42%; }
        @media screen and (max-width: 1024px) and (orientation: portrait) {
          body .main-wrapper .main-container section.sec-3 .right {
            width: 100%; } }
        @media screen and (max-width: 1024px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-3 .right {
            width: 100%; } }
        @media screen and (max-width: 767px) and (orientation: landscape) {
          body .main-wrapper .main-container section.sec-3 .right {
            width: 100%; } }
        body .main-wrapper .main-container section.sec-3 .right img {
          width: 100%;
          transform: translateZ(0); }
          @media screen and (max-width: 1024px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-3 .right img {
              width: 60%;
              margin: 0 auto;
              display: block; } }
          @media screen and (max-width: 767px) and (orientation: landscape) {
            body .main-wrapper .main-container section.sec-3 .right img {
              width: auto;
              height: 60vh;
              display: block;
              margin: 25px auto 25px; } }
    body .main-wrapper .main-container section.sec-4 {
      width: 100%; }
      body .main-wrapper .main-container section.sec-4 .iframe-container {
        width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        min-height: initial;
        display: block; }
        body .main-wrapper .main-container section.sec-4 .iframe-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

  body .main-wrapper .main-container section.sec-4 {
      width: 100%; }
      body .main-wrapper .main-container section.sec-4 .iframe-container {
        width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0;
        min-height: initial;
        display: block; }
        body .main-wrapper .main-container section.sec-4 .iframe-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }

		  			  
			  
body .main-wrapper .main-container section.sec-4{
width: 100%;
display: -ms-flexbox;
display: flex;
align-items: center;
padding-bottom: 4.4vw;
border-bottom: 1.5px solid #c12285;
padding-top: 5.1vw;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 70px;
} }
@media screen and (max-width: 767px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4{
padding-top: 50px; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4{
-ms-flex-wrap: wrap;
flex-wrap: wrap; } }
body .main-wrapper .main-container section.sec-4.left {
width: 65%; }
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left {
width: 100%; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left {
width: 100%; } }
body .main-wrapper .main-container section.sec-4.left .name {
font-size: 2.64vw;
color: #c12285;
font-weight: 300;
margin-bottom: 2vw;
line-height: 1.4; }
@media screen and (max-width: 1366px) {
body .main-wrapper .main-container section.sec-4.left .name {
font-size: 36px; } }
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .name {
text-align: center; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .name {
font-size: 32px; } }
@media screen and (max-width: 767px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .name {
font-size: 26px;
text-align: left;
margin-bottom: 15px; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .name {
font-size: 24px; } }
body .main-wrapper .main-container section.sec-4.left .slogan {
font-size: 1.16vw;
color: #c12285;
font-weight: 300;
margin-bottom: 3vw;
line-height: 1.4; }
@media screen and (max-width: 1366px) {
body .main-wrapper .main-container section.sec-4.left .slogan {
font-size: 20px; } }
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .slogan {
text-align: center; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .slogan {
font-size: 18px; } }
@media screen and (max-width: 767px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .slogan {
font-size: 16px;
text-align: left;
margin-bottom: 30px; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .slogan {
font-size: 14px; } }
body .main-wrapper .main-container section.sec-4.left .desc {
font-size: 1.16vw;
color: #000000;
line-height: 1.6;
font-weight: 300;
padding-right: 15%; }
@media screen and (max-width: 1366px) {
body .main-wrapper .main-container section.sec-4.left .desc {
font-size: 16px; } }
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .desc {
width: 100%;
padding-right: 0;
text-align: justify; } }
@media screen and (max-width: 1024px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .desc {
font-size: 16px;
padding-right: 8%; } }
@media screen and (max-width: 767px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.left .desc {
font-size: 16px;
padding-right: 0; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.left .desc {
font-size: 16px;
padding-right: 0;
text-align: justify; } }
body .main-wrapper .main-container section.sec-4.right {
width: 35%; }
@media screen and (max-width: 1024px) and (orientation: portrait) {
body .main-wrapper .main-container section.sec-4.right {
width: 100%;
margin-bottom: 40px; } }
@media screen and (max-width: 767px) and (orientation: landscape) {
body .main-wrapper .main-container section.sec-4.right {
width: 100%; } }


body .main-wrapper .main-container section.sec-4 img.foto1{
width: 100%;
display: block;
} 
body .main-wrapper .main-container section.sec-4 img.foto2{
width: 49%;
display: block;
margin-right: 2%;
float: left;
margin-top: 20px;
}   

body .main-wrapper .main-container section.sec-4 img.foto3{
width: 49%;
margin-top: 20px;
display: block;
}   

@media screen and (min-width: 700px) {

body .main-wrapper .main-container section.sec-4 .left {
width: 33%;
flex-wrap: wrap;
align-content: space-between;
align-items: center;
}


body .main-wrapper .main-container section.sec-4 .right {
margin-left: 3%;
flex-wrap: wrap;
align-items: center;
width: 62%;
}
}

@media screen and (max-width: 700px) {

body .main-wrapper .main-container section.sec-4 .left {

}


body .main-wrapper .main-container section.sec-4 .right {
margin-top: 20px;
}
}
body .main-wrapper .main-container section.sec-4  p{
font-weight: 300;
/* font-size: 1.1em; */
line-height: 1.4;
/* padding-right: 4vw; */
transform: translateZ(0);
margin-bottom: 20px;
}

 .lista{
				  list-style: disc;
				  padding-top: 10px;
				  margin-left: 10px;
				  padding-left: 10px;
				  font-weight: 300;
				  font-size: 1.16vw;
				  line-height: 1.4;
				  /* padding-right: 4vw; */
				  transform: translateZ(0);
				  margin-bottom: 20px;
				 }
			  
			  .lista li{
              font-size: 16px;
              text-align: justify;
              padding-right: 0;
              margin-bottom: 10px;
              } 
			  
			  


strong {
color:  #c12285;
font-weight: bold;
}

