a:hover {
  text-decoration: none !important;
}

@media (min-width: 320px) {
  #iris-o-presentation-video-mobile {
    display: block;
  }

  #iris-o-presentation-video-desktop {
    display: none;
  }

  .swiper-button-prev::before {
    color: white !important;
  }

  .swiper-button-prev::after {
    display: none !important;
  }

  .swiper-button-next::before {
    color: white !important;
  }

  .swiper-button-next::after {
    display: none !important;
  }

  #iris-o-slider-desktop {
    display: none;
  }

  #iris-o-slider2-mobile {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  /* -------------------------------Hero------------------------------- */

  #iris-hero-mobile {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/uploads/2021/06/iris-o-mobile-hero-bg.gif);
    background-size: cover;
    background-position: center;
  }

  #iris-hero-desktop {
    display: none;
  }

  #hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 60px;
    align-items: center;
  }

  #hero-video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    display: block;
  }

  #hero-video-media {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #iris-o-hero-title-main {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
  }

  #iris-o-hero-title-main h1 {
    text-align: center;
    letter-spacing: 0px;
    margin: 0;
    font-size: 50px !important;
    font-family: "Bicubik";
    font-weight: normal;
    line-height: 70px;
  }

  #iris-o-hero-title-main h2 {
    text-align: center;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-title-main p {
    text-align: center;
    font: normal normal normal 16px/18px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-button-container {
    display: flex;
    float: left;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
  }

  #iris-o-hero-button {
    color: #ffffff;
    background: #ffffff30;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 24px;
    text-align: center;
    font-family: acrom;
    font-size: 16px;
    padding-inline: 0.6em;

    width: 488px;
    height: 66px;
    line-height: 66px;

    white-space: nowrap;
  }

  /* -------------------------------Hero-cards------------------------------- */

  #iris-o-hero-cards-mobile {
    display: block;
  }

  #hero-card-container {
    height: 945px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  /* -------------------------------Usage------------------------------- */

  #iris-o-usage-mobile {
    display: block;
  }

  #iris-o-usage-desktop {
    display: none;
  }

  #iris-o-usage-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  #iris-o-usage-text-box h3 {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #iris-o-usage-text-box p {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
  }

  #iris-o-usage-plate {
    display: none;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 162px;
    color: white;
    font-family: acrom;
    padding: 40px;
    padding-top: 55px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
  }

  #usage-point-1 {
    display: none;
  }

  #usage-point-2 {
    display: none;
  }

  #usage-point-3 {
    display: none;
  }

  #usage-point-4 {
    display: none;
  }

  /* -------------------------------DCAC------------------------------- */

  .iris-o-dcac-desktop {
    display: none;
  }

  #iris-o-dcac-desktop {
    display: none;
  }

  #iris-o-dcac-mobile {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  #dcac-p-1 {
    left: 50px;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #dcac-p-2 {
    right: 50px;
    text-align: right;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  /* -------------------------------DCAC------------------------------- */

  #osc {
    display: none;
    justify-content: space-between;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px;
  }

  #osc1 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc1-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    float: left;
    margin-bottom: 0;
  }

  #osc2 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc2-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
    float: left;
  }

  #iris-o-osc-mobile {
    display: block;
    text-align: center;
  }

  /* -------------------------------Scheme------------------------------- */

  #iris-o-scheme-container {
    height: 760px;
    margin-top: 80px;
    background-image: url(/wp-content/uploads/2021/06/scheme.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }

  /* -------------------------------Specs & App------------------------------- */

  #specsapp-card-container-mobile {
    display: block;
  }

  #specsapp-card-container {
    height: 785px;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .specsapp-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 100%;
    height: 260px;
    padding: 20px;
    margin-bottom: 15px;
  }

  .specsapp-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card p {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card ul {
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #specsapp-card-left {
    background-image: url(/wp-content/uploads/2021/06/scndcard-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    text-align: left;
  }

  #specsapp-card-center {
    background-image: url(/wp-content/uploads/2021/06/scndcard-2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position-x: 85px;
    background-position-y: 70px;
    text-align: left;
  }

  #specsapp-card-right {
    background-image: url(/wp-content/uploads/2021/06/scndcard-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -75px;
    background-position-y: 10px;
    text-align: right;
  }

  #specsapp-card-button,
  #specsapp-card-button2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
  }
  #specsapp-card-button1 {
    text-transform: uppercase;
  }

  /* --------------------------------Links-------------------------------- */

  .iris-o-links-container {
    height: 645px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .iris-o-links-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    border-radius: 10px;
    padding: 20px;
  }

  #iris-o-links-plate-top-left {
    width: 100%;
    height: 465px;
    float: left;
  }

  #iris-o-links-plate-top-left h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 28px !important;
  }

  #iris-o-links-plate-top-left a {
    font-family: acrom !important;
  }

  #iris-o-links-plate-top-left a:hover {
    text-decoration: none;
  }

  #iris-o-links-plate-top-left a:active {
    text-decoration: none;
  }

  #iris-o-links-button {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ffffff;
    text-align: left;
    border-radius: 10px;
    font: normal normal normal 13px/35px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    width: 100%;
    height: 60px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #iris-o-links-button-2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: white;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
  }

  #iris-o-links-button img {
    width: 25px;
    margin-right: 20px;
    margin-top: 5px;
    float: left;
  }

  #iris-o-links-plate-top-right {
    width: 20%;
    height: 350px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    display: none;
  }

  #iris-o-links-plate-bottom {
    width: 100%;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
  }

  #iris-o-links-plate-bottom img {
    max-width: 100px;
    margin-right: 30px;
    display: none;
  }

  #iris-o-links-plate-bottom p {
    font: normal normal normal 10px/16px Acrom;
    letter-spacing: 0px;
    margin-top: 10px;
    text-align: center;
  }

  /* --------------------------------Package-------------------------------- */

  #iris-o-package-mobile {
    display: block;
    text-align: center;
  }

  #iris-o-package-desktop {
    display: none;
  }

  #iris-o-package-text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  #iris-o-package-text-box h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
  }
  #iris-o-package-text-box ul {
    text-align: left;
    font: normal normal normal 20px/30px Acrom;
    letter-spacing: 0px;
  }

  /* --------------------------------Form-------------------------------- */

  #iris-o-form-container {
    background-image: url(/wp-content/uploads/2021/06/paper-plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    padding-top: 10px;
    display: block;
  }

  #iris-o-form {
    background: transparent
      radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  #iris-o-form-p {
    text-align: left;
    font: normal normal normal 28px/38px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    display: none;
  }

  #iris-o-form-submit {
    background-color: #93df1c;
    border-color: #93df1c;
    border-radius: 20px;
    text-align: center;
    font: normal normal normal 24px/40px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: lowercase;
    margin-top: 20px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #iris-o-presentation-video-mobile {
    display: none;
  }

  #iris-o-presentation-video-desktop {
    display: block;
  }

  #iris-o-slider2-mobile {
    display: none;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #iris-o-slider-desktop {
    display: block;
    max-width: 1920px !important;
    margin-top: 80px;
    padding: 0;
  }
  #iris-o-slider-mobile {
    display: none;
  }

  /* -------------------------------Hero------------------------------- */

  #iris-o-hero-cards-mobile {
    display: none;
  }

  #iris-hero-mobile {
    display: none;
  }

  #iris-hero-desktop {
    display: block;
  }

  #hero {
    max-height: 70vh;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 60px;
  }

  #hero-video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
  }

  #hero-video-media {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #iris-o-hero-title-main {
    width: 60%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 450px;
  }

  #iris-o-hero-title-main h1 {
    text-align: left;
    letter-spacing: 0px;
    margin: 0;
    font-size: 120px !important;
    font-family: "Bicubik";
    font-weight: normal;
    line-height: 150px;
  }

  #iris-o-hero-title-main h2 {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-title-main p {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-button-container {
    display: flex;
    float: left;
    width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 360px;
    flex-wrap: wrap;
  }

  #iris-o-hero-button {
    color: #ffffff;
    background: #ffffff30;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 24px;
    text-align: center;
    font-family: acrom;
    font-size: 18px;
    padding-inline: 0.6em;

    width: 488px;
    height: 66px;
    line-height: 66px;
  }

  /* -------------------------------Hero-cards------------------------------- */

  #hero-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 80px;
  }

  .hero-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 300px;
    padding: 20px;
  }

  .hero-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  #hero-card-left {
    background-image: url(/wp-content/uploads/2021/06/card-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: -20px;
    background-position-y: 15px;
    text-align: right;
  }

  #card-1-p-1 {
    font: normal normal bold 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
  }

  #card-1-p-2 {
    font: normal normal normal 14px/24px Acrom;
    letter-spacing: 0px;
  }

  #card-1-p-2-2 {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #hero-card-center {
    background-image: url(/wp-content/uploads/2021/06/card-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
    text-align: left;
  }

  #hero-card-right {
    background-image: url(/wp-content/uploads/2021/06/card-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    text-align: left;
    padding-top: 40px;
    padding-left: 40px;
  }

  #hero-card-right img {
    float: left;
    margin-right: 20px;
  }

  #card-3-spacer {
    height: 110px;
  }

  #card-1-image {
    display: none;
  }

  #card-2-image {
    display: none;
  }

  #card-3-image {
    display: none;
  }

  /* -------------------------------Usage------------------------------- */

  #iris-o-usage-mobile {
    display: none;
  }

  #iris-o-usage-desktop {
    display: flex;
    height: 480px;
  }

  #iris-o-usage-desktop img {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    width: 100%;
  }

  #img-bottom {
    position: absolute;
  }

  #img-top {
    position: absolute;
  }

  @keyframes cf3FadeInOut {
    0% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    55% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  #img-top {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-direction: alternate;
  }

  #iris-o-usage-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  #iris-o-usage-text-box h3 {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px !important;
    line-height: 28px;
    margin-bottom: 20px;
  }

  #iris-o-usage-text-box p {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
  }

  #iris-o-usage-text-box ul {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }

  #iris-o-usage-plate {
    display: flex;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 135px;
    color: white;
    font-family: acrom;
    padding: 40px;
    padding-top: 55px;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 60px;
  }

  /* -------------------------------DCAC------------------------------- */

  .iris-o-dcac-desktop {
    display: block;
  }

  #iris-o-dcac-desktop {
    display: block;
  }

  #iris-o-dcac-mobile {
    display: none;
  }

  #dcac-p-1 {
    left: 50px;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #dcac-p-2 {
    right: 50px;
    text-align: right;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  /* -------------------------------DCAC------------------------------- */

  #osc {
    display: flex;
    justify-content: space-between;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px;
  }

  #osc1 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc1-p {
    text-align: left;
    font: normal normal normal 30px/44px Acrom;
    letter-spacing: 0px;
    float: left;
    margin-bottom: 0;
  }

  #osc2 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc2-p {
    text-align: left;
    font: normal normal normal 30px/44px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
    float: left;
  }

  #iris-o-osc-mobile {
    display: none;
  }

  /* -------------------------------Scheme------------------------------- */

  #iris-o-scheme-container {
    height: 550px;
    margin-top: 40px;
    background-image: url(/wp-content/uploads/2021/07/scheme-iris-o.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
  }

  /* -------------------------------Specs & App------------------------------- */

  #specsapp-card-container-mobile {
    display: none;
  }

  #specsapp-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .specsapp-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 260px;
    padding: 20px;
  }

  .specsapp-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card p {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card ul {
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #specsapp-card-left {
    background-image: url(/wp-content/uploads/2021/06/scndcard-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    text-align: left;
  }

  #specsapp-card-center {
    background-image: url(/wp-content/uploads/2021/06/scndcard-2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position-x: 85px;
    background-position-y: 70px;
    text-align: left;
  }

  #specsapp-card-center img {
    display: none;
  }

  #specsapp-card-right {
    background-image: url(/wp-content/uploads/2021/06/scndcard-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -75px;
    background-position-y: 10px;
    text-align: right;
  }

  #specsapp-card-right img {
    display: none;
  }

  #specsapp-card-button,
  #specsapp-card-button2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
  }

  /* --------------------------------Links-------------------------------- */

  #iris-o-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .iris-o-links-container {
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .iris-o-links-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    border-radius: 10px;
    padding: 20px;
  }

  #iris-o-links-plate-top-left {
    width: calc(80% - 20px);
    height: 350px;
    margin-right: 20px;
    float: left;
  }

  #iris-o-links-plate-top-left h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 30px !important;
    line-height: 38px !important;
  }

  #iris-o-links-button {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ffffff;
    text-align: left;
    border-radius: 10px;
    font: normal normal normal 14px/55px Acrom;
    font-family: acrom !important;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    width: 328px;
    height: 80px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #iris-o-links-button-2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: white;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
  }

  #iris-o-links-button img {
    width: 45px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
  }

  #iris-o-links-plate-top-right {
    width: 20%;
    height: 350px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    display: block;
  }

  #iris-o-links-plate-bottom {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
  }

  #iris-o-links-plate-bottom img {
    max-width: 100px;
    margin-right: 30px;
    display: block;
  }

  #iris-o-links-plate-bottom p {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-top: 10px;
    text-align: left;
  }

  /* --------------------------------Package-------------------------------- */

  #iris-o-package-mobile {
    display: none;
  }

  #iris-o-package-desktop {
    display: flex;
    height: 650px;
  }

  #iris-o-package-text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  #iris-o-package-text-box h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
    font-size: 30px !important;
    line-height: 38px !important;
  }
  #iris-o-package-text-box ul {
    text-align: left;
    font: normal normal normal 18px/30px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-package-text-box p {
    font-size: 30px !important;
    line-height: 38px !important;
    font-family: acrom;
  }

  /* --------------------------------Form-------------------------------- */

  #iris-o-form-container {
    background-image: url(/wp-content/uploads/2021/06/paper-plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 350px;
    padding-top: 30px;
    display: block;
  }

  #iris-o-form {
    background: transparent
      radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    padding: 30px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #iris-o-form-p {
    text-align: left;
    font: normal normal normal 28px/38px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
  }

  #iris-o-form-submit {
    background-color: #93df1c;
    border-color: #93df1c;
    border-radius: 20px;
    text-align: center;
    font: normal normal normal 24px/42px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: lowercase;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 1366px) {
  /* -------------------------------Hero------------------------------- */

  #hero {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 60px;
  }

  #hero-video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    display: block;
  }

  #hero-video-media {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #iris-o-hero-title-main {
    width: 60%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 450px;
  }

  #iris-o-hero-title-main h1 {
    text-align: left;
    letter-spacing: 0px;
    margin: 0;
    font-size: 150px !important;
    font-family: "Bicubik";
    font-weight: normal;
    line-height: 150px;
  }

  #iris-o-hero-title-main h2 {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-title-main p {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-button-container {
    display: flex;
    float: left;
    width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    height: 400px;
    flex-wrap: wrap;
    margin-top: 0;
  }

  #iris-o-hero-button {
    display: inline-block;
    color: #ffffff;
    background: #ffffff30;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 24px;
    text-align: center;
    font-family: acrom;
    font-size: 18px;
    padding-inline: 0.6em;
    width: 488px;
    height: 66px;
    line-height: 66px;
  }

  /* -------------------------------Hero-cards------------------------------- */

  #hero-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .hero-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 300px;
    padding: 20px;
  }

  .hero-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  #hero-card-left {
    background-image: none;
    text-align: right;
  }

  #card-1-p-1 {
    font: normal normal bold 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
  }

  #card-1-p-2 {
    font: normal normal normal 12px/24px Acrom;
    letter-spacing: 0px;
  }

  #card-1-p-2-2 {
    font: normal normal normal 12px/17px Acrom;
    letter-spacing: 0px;
  }

  #hero-card-center {
    background-image: none;
    text-align: left;
  }

  #hero-card-center h5 {
    font-size: 12px;
  }

  #hero-card-right {
    background-image: none;
    text-align: left;
    padding-top: 40px;
    padding-left: 40px;
  }

  #hero-card-right img {
    float: left;
    margin-right: 20px;
  }

  #card-3-spacer {
    height: 110px;
  }

  #card-1-image {
    display: block;
    float: left;
    width: 380px;
    margin-left: -170px;
    margin-top: 10px;
  }

  #card-2-image {
    display: block;
    width: 370px;
  }

  #card-3-image {
    display: block;
    float: right !important;
    width: 300px !important;
    margin-right: -140px !important;
    margin-top: -40px !important;
  }

  /* -------------------------------Usage------------------------------- */

  #iris-o-usage-mobile {
    display: none;
  }

  #iris-o-usage-desktop {
    height: 570px;
  }

  #iris-o-usage-desktop img {
    width: 100%;
  }

  #iris-o-usage-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  #iris-o-usage-text-box h3 {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 30px !important;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #iris-o-usage-text-box p {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
  }

  #iris-o-usage-text-box ul {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
  }

  #iris-o-usage-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 140px;
    color: white;
    font-family: acrom;
    padding: 40px;
    padding-top: 55px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 60px;
  }

  #usage-point-1 {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  #usage-point-2 {
    display: block;
    float: left;
    margin-top: -60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #usage-point-3 {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  #usage-point-4 {
    display: block;
    float: left;
    margin-top: -60px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: -20px;
  }

  /* -------------------------------DCAC------------------------------- */

  #dcac-p-1 {
    left: 50px;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #dcac-p-2 {
    right: 50px;
    text-align: right;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  /* -------------------------------DCAC------------------------------- */

  #osc {
    display: flex;
    justify-content: space-between;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px;
  }

  #osc1 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc1-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    float: left;
    margin-bottom: 0;
  }

  #osc2 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc2-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
    float: left;
  }

  /* -------------------------------Scheme------------------------------- */

  #iris-o-scheme-container {
    height: 760px;
    margin-top: 80px;
    background-image: url(/wp-content/uploads/2021/07/scheme-iris-o.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* -------------------------------Specs & App------------------------------- */

  #specsapp-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .specsapp-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 340px;
    padding: 20px;
  }

  .specsapp-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card p {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card ul {
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #specsapp-card-left {
    background-image: url(/wp-content/uploads/2021/06/scndcard-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    text-align: left;
  }

  #specsapp-card-center {
    background-image: url(/wp-content/uploads/2021/06/scndcard-2.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position-x: 85px;
    background-position-y: 70px;
    text-align: left;
  }

  #specsapp-card-right {
    background-image: url(/wp-content/uploads/2021/06/scndcard-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -75px;
    background-position-y: 10px;
    text-align: right;
  }

  #specsapp-card-button,
  #specsapp-card-button2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: none;
    padding: 5px 10px 5px 10px;
    display: inline-block;
  }
  #specsapp-card-button {
    margin-bottom: 8px;
  }

  /* --------------------------------Links-------------------------------- */

  .iris-o-links-container {
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .iris-o-links-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    border-radius: 10px;
    padding: 20px;
  }

  #iris-o-links-plate-top-left {
    width: calc(80% - 20px);
    height: 350px;
    margin-right: 20px;
    float: left;
  }

  #iris-o-links-plate-top-left h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  #iris-o-links-button {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ffffff;
    text-align: left;
    border-radius: 10px;
    font: normal normal normal 16px/55px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    width: 348px;
    height: 80px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #iris-o-links-button-2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: white;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
  }

  #iris-o-links-button img {
    width: 45px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
  }

  #iris-o-links-plate-top-right {
    width: 20%;
    height: 350px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
  }

  #iris-o-links-plate-bottom {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
  }

  #iris-o-links-plate-bottom img {
    max-width: 100px;
    margin-right: 30px;
  }

  #iris-o-links-plate-bottom p {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-top: 10px;
  }

  /* --------------------------------Package-------------------------------- */

  #iris-o-package-text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  #iris-o-package-text-box h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-package-text-box p {
    text-align: left;
    font: normal normal normal 30px/38px Acrom;
    letter-spacing: 0px;
  }
  #iris-o-package-desktop {
    margin-top: 60px;
  }

  /* --------------------------------Form-------------------------------- */

  #iris-o-form-container {
    background-image: url(/wp-content/uploads/2021/06/paper-plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 500px;
    padding-top: 90px;
    display: block;
  }

  #iris-o-form {
    background: transparent
      radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    padding: 30px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #iris-o-form-p {
    text-align: left;
    font: normal normal normal 28px/38px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
  }

  #iris-o-form-submit {
    background-color: #93df1c;
    border-color: #93df1c;
    border-radius: 20px;
    text-align: center;
    font: normal normal normal 24px/42px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: lowercase;
  }
}

@media (min-width: 1920px) {
  /* -------------------------------Hero------------------------------- */

  #hero {
    height: auto;
  }

  #hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding-top: 60px;
  }

  #hero-video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
  }

  #hero-video-media {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  #iris-o-hero-title-main {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 600px;
  }

  #iris-o-hero-title-main h1 {
    text-align: left;
    letter-spacing: 0px;
    margin: 0;
    font-size: 150px !important;
    font-family: "Bicubik";
    font-weight: normal;
    line-height: 150px;
  }

  #iris-o-hero-title-main h2 {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-title-main p {
    text-align: left;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
  }

  #iris-o-hero-button-container {
    display: flex;
    float: left;
    width: 380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: flex-end;
    height: 560px;
    flex-wrap: wrap;
  }

  #iris-o-hero-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #ffffff30;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 100px;
    text-align: center;
    font-family: acrom;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    width: 488px;
    height: 66px;
    line-height: 66px;
  }

  #iris-o-hero-button:after{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url("../img/pages/iris-o/chevron-right.svg") no-repeat center;
    margin-left: 16px;
  }



  /* -------------------------------Hero-cards------------------------------- */

  #hero-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .hero-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 300px;
    padding: 20px;
  }

  .hero-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  #hero-card-left {
    background-image: none;
    text-align: right;
  }

  #card-1-p-1 {
    font: normal normal bold 20px/24px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
  }

  #card-1-p-2 {
    font: normal normal normal 14px/24px Acrom;
    letter-spacing: 0px;
  }

  #card-1-p-2-2 {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #hero-card-center {
    background-image: none;
    text-align: left;
  }

  #hero-card-center h5 {
    font-size: 20px;
  }

  #hero-card-right {
    background-image: none;
    text-align: left;
    padding-top: 40px;
    padding-left: 40px;
  }

  #hero-card-right img {
    float: left;
    margin-right: 20px;
  }

  #card-3-spacer {
    height: 110px;
  }

  #card-1-image {
    display: block;
    float: left;
    width: 380px;
    margin-left: -120px;
    margin-top: -10px;
  }

  #card-2-image {
    display: block;
    width: 370px;
    margin-left: 30px;
  }

  #card-3-image {
    display: block;
    float: right !important;
    width: 300px !important;
    margin-right: -50px !important;
    margin-top: -40px !important;
  }

  /* -------------------------------Usage------------------------------- */

  #iris-o-usage-mobile {
    display: none;
  }

  #iris-o-usage-desktop {
    height: 700px;
  }

  #iris-o-usage-desktop img {
    width: 88%;
  }

  #iris-o-usage-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  #iris-o-usage-text-box h3 {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 30px !important;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #iris-o-usage-text-box p {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
  }

  #iris-o-usage-text-box ul {
    text-align: left;
    letter-spacing: 0px;
    font-family: acrom;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0;
  }

  #iris-o-usage-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    height: 160px;
    color: white;
    font-family: acrom;
    padding: 40px;
    padding-top: 55px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
    margin-top: 4px;
  }

  #usage-point-1 {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  #usage-point-2 {
    display: block;
    float: left;
    margin-top: -60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #usage-point-3 {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
  }

  #usage-point-4 {
    display: block;
    float: left;
    margin-top: -60px;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: -20px;
  }

  /* -------------------------------DCAC------------------------------- */

  #dcac-p-1 {
    left: 0;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
    margin-top: 50px;
  }

  #dcac-p-2 {
    right: 0;
    text-align: right;
    position: absolute;
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
    margin-top: 50px;
  }

  /* -------------------------------DCAC------------------------------- */

  #osc {
    display: flex;
    justify-content: space-between;
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 30px;
  }

  #osc1 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc1-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    float: left;
    margin-bottom: 0;
  }

  #osc2 {
    margin-right: 40px;
    float: left;
    width: 85px;
  }

  #osc2-p {
    text-align: left;
    font: normal normal normal 36px/44px Acrom;
    letter-spacing: 0px;
    margin-bottom: 0;
    float: left;
  }

  /* -------------------------------Scheme------------------------------- */

  #iris-o-scheme-container {
    height: 1080px;
    margin-top: 0px;
    background-image: url(/wp-content/uploads/2021/07/scheme-iris-o.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* -------------------------------Specs & App------------------------------- */

  #specsapp-card-container {
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .specsapp-card {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    border-radius: 10px;
    width: 30%;
    height: 310px;
    padding: 20px;
  }

  .specsapp-card h5 {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card p {
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  .specsapp-card ul {
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
  }

  #specsapp-card-left {
    background-image: url(/wp-content/uploads/2021/06/scndcard-1.png);
    background-size: 220px;
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 230px;
    text-align: left;
  }

  #specsapp-card-center {
    display: flex;
    background-image: none;
    text-align: left;
  }

  #specsapp-card-center img {
    display: block;
    width: 270px;
    margin-left: -20px;
    margin-top: -50px;
  }

  #specsapp-card-right {
    background-image: none;
    text-align: right;
  }

  #specsapp-card-right img {
    display: block;
    margin-left: -50px;
    margin-top: -50px;
    width: 400px;
    position: absolute;
  }

  #specsapp-card-button,
  #specsapp-card-button2 {
    display: inline-block;
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin-left: 15px;
    margin-bottom: 7px;
  }

  /* --------------------------------Links-------------------------------- */

  #iris-o-links {
    background-image: url(/wp-content/uploads/2021/06/iris-o-links-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 540px;
    height: 800px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }

  .iris-o-links-container {
    height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .iris-o-links-plate {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    border-radius: 10px;
    padding: 20px;
  }

  #iris-o-links-plate-top-left {
    width: calc(80% - 20px);
    height: 350px;
    margin-right: 20px;
    float: left;
  }

  #iris-o-links-plate-top-left h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  #iris-o-links-button {
    background: #000000 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ffffff;
    text-align: left;
    border-radius: 10px;
    font: normal normal normal 17px/55px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    float: left;
    width: 360px;
    height: 80px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #iris-o-links-button-2 {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: white;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    text-transform: none;
  }

  #iris-o-links-button img {
    width: 45px;
    margin-right: 15px;
    margin-top: 10px;
    float: left;
  }

  #iris-o-links-plate-top-right {
    width: 20%;
    height: 350px;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
  }

  #iris-o-links-plate-bottom {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
  }

  #iris-o-links-plate-bottom img {
    max-width: 100px;
    margin-right: 30px;
  }

  #iris-o-links-plate-bottom p {
    font: normal normal normal 20px/24px Acrom;
    letter-spacing: 0px;
    margin-top: 10px;
  }

  /* --------------------------------Package-------------------------------- */

  #iris-o-package {
    margin-top: -150px;
  }

  #iris-o-package-text-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  #iris-o-package-text-box h3 {
    text-align: left;
    font: normal normal normal 40px/48px Acrom;
    letter-spacing: 0px;
  }
  #iris-o-package-text-box ul {
    text-align: left;
    font: normal normal normal 20px/30px Acrom;
    letter-spacing: 0px;
  }

  /* --------------------------------Form-------------------------------- */

  #iris-o-form-container {
    background-image: url(/wp-content/uploads/2021/06/paper-plane.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    height: 500px;
    padding-top: 90px;
    display: block;
    max-width: 1200px !important;
  }

  #iris-o-form {
    background: transparent
      radial-gradient(closest-side at 25% 34%, #000000 0%, #343434 100%) 0% 0%
      no-repeat padding-box;
    box-shadow: 0px 3px 60px #000000;
    padding: 30px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  #iris-o-form-p {
    text-align: left;
    font: normal normal normal 28px/38px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
  }

  #iris-o-form-submit {
    background-color: #93df1c;
    border-color: #93df1c;
    border-radius: 20px;
    text-align: center;
    font: normal normal normal 24px/42px Acrom;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: lowercase;
  }
}

.slider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.slider__module {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
  width: 79%;
}
.slider__module > p {
  padding: 0;
  margin: 0 0 50px 0;
  font: normal normal normal 80px/96px "Acrom";
  color: white;
}
.slider__module > div {
  display: flex;
  align-self: stretch;
}
.slider__module__text {
  position: relative;
  padding-top: 4px;
  padding-left: 120px;
  width: 50%;
}
.slider__module__text > p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font: normal normal bold 90px / 85px "Acrom";
  color: white;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}

.slider__module__list {
  margin-bottom: -30px;
}
.slider__module__list > div {
  margin-bottom: 30px;
}
.slider__module__list h3 {
  padding: 0;
  margin: 0 0 8px 0;
  font: normal normal bold 30px/24px "Acrom";
  color: white;
}
.slider__module__list p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px "Acrom";
  color: white;
}

.slider__module__img {
  display: flex;
  position: relative;
  width: 50%;
}
.slider__module__img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 90%;
  transform: translateY(-55%);
}
.slider__module__img p {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 20px;
  bottom: 10px;
  font: normal normal bold 30px/37px "Acrom";
  color: white;
  max-width: 170px;
  text-align: right;
}

.slider {
  padding-top: 160px;
  padding-bottom: 70px;
}
.slider__param {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.slider__param__block1 {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
  align-self: stretch;
  width: 50%;
  background-color: #1a1a1a;
  border-radius: 10px;
}
.slider__param__block1 .slider__param__img {
  position: relative;
  width: 50%;
}
.slider__param__block1 .slider__param__img img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 108%;
  max-width: none;
  transform: translate(-7%, -50%);
}
.slider__param__block1 .slider__param__text {
  padding-left: 20px;
  width: 50%;
}
.slider__param__block1 .slider__param__text h3 {
  padding: 0;
  margin: -8px 0 0px 0;
  font: normal normal normal 40px/48px "Acrom";
  color: white;
}
.slider__param__block1 .slider__param__text h3 strong {
  font: normal normal bold 200px/200px "Acrom";
}
.slider__param__block1 .slider__param__text p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px "Acrom";
  color: white;
}

.slider__param__block2 {
  display: flex;
  padding: 30px 20px;
  margin-left: 20px;
  margin-right: 20px;
  align-self: stretch;
  width: 50%;
  background-color: #1a1a1a;
  border-radius: 10px;
}
.slider__param__block2 .slider__param__text {
  width: 70%;
}
.slider__param__block2 .slider__param__img {
  position: relative;
  width: 30%;
}
.slider__param__block2 .slider__param__img img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 190%;
  max-width: none;
  transform: translateY(-50%);
}

.slider__param__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.slider__param__header p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px "Acrom";
  color: white;
}
.slider__param__header h3 {
  padding: 0;
  margin: 0;
  font: normal normal bold 50px/61px "Acrom";
  color: white;
  white-space: nowrap;
}
.slider__param__header h3 strong {
  font: normal normal bold 150px/110px "Acrom";
  color: white;
}
.slider__param__footer {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  align-items: flex-end;
}
.slider__param__footer > div {
  margin-left: 10px;
  margin-right: 10px;
  width: 50%;
}
.slider__param__footer p {
  padding: 0;
  margin: 0;
  font: normal normal normal 20px/24px "Acrom";
  color: white;
}
.slider__param__footer__row {
  display: flex;
  margin-top: 10px;
}
.slider__param__footer__img {
  display: flex;
  padding: 4px;
  margin-right: 4px;
  align-items: center;
  justify-content: center;
  background-color: white;
  width: 50px;
  height: 50px;
  min-width: 50px;
}
.slider__param__footer__text {
  white-space: nowrap;
}

@media (max-width: 1919px) {
  .slider__module {
    width: 100%;
  }
  .slider__module > p {
    font: normal normal normal 64px/80px "Acrom";
  }

  .slider__param {
    flex-direction: column;
  }
  .slider__param__block1 {
    padding-bottom: 20px;
    margin-bottom: 110px;
    width: 70%;
    margin-left: auto;
  }
  .slider__param__block1 .slider__param__img img {
    width: 90%;
  }
  .slider__param__block2 {
    width: 70%;
  }
  .slider__param__block2 .slider__param__img img {
    width: 170%;
  }
}

@media (max-width: 1200px) {
  .slider__module > p {
    font: normal normal normal 56px/68px "Acrom";
  }
  .slider__module__img p {
    font: normal normal bold 21px/27px "Acrom";
    max-width: 110px;
  }
}

@media (max-width: 990px) {
  .slider {
    overflow: hidden;
  }
  .slider__module__text > p {
    font: normal normal bold 70px/70px "Acrom";
  }
  .slider__module__text {
    padding-left: 74px;
  }
  .slider__module > p {
    margin-bottom: 30px;
    font: normal normal normal 42px/50px "Acrom";
  }
  .slider__param {
    margin-left: 0;
    margin-right: 0;
  }
  .slider__param__block1 {
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;
    width: 100%;
  }
  .slider__param__block2 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slider {
    padding-top: 70px;
  }
  .slider__module__list p {
    padding: 0;
    margin: 0;
    font: normal normal normal 18px/24px "Acrom";
  }
  .slider__module {
    margin-bottom: 50px;
  }
  .slider__module > p {
    margin-bottom: 20px;
    font: normal normal normal 30px/38px "Acrom";
  }
  .slider__module > div {
    flex-direction: column;
  }
  .slider__module__text {
    margin-bottom: 20px;
    width: 100%;
  }
  .slider__module__img {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  .slider__module__img p {
    font: normal normal bold 18px/27px "Acrom";
    max-width: 100px;
    transform: translateX(40px);
  }
  .slider__module__img img {
    position: static;
    transform: translateY(0);
  }

  .slider__param__block1 .slider__param__text h3 strong {
    font: normal normal bold 100px/100px "Acrom";
  }
  .slider__param__block1 .slider__param__text p {
    font: normal normal normal 14px/21px "Acrom";
  }

  .slider__param__header h3 strong {
    font: normal normal bold 100px/100px "Acrom";
  }
  .slider__param__header p {
    font: normal normal normal 14px/18px "Acrom";
  }
  .slider__param__footer p {
    font: normal normal normal 14px/18px "Acrom";
  }
  .slider__param__footer__img {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }
  .slider__param__footer__img img {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .slider__module__list p {
    padding: 0;
    margin: 0;
    font: normal normal normal 14px/18px "Acrom";
  }
  .slider__param__block1 .slider__param__text h3 strong,
  .slider__param__header h3 strong {
    font: normal normal bold 70px/70px "Acrom";
  }
  .slider__module__text > p {
    font: normal normal bold 62px/70px "Acrom";
  }
  .slider__module__text {
    margin-bottom: 40px;
  }
  .slider__param__block1 {
    flex-direction: column;
  }
  .slider__param__block1 {
    padding: 20px;
  }
  .slider__param__block1 .slider__param__img {
    max-width: 170px;
    width: 100%;
  }
  .slider__param__block1 .slider__param__text {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
  }
  .slider__param__block1 .slider__param__img img,
  .slider__param__block2 .slider__param__img img {
    position: static;
  }
  .slider__param__block1 .slider__param__img img {
    margin-top: -50%;
    transform: translate(0, 0);
  }
  .slider__module__img {
    display: none;
  }
  .slider__param__block2 {
    padding: 20px;
    flex-direction: column-reverse;
  }
  .slider__param__block1 .slider__param__img {
    max-width: 170px;
    width: 100%;
  }
  .slider__param__block2 .slider__param__img img {
    margin-top: -50%;
    transform: translate(0, 0);
  }
  .slider__param__block2 .slider__param__text {
    margin-top: 20px;
    width: 100%;
  }
}
