.wrapper__has-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
  .corsi-tab-container {
    width: 100%;
  }
  .corsi-tab-container .corso-tab {
    width: 100%;
  }
  @media (min-width: 768px) {
    .corsi-tab-container .corso-tab {
      display: flex;
      flex-flow: row;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
    }
  }
  .corsi-tab-container .corso-box {
    width: 100%;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .corsi-tab-container .corso-box {
      width: 33%;
      display: flex;
      flex-flow: row;
      justify-content: flex-start;
      align-items: flex-start;
    }
  }
  .corsi-tab-container .corso-box .content {
    padding: 20px 0 0;
  }
  .corsi-tab-container .corso-box .content p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .corsi-tab-container .corso-box .content {
      padding: 0 20px 0 12px;
    }
  }
  .corsi-tab-container .corso-box .content .corso-title {
    color: #FFF;
    font-size: 22px;
    font-weight: Bold;
    margin-bottom: 6px;
  }
  .video-section {
    /* background-color: red; */
    width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}



@media (min-width: 768px) {
  .video-grid{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}


.video-section .video-thumb-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .video-section .video-thumb-wrap {
    /* margin: 0.5rem; */
    /* width: calc(50% - 1rem); */
    width: 100%;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  .video-section .video-thumb-wrap {
    /* width: calc(25% - 1rem); */

    transition: 0.3s;
  }
  .video-section .video-thumb-wrap:hover .video-thumb img {
    opacity: 0.6 !important;
    transform: scale(1.1);
  }
}

.video-section .video-thumb {
  position: relative;
  width: 100%;
  padding-top: 53%;
  overflow: hidden;
}
.video-section .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .video-section .video-thumb img {
    transition: 0.6s;
  }
}
.video-section .icons {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.5rem 0 0;
}
.video-section .icons .icon {
  position: relative;
}
.video-section .icons .ico1 .label {
  background: #eaeaea;
  color: #212D46 !important;
}
.video-section .icons .ico1 .tooltip {
  width: 180px;
}
@media (min-width: 768px) {
  .video-section .icons .ico1:hover .tooltip {
    transform: translate(-50%, -66px);
    opacity: 1;
  }
}
.video-section .icons .ico2 .label {
  background: #f9bd4c;
  color: #212D46 !important;
}
.video-section .icons .ico2 .tooltip {
  width: 120px;
}
@media (min-width: 768px) {
  .video-section .icons .ico2:hover .tooltip {
    transform: translate(-50%, -66px);
    opacity: 1;
  }
}
.video-section .icons .ico3 .label {
  background: #e53f49;
}
.video-section .icons .ico3 .tooltip {
  width: 180px;
}
@media (min-width: 768px) {
  .video-section .icons .ico3:hover .tooltip {
    transform: translate(-50%, -66px);
    opacity: 1;
  }
}
.video-section .icons .tooltip {
  position: absolute;
  font-size: 0.9rem;
  background: #212D46;
  padding: 0.5rem 0.75rem;
  position: absolute;
  top: 0;
  left: 50%;
  color: #FFF;
  transform: translate(-50%, -60px);
  border-radius: 12px;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
.label {
  font-size: 0.8rem;
  letter-spacing: 0.6px;
  border-radius: 4px;
  padding: 2px 6px;
  color: #FFF;
  font-weight: bold;
}

._video-thumb {
  cursor: pointer;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #1da2b0;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}
.heading {
  margin: 0.25rem 0 0.75rem;
  font-weight: normal;
}

.heading__center {
  text-align: center;
}

.heading__3 {
  font-size: 16px;
}
@media (min-width: 576px) {
  .heading__3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .heading__3 {
    font-size: 20px;
  }
}
._title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.75rem 0 0.5rem;
}

._description {
  font-size: 0.9rem;
  margin-top: 0;
}

#_title::first-letter {
  text-transform: capitalize;
}

.hr {
  margin-top: 2rem;
  border: none;
  border-bottom: 1px solid #2E2E2E;
  opacity: 0.2;
}

.btn-close-video {
  font-size: 1rem;
  font-weight: bold;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  padding: 0.5rem;
  margin: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .btn-close-video {
    transition: 0.2s;
    cursor: pointer;
  }
  .btn-close-video:hover {
    color: #1CB1C6;
  }
  .btn-close-video:hover img {
    transform: translateX(-4px);
  }
}
.btn-close-video img {
  display: block;
  margin-right: 8px;
  transition: 0.2s;
}

.title{
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 1rem;
}




.main-text-wrapper {
  width: 60%;
  padding-left: 2rem;
}

.divider {
  border-bottom: 1px solid #dadada;
  margin: 1rem 0;
  width: 100%;
}

@media (min-width: 768px) {
  .button-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .button-download-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0.5rem;
  }
}
._download {
  background: #1CB1C6;
  border-color: #1CB1C6;
}


@media (min-width: 768px){
        .video-section .video-thumb-wrap {
            /* width: calc(33% - 1rem)!important; */
            transition: 0.3s;
        }
    }
    .label-new{
        position: absolute;
        top: 10px;
        left: 30px;
        background-color: orangered;
        color: #eeeeee;
        z-index: 10;
        width: 120px;
        padding-top: 4px;
        padding-bottom: 4px;
        transform: translateX(-50%) rotate(-35deg);
        /* padding-right: 26px; */
        /* transform: rotate(35deg); */
        transform-origin: center;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }
    .title-divider{
        width: 100%;
        margin-bottom: 6px;
        margin-top: 30px;
    }
    .title-divider hr{
        border: 0;
        border-top: 1px solid #ffffff7d;
    }
    .title-divider h3{
        font-size: 24px;
        padding: 4px 0;
    }

/* pricetable */

.pricetable-video-link {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  background: #7CBF1D;
  color: #FFF;
}
@media (max-width: 768px) {
  .pricetable-video-link {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .pricetable-video-link {
    font-size: 0.675rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2rem 0.4rem;
    transition: 0.2s;
  }
  .pricetable-video-link:hover {
    opacity: 0.6;
  }
}

.pricetable-btn {
  width: 100%;
  height: 100%;
  border: none;
  padding: 1rem 0;
  font: 1.2rem;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.pricetable-btn:hover {
  opacity: 0.5;
}
.pricetable-btn__green {
  background: #D6D92E;
  color: #212D46;
}
.pricetable-btn__cyan {
  background: #1CB1C6;
  color: #212D46;
}
.pricetable-btn__blue {
  background: #212D46;
  color: #FFF;
}

.pricetable-container {
  padding: 5rem 0 6rem;
}
.pricetable-container p {
  margin: 0;
}
@media (max-width: 768px) {
  .pricetable-container p {
    font-size: 1rem;
  }
}
.pricetable-container .title {
  padding-top: 1.5rem;
}
.pricetable-container .table-title {
  margin: 0;
  padding: 0 0 1rem;
  position: relative;
  z-index: 2;
}
.pricetable-container .table-title span {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.pricetable-container .table-title__negative {
  color: #FFF;
}
.pricetable-container .table-offer {
  margin: 0.375rem 0;
}
.pricetable-container .table-offer .number {
  font-size: 2rem;
  font-weight: 300;
}
.pricetable-container .table-offer .uppercase {
  text-transform: uppercase;
}
.pricetable-container .table-offer .uppercase__margin {
  display: inline-block;
  margin-left: 0.5rem;
}
.pricetable-container .table-offer .small {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.pricetable-container .col-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0.5rem 0;
}
.pricetable-container .col-title__small {
  font-size: 0.9rem;
  font-weight: 300;
}
.pricetable-container .p-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #c1c1c1;
}
.pricetable-container .p-row:first-child {
  border-bottom: none;
}
.pricetable-container .p-row:last-child {
  border-bottom: none;
}
.pricetable-container .p-row__hover:hover {
  opacity: 0.6;
}
.pricetable-container .p-col {
  width: 25%;
  padding: 0.5rem 0.375rem;
  position: relative;
}
.pricetable-container .p-col:nth-child(2):after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: transparent;
  background: linear-gradient(90deg, rgba(7, 7, 28, 0.25) 0%, rgba(14, 21, 42, 0.14) 35%, rgba(14, 21, 42, 0) 90%);
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 2;
}
.pricetable-container .p-col:nth-child(3):after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: transparent;
  background: linear-gradient(90deg, rgba(7, 7, 28, 0.25) 0%, rgba(14, 21, 42, 0.14) 35%, rgba(14, 21, 42, 0) 90%);
  position: absolute;
  top: 0;
  right: -18px;
  z-index: 2;
}
.pricetable-container .p-col__center {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.pricetable-container .p-col__1 {
  text-align: center;
  background-color: #FAFAFA;
}
.pricetable-container .p-col__1 .taglio {
  background-color: #D6D92E;
}
.pricetable-container .p-col__2 {
  text-align: center;
  background-color: #eaeaea;
}
.pricetable-container .p-col__2 .taglio {
  background-color: #1CA2B0;
}
.pricetable-container .p-col__3 {
  text-align: center;
  background-color: #FAFAFA;
}
.pricetable-container .p-col__3 .taglio {
  background-color: #212D46;
}
.pricetable-container .p-col__last {
  padding: 0;
}
.pricetable-container .p-col .flex-row-center {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.pricetable-container .p-col .flex-row-center .uppercase {
  transform: translateY(0.2rem) !important;
}

.taglio {
  position: absolute;
  top: -0.8rem;
  left: -1px;
  width: calc(100% + 2px);
  height: 5rem;
  z-index: 1;
  transform: rotate(-6deg) skew(-6deg);
}
.taglio__green {
  background: #D6D92E;
}
.taglio__cyan {
  background: #1CA2B0;
}
.taglio__blue {
  background: #212D46;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dot__green {
  background: #D6D92E;
}
.dot__cyan {
  background: #1CA2B0;
}
.dot__blue {
  background: #212D46;
}

.dash {
  width: 12px;
  height: 3px;
}
.dash__green {
  background: #D6D92E;
}
.dash__cyan {
  background: #1CA2B0;
}
.dash__blue {
  background: #212D46;
}

#close_pricetable {
  position: sticky;
  display: block;
  margin: 0 0 0 auto;
  top: 0;
}

#pricetable {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 86%;
  overflow-y: scroll;
  border-radius: 6px;
  box-shadow: 0 0 300px 200px rgba(21, 24, 46, 0.502);
  z-index: 99;
  padding: 0 0 4rem;
}
#pricetable .wrapper {
  padding-left: 0;
  padding-right: 0;
}
#pricetable .padding-side {
  padding-left: 1rem;
  padding-right: 1rem;
}
#pricetable .eukinaction {
  width: 100%;
}
@media (max-width: 768px) {
  #pricetable .eukinaction {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 768px) {
  #pricetable .eukinaction {
    padding-left: calc(25% + .5rem);
  }
}

.mob-pricetable-slider {
  width: 100%;
}
.mob-pricetable-slider .flex-row-center {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.mob-pricetable-slider .flex-row-center .uppercase {
  transform: translateY(0.2rem) !important;
}
.mob-pricetable-slider .spacer {
  padding: 4rem 1rem 2rem;
}
.mob-pricetable-slider .slide {
  position: relative;
  padding: 0;
  box-shadow: 0 5px 10px -10px #b38d8f;
  transition: 0.2s;
}
.mob-pricetable-slider .slide__first {
  background: #FAFAFA;
}
.mob-pricetable-slider .slide__second {
  background: #eaeaea;
}
.mob-pricetable-slider .slide__third {
  background: #FAFAFA;
}
.mob-pricetable-slider .slide .price-title {
  font-size: 1.4rem;
}
.mob-pricetable-slider .slide .slide-header {
  position: relative;
}
.mob-pricetable-slider .slide .taglio {
  top: -1rem;
}
.mob-pricetable-slider .check-list {
  padding: 1rem;
  margin-bottom: 0.75rem;
}
.mob-pricetable-slider .check-list li {
  position: relative;
  font-size: 0.975rem;
  list-style: none;
  padding: 0.35rem 0 0.35rem 1.8rem;
}
.mob-pricetable-slider .check-list li:before {
  content: url("../_img/check-mob.svg");
  display: inline-block;
  position: absolute;
  top: 0.2rem;
  left: 0.25rem;
}
.mob-pricetable-slider button {
  width: 100%;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 1rem 0;
  border: none;
  color: #FFF;
  background: dodgerblue;
}

.mob-pricetable-slider .slick-active .slide {
  box-shadow: 0 13px 20px -10px #b38d8f;
  transform: translateY(-0.5rem);
}


.detect{
  width: 100%;
  padding: 4rem;
  background-color: #1CB1C6;
}


#full-video-wrapper{
  max-width: 920px;
  margin: 0 auto;
}
