h1, h2, h3, h4, h5, h6, span, p, strong, a, li, div {
  font-family: 'Montserrat'; }

.book_demo_btn {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 9998;
  display: table-cell;
  width: auto;
  height: 45px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
  font-family: sans-serif;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  background: #003c9d;
  color: white; }

.book_demo_link {
  text-decoration: none;
  color: white; }

#guesthome #summer-discount {
  width: 100%;
  background-color: #00adb5; }
  #guesthome #summer-discount #summer-container {
    max-width: 1080px;
    margin: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    #guesthome #summer-discount #summer-container img {
      width: 80px;
      margin-right: 15px; }
    #guesthome #summer-discount #summer-container #right-discount {
      display: flex;
      justify-content: center;
      flex-direction: column;
      color: white; }
      #guesthome #summer-discount #summer-container #right-discount #right-content {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white; }
        #guesthome #summer-discount #summer-container #right-discount #right-content #left-text {
          margin-right: 20px; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #left-text p {
            font-size: 70px; }
        #guesthome #summer-discount #summer-container #right-discount #right-content #right-text {
          display: flex;
          flex-wrap: wrap; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #right-text p {
            font-size: 20px; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #right-text span {
            font-size: 20px; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #right-text strong {
            font-size: 20px;
            font-weight: black; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #right-text a {
            font-size: inherit;
            text-decoration: unset;
            color: inherit; }
          #guesthome #summer-discount #summer-container #right-discount #right-content #right-text #underline {
            position: relative;
            z-index: 1; }
            #guesthome #summer-discount #summer-container #right-discount #right-content #right-text #underline .line {
              position: absolute;
              left: 0;
              bottom: 1px;
              border-radius: 5px;
              height: 6px;
              background-color: #F8B610;
              width: 100%;
              z-index: -2; }
      #guesthome #summer-discount #summer-container #right-discount #duration {
        font-size: 10px; }
#guesthome #btnMetierMobile {
  display: none; }
#guesthome h2 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  color: #000000;
  font-style: normal; }
  #guesthome h2 span {
    font-weight: 700;
    font-size: 48px;
    color: #003c9d; }
#guesthome #wrap-section1 {
  background: rgba(75, 63, 180, 0.05); }
  #guesthome #wrap-section1 #section1 {
    padding: 100px 50px 100px 80px;
    display: flex;
    max-width: 2000px; }
    #guesthome #wrap-section1 #section1 .left {
      width: 50%; }
      #guesthome #wrap-section1 #section1 .left h1 {
        font-weight: 600;
        font-size: 48px;
        color: #000000; }
        #guesthome #wrap-section1 #section1 .left h1 span {
          font-weight: 700;
          color: #003c9d;
          font-size: 48px; }
      #guesthome #wrap-section1 #section1 .left .lefttext {
        margin-top: 80px; }
        #guesthome #wrap-section1 #section1 .left .lefttext span {
          display: contents; }
        #guesthome #wrap-section1 #section1 .left .lefttext p {
          font-weight: 500;
          font-size: 20px;
          margin-bottom: 20px;
          min-height: 57px; }
          #guesthome #wrap-section1 #section1 .left .lefttext p .blue {
            font-weight: 700;
            font-size: 20px;
            color: #003c9d;
            opacity: 1;
            transition: 0.3s;
            margin-left: 8px; }
            #guesthome #wrap-section1 #section1 .left .lefttext p .blue.hide {
              opacity: 0;
              transform: rotateX(150deg);
              display: inline-block;
              height: 0;
              float: right;
              transition: opacity 0s ease-out; }
          #guesthome #wrap-section1 #section1 .left .lefttext p .black {
            font-weight: 900;
            font-size: 20px;
            color: #000000; }
        #guesthome #wrap-section1 #section1 .left .lefttext ul {
          margin-left: 20px; }
          #guesthome #wrap-section1 #section1 .left .lefttext ul li {
            position: relative;
            font-weight: 500;
            font-size: 15px;
            list-style-type: none;
            margin: 10px 0px; }
            #guesthome #wrap-section1 #section1 .left .lefttext ul li.yellow::before {
              position: absolute;
              content: "";
              top: 7px;
              left: -10px;
              border: 3px solid #FF7B23;
              border-radius: 50%; }
          #guesthome #wrap-section1 #section1 .left .lefttext ul li.red::before {
            position: absolute;
            content: "";
            top: 7px;
            left: -10px;
            border: 3px solid #F0134D;
            border-radius: 50%; }
        #guesthome #wrap-section1 #section1 .left .lefttext ul li.blueround::before {
          position: absolute;
          content: "";
          top: 7px;
          left: -10px;
          border: 3px solid #00ADB5;
          border-radius: 50%; }
        #guesthome #wrap-section1 #section1 .left .lefttext img {
          max-width: 680px;
          max-height: 300px; }
        #guesthome #wrap-section1 #section1 .left .lefttext .left_anim {
          display: flex;
          flex-wrap: wrap; }
    #guesthome #wrap-section1 #section1 .form_overflow {
      position: fixed;
      background-color: black;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: 0.2s;
      z-index: 49; }
      #guesthome #wrap-section1 #section1 .form_overflow.active {
        visibility: visible;
        opacity: 0.7; }
    #guesthome #wrap-section1 #section1 .right {
      width: 30%;
      display: flex;
      margin-left: auto;
      margin-right: 10%;
      min-height: 720px; }
      #guesthome #wrap-section1 #section1 .right #formContact {
        background: white;
        padding: 80px 50px;
        border-radius: 50px;
        width: 100%;
        max-width: 520px;
        height: 550px;
        transition: 0.2s; }
        #guesthome #wrap-section1 #section1 .right #formContact.popin_mode {
          position: fixed;
          left: 35%;
          top: 20%;
          z-index: 50; }
      #guesthome #wrap-section1 #section1 .right p {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px; }
      #guesthome #wrap-section1 #section1 .right .formrow {
        display: flex;
        flex-direction: row;
        margin-top: 20px; }
        #guesthome #wrap-section1 #section1 .right .formrow .formrow-item {
          display: flex;
          flex-direction: column;
          width: 50%; }
          #guesthome #wrap-section1 #section1 .right .formrow .formrow-item label {
            font-weight: 500;
            font-size: 15px;
            margin: 10px 0px; }
          #guesthome #wrap-section1 #section1 .right .formrow .formrow-item input {
            width: 85%;
            height: 34px;
            border-radius: 5px;
            border: 1px solid rgba(75, 63, 180, 0.05);
            background-color: #ffffff;
            padding: 0px 10px;
            box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
            font-size: 12px;
            font-weight: 500; }
      #guesthome #wrap-section1 #section1 .right .formrow-name {
        margin-top: 50px;
        display: flex;
        flex-direction: column; }
        #guesthome #wrap-section1 #section1 .right .formrow-name label {
          font-weight: 500;
          font-size: 15px;
          margin: 10px 0px; }
        #guesthome #wrap-section1 #section1 .right .formrow-name input {
          width: 42%;
          height: 34px;
          border-radius: 5px;
          border: 1px solid rgba(75, 63, 180, 0.05);
          background-color: #ffffff;
          padding: 0px 10px;
          box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
          font-size: 12px;
          font-weight: 500; }
      #guesthome #wrap-section1 #section1 .right .formrow-subject {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        margin-top: 20px; }
        #guesthome #wrap-section1 #section1 .right .formrow-subject label {
          font-weight: 500;
          font-size: 15px;
          margin: 10px 0px; }
        #guesthome #wrap-section1 #section1 .right .formrow-subject input {
          width: 92%;
          height: 34px;
          border-radius: 5px;
          border: 1px solid rgba(75, 63, 180, 0.05);
          background-color: #ffffff;
          padding: 0px 10px;
          box-shadow: 0px 4px 4px rgba(75, 63, 180, 0.05);
          font-size: 12px;
          font-weight: 500; }
      #guesthome #wrap-section1 #section1 .right .triangles {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        position: absolute;
        top: 100px;
        right: 100px; }
        #guesthome #wrap-section1 #section1 .right .triangles .triangle {
          width: 46px;
          height: 46px; }
          #guesthome #wrap-section1 #section1 .right .triangles .triangle._bleu {
            margin-left: 108px;
            margin-top: 15px;
            transform: rotate(-72deg); }
          #guesthome #wrap-section1 #section1 .right .triangles .triangle._rose {
            margin-top: 4px;
            margin-left: 114px;
            transform: rotate(-36deg); }
          #guesthome #wrap-section1 #section1 .right .triangles .triangle._orange {
            margin-left: 60px;
            transform: rotate(1deg); }
#guesthome #section2 {
  border-radius: 50px;
  padding: 100px 50px 100px 80px; }
  #guesthome #section2 h2 {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    font-style: normal; }
    #guesthome #section2 h2 span {
      font-weight: 700;
      font-size: 48px;
      color: #003c9d; }
  #guesthome #section2 .option-bar {
    display: flex;
    flex-direction: row;
    background-color: #F6F5FB;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 60px auto;
    width: 1110px;
    max-width: 1110px; }
    #guesthome #section2 .option-bar .r-indi {
      padding: 5px;
      color: #003c9d;
      font-weight: 500;
      font-size: 20px;
      margin-left: 20px;
      cursor: pointer; }
      #guesthome #section2 .option-bar .r-indi.active {
        background-color: #F8B500;
        color: white;
        font-weight: 700;
        border-radius: 15px; }
    #guesthome #section2 .option-bar .r-tpe {
      padding: 5px;
      color: #003c9d;
      font-weight: 500;
      font-size: 20px;
      margin-left: 50px;
      cursor: pointer; }
      #guesthome #section2 .option-bar .r-tpe.active {
        background-color: #F0134D;
        color: white;
        font-weight: 700;
        border-radius: 15px; }
    #guesthome #section2 .option-bar .r-pao {
      padding: 5px;
      color: #003c9d;
      font-weight: 500;
      font-size: 20px;
      margin-left: 50px;
      cursor: pointer; }
      #guesthome #section2 .option-bar .r-pao.active {
        background-color: #00ADB5;
        color: white;
        font-weight: 700;
        border-radius: 15px; }
    #guesthome #section2 .option-bar .r-brod {
      padding: 5px;
      color: #003c9d;
      font-weight: 500;
      font-size: 20px;
      margin-left: 50px;
      cursor: pointer; }
      #guesthome #section2 .option-bar .r-brod.active {
        background-color: #EF821E;
        color: white;
        font-weight: 700;
        border-radius: 15px; }
  #guesthome #section2 .indi-image {
    margin: 0px 50px; }
    #guesthome #section2 .indi-image img {
      max-width: 485px;
      max-height: 236px;
      margin-right: 30px; }
  #guesthome #section2 .indi-description {
    display: flex;
    justify-content: center; }
    #guesthome #section2 .indi-description p {
      font-weight: 700;
      font-size: 20px;
      color: #003c9d;
      text-align: left; }
    #guesthome #section2 .indi-description .indi-des-col1 {
      position: relative;
      padding-top: 10px; }
      #guesthome #section2 .indi-description .indi-des-col1 .indi-line {
        width: 3px;
        border-radius: 5px;
        bottom: 0px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: -20px; }
    #guesthome #section2 .indi-description .indi-des-col2 {
      position: relative;
      text-align: left;
      margin-left: 60px;
      padding-top: 10px; }
      #guesthome #section2 .indi-description .indi-des-col2 .indi-line {
        width: 3px;
        border-radius: 5px;
        bottom: 0px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: -20px; }
    #guesthome #section2 .indi-description .indi-des-col3 {
      position: relative;
      text-align: left;
      margin-left: 60px;
      padding-top: 10px; }
      #guesthome #section2 .indi-description .indi-des-col3 .indi-line {
        width: 3px;
        border-radius: 5px;
        bottom: 0px;
        height: 90px;
        position: absolute;
        top: 0px;
        left: -20px; }
  #guesthome #section2 .indi-content {
    text-align: center;
    margin-bottom: 57px; }
    #guesthome #section2 .indi-content .line-color {
      background-color: #F8B500; }
  #guesthome #section2 .tpe-content {
    text-align: center;
    margin-bottom: 57px;
    display: none; }
    #guesthome #section2 .tpe-content .line-color {
      background-color: #F0134D; }
  #guesthome #section2 .pao-content {
    text-align: center;
    margin-bottom: 57px;
    display: none; }
    #guesthome #section2 .pao-content .line-color {
      background-color: #00ADB5; }
  #guesthome #section2 .brod-content {
    text-align: center;
    margin-bottom: 57px;
    display: none; }
    #guesthome #section2 .brod-content .line-color {
      background-color: #EF821E; }
#guesthome #section3 {
  background-color: rgba(75, 63, 180, 0.05);
  padding: 100px 50px 100px 80px; }
  #guesthome #section3 .content-section3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px; }
    #guesthome #section3 .content-section3 .left3desc {
      font-weight: 500;
      font-size: 15px;
      margin-top: 20px; }
    #guesthome #section3 .content-section3 .section3-left, #guesthome #section3 .content-section3 .section3-right {
      display: flex;
      flex-direction: column; }
    #guesthome #section3 .content-section3 .section3-left {
      text-align: left; }
      #guesthome #section3 .content-section3 .section3-left .titlePrime {
        font-weight: 700;
        font-size: 48px;
        color: #003c9d;
        /*  position: relative;
         &::before {
         position: absolute;
         content: url("/images/homeguest/star.png");
         top: 7px;
         left: -10px;                       
         } */ }
      #guesthome #section3 .content-section3 .section3-left p {
        font-size: 20px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 20px; }
      #guesthome #section3 .content-section3 .section3-left img {
        max-width: 420px;
        max-height: 100%; }
      #guesthome #section3 .content-section3 .section3-left span {
        color: #003c9d;
        margin-right: 10px; }
    #guesthome #section3 .content-section3 .section3-right {
      text-align: left;
      margin-left: 150px; }
      #guesthome #section3 .content-section3 .section3-right .titleBasic {
        font-weight: 700;
        font-size: 48px;
        color: #4B3FB44D; }
      #guesthome #section3 .content-section3 .section3-right p {
        font-size: 20px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 20px; }
      #guesthome #section3 .content-section3 .section3-right img {
        max-width: 420px;
        max-height: 100%; }
      #guesthome #section3 .content-section3 .section3-right span {
        color: #003c9d;
        margin-right: 10px; }
      #guesthome #section3 .content-section3 .section3-right .lineend {
        margin-bottom: 46px; }
      #guesthome #section3 .content-section3 .section3-right .gray {
        color: #4B3FB44D; }
      #guesthome #section3 .content-section3 .section3-right .left3rightdesc {
        font-weight: 500;
        font-size: 15px;
        margin-top: 20px;
        line-height: 25px; }
        #guesthome #section3 .content-section3 .section3-right .left3rightdesc img {
          max-width: 30px;
          max-height: 30px;
          margin-right: 10px; }
#guesthome #section-media {
  background-color: rgba(75, 63, 180, 0.05);
  padding: 100px 50px 100px 80px; }
  #guesthome #section-media #block-media {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    #guesthome #section-media #block-media .block-white {
      width: 307px;
      height: 200px;
      background-color: white;
      padding: 80px 20px;
      border-radius: 30px;
      margin-top: 50px;
      margin-right: 20px;
      text-align: center;
      cursor: pointer; }
      #guesthome #section-media #block-media .block-white .progress-des {
        margin-top: 80px;
        font-weight: 500;
        font-style: italic;
        color: black; }
      #guesthome #section-media #block-media .block-white .progress-desc {
        margin-top: 50px;
        font-weight: 500;
        font-style: italic;
        color: black; }
      #guesthome #section-media #block-media .block-white img {
        max-width: 243px;
        max-height: 83px; }
  #guesthome #section-media #block-news {
    max-width: 1200px;
    width: 70%;
    background-color: #003c9d;
    border-radius: 50px;
    padding: 50px 140px;
    text-align: center;
    margin: 100px auto 0px auto; }
    #guesthome #section-media #block-news .title-new {
      font-weight: 600;
      font-size: 48px;
      color: white; }
      #guesthome #section-media #block-news .title-new img {
        max-width: 50px;
        max-height: 50px;
        width: 50px;
        height: 50px; }
    #guesthome #section-media #block-news p {
      font-size: 20px;
      font-weight: 500;
      color: white; }
    #guesthome #section-media #block-news .block-desnew {
      margin: 40px auto; }
#guesthome #section4 {
  padding: 100px 50px 100px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  #guesthome #section4 .left {
    display: flex;
    flex-direction: column; }
    #guesthome #section4 .left h2 {
      margin-right: 80px;
      min-width: 420px;
      text-align: left; }
    #guesthome #section4 .left .small_text {
      font-size: 20px;
      margin-top: 14px;
      display: block; }
  #guesthome #section4 .right .carousel_list {
    overflow: clip;
    display: flex;
    align-items: center;
    width: 850px; }
    #guesthome #section4 .right .carousel_list .carousel_el {
      transition: 0.5s;
      cursor: pointer;
      position: relative;
      left: 0;
      opacity: 0.4;
      filter: grayscale(100%); }
      #guesthome #section4 .right .carousel_list .carousel_el.hidden {
        display: none; }
      #guesthome #section4 .right .carousel_list .carousel_el.active {
        transform: scale(1.3);
        margin: 0 20px;
        opacity: 1; }
      #guesthome #section4 .right .carousel_list .carousel_el:hover {
        opacity: 0.7;
        filter: grayscale(0%); }
    #guesthome #section4 .right .carousel_list img {
      margin-right: 50px;
      max-height: 200px; }
@media screen and (min-width: 2200px) {
  #guesthome #section1 {
    padding: 100px 5% 100px 5%;
    margin: auto; } }
@media screen and (max-width: 1700px) {
  #guesthome #section1 {
    padding: 50px; }
    #guesthome #section1 .right {
      width: 35% !important; }
      #guesthome #section1 .right #formContact.popin_mode {
        top: 11% !important;
        left: 35% !important; } }
@media screen and (max-width: 1440px) {
  #guesthome #section1 {
    padding: 80px 50px 100px 80px !important; } }
@media screen and (max-width: 1400px) {
  #guesthome #section4 {
    flex-direction: column; }
    #guesthome #section4 .left {
      margin-bottom: 50px; }
      #guesthome #section4 .left h2 br {
        display: none; }
  #guesthome #section1 {
    display: flex;
    flex-direction: column; }
    #guesthome #section1 .left {
      width: 100% !important;
      /* .lefttext {
       p {
       .blue {
       word-break: unset !important;
       }
       position: initial !important;                        
       }
       ul {
       margin-top: 80px !important;
       }                    
       } */ }
    #guesthome #section1 .right {
      width: 60% !important;
      margin-left: unset !important; }
      #guesthome #section1 .right #formContact {
        height: 600px !important; }
        #guesthome #section1 .right #formContact.popin_mode {
          top: 11% !important;
          left: 20% !important; }
  #guesthome #section2 .option-bar {
    width: 100%; }
    #guesthome #section2 .option-bar .r-indi, #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
      margin-left: 10px !important; }
  #guesthome #section3 .section3-right {
    margin-left: 20px !important; }
  #guesthome #section-media #block-news {
    width: 60% !important; }
    #guesthome #section-media #block-news .title-new {
      font-size: 35px; } }
@media screen and (max-width: 900px) {
  #guesthome h2 {
    font-size: 40px !important;
    text-align: left; }
    #guesthome h2 span {
      font-size: 40px !important; }
  #guesthome #section4 .right .carousel_list {
    width: 540px; }
  #guesthome #section1 {
    display: flex;
    flex-direction: column !important; }
    #guesthome #section1 .left {
      width: 100%; }
      #guesthome #section1 .left h1 {
        font-size: 40px !important; }
        #guesthome #section1 .left h1 span {
          font-size: 40px !important; }
    #guesthome #section1 .right {
      width: 70% !important;
      margin-left: 0px; }
      #guesthome #section1 .right #formContact {
        height: 600px !important; }
      #guesthome #section1 .right .triangles {
        right: 5px !important; }
  #guesthome #section2 {
    padding: 100px 5px; }
    #guesthome #section2 .option-bar {
      width: 95% !important; }
      #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
        margin-left: 5px;
        font-size: 15px; }
      #guesthome #section2 .option-bar .r-indi {
        font-size: 15px;
        margin-left: 5px; }
    #guesthome #section2 .indi-description {
      /* .indi-des-col1, .indi-des-col2, .indi-des-col3 {
       .indi-line {
       height: 110px !important;
       }
       } */ }
      #guesthome #section2 .indi-description p {
        font-size: 15px; }
  #guesthome #section3 .content-section3 {
    display: flex;
    flex-direction: column; }
    #guesthome #section3 .content-section3 .section3-left .titlePrime {
      font-size: 40px; }
      #guesthome #section3 .content-section3 .section3-left .titlePrime img {
        max-width: 40px; }
    #guesthome #section3 .content-section3 .section3-right {
      margin-left: 0px !important;
      margin-top: 50px; }
      #guesthome #section3 .content-section3 .section3-right .titleBasic {
        font-size: 40px; }
        #guesthome #section3 .content-section3 .section3-right .titleBasic img {
          max-width: 40px; }
  #guesthome #section-media #block-media {
    display: flex;
    flex-direction: column; }
    #guesthome #section-media #block-media .block-white {
      margin: 20px auto; }
  #guesthome #section-media #block-news {
    width: 70%;
    padding: 50px 80px; } }
@media screen and (max-width: 750px) {
  #guesthome h2, #guesthome h2 span {
    font-size: 36px; }
  #guesthome [id^=section] {
    padding: 50px 30px !important; }
  #guesthome #section4 .left h2 {
    margin: 0;
    min-width: unset; }
    #guesthome #section1 .left {
      width: 100%; }
      #guesthome #section1 .left h1 {
        font-size: 40px !important; }
        #guesthome #section1 .left h1 span {
          font-size: 40px !important; }
      #guesthome #section1 .left .lefttext p {
        font-size: 15px !important; }
        #guesthome #section1 .left .lefttext p span {
          font-size: 15px !important;
          font-weight: 700 !important; }
      #guesthome #section1 .left .lefttext img {
        max-width: 480px !important; }
    #guesthome #section1 .right {
      width: 100% !important;
      margin-left: 0px; }
      #guesthome #section1 .right #formContact {
        height: 600px !important;
        max-width: 580px; }
        #guesthome #section1 .right #formContact.popin_mode {
          top: 10% !important;
          left: 5% !important; }
  #guesthome #section2 h2 {
    font-weight: 600 !important;
    font-size: 40px !important; }
    #guesthome #section2 h2 span {
      font-size: 40px !important; }
  #guesthome #section2 .option-bar {
    width: 100% !important; }
    #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
      margin-left: 5px !important; }
    #guesthome #section2 .option-bar .r-indi, #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
      font-size: 13px !important; }
  #guesthome #section2 .indi-description {
    font-size: 15px !important; }
  #guesthome #section-media #block-news {
    width: 60% !important;
    padding: 50px 50px !important; } }
@media screen and (max-width: 576px) {
  #guesthome #summer-discount #summer-container img {
    display: none; }
    #guesthome #summer-discount #summer-container #right-discount #right-content #left-text {
      margin-right: 20px; }
      #guesthome #summer-discount #summer-container #right-discount #right-content #left-text p {
        font-size: 50px; }
    #guesthome #summer-discount #summer-container #right-discount #right-content #right-text p, #guesthome #summer-discount #summer-container #right-discount #right-content #right-text span, #guesthome #summer-discount #summer-container #right-discount #right-content #right-text strong {
      font-size: 15px; }
  #guesthome h2 {
    font-size: 30px !important; }
    #guesthome h2 span {
      font-size: 30px !important; }
  #guesthome #section1 .left {
    width: 100%; }
    #guesthome #section1 .left h1 {
      font-size: 30px !important; }
      #guesthome #section1 .left h1 span {
        font-size: 30px !important; }
    #guesthome #section1 .left .lefttext ul li {
      font-size: 12px !important; }
    #guesthome #section1 .left .lefttext img {
      max-width: 300px !important; }
  #guesthome #section1 .right #formContact {
    height: 750px !important;
    max-width: 400px !important; }
    #guesthome #section1 .right #formContact p {
      font-size: 15px !important; }
    #guesthome #section1 .right #formContact .formrow {
      flex-direction: column !important; }
      #guesthome #section1 .right #formContact .formrow-name input, #guesthome #section1 .right #formContact .formrow input {
        width: 92% !important; }
      #guesthome #section1 .right #formContact .formrow-name .formrow-item, #guesthome #section1 .right #formContact .formrow .formrow-item {
        width: 100%; }
        #guesthome #section1 .right #formContact .formrow-name .formrow-item input, #guesthome #section1 .right #formContact .formrow .formrow-item input {
          width: 92% !important; }
    #guesthome #section1 .right #formContact.popin_mode {
      top: 10% !important;
      left: 5% !important; }
  #guesthome #section2 .option-bar {
    width: 100% !important; }
    #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
      margin-left: 5px !important; }
    #guesthome #section2 .option-bar .r-indi, #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
      font-size: 11px !important; }
  #guesthome #section2 .indi-description {
    display: flex;
    flex-direction: column; }
    #guesthome #section2 .indi-description .indi-des-col1, #guesthome #section2 .indi-description .indi-des-col2, #guesthome #section2 .indi-description .indi-des-col3 {
      margin: 30px 100px; }
    #guesthome #section2 .indi-description p {
      font-size: 15px !important; }
  #guesthome #section2 #indi .indi-image img {
    max-width: 350px; }
  #guesthome #section3 .titlePrime {
    font-size: 30px !important; }
    #guesthome #section3 .titlePrime img {
      max-width: 30px !important;
      max-height: 30px !important; }
  #guesthome #section3 .titleBasic {
    font-size: 30px !important; }
    #guesthome #section3 .titleBasic img {
      max-width: 30px !important;
      max-height: 30px !important; }
  #guesthome #section4 carousel_list {
    width: 400px; }
  #guesthome #section-media #block-media .block-white {
    width: 300px; }
  #guesthome #section-media #block-news {
    width: 70% !important;
    padding: 50px !important; }
    #guesthome #section-media #block-news .title-new {
      font-size: 20px !important; }
      #guesthome #section-media #block-news .title-new img {
        max-width: 20px;
        max-height: 20px; }
    #guesthome #section-media #block-news .block-desnew p {
      font-size: 15px !important; } }
@media screen and (max-width: 428px) {
  #guesthome h2 {
    font-size: 25px !important; }
    #guesthome h2 span {
      font-size: 25px !important; }
  #guesthome #btnMetierMobile {
    display: block; }
  #guesthome #btnMetier {
    display: none; }
    #guesthome #section1 .left h1 {
      font-size: 25px !important; }
      #guesthome #section1 .left h1 span {
        font-size: 25px !important; }
    #guesthome #section1 .left .lefttext {
      display: flex;
      flex-direction: column-reverse; }
      #guesthome #section1 .left .lefttext p {
        position: initial !important;
        min-height: 57px !important; }
    #guesthome #section1 .right #formContact {
      max-width: 270px !important;
      margin-top: 20px;
      padding: 30px 50px !important;
      height: 620px !important; }
      #guesthome #section1 .right #formContact p {
        font-size: 12px; }
        #guesthome #section1 .right #formContact .formrow-name label, #guesthome #section1 .right #formContact .formrow label, #guesthome #section1 .right #formContact .formrow-subject label {
          margin: 5px 0px !important;
          font-size: 10px !important;
          font-weight: 500;
          font-family: 'Montserrat'; }
        #guesthome #section1 .right #formContact .formrow-name input, #guesthome #section1 .right #formContact .formrow input, #guesthome #section1 .right #formContact .formrow-subject input {
          height: 32px !important; }
    #guesthome #section1 .right .triangles {
      display: none !important; }
  #guesthome #wrap-section1 #section1 .left .lefttext {
    margin-top: 0px; }
  #guesthome #section2 {
    padding: 50px 5px !important; }
    #guesthome #section2 h2 {
      font-size: 25px !important; }
      #guesthome #section2 h2 span {
        font-size: 25px !important; }
    #guesthome #section2 .option-bar {
      width: 100% !important;
      margin: 60px 0px !important; }
      #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
        margin-left: 0px !important; }
      #guesthome #section2 .option-bar .r-indi, #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
        font-size: 10px !important; }
    #guesthome #section2 .indi-image {
      margin: auto; }
      #guesthome #section2 .indi-image img {
        max-width: 300px !important;
        margin-bottom: 5px; }
  #guesthome #section3 .content-section3 .section3-left img {
    max-width: 300px; }
  #guesthome #section3 .content-section3 .section3-left .titlePrime {
    font-size: 25px !important; }
    #guesthome #section3 .content-section3 .section3-left .titlePrime img {
      max-width: 25px !important;
      max-height: 25px !important; }
  #guesthome #section3 .content-section3 .section3-left p {
    font-size: 15px; }
  #guesthome #section3 .content-section3 .section3-left .left3desc {
    font-size: 12px; }
    #guesthome #section3 .content-section3 .section3-left .left3desc span {
      font-size: 18px; }
  #guesthome #section3 .content-section3 .section3-right img {
    max-width: 300px; }
  #guesthome #section3 .content-section3 .section3-right .titleBasic {
    font-size: 25px !important; }
    #guesthome #section3 .content-section3 .section3-right .titleBasic img {
      max-width: 25px !important;
      max-height: 25px !important; }
  #guesthome #section3 .content-section3 .section3-right p {
    font-size: 15px; }
  #guesthome #section3 .content-section3 .section3-right .left3rightdesc {
    font-size: 12px; }
    #guesthome #section3 .content-section3 .section3-right .left3rightdesc img {
      max-width: 20px; }
  #guesthome #section4 .left .small_text {
    font-size: 15px; }
  #guesthome #section-media .block-white {
    height: 170px; }
  #guesthome #section2 .option-bar {
    padding: 10px 0px !important; } }
@media screen and (max-width: 390px) {
  #guesthome #guesthome [id^="section"] {
    padding: 50px 20px !important; }
  #guesthome h1, #guesthome h2 {
    font-size: 25px !important; }
    #guesthome h1 span, #guesthome h2 span {
      font-size: 25px !important; }
  #guesthome #section1 .right #formContact {
    max-width: 250px !important;
    left: 0% !important; }
    #guesthome #section4 .right {
      width: 100%; }
      #guesthome #section4 .right .carousel_list {
        width: 100%; }
  #guesthome #section1 {
    padding: 20px !important; }
    #guesthome #section1 .left p {
      font-size: 15px !important;
      margin-left: unset !important; }
      #guesthome #section1 .left p span {
        font-size: 15px !important; }
    #guesthome #section1 .left ul {
      margin-top: 50px;
      margin-left: unset !important; }
    #guesthome #section1 .left img {
      max-width: 300px !important; }
  #guesthome #section1 .right #formContact {
    padding: 50px 50px !important; }
  #guesthome #section2 {
    padding: 50px 0px !important; }
    #guesthome #section2 h2 {
      font-size: 25px !important; }
      #guesthome #section2 h2 span {
        font-size: 25px !important; }
    #guesthome #section2 .option-bar {
      width: 100% !important;
      margin: 60px 0px !important; }
      #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
        margin-left: 0px !important; }
      #guesthome #section2 .option-bar .r-indi, #guesthome #section2 .option-bar .r-tpe, #guesthome #section2 .option-bar .r-pao, #guesthome #section2 .option-bar .r-brod {
        font-size: 10px !important; }
    #guesthome #section2 .indi-image img {
      max-width: 300px !important; }
  #guesthome #section3 .section3-left img, #guesthome #section3 .section3-right img {
    max-width: 300px !important; }
  #guesthome #section3 .section3-right {
    margin-top: 20px; }
  #guesthome #section-media {
    padding: 50px 20px !important; }
    #guesthome #section-media #block-news {
      width: 75%;
      height: 350px !important; }
    #guesthome #section-media .block-white {
      width: 280px !important; } }

@keyframes shake {
  0%, 60%, 100% {
    transform: matrix(1, 0.03, -0.04, 1, 0, 0); }
  5%, 15%, 25%, 35%, 45% {
    transform: matrix(1, 0.05, -0.06, 1, 0, 0); }
  10%, 20%, 30%, 40%, 50% {
    transform: matrix(1, -0.05, 0.06, 1, 0, 0); } }
@keyframes shake2 {
  0%, 60%, 100% {
    transform: matrix(1, 0.14, -0.15, 1, 0, 0); }
  5%, 15%, 25%, 35%, 45% {
    transform: matrix(1, 0.15, -0.16, 1, 0, 0); }
  10%, 20%, 30%, 40%, 50% {
    transform: matrix(1, -0.15, 0.16, 1, 0, 0); } }

#home-event-sale-off {
  padding: 60px 176px 85px 96px; }
  #home-event-sale-off .event-title {
    height: 222px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 91px;
    line-height: 111px;
    display: flex;
    align-items: center;
    color: #F8B500;
    backdrop-filter: blur(2px); }
  #home-event-sale-off .event-time {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000; }
  #home-event-sale-off .event-content-wrapper {
    margin-top: 26px;
    display: flex;
    flex-direction: row;
    align-items: center; }
  #home-event-sale-off .event-content {
    margin-right: auto; }
    #home-event-sale-off .event-content .event-notice {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 29px;
      display: flex;
      align-items: center;
      color: #000000; }
    #home-event-sale-off .event-content .event-message-1 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 71px;
      line-height: 87px;
      color: #000000; }
    #home-event-sale-off .event-content .event-message-2 {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 900;
      font-size: 71px;
      line-height: 87px;
      display: inline-block;
      color: #F8B500;
      position: relative; }
      #home-event-sale-off .event-content .event-message-2:after {
        content: ' ';
        background: url("/templates/superpictor/images/icons/arrow-hand-writing.png") no-repeat right center;
        background-size: contain;
        position: absolute;
        width: 185px;
        height: 185px;
        bottom: 10px;
        right: -100px; }
      #home-event-sale-off .event-content .event-message-2 .event-message-2 {
        display: block; }
        #home-event-sale-off .event-content .event-message-2 .event-message-2:after {
          content: '';
          display: none; }
    #home-event-sale-off .event-content .event-actions {
      margin-top: 64px;
      display: flex;
      justify-content: flex-end;
      padding-right: 70px; }
    #home-event-sale-off .event-content .event-btn-start {
      background: #003C9D;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      width: 259px;
      height: 77px;
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 27px;
      line-height: 33px;
      text-align: center;
      color: #FFFFFF;
      border: 1px solid #003C9D;
      transition: all 0.2s ease; }
      #home-event-sale-off .event-content .event-btn-start:hover {
        color: #003C9D;
        background: #FFF; }
    #home-event-sale-off .event-content .arrow-hand-writing {
      height: 154px; }
  #home-event-sale-off .event-benefit {
    position: relative;
    background: #003C9D;
    box-shadow: 23px 15px 45px -12px rgba(0, 60, 157, 0.45);
    border-radius: 20px;
    padding: 94px 16px 108px;
    display: inline-block;
    min-width: 441px; }
    #home-event-sale-off .event-benefit .event-benefit-question {
      background: #F0134D;
      border-radius: 15px;
      transform: matrix(1, 0.03, -0.04, 1, 0, 0);
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 38px;
      display: inline-flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      color: #FFFFFF;
      padding: 15px;
      position: absolute;
      top: -26px;
      right: -60px;
      animation: 2s shake 0s infinite; }
      #home-event-sale-off .event-benefit .event-benefit-question img {
        margin-left: 5px;
        height: 34px;
        width: auto;
        vertical-align: middle; }
    #home-event-sale-off .event-benefit .event-benefit-header {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      color: #FFFFFF;
      margin-bottom: 60px;
      height: 33px; }
      #home-event-sale-off .event-benefit .event-benefit-header img {
        height: 45px;
        width: auto;
        vertical-align: middle; }
    #home-event-sale-off .event-benefit .event-benefit-list {
      list-style: none;
      padding-left: 37px; }
      #home-event-sale-off .event-benefit .event-benefit-list li {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 26px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        background: url("/templates/superpictor/images/icons/check.png") no-repeat left center;
        background-size: 22px auto;
        padding-left: 38px;
        margin-bottom: 12px; }
        #home-event-sale-off .event-benefit .event-benefit-list li:last-child {
          margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    #home-event-sale-off {
      padding: 40px 20px 40px 20px; }
      #home-event-sale-off .event-title {
        font-size: 31px;
        line-height: 46px;
        height: auto; }
        #home-event-sale-off .event-title br {
          display: none; }
      #home-event-sale-off .event-time {
        font-size: 11px;
        line-height: 17px; }
      #home-event-sale-off .event-content-wrapper {
        flex-direction: row;
        margin-top: 38px;
        padding-right: 30px; }
        #home-event-sale-off .event-content .event-notice {
          font-size: 11px;
          line-height: 17px;
          font-weight: 600; }
        #home-event-sale-off .event-content .event-message-1 {
          font-size: 31px;
          line-height: 37px; }
        #home-event-sale-off .event-content .event-message-2 {
          font-size: 31px;
          line-height: 37px; }
          #home-event-sale-off .event-content .event-message-2:after {
            right: -59px;
            height: 102px;
            width: 100px; }
        #home-event-sale-off .event-content .event-btn-start {
          margin: 0;
          width: 148px;
          height: 45px;
          font-size: 14px;
          line-height: 17px;
          font-weight: 600; }
        #home-event-sale-off .event-content .event-actions {
          margin-top: 40px;
          padding-right: 35px; }
      #home-event-sale-off .event-benefit {
        width: 236px;
        margin-top: 35px;
        padding: 16px 6px 20px 16px;
        min-width: auto; }
        #home-event-sale-off .event-benefit .event-benefit-header {
          font-size: 20px;
          line-height: 34px;
          margin-bottom: 20px; }
          #home-event-sale-off .event-benefit .event-benefit-header img {
            height: 24px; }
        #home-event-sale-off .event-benefit .event-benefit-question {
          width: 194px;
          font-size: 10px;
          line-height: 17px;
          padding: 5px;
          transform: matrix(1, 0.14, -0.15, 1, 0, 0);
          animation: 2s shake2 0s infinite;
          top: -9px;
          font-weight: 600; }
          #home-event-sale-off .event-benefit .event-benefit-question img {
            height: 17px; }
        #home-event-sale-off .event-benefit .event-benefit-list {
          padding-left: 11px;
          margin-bottom: 20px; }
          #home-event-sale-off .event-benefit .event-benefit-list li {
            font-size: 9px;
            line-height: 15px;
            margin-bottom: 18.5px;
            background-size: 10px auto;
            padding-left: 20px; } }
@media screen and (max-width: 768px) {
  #home-event-sale-off .event-content-wrapper {
    flex-direction: column;
    padding-right: 0; } }
@media screen and (max-width: 1610px) and (min-width: 1025px) {
  #home-event-sale-off .event-title {
    font-size: 64px;
    line-height: 78px;
    height: auto; }
  #home-event-sale-off .event-time {
    font-size: 14px;
    line-height: 17px; }
    #home-event-sale-off .event-content .event-notice {
      font-size: 17px;
      line-height: 20px; }
      #home-event-sale-off .event-content .event-message .event-message-1, #home-event-sale-off .event-content .event-message .event-message-2 {
        font-size: 50px;
        line-height: 61px; } }

#popin_event_saleoff_demo .popin-container {
  width: 671px;
  min-width: 671px;
  padding: 0;
  border-radius: 20px;
  background: transparent; }
@media screen and (max-width: 1024px) {
  #popin_event_saleoff_demo .popin-container {
    width: fit-content;
    min-width: auto;
    padding: 25px; } }
#popin_event_saleoff_demo .popin-body .event-benefit {
  position: relative;
  background: #FFF;
  padding: 16px;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 23px 15px 45px -12px rgba(0, 60, 157, 0.45); }
  #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-question {
    background: #F0134D;
    border-radius: 15px;
    transform: matrix(1, 0.15, -0.015, 1, 0, 0);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0;
    position: absolute;
    top: -26px;
    right: -88px;
    animation: 2s shake2 0s infinite;
    width: 305px;
    height: 69px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-question img {
      margin-left: 5px;
      height: 34px;
      width: auto;
      vertical-align: middle; }
  #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 53px;
    color: #003C9D;
    margin-top: 70px;
    margin-bottom: 70px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-header img {
      height: 45px;
      width: auto;
      vertical-align: middle; }
  #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-list {
    list-style: none;
    padding-left: 37px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-list li {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 34px;
      display: flex;
      align-items: center;
      color: #003C9D;
      background: url("/templates/superpictor/images/icons/check-blue.png") no-repeat left center;
      background-size: 22px auto;
      padding-left: 38px;
      margin-bottom: 20px; }
  #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-actions {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 46px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-actions .sp_button {
      width: 311px;
      height: 77px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      font-weight: 700;
      font-size: 27px;
      line-height: 33px;
      padding: 0; }
  @media screen and (max-width: 1024px) {
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-header {
      font-size: 27px;
      line-height: 46px;
      margin-top: 9px;
      margin-bottom: 18px; }
      #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-header img {
        height: 27px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-list li {
      font-size: 11px;
      font-weight: 700;
      background-size: 13px auto;
      line-height: 19px;
      padding-left: 26px;
      background-position: 0 5px;
      text-align: left; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-question {
      width: 136px;
      font-size: 14px;
      height: 36px;
      line-height: 24px;
      padding: 0;
      right: -23px; }
    #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-actions {
      margin-top: 0;
      margin-bottom: 0; }
      #popin_event_saleoff_demo .popin-body .event-benefit .event-benefit-actions .sp_button {
        width: 175px;
        height: 45px;
        font-size: 14px; } }

#popin_event_saleoff_calendar .popin-container {
  min-width: auto;
  max-width: fit-content;
  padding: 8px 80px 0; }
  #popin_event_saleoff_calendar .popin-container img {
    vertical-align: middle; }
  #popin_event_saleoff_calendar .popin-container .title-1 {
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    color: #003C9D; }
    #popin_event_saleoff_calendar .popin-container .title-1, #popin_event_saleoff_calendar .popin-container .title-1 div {
      font-size: 25px; }
  #popin_event_saleoff_calendar .popin-container .hand {
    font-size: 32px;
    line-height: 39px;
    margin: 16px 0; }
  #popin_event_saleoff_calendar .popin-container .title-2 {
    font-weight: 400;
    line-height: 140.1%;
    text-align: center;
    color: #003C9D; }
    #popin_event_saleoff_calendar .popin-container .title-2 div {
      font-size: 15px; }
#popin_event_saleoff_calendar .popin-body {
  width: 905px;
  height: 895px;
  overflow: hidden; }
#popin_event_saleoff_calendar .calendly-inline-widget {
  width: 1000px;
  height: 687px;
  margin-left: -50px;
  margin-top: 0; }
@media screen and (max-width: 1024px) {
  #popin_event_saleoff_calendar .popin-container {
    position: fixed;
    top: 131px !important;
    left: 20px;
    right: 20px;
    bottom: 131px;
    width: auto;
    max-width: 100%;
    padding: 0; }
  #popin_event_saleoff_calendar .popin-body {
    width: 100%;
    height: 100%; }
    #popin_event_saleoff_calendar .popin-body .title-1 {
      font-size: 18px;
      font-weight: 800;
      line-height: 31px;
      width: 269px;
      height: 47px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 19px auto 25px; }
      #popin_event_saleoff_calendar .popin-body .title-1 br {
        display: none; }
    #popin_event_saleoff_calendar .popin-body .title-2, #popin_event_saleoff_calendar .popin-body .hand {
      display: none; }
  #popin_event_saleoff_calendar .calendly-inline-widget {
    width: calc(100% - 46px);
    height: 100%;
    margin: 0 auto; } }
