.dropdown-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .dropdown-wrapper .dropdown-root {
    display: none !important;
  }
}
.dropdown-wrapper .dropdown-list {
  position: absolute;
  top: 21px;
  display: none !important;
  padding: 33px 0 0;
  opacity: 0;
  background-color: #fff;
  transition: ease all 0.6s;
}
@media screen and (max-width: 1199px) {
  .dropdown-wrapper .dropdown-list {
    background-color: unset;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-wrapper .dropdown-list {
    position: relative;
    top: unset;
    display: block !important;
    padding: 0 !important;
    opacity: 1;
  }
}
.dropdown-wrapper .dropdown-list .dropdown-item a {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .dropdown-wrapper .dropdown-list .dropdown-item a {
    font-size: 12px;
  }
}
.dropdown-wrapper:hover .dropdown-list {
  display: block !important;
  opacity: 1;
}
.dropdown-wrapper:afetr {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.dropdown-wrapper.blue .dropdown-list {
  padding: 10px 0 0;
  background-color: var(--color-base-background);
}
.plus {
  margin: auto;
  background: white;
  border-radius: 8px;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .plus {
  width: calc(100% - 32px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px 0;
  margin-bottom: 20px;
  }
}
.s-mainvisual-1__copyTitle {
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-size: 32px!important;
  margin-bottom: 1em;
}
.s-mainvisual-1__copyText {
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-size: 24px!important;
}
.cogentlabs-smartread-s-mainvisual .s-mainvisual-1__copyButton {
  max-width: 280px;
}
.cogentlabs-smartread-s-mainvisual>.cogentlabs-smartread-c-inner {
  padding: 128px 28px 180px 80px;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
  @media screen and (max-width: 767px) {section.cogentlabs-smartread-s-mainvisual .image{
display: none;
  }
}
@media screen and (max-width: 767px) {
.cogentlabs-smartread-s-mainvisual>.cogentlabs-smartread-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 0 24px;
    }
}