

@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');


.adspecial_type1 {
  max-width: none !important;
  margin-top: 0;
background-color:hsla(188,66%,50%,1);
background-image:
radial-gradient(at 29% 45%, hsla(194,83%,65%,1) 0px, transparent 50%),
radial-gradient(at 11% 98%, hsla(193,67%,37%,1) 0px, transparent 50%),
radial-gradient(at 17% 23%, hsla(181,88%,60%,1) 0px, transparent 50%),
radial-gradient(at 88% 22%, hsla(138,65%,67%,1) 0px, transparent 50%);
background-attachment: fixed;
}


.frame_col_left {
  max-width: 840px;
  margin: 0 auto 80px;
}

.frame_section {
  margin-bottom: 40px;
  padding: 24px;
  background: #fff;
  border-radius: 15px;
}

.frame_section p:last-of-type {margin-bottom: 0 !important;}

footer {margin: 0;}


.adspecial_type1 .frame_header {
  position: relative;
  height: 500px;
}
.adspecial_type1 .hero {
  position: absolute;
  top: 70px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 360px;
  overflow: hidden;
  opacity: 0;
  animation: fadein 2s ease .5s 1 forwards;
}

@keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


#adspecial_td_synnex_202303.adspecial_type1 .hero img {
  width: 100%;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  color: #0E515E;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  line-height: 1.3;
  font-feature-settings: "palt" 1;
}

#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial::before {
  content: "ChromeOS Flex for solution";
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-family: 'Italianno', cursive;
  font-size: clamp(1.25rem,10vw, 8rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  opacity: .5;
}

#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial span,
#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial small  {
  display: block;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 8px;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeup 1.6s ease 1s 1 forwards;
}
#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial span:nth-of-type(2) {
  animation: fadeup 1.6s ease 1.6s 1 forwards;
}
#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial small {
  animation: fadeup 1.6s ease 2.2s 1 forwards;
}

@keyframes fadeup {
  0% {opacity: 0; transform: translateY(50px);}
  100% {opacity: 1; transform: translateY(0px);}
}


#adspecial_td_synnex_202303.adspecial_type1 h1.adspecial small {
  margin-top: 16px;
  font-size:  clamp(1rem, 3vw, 1.5rem);
}


#adspecial_td_synnex_202303.adspecial_type1 h2.adspecial {
  color: #0E515E;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  border-bottom: 1px solid #0E515E;
}
#adspecial_td_synnex_202303.adspecial_type1 h3.adspecial {
  margin-bottom: 16px;
  padding: 0;
  color: #0E515E;
  text-align: center;
}


#adspecial_td_synnex_202303.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  line-height: 1.8em;
}


#adspecial_td_synnex_202303.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_td_synnex_202303.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

.info {
  text-align: center;
}
.info a {
  display: inline-block;
  width: fit-content;
  font-size: clamp(1rem, 3vw,1.25rem);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  background: linear-gradient(to right, #218BA5 0%, #2EBED4 100%);
  border-radius: 50px;
}

.wp-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
.wp-list a {
  display: flex;
  flex-direction: column; 
  padding: 24px;
  background: #f5f5f5;
}
.wp-list a .wp-thumb {
  max-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.wp-list a .wp-thumb img {
  max-height: 200px;
}
.wp-list a .wp-title {
  margin-top: auto;
  font-size: .875rem;
  line-height: 1.5;
}


#adspecial_td_synnex_202303.adspecial_type1 .block_sponsored {
  clear: both;
  border: 1px solid #ccc;
  padding: 5px 10px;
  background: #fff;
  text-align: center;
}




@media screen and (max-width: 800px) {
  .frame_section {
  margin: 0 16px 40px;
  padding: 24px 8px;
  }
}


@media screen and (max-width: 800px) {
  #adspecial_td_synnex_202303.adspecial_type1,
  #adspecial_td_synnex_202303.adspecial_type1 .frame_col_right_container,
  #adspecial_td_synnex_202303.adspecial_type1 .frame_col_left_container,
  #adspecial_td_synnex_202303.adspecial_type1 .frame_col_left,
  #adspecial_td_synnex_202303.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_td_synnex_202303.adspecial_type1 .article_body .left,
  #adspecial_td_synnex_202303.adspecial_type1 .article_body .right,
  #adspecial_td_synnex_202303.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_td_synnex_202303.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_td_synnex_202303.adspecial_type1 .block_right_plink {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .wp-list {display: block;}
  .wp-list li { margin-bottom: 16px;}
  .wp-list a {flex-direction: row; align-items: center; padding: 16px;}
  .wp-list a .wp-thumb {flex-shrink: 0; max-height: 100px; margin-bottom: 0;}
  .wp-list a .wp-thumb img {max-height: 100px;}
  .wp-list a .wp-title {margin: 0 0 0 16px;}
}

@media screen and (max-width: 480px) {
  #adspecial_td_synnex_202303.adspecial_type1 h1.adspecial {
    justify-content: flex-start;
    padding-top: 40px;
  }
  .adspecial_type1 .hero {
    top: 160px;
    width: calc(100% - 40px);
    height: 260px;
  }
  #adspecial_td_synnex_202303.adspecial_type1 h2.adspecial {text-align: left; font-size: 1rem;}
  #adspecial_td_synnex_202303.adspecial_type1 h2.adspecial br {display: none;}
  .frame_section p:last-of-type {padding-bottom: 0 !important;}
}

