.about {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100vw;
  padding: 190px 0 300px;
  margin: 0 calc(50vw - 690px);
  background-size: cover; }
  .about .left {
    display: block;
    width: 330px;
    margin-left: calc(50vw - 690px);
    margin-left: 0; }
    .about .left .subTitle {
      color: #3e5667;
      font-family: 'LatoLatinMedium'; }
    .about .left .chapeau {
      font-family: LatoLatinRegular;
      font-size: 20px;
      color: #e9452f; }
    .about .left .txt {
      font-size: 16px; }
    .about .left .outer-cta {
      width: fit-content; }
  .about .right {
    position: relative;
    display: block;
    width: 60vw; }
    .about .right .center {
      position: absolute;
      width: 500px;
      height: 500px;
      top: 40px;
      left: calc(37vw - 250px);
      display: block;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3csvg width='80%25' height='80%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1000' ry='1000' stroke='%23EC3463' stroke-width='0' stroke-dasharray='6px%2c 6px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e");
      transition: all 0.3s; }
      .about .right .center.active {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1000' ry='1000' stroke='%23EC3463' stroke-width='1' stroke-dasharray='6px%2c 6px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e"); }
      .about .right .center .txt {
        position: absolute;
        display: block;
        width: 329px;
        height: 209px;
        top: 45px;
        left: 47px;
        background-color: #d7dadc;
        color: #3e5667;
        border-radius: 999px;
        padding: 160px 40px 40px;
        font-family: LatoLatinRegular;
        text-align: center;
        background-image: url(/media/image/6e6af017ca85a552233d3e0e22fec79a685614ad.svg);
        background-repeat: no-repeat;
        background-position: center 52px;
        background-size: 130px; }
      .about .right .center .outer-cta {
        position: absolute;
        top: 300px;
        left: 170px;
        z-index: 5; }
    .about .right .lsrs {
      position: absolute;
      display: block;
      width: 80px;
      height: 50px;
      left: calc(30vw - 75px);
      top: 77px;
      background-color: #f2f2f2;
      z-index: 1; }
      .about .right .lsrs .logo {
        position: absolute;
        display: block;
        width: 160px;
        height: 110px;
        left: 0;
        top: -52px;
        background-image: url(/media/image/6e6af017ca85a552233d3e0e22fec79a685614ad.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 130px; }
    .about .right .items {
      position: inherit;
      width: 250px;
      height: 250px;
      top: 40px;
      left: calc(37vw - 0px);
      display: block;
      margin: 0;
      z-index: 4; }
      .about .right .items .item-container .logo-container {
        position: absolute;
        top: -124px;
        left: 75px;
        display: block;
        width: 290px;
        height: 370px;
        transform: rotate(90deg);
        z-index: 0; }
        .about .right .items .item-container .logo-container .logo {
          position: absolute;
          display: none;
          background-repeat: no-repeat;
          background-position: center;
          width: 150px;
          height: 120px;
          top: -333px;
          left: 0px;
          background-size: 100%;
          transform-origin: center;
          opacity: 0;
          transition: all 0.3s;
          cursor: pointer; }
          .about .right .items .item-container .logo-container .logo:hover {
            opacity: 0.7 !important; }
        .about .right .items .item-container:nth-child(0n+1) .logo-container {
          left: 110px; }
          .about .right .items .item-container:nth-child(0n+1) .logo-container .logo {
            width: 200px; }
        .about .right .items .item-container .bullet-container {
          position: absolute;
          top: 175px;
          right: -25px;
          display: block;
          width: 275px;
          height: 75px;
          transform-origin: bottom left;
          z-index: 1; }
        .about .right .items .item-container .bullet-container .bullet {
          position: absolute;
          right: 0;
          top: -333px;
          border: 10px solid #f2f2f2;
          transform-origin: center;
          opacity: 0; }
  .about .popup {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: calc(690px - 50vw);
    width: 100vw;
    height: 100%;
    z-index: 10;
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, rgba(255, 47, 25, .5), rgba(142, 80, 168, .5)); }
    .about .popup .outer-switcher {
      position: absolute;
      opacity: 0;
      top: 410px;
      left: calc(0vw + 587px);
      z-index: 15; }
      .about .popup .outer-switcher .switcher {
        opacity: 1; }
    .about .popup .logo-container {
      opacity: 0;
      position: absolute;
      display: block;
      width: 300px;
      height: 150px;
      left: calc(0vw + 809px);
      top: 410px;
      background-size: 100%; }
    .about .popup .image-container {
      opacity: 0;
      position: absolute;
      top: 50px;
      left: calc(0vw + 450px);
      width: 390px;
      height: 390px;
      border-radius: 500px;
      z-index: 12;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
    .about .popup .outer-text {
      opacity: 0;
      position: absolute;
      top: 300px;
      left: 0vw;
      background-color: #fff;
      border-radius: 500px;
      padding: 50px;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
      .about .popup .outer-text .inner-text {
        border-radius: 500px;
        width: 420px;
        height: 420px;
        padding: 84px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1000' ry='1000' stroke='%23EC3463' stroke-width='1' stroke-dasharray='6px%2c 6px' stroke-dashoffset='100' stroke-linecap='butt'/%3e%3c/svg%3e"); }
        .about .popup .outer-text .inner-text .logo {
          width: 100%;
          height: 100px;
          margin-bottom: 60px; }
        .about .popup .outer-text .inner-text .title {
          font-size: 24px;
          text-align: center;
          font-family: 'LatoLatinMedium';
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          word-wrap: break-word;
          line-height: 1.5;
          --lh: 1.5rem;
          max-height: calc(var(--lh) * var(--max-lines)); }
        .about .popup .outer-text .inner-text .txt {
          font-size: 16px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          word-wrap: break-word;
          line-height: 1.5;
          --lh: 1.5rem;
          max-height: calc(var(--lh) * var(--max-lines)); }
        .about .popup .outer-text .inner-text .txt p {
          line-height: 1.3; }
    .about .popup .zigzag {
      opacity: 0;
      position: absolute;
      display: block;
      width: 530px;
      height: 530px;
      left: calc(0vw + 377px);
      top: 380px;
      background-image: url(/media/image/8fb891af1e6c940efbb40780151d58a089d03400.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%; }
    .about .popup .closer {
      opacity: 0;
      position: absolute;
      display: block;
      width: 45px;
      height: 45px;
      right: 10vw;
      top: 100px;
      background-image: url(/media/image/2373d1cdbd5144383bbab5f94a3cad7d5ac2fcab.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      transition: all 0.3s ease-out;
      cursor: pointer; }
      .about .popup .closer:hover {
        background-size: 80%;
        opacity: 0.5; }

.main:not(.home_page) .about {
  padding: 50px 10vw;
  height: 700px;
  /* =============================================================== RESPONSIVE =================================================================*/ }

@media (max-width: 1400px) {
  .about {
    margin: 0 20px; } }

@media (max-width: 960px) {
  .about {
    flex-direction: column;
    padding: 20px;
    margin: 0; }
    .about .left {
      width: calc(100vw - 40px); }
    .about .right {
      width: 100vw;
      height: calc(100vw - 250px);
      padding-top: 100px; }
      .about .right .center {
        width: 45vw;
        height: 45vw;
        top: calc(2.7vw + 111px);
        left: 27vw; }
        .about .right .center .txt {
          display: block;
          width: 39vw;
          height: 39vw;
          top: 3vw;
          left: 3vw;
          padding: 0;
          background-image: url(''); }
          .about .right .center .txt p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            word-wrap: break-word;
            line-height: 1.375;
            --lh: 1.375rem;
            max-height: calc(var(--lh) * var(--max-lines));
            padding: 50px; }
        .about .right .center .outer-cta {
          left: calc(19vw - 50px);
          top: 226px; }
      .about .right .items {
        width: 125px;
        height: 125px;
        top: calc(35vw - 140px);
        left: calc(82vw - 100px); }
        .about .right .items .item-container .bullet-container {
          width: calc(23.3vw + 25px);
          right: 9vw;
          top: -5px; }
          .about .right .items .item-container .logo-container {
            top: 0;
            width: 250px;
            height: 250px; }
            .about .right .items .item-container .logo-container .logo {
              width: 100px !important; }
    .about .popup {
      top: 525px; }
      .about .popup .outer-text {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        top: 0;
        left: 0; }
        .about .popup .outer-text .inner-text {
          background: none;
          padding: 20px;
          width: 45vw; }
      .about .popup .outer-switcher {
        top: calc(50px + 36vw);
        right: 13vw; }
      .about .popup .image-container {
        right: 4vw;
        width: 40vw;
        height: 40vw; }
      .about .popup .zigzag {
        display: none; }
      .about .popup .closer {
        top: 20px;
        left: 20px; }

  .main:not(.home_page) .about {
    padding: 50px 20px;
    height: 1000px; } }

@media (max-width: 480px) {
  .about .right {
    height: auto !important;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin-top: 0px; }
    .about .right .items {
      position: relative;
      width: auto;
      height: auto;
      top: 0;
      left: 0; }
      .about .right .items .item-container .bullet-container {
        position: relative;
        width: auto;
        height: 33vw;
        right: unset;
        top: unset;
        transform: rotate(0deg) !important; }
        .about .right .items .item-container .bullet-container .bullet {
          position: relative;
          top: unset;
          right: unset;
          left: unset;
          transform: rotate(0deg) !important; }
        .about .right .items .item-container .bullet-container .logo-container {
          left: 0 !important;
          width: auto;
          height: auto; }
          .about .right .items .item-container .bullet-container .logo-container .logo {
            position: relative;
            opacity: 1;
            display: block;
            background-size: contain;
            background-position: center;
            width: 50vw !important;
            top: -16vw;
            left: -18vw;
            transform: rotate(270deg) !important; }
    .about .right .center {
      position: relative;
      top: 0;
      left: 0;
      width: calc(100% - 40px);
      height: auto;
      margin: 60px 0 100px;
      /*.outer-cta .cta-container .outer-box-cta.red{
                margin: 40px auto;
            }*/ }
      .about .right .center .outer-cta {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0; }
      .about .right .center .txt {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-color: unset; }
        .about .right .center .txt p {
          padding: 0;
          margin: 0;
          text-align: left; }
    .about .popup {
      top: 525px; }
    .about .popup .outer-text {
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      top: 0;
      left: 0; }
      .about .popup .outer-text .inner-text {
        background: none;
        padding: 50px 20px;
        width: calc(100vw - 40px); }
    .about .popup .outer-switcher {
      display: none; }
    .about .popup .image-container {
      display: none; }
    .about .popup .zigzag {
      display: none; }
    .about .popup .closer {
      top: 20px;
      left: 20px; } }
